08-01-2005 06:20 AM - edited 03-03-2019 10:10 AM
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.
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.
Solved! Go to Solution.
08-01-2005 06:50 AM
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
08-01-2005 06:50 AM
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
08-01-2005 07:28 AM
That fixed it, much appreciated, I overlooked that on the web page.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide