Hi
I’m having an issue with one of my lines in an MLPPP bundle and need to separate it out for further testing.
To do this I’ve created another Dialer and re-assigned the atm interface (atm0/0/0) to it. Then I’ve done a shut and then a no shut a min or two later. To my surprise the debug ppp negotiation showed the user name from Dialer1 and then the line was back in my multi link bundle.
Can any one spot where I’m going wrong this is driving me mad.
My relevant Config is below:
interface ATM0/0/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 2
!
!
interface ATM0/1/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address negotiated
ip virtual-reassembly
encapsulation ppp
dialer pool 1
keepalive 1
ppp reliable-link
ppp authentication chap callin
ppp chap hostname my_normal@user
ppp chap password 0 psw
ppp multilink
!
interface Dialer42
ip address negotiated
ip virtual-reassembly
encapsulation ppp
dialer pool 2
ppp reliable-link
ppp authentication chap callin
ppp chap hostname my_testing@user
ppp chap password 0 psw
!