05-24-2006 02:59 AM - edited 03-05-2019 11:55 AM
Hi all, can anyone tell me what the command dsl operating mode auto does ?
thanks
05-24-2006 03:21 AM
Hello Carl,
This command gets the router to auto-detect the type of DTM your ISP is using. Comes in handy of you are not sure.
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface atm 0
Router(config-if)#dsl operating-mode auto
Router(config-if)#end
Router#write memory
Hope this helps.
Please remember to rate all replies
05-24-2006 03:42 AM
will this set the pvc's and ecapsulations for me automatically etc ?
05-24-2006 03:54 AM
It has been a while but if memory serves the answer is yes. Some of the router gurus may chine in later today to either confirm or correct that answer.
Hope this helps
Please rember to rate all replies
05-31-2006 01:46 AM
The follolwing should configure the ATM and suitable Dialer interface to work with most UK ISP's
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname ADSL_USERNAME
ppp chap password 0 ADSL_PASSWORD
ppp ipcp dns request
!
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