Washington Elementary School District Data Network Project: Sunnyslope School
Router Configs

Home

Client Requirements | Floor Plans Main | Detailed Floor Plans 1 | Detailed Floor Plans 2 | Detailed Floor Plans 3 | Sunnyslope LAN Wiring Description | Physical Topology | District IP Addressing Scheme Overview | District Subnet, IP & IPX Addressing Scheme Details | Sunnyslope LAN Addressing Scheme | District WAN Description | Interface IP addressing | Router Configs | Network Security Description | Networking Equipment Details | Desktop Equipment Details | Sunnyslope School Server Details | Equipment Requirements and Costs | Pros and Cons of Design | Miscellaneous Design Details | Learning Objectives

Sunnyslope School Router Configuration commands (Cisco 2600 series):

 

Basic config

Router> enable

Router# config t

Router(config)# hostname Sunnyslope

Sunnyslope(config)# enable secret wesd

Sunnyslope(config)# line console 0

Sunnyslope(config-line)# password notellin

Sunnyslope(config-line)# login

Sunnyslope(config-line)# line aux 0

Sunnyslope(config-line)# password notellin

Sunnyslope(config-line)# login

Sunnyslope(config-line)# line vty 0 4

Sunnyslope(config-line)# password notellin

Sunnyslope(config-line)# login

Sunnyslope(config-line)# exit

Sunnyslope(config)# int serial 0/0

Sunnyslope(config-if)# ip address 130.10.52.2 255.255.254.0

Sunnyslope(config-if)# no shutdown

Sunnyslope(config-if)# bandwidth 1544

Sunnyslope(config-if)# encapsulation ppp

Sunnyslope(config-if)# int fastethernet 0/0

Sunnyslope(config-if)# description A network

Sunnyslope(config-if)# ip address 130.10.6.1 255.255.254.0

Sunnyslope(config-if)# no shutdown

Sunnyslope(config-if)# int fastethernet 0/1

Sunnyslope(config-if)# description C network

Sunnyslope(config-if)# ip address 130.10.8.1 255.255.254.0

Sunnyslope(config-if)# no shutdown

Sunnyslope(config-if)# exit

Sunnyslope(config)# router igrp 139

Sunnyslope(config-router)# network 130.10.0.0

Sunnyslope(config-router)# metric maximum-hops 25

Sunnyslope(config-router)# exit

Sunnyslope(config)# ip name-server 130.10.6.159 130.10.224.4

Sunnyslope(config)# ip host Sunnyslope 130.10.6.1 130.10.8.1 130.10.48.2

Sunnyslope(config)# ip host Phoenix COA 130.10.228.1 130.10.234.1 130.10.224.1 130.10.200.1 130.10.208.1 130.10.46.1 130.10.48.1

Sunnyslope(config)# ip host Phoenix COB 130.10.234.2 130.10.236.1 130.10.202.1 130.10.210.1 130.10.50.1 130.10.52.1 130.10.54.1

Sunnyslope(config)# ip host Phoenix COC 130.10.236.2 130.10.238.1 130.10.204.1 130.10.212.1 130.10.56.1 130.10.58.1 130.10.60.1

Sunnyslope(config)# ip host Phoenix COD 130.10.238.2 130.10.206.1 130.10.214.1 130.10.62.1 130.10.64.1 130.10.66.1

Sunnyslope(config)# ip host Greenway COA 130.10.230.1 130.10.240.1 130.10.200.2 130.10.216.1 130.10.112.1 130.10.114.1

Sunnyslope(config)# ip host Greenway COB 130.10.240.2 130.10.242.1 130.10.202.2 130.10.218.1 130.10.116.1 130.10.118.1 130.10.120.1

Sunnyslope(config)# ip host Greenway COC 130.10.242.2 130.10.244.1 130.10.204.2 130.10.220.1 130.10.122.1 130.10.124.1 130.10.126.1

Sunnyslope(config)# ip host Greenway COD 130.10.244.2 130.10.206.2 130.10.222.1 130.10.128.1 130.10.130.1 130.10.132.1

Sunnyslope(config)# ip host Sunnyslope COA 130.10.232.1 130.10.246.1 130.10.208.2 130.10.216.2 130.10.178.1 130.10.180.1

Sunnyslope(config)# ip host Sunnyslope COB 130.10.246.2 130.10.248.1 130.10.210.2 130.10.218.2 130.10.182.1 130.10.184.1 130.10.186.1

Sunnyslope(config)# ip host Sunnyslope COC 130.10.248.2 130.10.250.1 130.10.212.2 130.10.220.2 130.10.188.1 130.10.190.1 130.10.192.1

Sunnyslope(config)# ip host Sunnyslope COD 130.10.250.2 130.10.214.2 130.10.222.2 130.10.194.1 130.10.196.1 130.10.198.1

Sunnyslope(config)# ip host Firewall 130.10.224.2 130.10.226.1

Sunnyslope(config)# exit

Sunnyslope# copy run start

Sunnyslope# exit

Access Control Lists

Sunnyslope(config)# access-list 101 permit ip 130.10.8.0 0.0.1.255 host 130.10.6.159

Sunnyslope(config)# access-list 101 deny ip 130.10.8.0 0.0.1.255 any

Sunnyslope(config)# access-list 101 permit ip any any

Sunnyslope(config)# access-list 102 permit tcp 130.10.8.0 0.0.1.255 any eq 80

Sunnyslope(config)# access-list 102 permit tcp 130.10.8.0 0.0.1.255 any eq 25

Sunnyslope(config)# access-list 102 permit tcp 130.10.8.0 0.0.1.255 any eq 53

Sunnyslope(config)# access-list 102 permit udp 130.10.8.0 0.0.1.255 any eq 53

Sunnyslope(config)# access-list 102 deny ip 130.10.8.0 0.0.1.255 any

Sunnyslope(config)# access-list 102 permit ip any any

Sunnyslope(config)# int fastethernet 0/0

Sunnyslope(config-if)# ip access-group 101 out

Sunnyslope(config)# int serial 0/0

Sunnyslope(config-if)# ip access-group 102 out

Sunnyslope(config-if)# exit

Sunnyslope(config)# exit

Sunnyslope# copy run start

Sunnyslope# exit

IPX Implementation

Sunnyslope(config)# ipx routing

Sunnyslope(config)# interface fastethernet 0/1

Sunnyslope(config-if)# ipx network 8

Sunnyslope(config-if)# int serial 0/0

Sunnyslope(config-if)# ipx network 30

For NetWare 3.11 or earlier

Sunnyslope(config)# int fastethernet 0/1.1

Sunnyslope(config-subif)# ipx network 8 encapsulation novell-ether

Sunnyslope(config-subif)# exit

Sunnyslope(config)# exit

Sunnyslope# copy run start

Sunnyslope# exit

For NetWare 3.12 or 4.xx

Sunnyslope(config)# int fastethernet 0/1.1

Sunnyslope(config-subif)# ipx network 8 encapsulation sap

Sunnyslope(config-subif)# exit

Sunnyslope(config)# exit

Sunnyslope# copy run start

Sunnyslope# exit

Community School Router Configuration commands (Cisco 2600 series):

 

ISDN

Community(config)# isdn switch-type basic-5ess

Community(config)# ip route 0.0.0.0 0.0.0.0 130.10.198.1

Community(config)# dialer-list 1 protocol ip permit

Community(config)# isdn spid1 number as supplied by the telco

Community(config)# isdn spid2 number as supplied by the telco

Community(config)# int bri0

Community(config-if)# ip address 130.10.198.2 255.255.254.0

Community(config-if)# no shutdown

Community(config-if)# dialer-group 1

Community(config-if)# dialer-string telephone number of remote site to be called

Community(config-if)# dialer wait-for-carrier time 15

Community(config-if)# dialer idle-timeout 30

Community(config-if)# exit

Community(config)# exit

Community# copy run start

 

PPP

Community(config)# username SunnyslopeCOD password isdnaxs

Community(config)# int bri0

Community(config-if)# encapsulation ppp

Community(config-if)# ppp authentication chap

Community(config-if)# exit

Community(config)# exit

Community# copy run start

Note: No routing protocol enabled as no means of propagating updates without initiating ISDN call.

Firewall Router Configuration commands (Cisco 2600 series):

 

Frame Relay

Firewall(config)# int serial 0/0

Firewall(config-if)# ip address 130.10.226.1 255.255.254.0

Firewall(config-if)# encapsulation frame-relay {cisco / ietf} - [1]

Firewall(config-if)# lmi-type {ansi / cisco / q933a} - [2]

Firewall(config-if)# frame-relay inverse arp ip 16 - [3]

Firewall(config-if)# bandwidth 1544

Firewall(config-if)# no shutdown

Firewall(config-if)# exit

Firewall(config)# exit

Firewall# copy run start

Notes:

[1] {cisco / ietf} Cisco is the default on Cisco routers. Use ietf for non-Cisco routers.

[2] If using Cisco IOS 11.1 or earlier the LMI type must be specified. Later versions of IOS autosense the LMI type.

[3] Inverse ARP is enabled by default. The command shown reinstates it should it have been disabled. The example re-enabled it for IP protocol on DLCI 16.

 

Access Control Lists

Firewall(config)# access-list 101 permit tcp any any eq 80

Firewall(config)# access-list 101 permit tcp any any eq 25

Firewall(config)# access-list 101 permit tcp any any eq 53

Firewall(config)# access-list 101 permit udp any any eq 53

 

Firewall(config)# int fastethernet 0/0

Firewall(config-if)# ip access-group 101 out

Firewall(config-if)# int s0/0

Firewall(config-if)# ip access-group 101 out

Firewall(config-if)# exit

Firewall(config)# exit

Firewall# copy run start

Firewall# exit

PhoenixCOA Router Configuration commands (Cisco 7200 series):

 

Access Control Lists

PhoenixCOA(config)# access-list 101 permit ip any any established

PhoenixCOA(config)# int E2

PhoenixCOA(config-if)# ip access-group 101 in

PhoenixCOA(config-if)# exit

PhoenixCOA(config)# exit

PhoenixCOA# copy run start

PhoenixCOA# exit

Sunnyslope COD Router Configuration commands (Cisco 7200 series):

 

ISDN

SunnyslopeCOD(config)# isdn switch-type basic-5ess

SunnyslopeCOD(config)# ip route 130.10.174.0 255.255.254.0 130.10.198.2

SunnyslopeCOD(config)# ip route 130.10.176.0 255.255.254.0 130.10.198.2

SunnyslopeCOD(config)# isdn spid1 number as supplied by the telco

SunnyslopeCOD(config)# isdn spid2 number as supplied by the telco

SunnyslopeCOD(config)# dialer-list 1 protocol ip permit

SunnyslopeCOD(config)# int bri0

SunnyslopeCOD(config-if)# ip address 130.10.198.1 255.255.254.0

SunnyslopeCOD(config-if)# dialer-group 1

SunnyslopeCOD(config-if)# no shutdown

SunnyslopeCOD(config-if)# dialer-string telephone number of remote site to be called

SunnyslopeCOD(config-if)# dialer wait-for-carrier time 15

SunnyslopeCOD(config-if)# dialer idle-timeout 30

SunnyslopeCOD(config-if)# exit

SunnyslopeCOD(config)# exit

SunnyslopeCOD# copy run start

 

IGRP

SunnyslopeCOD(config)# router igrp 139

SunnyslopeCOD(config-router)# network 130.10.0.0

SunnyslopeCOD(config-router)# metric maximum-hops 25

SunnyslopeCOD(config-router)# passive-interface bri0

SunnyslopeCOD(config-router)# redistribute static

SunnyslopeCOD(config-router)# exit

SunnyslopeCOD(config)# exit

SunnyslopeCOD# copy run start

 

PPP

SunnyslopeCOD(config)# username Community password isdnaxs

SunnyslopeCOD(config)# int bri0

SunnyslopeCOD(config-if)# encapsulation ppp

SunnyslopeCOD(config-if)# ppp authentication chap

SunnyslopeCOD(config-if)# exit

SunnyslopeCOD(config)# exit

SunnyslopeCOD# copy run start