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