navbar
Cisco Small/Medium Business Solutions
Toolbar

700 Series: IP; Static Routing To An IOS Router

This sample configuration describes the commands necessary for connecting a 700 Series router to an IOS router. The configuration uses static IP routes to route IP traffic between the two sites over ISDN.

IOS "Atlanta" Configuration

version 11.2
service udp-small-servers
service tcp-small-servers
!
hostname Atlanta
!
enable secret cisco
!
username Boston password gocisco1
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-ni1
!
interface Ethernet 0
ip address 10.1.1.1 255.0.0.0
!
interface BRI0
encapsulation ppp
ppp authentication chap
ppp multilink
dialer load-threshold 1
isdn spid1 01404555111101
isdn spid2 01404555222201
ip unnumbered ethernet 0
dialer map ip 20.1.1.1 name Boston speed 56 broadcast 16175553333
dialer map ip 20.1.1.1 name Boston speed 56 broadcast 16175554444
dialer-group 1
!
router rip
network 10.0.0.0
!
ip route 20.0.0.0 255.0.0.0 20.1.1.1
ip route 20.1.1.1 255.255.255.255 bri 0
dialer-list 1 protocol ip permit
!
line con 0
password console
login
line vty 0 4
password telnet
login
!
end
 

Cisco 700 "Boston" Configuration

set system Boston
set switch 5ess
set 1 spid 01617555333301
set 1 directorynumber 5553333
set 2 spid 01617555444401
set 2 directorynumber 5554444
set ppp authentication incoming chap
set ppp authentication outgoing chap
set ppp secret client
gocisco1
gocisco1
cd lan
set ip address 20.1.1.1
set ip netmask 255.0.0.0
set ip routing on
set ip rip update periodic
set bridging off
cd
set user Atlanta
set encapsulation ppp
set timeout 300
set 1 number 14045551111
set 2 number 14045552222
set ppp secret host
gocisco1
gocisco1
set ip routing on
set ip framing none
set ip route destination 0.0.0.0/0 gateway 0.0.0.0
set ip rip update off
set bridging off
cd
set active Atlanta

Revised 4SEP97:1030 by Jaime Sainez

guestbar

Home | What's New | Login | Register | Feedback | Navigate | Search | Help


Copyright © Cisco Systems Inc. 1996