This is a VERY general guide on how to change some configuration paramers on the Cisco 770 series ISDN routers. Also if the member is using this router god willing the person has passed sometype of cisco certification class and will understand exactly what you are trying to do.
Get into the router configuration via a telnet or terminal application.
If the router has never connected successfully, have use enter the following:
show user
It should pull up at least these four:
lan
internal
standard
remotenet
Lan, internal, and standard are default profiles for the router. If the router prompt is ELN/(username), then remotenet is the "profile" used by the router to connect to us. If the router prompt is something else, look for another profile name (ex. earthlink).
Type in cd remotenet (or whatever the profile name is).
Type the following:
set speed 64
set ip rip update off
set ip route destiation 0.0.0.0/0 gateway 0.0.0.0/0 propagate on
set ip pat on
set ppp address negotiation local on
set ppp authentication outgoing none
set 1 number (pop#)
set 2 number (pop#)
set 1 BackupNUmber (alt pop#)
set 2 BackupNUmber (alt pop#)
If the router prompt was not ELN/username, type the following in
set ppp clientname ELN/username
set ppp secret client
set ppp password client
set active
cd
reboot
The last command will reboot the router. If the router prompt was ELN/username, type the following in
set active
cd
set ppp secret client
set ppp password client
reboot
The last command will reboot the router.
If you need to change the access numbers, from the router prompt, type cd remotenet (or whatever profile is being used).
Type the following:
set 1 number (pop#)
set 2 number (pop#)
set 1 BackupNUmber (alt pop#)
set 2 BackupNUmber (alt pop#)
cd
reboot
The phone numbers for each pair of set commands MUST match.
If you need to change the login password:
If the router prompt is ELN/(username)
set ppp secret client
set ppp password client
reboot
If the router prompt is not ELN/username
cd remotenet (or whatever profile is being used)
set ppp clientname ELN/username
set ppp secret client
set ppp password client
set active
cd
reboot