Link to home
Start Free TrialLog in
Avatar of ja-notes
ja-notes

asked on

CISCO 1760 ROUTER

We need to update the ADSL  Broadband username & password on a UK installed Cisco 1760 router to reflect the new ISP - Gotadsl/Nildram account.

Both the current, and the new account use standard UK settings VC, 0, 38 etc so this information will not be changed.

We have command line console access - is there a simple menu command that will enable us to do this - and to confirm via the show command that the update has been made correctly?

Also - what is the console menu command to confirm the internal IP of the Router?
Avatar of Nayyar HH (CCIE RS)
Nayyar HH (CCIE RS)
Flag of United Kingdom of Great Britain and Northern Ireland image

To change ppp username/password configuration follow these steps;

1. show running to determine a. dialer interface number <x> b. authentication type in use pap or chap

type "show run" look for section "Interface dialerx"

!
interface dialer1
 ip address negotiated
 no ip directed-broadcast
ip nat outside
 encapsulation ppp
 dialer pool 1
 ppp chap hostname xxxxx
 ppp chap password  xxxxxxxx
!


2. To change

configure terminalinterface dialer x ppp chap hostname <username> ppp chap password  <password>OR  ppp pap sent-username <username> password <password> endwrite memory

3. To verify
show run int dialer x


show ip interface brief - to veiw  Interface IP addresses
ASKER CERTIFIED SOLUTION
Avatar of Nayyar HH (CCIE RS)
Nayyar HH (CCIE RS)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial