Lab Exercise 8
Lab Exercise 8
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
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