Site hosted by Angelfire.com: Build your free website today!

WAN Router Configuration

Cisco 3745 with 3 integrated WIC's and 1 expansion WIC

Configuration of the routers is as follows...

District Office/Data Center

Router>enable

Router#config t

Router(config)#hostname DATACTR

DATACTR(config)#enable secret class

DATACTR(config)#line console 0

DATACTR(config-line)#login

DATACTR(config-line)#password cisco

DATACTR(config-line)#exit

DATACTR(config-if)#int s0

DATACTR(config-if)#ip address 128.192.12.1 255.255.254.0

DATACTR(config-if)#clock rate 56000

DATACTR(config-if)#encapsulation ppp

DATACTR(config-if)#ppp authentification chap

DATACTR(config-if)#username administrator password cisco

DATACTR(config-if)#no shutdown

DATACTR(config)int s1

DATACTR(config-if)#ip address 128.192.2.2 255.255.254.0

DATACTR(config-if)#encapsulation frame-relay ietf

DATACTR(config-if)#bandwidth 56

DATACTR(config-if)#no shutdown

DATACTR(config)int s2

DATACTR(config-if)#ip address 128.192.14.1 255.255.254.0

DATACTR(config-if)#clock rate 56000

DATACTR(config-if)#encapsulation ppp

DATACTR(config-if)#ppp authentification chap

DATACTR(config-if)#no shutdown

DATACTR(config)int e0

DATACTR(config-if)#ip address 128.192.16.1 255.255.254.0

DATACTR(config-if)#encapsulation ppp

DATACTR(config-if)#ppp authentification chap

DATACTR(config-if)#no shutdown

DATACTR(config)int e1

DATACTR(config-if)#ip address 128.192.18.1 255.255.254.0

DATACTR(config-if)#encapsulation ppp

DATACTR(config-if)#ppp authentification chap

DATACTR(config)int e2

DATACTR(config-if)#ip address 128.192.20.1 255.255.254.0

DATACTR(config-if)#encapsulation ppp

DATACTR(config-if)#ppp authentification chap

DATACTR(config-if)#no shutdown

DATACTR(config)int e3

DATACTR(config-if)#ip address 128.192.22.1 255.255.254.0

DATACTR(config-if)#encapsulation ppp

DATACTR(config-if)#ppp authentification chap

ADMIN(config-if)#isdn switch-type primary-5ess

ADMIN(config-if)#framing esf

ADMIN(config-if)#linecode  b8zs

DATACTR(config-if)#no shutdown

DATACTR(config-if)#exit

DATACTR(config)#router igrp 100

DATACTR(config-router)#timers basic 15 45 60 0

DATACTR(config-router)#network 128.192.0.0

DATACTR(config-router)#network 128.192.2.0

DATACTR(config-router)#network 128.192.12.0

DATACTR(config-router)#network 128.192.14.0

DATACTR(config-router)#network 128.192.16.0

DATACTR(config-router)#network 128.192.18.0

DATACTR(config-router)#network 128.192.20.0

DATACTR(config-router)#network 128.192.22.0

DATACTR(config-router)#network 128.192.24.0

DATACTR(config-router)#no metric holddown

DATACTR(config-router)#metric maximum-hops 50

-ctrl z-

DATACTR#config t

DATACTR(config)#ipx routing

DATACTR(config)#int s0

DATACTR(config)#ipx network 101

DATACTR(config)#int s1

DATACTR(config)#ipx network 102

DATACTR(config)#int s2

DATACTR(config)#ipx network 103

DATACTR(config)#int e0

DATACTR(config)#ipx network 104

DATACTR(config)#int e1

DATACTR(config)#ipx network 105

DATACTR(config)#int e2

DATACTR(config)#ipx network 106

DATACTR(config)#int e2

DATACTR(config)#ipx network 106

DATACTR(config)#int e3

DATACTR(config)#ipx network 107

 

 

 

Service Center

Router>enable

Router#config t

Router(config)#hostname SERVICE

SERVICE(config)#enable secret class

SERVICE(config)#line console 0

SERVICE(config-line)#login

SERVICE(config-line)#password cisco

SERVICE(config-line)#exit

SERVICE(config-if)#int s0

SERVICE(config-if)#ip address 128.192.26.1 255.255.254.0

SERVICE(config-if)#clock rate 56000

SERVICE(config-if)#encapsulation ppp

SERVICE(config-if)#ppp authentification chap

SERVICE(config-if)#username administrator password cisco

SERVICE(config-if)#no shutdown

SERVICE(config)int s1

SERVICE(config-if)#ip address 128.192.28.1 255.255.254.0

SERVICE(config-if)#encapsulation ppp

SERVICE(config-if)#ppp authentification chap

SERVICE(config-if)#username administrator password cisco

SERVICE(config-if)#no shutdown

SERVICE(config)int s2

SERVICE(config-if)#ip address 128.192.2.2 255.255.254.0

SERVICE(config-if)#clock rate 56000

SERVICE(config-if)#encapsulation ppp

SERVICE(config-if)#ppp authentification chap

SERVICE(config-if)#no shutdown

SERVICE(config)int e0

SERVICE(config-if)#ip address 128.192.20.2 255.255.254.0

SERVICE(config-if)#encapsulation ppp

SERVICE(config-if)#ppp authentification chap

SERVICE(config-if)#no shutdown

SERVICE(config)int e1

SERVICE(config-if)#ip address 128.192.22.2 255.255.254.0

SERVICE(config-if)#encapsulation ppp

SERVICE(config-if)#ppp authentification chap

SERVICE(config)int e2

SERVICE(config-if)#ip address 128.192.30.1 255.255.254.0

SERVICE(config-if)#encapsulation ppp

SERVICE(config-if)#ppp authentification chap

SERVICE(config-if)#no shutdown

SERVICE(config)int e3

SERVICE(config-if)#ip address 128.192.32.1 255.255.254.0

SERVICE(config-if)#encapsulation ppp

SERVICE(config-if)#ppp authentification chap

SERVICE(config-if)#isdn switch-type primary-5ess

SERVICE(config-if)#framing esf

SERVICE(config-if)#linecode  b8zs

(config-if)#no shutdown

SERVICE(config-if)#exit

SERVICE(config)#router igrp 100

SERVICE(config-router)#timers basic 15 45 60 0

SERVICE(config-router)#network 128.192.0.0

SERVICE(config-router)#network 128.192.20.0

SERVICE(config-router)#network 128.192.22.0

SERVICE(config-router)#network 128.192.24.0

SERVICE(config-router)#network 128.192.26.0

SERVICE(config-router)#network 128.192.28.0

SERVICE(config-router)#network 128.192.30.0

SERVICE(config-router)#network 128.192.32.0

SERVICE(config-router)#no metric holddown

SERVICE(config-router)#metric maximum-hops 50

-ctrl z-

SERVICE#config t

SERVICE(config)#ipx routing

SERVICE(config)#int s0

SERVICE(config)#ipx network 110

SERVICE(config)#int s1

SERVICE(config)#ipx network 111

SERVICE(config)#int s2

SERVICE(config)#ipx network 112

SERVICE(config)#int e0

SERVICE(config)#ipx network 113

SERVICE(config)#int e1

SERVICE(config)#ipx network 114

SERVICE(config)#int e2

SERVICE(config)#ipx network 115

SERVICE(config)#int e2

SERVICE(config)#ipx network 116

SERVICE(config)#int e3

SERVICE(config)#ipx network 117