Configure the Cisco 700 series router. You may need to do a set
default command to erase the existing configuration on the router.
Set the hostname of the router:
>set system BranchRouter
Set the ISDN switch type and the SPIDs:
BranchRouter>set switch ni-1
BranchRouter>set 1 spid 51055512340001
BranchRouter>set 2 spid 51055512350001
Set the Ethernet port settings:
BranchRouter>cd lan
BranchRouter:LAN>set ip address 192.168.1.1
BranchRouter:LAN>set ip netmask 255.255.255.0
BranchRouter:LAN>set ip routing on
BranchRouter:LAN>set bridging off
BranchRouter:LAN>cd
Create and set the parameters for the central router profile:
BranchRouter>set user CentralRouter
BranchRouter:CentralRouter>set ip address 192.168.3.1
BranchRouter:CentralRouter>set ip netmask 255.255.255.0
BranchRouter:CentralRouter>set ip routing on
BranchRouter:CentralRouter>set ip route dest 0.0.0.0/0 gateway
192.168.3.2
BranchRouter:CentralRouter>set bridging off
BranchRouter:CentralRouter>cd
Set the PPP authentication to CHAP and set the client password:
BranchRouter>set ppp authentication out chap
BranchRouter>set ppp authentication in chap
BranchRouter>set ppp secret client
Enter net Password: phoenix
Re-Type new Password: phoenix
Set the host password:
BranchRouter>cd CentralRouter
BranchRouter:CentralRouter>set ppp secret host
Enter net Password: phoenix
Re-Type new Password: phoenix
Set CentralRouter as your active profile:
BranchRouter>set active CentralRouter
Set the Cisco 700 series router to enable multilink PPP:
BranchRouter>set ppp multilink on
Configure the router to dial both phone numbers:
BranchRouter>set 1 number 5554000
BranchRouter>set 2 number 5554001