cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
699
Views
8
Helpful
4
Replies

dsl router

carl_townshend
Spotlight
Spotlight

Hi all, can anyone tell me what the command dsl operating mode auto does ?

thanks

4 Replies 4

travis-dennis_2
Level 7
Level 7

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

will this set the pvc's and ecapsulations for me automatically etc ?

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

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

!