
This configuration describes the commands necessary to configure two 700 series routers for routing IP traffic between two sites using ISDN. This configuration does not use the RIP routing protocol. Instead, it uses static IP route entries.
Configuration for the Atlanta router:
set systemname Atlanta
set ppp secret client
gocisco1
gocisco1
set encapsulation ppp
cd lan
set bridge off
set ip routing on
set ip address 10.1.1.1
set ip netmask 255.0.0.0
set user Boston
set bridge off
set ip routing on
set ip address 0.0.0.0
set ip route destination
20.0.0.0/8 gateway 20.1.1.1
set ip framing none
set ip propagate off
set 1 number 16175553333
set 2 number 16175554444
set ppp secret host
cisco
cisco
Configuration for the Boston router:
set systemname Boston
set ppp secret client
gocisco1
gocisco1
set encapsulation ppp
cd lan
set bridge off
set ip routing on
set ip address 20.1.1.1
set ip netmask 255.0.0.0
set user Boston
set bridge off
set ip routing on
set ip address 0.0.0.0
set ip route destination
10.0.0.0/8 gateway 10.1.1.1
set ip framing none
set ip propagate off
set 1 number 14045551111
set 2 number 14045552222
set ppp secret host
gocisco1
gocisco1
Revised 8/29/97 by Stephen Liu
Home | What's New | Login | Register | Feedback | Navigate | Search | Help