0% found this document useful (0 votes)
14 views

Lab Exercise 8

Uploaded by

Muhammad
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Lab Exercise 8

Uploaded by

Muhammad
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Lab Exercise 8

Objective: To configure OSPF in a single Area

Network Diagram:

Router R1
INT IP

10.0.0.0 / 16 E0 10.0.0.1/16
E1 10.1.0.1/16
S0 10.2.0.1/16
LAN 1
10.2.0.0 / 16
e0 10.3.0.0 / 16
s0
e0 LAN 3
s0 s0
e1 s1
R1 R2 R3
10.4.0.0 / 16
Router R2
LAN 2 INT IP
Router R3
INT IP
s0 10.2.0.2/16
E0 10.4.0.1/16
10.1.0.0 / 16 S1 10.3.0.2/16
S0 10.3.0.1/16

Note: S0 and S1 Interfaces of R2 are set as DCE

Steps to be followed

A. Configure Router R1
R1-config#interface e0
R1-config-if#ip address 10.0.0.1 255.255.0.0
R1-config-if#no shut
R1-config#interface e1
R1-config-if#ip address 10.1.0.1 255.255.0.0
R1-config-if#no shut
R1-config#int s0
R1-config-if#ip address 10.2.0.1 255.255.0.0
R1-config-if#no shut
R1-config#router ospf 100
R1-config-router#network 10.0.0.0 0.0.255.255 area 0
R1-config-router#network 10.1.0.0 0.0.255.255 area 0
R1-config-router#network 10.2.0.0 0 0.0.255.255 area 0

B. Configure Router R2

R2-config#interface s0
R2-config-if#ip address 10.2.0.2 255.255.0.0
R2-config-if#no shut
R2-config-if#clock rate 64000
R2-config #interface s1
R2-config-if#ip address 10.3.0.2 255.255.0.0
R2-config-if#no shut
R2-config-if#clock rate 64000
R2-config#router ospf 200
R2-config-router#network 10.2.0.0 0.0.255.255 area 0
R2-config-router#network 10.3.0.0 0.0.255.255 area 0

C. Configure Router R3

R3-config#interface e0
R3-config-if#ip address 10.4.0.1 255.255.0.0
R3-config-if#no shutdown
R3-config#interface s0
R3-config-if# ip address 10.3.0.1 255.255.0.0
R3-config-if#no shut
R3-config #router ospf 300
R3-config-router#network 10.3.0.0 0.0.255.255 area 0
R3-config-router#network 10.4.0.0 0.0.255.255 area 0

D. Testing process

R1# show ip route


R2#show ip route
R3#show ip route
R1#show ip protocols
R1#show ip int brief
R1#show ip ospf database
R1#show ip ospf interface
R1#show ip ospf neighbor
R1#show ip ospf 100
R1#ping 10.4.0.1
R3#tracert 10.0.0.1

You might also like