cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
707
Views
0
Helpful
2
Replies

Cisco 1803W: where is my 'interface atm0'

4nchristie
Level 1
Level 1

Hi there, just working with our first Cisco 1803W, and struggling owing to it not acknowledging an 'atm0' interface.

1803W#show ver | inc .bin

System image file is "flash:c180x-advipservicesk9-mz.123-8.YI1.bin"

1803W#show ver | inc ATM

1803W#show ver | inc DSL

1 DSL controller

1803W#show ip int brief | inc ATM

1803W#conf t

1803W(config)#int atm ?

% Unrecognized command

1803W(config)#controller dsl 0

1803W(config-controller)#?

Controller configuration commands:

default Set a command to its defaults

description Controller specific description

dsl-mode SHDSL mode

exit Exit from controller configuration mode

help Description of the interactive help system

ignore-error-duration Number of seconds errors such as CRC are ignored while

the line is traning (default is 0)

line-term Customer Premise or Central Office

loopback XDSL loopback test

mode Configure the xdsl controller mode

no Negate a command or set its defaults

shutdown Shutdown the xdsl controller

snr SNR

I was looking to do the equivalent of:

interface ATM0

description SHDSL Line

no ip address

ip nat outside

no atm ilmi-keepalive

dsl equipment-type CPE

dsl operating-mode GSHDSL symmetric annex B

dsl linerate AUTO

pvc 0/38

ubr 2304

encapsulation aal5mux ppp dialer

dialer pool-member 1

In the absence of an 'atm0' interface I'm unsure where to configure VPI, VCI etc.

I've tried also:

c180x-advipservicesk9-mz.123-14.YT.bin (this is the latest IOS offered for 1803, no 12.4 images are offered).

which is no different.

A Cisco 1801W offers 'interface atm0' ok.

http://www.cisco.com/en/US/products/ps5853/products_configuration_guide_chapter09186a00804582d8.html#wp1226453

talks about 1803 (and 1801/1802) and mentions 'interface atm0'

configuring 'line-term' and 'dsl-mode' under 'controller dsl0' didn't seem to create an atm0 interface.

Any help appreciated,

regards, Neil.

1 Accepted Solution

Accepted Solutions

Hello Neil,

try:

1803W(config)# controller dsl 0

1803W(config-controller)# mode atm

1803W(config-controller)# exit

1803W(config)# interface atm0

1803W(config-int)#

Does that make a difference ?

Regards,

GP

View solution in original post

2 Replies 2

Hello Neil,

try:

1803W(config)# controller dsl 0

1803W(config-controller)# mode atm

1803W(config-controller)# exit

1803W(config)# interface atm0

1803W(config-int)#

Does that make a difference ?

Regards,

GP

That fixed it, much appreciated, I overlooked that on the web page.