COMPUTER NETWORK LAB Department of Electrical Engineering, UET, Lahore. Name Ahmed Hannan Regd. No. 2017 – EE- 257 Complex Engineering Problem Setup for EIGRP, OSPF, Path control Above showed network shows complete Control Topology of EIGRP & OSPF and their paths interlinked together. This topology includes multi-area OSPF with Area 0 as the Head Quarter backbone for the enterprise network and other OSPF areas or RIP/EIGRP domains acting like remote branches, partners or newly added companies. CISCO PACKET TRACER is used to plot above Topology. File with extension .pkt is also attached with the Project. The initial configurations of the routers are given below. Configuring OSPF on R1: router ospf 1 router-id 1.1.1.1 log-adjacency-changes network 192.168.0.0 0.0.0.7 area 0 network 192.168.0.12 0.0.0.3 area 0 network 192.168.0.16 0.0.0.3 area 0 network 192.168.0.20 0.0.0.3 area 0 network 192.168.100.0 0.0.0.255 area 0 COMPUTER NETWORK LAB Department of Electrical Engineering, UET, Lahore. Configuring OSPF on R2: router ospf 1 router-id 2.2.2.2 log-adjacency-changes area 1 stub network 192.168.0.0 0.0.0.7 area 0 network 192.168.168.0 0.0.0.3 area 1 Configuring OSPF on R3: router ospf 1 router-id 3.3.3.3 log-adjacency-changes network 192.168.0.0 0.0.0.7 area 0 network 192.168.13.0 0.0.0.255 area 0 Configuring OSPF/EIGRP on R4: router ospf 1 router-id 4.4.4.4 log-adjacency-changes network 192.168.0.12 0.0.0.3 area 0 router eigrp 1 network 172.16.0.2 0.0.0.0 network 172.16.0.12 0.0.0.3 network 192.168.44.0 no auto-summary Configuring OSPF/EIGRP on R5: router ospf 1 router-id 5.5.5.5 log-adjacency-changes network 192.168.0.16 0.0.0.3 area 0 router eigrp 1 network 172.16.0.6 0.0.0.0 network 172.16.0.12 0.0.0.3 network 192.168.55.0 no auto-summary Configuring EIGRP on R6: router eigrp 1 network 172.16.0.0 no auto-summary Name Ahmed Hannan Regd. No. 2017 – EE- 257 COMPUTER NETWORK LAB Department of Electrical Engineering, UET, Lahore. Configuring EIGRP/RIP on R7: router eigrp 1 network 172.16.0.10 0.0.0.0 no auto-summary router rip version 2 network 10.0.0.0 Configuring RIP on R8: router rip version 2 passive-interface Loopback200 network 10.0.0.0 no auto-summary Configuring OSPF multiarea, Frame Relay maps & OSPF over Frame Relay point-to-multipoint non-broadcast Switch 14: #show run | s interface Serial0/1.1 interface Serial0/1.1 multipoint ip address 10.0.1.1 255.255.255.248 ip ospf network point-to-multipoint non-broadcast frame-relay map ip 10.0.1.2 102 frame-relay map ip 10.0.1.3 103 #show run | s ospf ip ospf network point-to-multipoint non-broadcast router ospf 1 router-id 9.9.9.9 log-adjacency-changes area 3 nssa network 10.0.1.0 0.0.0.255 area 2 network 192.168.0.20 0.0.0.3 area 0 network 192.168.3.0 0.0.0.3 area 3 neighbor 10.0.1.3 neighbor 10.0.1.2 S3#show run | s interface Serial0/0.1 interface Serial0/0.1 multipoint ip address 10.0.1.2 255.255.255.248 ip ospf network point-to-multipoint non-broadcast frame-relay map ip 10.0.1.1 201 frame-relay map ip 10.0.1.3 201 Name Ahmed Hannan Regd. No. 2017 – EE- 257 COMPUTER NETWORK LAB Department of Electrical Engineering, UET, Lahore. S3#show run | s ospf ip ospf network point-to-multipoint non-broadcast router ospf 1 router-id 10.10.10.10 log-adjacency-changes network 10.0.1.0 0.0.0.255 area 2 network 10.0.10.0 0.0.0.255 area 2 neighbor 10.0.1.1 Configuring OSPF/RIP on Router 4 – PT Empty Router: router ospf 1 router-id 12.12.12.12 log-adjacency-changes area 3 nssa network 192.168.3.0 0.0.0.3 area 3 network 192.168.33.0 0.0.0.255 area 3 router rip version 2 passive-interface Loopback22 passive-interface Loopback33 network 192.168.22.0 no auto-summary Name Ahmed Hannan Regd. No. 2017 – EE- 257 COMPUTER NETWORK LAB Department of Electrical Engineering, UET, Lahore. Individual Topology of OSPF R1# <b>configure terminal</b> R1(config)# <b>interface Loopback1</b> R1(config-if)# <b>description Engineering Department</b> R1(config-if)# <b>ip address 10.1.1.1 255.255.255.0</b> R1(config-if)# <b>exit</b> R1(config)# <b>interface FastEthernet0/0</b> R1(config-if)# <b>ip address 10.1.200.1 255.255.255.0</b> R1(config-if)# <b>no shutdown</b> R2# <b>configure terminal</b> R2(config)# <b>interface Loopback2</b> R2(config-if)# <b>description Marketing Department</b> R2(config-if)# <b>ip address 10.1.2.1 255.255.255.0</b> R2(config-if)# <b>exit</b> R2(config)# <b>interface FastEthernet0/0</b> R2(config-if)# <b>ip address 10.1.200. 2 255.255.255.0</b> R2(config-if)# <b>no shutdown</b> R3# <b>configure terminal</b> R3(config)# <b>interface Loopback3</b> R3(config-if)# <b>description Accounting Department</b> R3(config-if)# <b>ip address 10.1.3.1 255.255.255.0</b> Name Ahmed Hannan Regd. No. 2017 – EE- 257 COMPUTER NETWORK LAB Department of Electrical Engineering, UET, Lahore. R3(config-if)# <b>exit</b> R3(config)# <b>interface FastEthernet0/0</b> R3(config-if)# <b>ip address 10.1.200.3 255.255.255.0</b> R3(config-if)# <b>no shutdown</b> R1# <b>show ip protocols</b> Routing Protocol is "ospf 1" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID 10.1.1.1 Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4 Routing for Networks: 10.1.100.0 0.0.0.255 area 0 10.1.200.1 0.0.0.0 area 0 Reference bandwidth unit is 100 mbps Routing Information Sources: Gateway Distance Last Update Distance: (default is 110) Name Ahmed Hannan Regd. No. 2017 – EE- 257 COMPUTER NETWORK LAB Department of Electrical Engineering, UET, Lahore. Individual Topology of EIGRP R1(config)# <b>no router rip R1(config)# <b>no ip route 192.168.48.0 255.255.252.0 null0 R1(config)# <b>no ip prefix-list RIP-OUT R2(config)# <b>no router rip R2(config)# <b>router ospf 1 R2(config-router)# <b>no default-information originate R2(config-router)# <b>no redistribute rip R2(config-router)# <b>no default-metric 10000 R2(config)# <b>interface loopback 100 R2(config-if)# <b>ip address 172.16.100.1 255.255.255.0 R3(config)# <b>interface loopback 8 R3(config-if)# <b>ip address 192.168.8.1 255.255.255.0 R3(config-if)# <b>interface loopback 9 R3(config-if)# <b>ip address 192.168.9.1 255.255.255.0 R3(config-if)# <b>interface loopback 10 R3(config-if)# <b>ip address 192.168.10.1 255.255.255.0 R3(config-if)# <b>interface loopback 11 Name Ahmed Hannan Regd. No. 2017 – EE- 257 COMPUTER NETWORK LAB Department of Electrical Engineering, UET, Lahore. R3(config-if)# <b>ip address 192.168.11.1 255.255.255.0 Configure EIGRP R1(config-router)# <b>no auto-summary</b> R1(config-router)# <b>network 172.16.0.0</b> R1(config-router)# <b>network 192.168.48.0</b> R1(config-router)# <b>network 192.168.49.0</b> R1(config-router)# <b>network 192.168.50.0</b> R1(config-router)# <b>network 192.168.51.0</b> R1(config-router)# <b>network 192.168.70.0 Name Ahmed Hannan Regd. No. 2017 – EE- 257