cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
570
Views
0
Helpful
1
Replies

ADSL Password not changing

Create Share
Level 1
Level 1

Hi,

I need to change the password of the ADSL Account but it is not working and still sending the below settings to ISP. What is the proper command to change the password that is written in "ppp pap sent-username ADSL-USERNAME password 7 394543H435H348"? I need to make it 111222

 

interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 ip address REAL-IP SUBNET-MASK
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1452
!
interface Dialer1
 mtu 1492
 ip address negotiated
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip tcp adjust-mss 1452
 dialer pool 1
 dialer remote-name redback
 dialer-group 102
 ppp authentication pap chap callin
 ppp chap hostname ADSL-USERNAME
 ppp chap password 0 111222
 ppp pap sent-username ADSL-USERNAME password 7 394543H435H348
 no cdp enable

1 Reply 1

Create Share
Level 1
Level 1

OK Solved.

 

 ppp pap sent-username ADSL-USERNAME password changed the password.