cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
917
Views
3
Helpful
6
Replies

ADSL WIC Configuration

juanrq73
Level 1
Level 1

My Cisco 2610 router has a ADSL-Wic card with IOS version c2600-j1s3-mz.123-1

It is a standard ios configuration, no access-list, no special configuration besides the ADSL service trying to implement.

I have read the cisco pdf files for adslwic configurations. But am I little confused on what settings and ios configs are needed.

Details:

RFC 1483 Routed - Network Service

Static IP: 80.xx.xx.205 255.255.255.128 gateway- 80.xx.xx.128

VPI 8/VCI 32

Acatel A3 DSLAM

What exact configuration is needed to config on the ISO for the WIC to run ADSL?

Thanks in advance,

juan

1 Accepted Solution

Accepted Solutions

6mgarcia
Level 1
Level 1

Hi

this is the default configuration for a cisco 827 with Telefonica ADSL. The configuration for a cisco 2610 is similar. I have a cisco 2610 with this configuration and it is work.

Configuración del Cisco 827 con ADSL de telefónica

no service pad

service password-encryption

!

hostname (nombre del router)

!

enable secret (password del enable)

!

!

!

!

!

ip subnet-zero

no ip domain-lookup

!

!

!

!

!

!

interface Ethernet0

ip address (IP de la red) (mascara de la red)

ip nat inside

no ip mroute-cache

no cdp enable

interface ATM0

no ip address

no ip route-cache

no ip mroute-cache

no atm auto-configuration

no atm ilmi-keepalive

no atm address-registration

no atm ilmi-enable

bundle-enable

dsl operating-mode auto

hold-queue 208 in

!

interface ATM0.1 point-to-point

ip address (ip que te da el proveedor) (mascara)

ip nat outside

no ip route-cache

no ip mroute-cache

pvc 8/32

encapsulation aal5snap

!

!

ip nat inside source list 101 interface ATM0.1 overload

ip classless

ip route 0.0.0.0 0.0.0.0 ATM0.1

no ip http server

access-list 101 permit ip any any

!

line con 0

transport input none

stopbits 1

line vty 0 4

password 7 (Password para el telnet)

login

!

Saludos

View solution in original post

6 Replies 6

Hello,

check out this sample config:

Current configuration:

!

version 12.1

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

!

hostname R1

!

ip subnet-zero

!

interface FastEthernet0

ip address 10.0.0.1 255.0.0.0

no ip directed-broadcast

no ip mroute-cache

!

interface ATM0

ip address 80.x.x.205 255.255.255.255

no ip directed-broadcast

no ip mroute-cache

no atm ilmi-keepalive

pvc 8/32

protocol ip 80.x.x.128

encapsulation aal5snap

!

bundle-enable

hold-queue 224 in

!

ip classless

ip route 0.0.0.0 0.0.0.0 80.x.x.128

no ip http server

!

!

end

Regards,

Georg

Thanks georg for your input on this.

Here is my config inputed:

Current configuration : 949 bytes

!

version 12.3

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname 2610

!

enable secret xxxxxxx

enable password xxxxx

!

ip subnet-zero

!

no ip domain lookup

!

no mpls ldp logging neighbor-changes

!

no voice hpi capture buffer

no voice hpi capture destination

!

interface ATM0/0

ip address 80.x.x.205 255.255.255.128

no ip mroute-cache

no atm ilmi-keepalive

pvc telefonica 8/32

protocol ip 80.33.161.128

encapsulation aal5snap

!

dsl operating-mode auto

!

interface Ethernet0/0

ip address 192.168.0.1 255.255.255.0

no ip mroute-cache

half-duplex

!

no ip http server

ip classless

ip route 0.0.0.0 0.0.0.0 80.x.x.128

!

no snmp-server enable traps tty

snmp-server enable traps stun

snmp-server enable traps bstun

!

end

This my config as it looks. Still no access.

Ping to 80.x.x.205 failed

Ping to 80.x.x.128 failed

I used debug atm event with this config, and this is what I received.

I don’t know how to read this, but it looks good. But I am not able to have the internet connection working.

Where is the fault in the config?

*Mar 1 00:42:43.778: DSL(ATM0/0): 5: Modem state = 0x10

*Mar 1 00:42:45.625: DSL(ATM0/0): Received response: 0x24

*Mar 1 00:42:45.625: DSL(ATM0/0): Showtime!

*Mar 1 00:42:45.625: DSL(ATM0/0): Sent command 0x11

*Mar 1 00:42:45.629: DSL(ATM0/0): Received response: 0x61

*Mar 1 00:42:45.629: DSL(ATM0/0): Read firmware revision 0x1A04

*Mar 1 00:42:45.629: DSL(ATM0/0): Sent command 0x31

*Mar 1 00:42:45.637: DSL(ATM0/0): Received response: 0x12

*Mar 1 00:42:45.637: DSL(ATM0/0): operation mode 0x0002

*Mar 1 00:42:45.637: DSL(ATM0/0): Sent command 0x33

*Mar 1 00:42:45.641: DSL(ATM0/0): Received response: 0x16

*Mar 1 00:42:45.641: DSL(ATM0/0): Far End ITU Country Code 0x0F

*Mar 1 00:42:45.641: DSL(ATM0/0): Far End ITU Vendor ID ALCB

*Mar 1 00:42:45.641: DSL(ATM0/0): Far End ITU Vendor ID Specific 0x0000

*Mar 1 00:42:45.641: DSL(ATM0/0): Far End ITU Vendor STD Number 0x0001

*Mar 1 00:42:45.641: DSL(ATM0/0): Sent command 0x32

*Mar 1 00:42:45.645: DSL(ATM0/0): Received response: 0x14

*Mar 1 00:42:45.645: DSL(ATM0/0): Near End ITU Country Code 0x00

*Mar 1 00:42:45.645: DSL(ATM0/0): Near End ITU Vendor ID ALCB

*Mar 1 00:42:45.645: DSL(ATM0/0): Near End ITU Vendor ID Specific 0x0000

*Mar 1 00:42:45.645: DSL(ATM0/0): Near End ITU Vendor STD Number 0x0001

*Mar 1 00:42:45.649: ATM0/0 dslsar_MatchSARTxToLineSpeed(): usbw 128, clkPerCell 117029 prev_clkPerCell 117029

*Mar 1 00:42:45.649: ATM0/0 dslsar_update_us_bandwidth(): upstream bw =128 Kbps

*Mar 1 00:42:50.938: (ATM0/0) dslsar_periodic: ENABLING DSLSAR

*Mar 1 00:42:50.950: dslsar enable ATM0/0

*Mar 1 00:42:50.950: dslsar_1a_setup_vc(ATM0/0): vc:1 vpi:8 vci:32 state 2

*Mar 1 00:42:50.950: ATM0/0 dslsar_vc_setup: vcd 1, vpi 8, vci 32, avgrate 0

*Mar 1 00:42:50.954: CONFIGURING(ATM0/0) VC 1 (8/32) IN TX SCHEDULE TABLE SET 1

*Mar 1 00:42:50.954: (ATM0/0)Forcing Peakrate and Avgrate to: 128

*Mar 1 00:42:50.954: (ATM0/0)Requested QoS: Peakrate = 128, Avgrate = 128, Burstsize =0

*Mar 1 00:42:50.954: (ATM0/0)Configuring VC 1: slot 0 in TST 5

*Mar 1 00:42:50.954: (ATM0/0) SUCCESSFUL CONFIGURATION OF VC 1 (8/32), QOS Type 4

*Mar 1 00:42:50.994: dslsar_setup_cos(ATM0/0): vc:1 wred_name:- max_q:0

*Mar 1 00:42:50.994: %ATM-5-UPDOWN: Interface ATM0/0, Changing autovc 8/32 to PVC activated.

*Mar 1 00:42:50.994: CONFIGURING(ATM0/0) VC 1 (8/32) IN TX SCHEDULE TABLE SET 0

*Mar 1 00:42:50.994: (ATM0/0)Forcing Peakrate and Avgrate to: 128

*Mar 1 00:42:50.998: (ATM0/0)Requested QoS: Peakrate = 128, Avgrate = 128, Burstsize =0

*Mar 1 00:42:50.998: (ATM0/0)Configuring VC 1: slot 0 in TST 5

*Mar 1 00:42:50.998: (ATM0/0) SUCCESSFUL CONFIGURATION OF VC 1 (8/32), QOS Type 4ATM0/0 last_address 0x12000

*Mar 1 00:42:52.857: %LINK-3-UPDOWN: Interface ATM0/0, changed state to up

*Mar 1 00:42:52.857: dslsar_atm_lineaction(ATM0/0): state=4

*Mar 1 00:42:52.857: dslsar_atm_lineaction: REG_INVOKE: line up

*Mar 1 00:42:53.859: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0/0, changed state to up

Hello,

you might want to check with your provider if the default gateway is correct, 81.x.x.128/25 is the subnet address, hosts are from 81.x.x.129 thru 81.x.x.254, usually the default gateway comes from this range.

Regards,

GP

Hi, no need to configure the default gateway, just put an "ip route 0.0.0.0 0.0.0.0 atm 0" or use my config !!!

I also use it with Telefonica,

interface Loopback100

description **Internet Public IP Address**

ip address 80.X.X.X 255.255.255.255

!

interface ATM0

mtu 1500

bandwidth 256

no ip address

no atm ilmi-keepalive

dsl operating-mode auto

no fair-queue

!

interface ATM0.1 point-to-point

mtu 1500

bandwidth 256

ip unnumbered Loopback100

pvc 8/32

¡

ip route 0.0.0.0 0.0.0.0 ATM0.1

6mgarcia
Level 1
Level 1

Hi

this is the default configuration for a cisco 827 with Telefonica ADSL. The configuration for a cisco 2610 is similar. I have a cisco 2610 with this configuration and it is work.

Configuración del Cisco 827 con ADSL de telefónica

no service pad

service password-encryption

!

hostname (nombre del router)

!

enable secret (password del enable)

!

!

!

!

!

ip subnet-zero

no ip domain-lookup

!

!

!

!

!

!

interface Ethernet0

ip address (IP de la red) (mascara de la red)

ip nat inside

no ip mroute-cache

no cdp enable

interface ATM0

no ip address

no ip route-cache

no ip mroute-cache

no atm auto-configuration

no atm ilmi-keepalive

no atm address-registration

no atm ilmi-enable

bundle-enable

dsl operating-mode auto

hold-queue 208 in

!

interface ATM0.1 point-to-point

ip address (ip que te da el proveedor) (mascara)

ip nat outside

no ip route-cache

no ip mroute-cache

pvc 8/32

encapsulation aal5snap

!

!

ip nat inside source list 101 interface ATM0.1 overload

ip classless

ip route 0.0.0.0 0.0.0.0 ATM0.1

no ip http server

access-list 101 permit ip any any

!

line con 0

transport input none

stopbits 1

line vty 0 4

password 7 (Password para el telnet)

login

!

Saludos

Mr. Garcia,

Gracias por el ISO.

Everthing is woring now.

So what else can we do with Telefonica ADSL? Voice, etc....

My email: sabadell03@telefonica.net

It is unbelievable how useless Telefonica is with their service and support.

Many thanks to all in Cisco Forums.

Juan