Lab 11
Lab 11
(EL-317)
LABORATORY MANUAL
Fall 2015
(LAB# 11)
Dynamic Routing Protocols (OSPF)
Engr. Aamir Ullah Khan
_______________________________
LAB ENGINEER SIGNATURE & DATE
192.168.1.2
PC 0
GW: 192.168.1.1
192.168.2.2
PC1
GW: 192.168.2.1
192.168.3.2
PC 2
GW: 192.168.3.1
Router 1:
Router>en
Router# configure terminal
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface serial 0/1/0
Router(config-if)#ip address 192.168.4.2 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#bandwidth 128
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface serial 0/1/1
Router 2:
Router>en
Router# configure terminal
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.3.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface serial 0/1/0
Router(config-if)#ip address 192.168.5.2 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#bandwidth 512
Router(config-if)#no shutdown
Router(config-if)#exit
Router 2:
Router (config) # router ospf 3
Router (config-router) # network 192.168.3.0 0.0.0.255 area 0
Router (config-router) # network 192.168.5.0 0.0.0.255 area 0
Confirmation After successfully creating the topology, you can check the connectivity of
the network by selecting a packet from the right window and sending it from PC to another as
shown below:
Finally, you can see that the packet transmission is successful as shown by the message
window:
Exercise 02:
Design the following network using Packet Tracer. Configure EIGRP Protocol and ensure the
connectivity of the system. . Show the output of the following commands:
1) show ip ospf neighbor 2) show ip ospf interfaces 3) show ip ospf database
4) show ip protocols 5) show ip route