You are on page 1of 5

ospf router 1 outer>en Router#conf t // Set Router Name Router(config)#hostname Austin // Set FastEthernet 0/0 Ip Address Austin(config)#interface fastEthernet

0/0 Austin(config-if)#ip address 172.16.10.1 255.255.255.0 Austin(config-if)#no sh Austin(config-if)#exit // Set Serial 1/0 Ip Address Austin(config)#interface serial 1/0 Austin(config-if)#ip address 172.16.20.1 255.255.255.252 // Set Clock Rate (Because its DCE) Austin(config-if)#clock rate 64000 Austin(config-if)#no sh Austin(config-if)#exit // Enabling OSPF Austin(config)#router ospf 1 Austin(config-router)#network 172.16.10.0 0.0.0.255 area 0 Austin(config-router)#network 172.16.20.0 0.0.0.255 area 0 router 2 Router>en Router#conf t // Set Router Name Router(config)#hostname Galveston // Set FastEthernet 0/0 Ip Address Galveston(config)#interface fastEthernet 0/0 Galveston(config-if)#ip address 172.16.50.1 255.255.255.0 Galveston(config-if)#no sh Galveston(config-if)#exit // Set Serial 1/0 Ip Address Galveston(config)#interface serial 1/0 Galveston(config-if)#ip address 172.16.40.2 255.255.255.252 Galveston(config-if)#no sh Galveston(config-if)#exit // Enabling OSPF Galveston(config)#router ospf 1 Galveston(config-router)#network 172.16.40.2 0.0.0.0 area 0 Galveston(config-router)#network 172.16.50.1 0.0.0.0 area 0 router 3 Router>en Router#conf t // Set Router Name

Router(config)#hostname Houston // Set FastEthernet 0/0 Ip Address Houston(config)#interface fastEthernet 0/0 Houston(config-if)#ip address 172.16.30.1 255.255.255.0 Houston(config-if)#no sh Houston(config-if)#exit // Set Serial 1/1 Ip Address Houston(config)#interface serial 1/1 Houston(config-if)#ip address 172.16.40.1 255.255.255.252 Houston(config-if)#clock rate 64000 Houston(config-if)#no sh Houston(config-if)#exit // Set Serial 1/0 Ip Address Houston(config)#interface serial 1/0 Houston(config-if)#ip address 172.16.20.2 255.255.255.252 Houston(config-if)#no sh Houston(config-if)#exit // Enabling OSPF Houston(config)#router ospf 1 Houston(config-router)#network 172.16.0.0 0.0.255.255 area 0

rip router 1 hostname Hyd interface FastEthernet0/0 ip address 172.16.1.1 255.255.0.0 interface Serial1/0 ip address 10.1.1.1 255.0.0.0 clock rate 64000 router rip network 10.0.0.0 network 172.16.0.0 router 2 hostname Khi interface FastEthernet0/0 interface Serial1/0 ip address 10.1.1.2 255.0.0.0 interface Serial1/1 ip address 100.2.2.2 255.0.0.0 clock rate 64000 router rip network 10.0.0.0 network 100.0.0.0 router 3

hostname ISL interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 interface Serial1/0 ip address 100.2.2.3 255.0.0.0 router rip network 10.0.0.0 network 100.0.0.0 network 192.168.1.0 static routing router 1 ssign IP To Router (HYD) Router> Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#inter Router(config)#interface fa Router(config)#interface fastEthernet 0/0 Router(config-if)#ip add Router(config-if)#ip address 172.16.10.1 255.255.255.0 Router(config-if)#no sh %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up // IP Address to Serial Port

Router# Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#inter Router(config)#interface se Router(config)#interface serial 1/0 Router(config-if)#ip add Router(config-if)#ip address 172.16.20.1 255.255.255.0 Router(config-if)#clock Router(config-if)#clock r Router(config-if)#clock rate 64000 Router(config-if)#no sh // Adding Routing Information

Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#ip ro Router(config)#ip route 172.16.30.0 255.255.255.0 172.16.20.2 Router(config)#ip route 172.16.40.0 255.255.255.0 172.16.20.2 Router(config)#ip route 172.16.50.0 255.255.255.0 172.16.20.2

router 2 // KHI Router Configuration // Ip To FastEthernet

Router>en Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#inter Router(config)#interface fast Router(config)#interface fastEthernet 0/0 Router(config-if)#ip add Router(config-if)#ip address 172.16.30.1 255.255.255.0 Router(config-if)#no sh // Ip To Serial

Router(config-if)#exit Router(config)#inter Router(config)#interface se Router(config)#interface serial 1/0 Router(config-if)#ip add Router(config-if)#ip address 172.16.20.2 255.255.255.0 Router(config-if)#no sh Router(config)#inter Router(config)#interface ser Router(config)#interface serial 1/1 Router(config-if)#ip add Router(config-if)#ip address 172.16.40.10 255.255.255.0 Router(config-if)#cl Router(config-if)#clock rat Router(config-if)#clock rate 64000 Router(config-if)#no sh // Adding Routing Information

Router>en Router>enable Router#conf t Router#conf terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#ip ro Router(config)#ip route 172.16.50.0 255.255.255.0 ser Router(config)#ip route 172.16.10.0 255.255.255.0 serial 1/0 Router(config)#ip route 172.16.50.0 255.255.255.0 serial 1/1

router 3 // Router> ISL Router Configuration // Ip To FastEthernet

Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#inter Router(config)#interface fast Router(config)#interface fastEthernet 0/0 Router(config-if)#ip add Router(config-if)#ip address 172.16.50.1 255.255.255.0 Router(config-if)#no sh // Ip To Serial Interface

Router(config-if)#exit Router(config)#inter Router(config)#interface ser Router(config)#interface serial 1/0 Router(config-if)#ip ad Router(config-if)#ip address 172.16.40.2 255.255.255.0 Router(config-if)#no sh // Adding Routing Information

Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#ip ro Router(config)#ip route 0.0.0.0 0.0.0.0 ser Router(config)#ip route 0.0.0.0 0.0.0.0 serial 1/0

You might also like