0% found this document useful (0 votes)
27 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)
27 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
You are on page 1/ 3

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

192.168.127.64 / 28

Router R1

R1 e0 INT IP
E0 192.168.127.65/28
Router R3
S0 192.168.127.245/30
INT IP s1 s0 S1 192.168.127.249/30
E0 192.168.127.33/27
S0 192.168.127.250/30 s0
S1 192.168.127.241/30 s1
e0 R2
R3 s1 s0 e0
Router R2 192.168.127.80 / 29
192.168.127.32 / 27 INT IP LAN2
LAN3
E0 192.168.127.81/29
S0 192.168.127.242/30
S1 192.168.127.246/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 192.168.127.65 255.255.255.240
R1-config-if#no shut
R1-config#int s0
R1-config-if#ip address 192.168.127.245 255.255.255.252
R1-config-if#no shut
R1-config#int s1
R1-config-if#ip address 192.168.127.249 255.255.255.252
R1-config-if#no shut
R1-config-if#clock rate 64000
R1-config#ip route 192.168.127.32 255.255.255.224 192.168.127.250
R1-config#ip route 192.168.127.32 255.255.255.224 192.168.127.246
R1-config#ip route 192.168.127.80 255.255.255.248 192.168.127.250
R1-config#ip route 192.168.127.80 255.255.255.248 192.168.127.246
R1-config#ip route 192.168.127.240 255.255.255.252 192.168.127.250
R1-config#ip route 192.168.127.240 255.255.255.252 serial 0
R1#copy run start

B. configuration of Router R2

R2-config#interface e0
R2-config-if#ip address 192.168.127.81 255.255.255.248
R2-config-if#no shut
R2-config#interface s0
R2-config-if#ip address 192.168.127.242 255.255.255.252
R2-config-if#no shut
R2-config#int s1
R2-config-if#ip address 192.168.127.246 255.255.255.252
R2-config-if#no shut
R2-config-if#clock rate 64000
R2-config#ip route 192.168.127.32 255.255.255.224 192.168.127.241
R2-config#ip route 192.168.127.32 255.255.255.224 192.168.127.245
R2-config#ip route 192.168.127.64 255.255.255.240 192.168.127.241
R2-config#ip route 192.168.127.64 255.255.255.240 192.168.127.245
R2-config#ip route 192.168.127.248 255.255.255.252 s0
R2-config#ip route 192.168.127.248 255.255.255.252 s1
R2#wr

C. Configuration of Router R3

R3-config# interface e0
R3-config-if#ip address 192.168.127.33 255.255.255.224
R3-config-if#no shut
R3-config#interface s0
R3-config-if#ip address 192.168.127.250 255.255.255.252
R3-config-if#no shut
R3-cnfig#int s1
R3-config-if#ip address 192.168.127.241 255.255.255.252
R3-config-if#no shut
R3-config-if#clock rate 64000
R3-config# ip route 192.168.127.64 255.255.255.240 s0
R3-config#ip route 192.168.127.64 255.255.255.240 s1
R3-config#ip route 192.168.127.80 255.255.255.248 s0
R3-config#ip route 192.168.127.80 255.255.255.248 s1
R3-config#ip route 192.168.127.244 255.255.255.252 s0
R3-config#ip route 192.168.127.244 255.255.255.252 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