0% found this document useful (0 votes)
38 views3 pages

Lab Exercise 10

Uploaded by

Muhammad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views3 pages

Lab Exercise 10

Uploaded by

Muhammad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

Lab Exercise 10

Objective: Configuring Static route on Multiple Paths


To check the best path selection
To check load balancing on multiple paths
Network Diagram:

LAN1

[Link] / 28

Router R1

R1 e0 INT IP
E0 [Link]/28
Router R3
S0 [Link]/30
INT IP s1 s0 S1 [Link]/30
E0 [Link]/27
S0 [Link]/30 s0
S1 [Link]/30 s1
e0 R2
R3 s1 s0 e0
Router R2 [Link] / 29
[Link] / 27 INT IP LAN2
LAN3
E0 [Link]/29
S0 [Link]/30
S1 [Link]/30

Note: Make the Physical connections as per the network diagram


S1 interfaces of all the routers set as DCE

Steps to be followed

A. Configuration of Router R1

R1-config#int e0
R1-config-if#ip address [Link] [Link]
R1-config-if#no shut
R1-config#int s0
R1-config-if#ip address [Link] [Link]
R1-config-if#no shut
R1-config#int s1
R1-config-if#ip address [Link] [Link]
R1-config-if#no shut
R1-config-if#clock rate 64000
R1-config#ip route [Link] [Link] [Link]
R1-config#ip route [Link] [Link] [Link]
R1-config#ip route [Link] [Link] [Link]
R1-config#ip route [Link] [Link] [Link]
R1-config#ip route [Link] [Link] [Link]
R1-config#ip route [Link] [Link] serial 0
R1#copy run start

B. configuration of Router R2

R2-config#interface e0
R2-config-if#ip address [Link] [Link]
R2-config-if#no shut
R2-config#interface s0
R2-config-if#ip address [Link] [Link]
R2-config-if#no shut
R2-config#int s1
R2-config-if#ip address [Link] [Link]
R2-config-if#no shut
R2-config-if#clock rate 64000
R2-config#ip route [Link] [Link] [Link]
R2-config#ip route [Link] [Link] [Link]
R2-config#ip route [Link] [Link] [Link]
R2-config#ip route [Link] [Link] [Link]
R2-config#ip route [Link] [Link] s0
R2-config#ip route [Link] [Link] s1
R2#wr

C. Configuration of Router R3

R3-config# interface e0
R3-config-if#ip address [Link] [Link]
R3-config-if#no shut
R3-config#interface s0
R3-config-if#ip address [Link] [Link]
R3-config-if#no shut
R3-cnfig#int s1
R3-config-if#ip address [Link] [Link]
R3-config-if#no shut
R3-config-if#clock rate 64000
R3-config# ip route [Link] [Link] s0
R3-config#ip route [Link] [Link] s1
R3-config#ip route [Link] [Link] s0
R3-config#ip route [Link] [Link] s1
R3-config#ip route [Link] [Link] s0
R3-config#ip route [Link] [Link] s1
R3#copy run start

D. Testing process

R1#show ip route
R2#show ip route
R3#show ip route
Shut any one serial interface and check for any alternate path selection
Use ping and Traceroute commands

You might also like