Monday, December 20, 2021

Static Routing lab with 5 Routers: Cisco Packet tracer Lab

 Static Routing lab with 5 Routers: Cisco Packet tracer Lab

Posted: 4 Jul 2021 in Uncategorized

Tags: featured0

Static Routing lab with 5 Routers: Cisco Packet tracer Lab.

As you can clearly see in this cisco packet tracer lab i have taken total 5 Routers and 6 Networks:

I am going to show you how to configure static routing with this Example Lab.Here I assume that you know how to configure IP Address on PC and Routers. This lab is simply focused on static Routing.

Let me List you the Network I have used in this Lab:

Network AddressSubnet Mask
172.168.0.0255.255.0.0
2.0.0.0255.0.0.0
3.0.0.0255.0.0.0
4.0.0.0255.0.0.0
5.0.0.0255.0.0.0
192.168.1.0255.255.0.0

in Static Routing we have to tell the Routers about Indirectly connected Networks. And the same thing we are going to do in tis lab.


n Static Routing we have to tell the Routers about Indirectly connected Networks. And the same thing we are going to do in tis lab.

Static Routing Configuration on router R1:

R1(config)#ip route 3.0.0.0 255.0.0.0 2.0.0.2
R1(config)#ip route 4.0.0.0 255.0.0.0 2.0.0.2
R1(config)#ip route 5.0.0.0 255.0.0.0 2.0.0.2

R1(config)#ip route 192.168.1.0 255.255.255.0 2.0.0.2

Static Routing Configuration on router R2:

R2(config)#ip route 4.0.0.0 255.0.0.0 3.0.0.2
R2(config)#ip route 5.0.0.0 255.0.0.0 3.0.0.2
R2(config)#ip route 192.168.1.0 255.255.255.0 3.0.0.2
R2(config)#ip route 172.168.0.0 255.255.0.0 2.0.0.1

Static Routing Configuration on router R3:

R3(config)#ip route 172.168.0.0 255.255.0.0 3.0.0.1
R3(config)#ip route 2.0.0.0 255.0.0.0 3.0.0.1
R3(config)#ip route 5.0.0.0 255.0.0.0 4.0.0.2
R3(config)#ip route 192.168.1.0 255.255.255.0 4.0.0.2

Static Routing Configuration on router R4:

R4(config)#ip route 172.168.0.0 255.255.0.0 4.0.0.1

	
R4(config)#ip route 2.0.0.0 255.0.0.0 4.0.0.1
R4(config)#ip route 3.0.0.0 255.0.0.0 4.0.0.1
R4(config)#ip route 192.168.1.0 255.255.255.0 5.0.0.2

Static Routing Configuration on router R5:

R5(config)#ip route 4.0.0.0 255.0.0.0 5.0.0.1
R5(config)#ip route 3.0.0.0 255.0.0.0 5.0.0.1
R5(config)#ip route 2.0.0.0 255.0.0.0 5.0.0.1
R5(config)#ip route 172.168.0.0 255.255.0.0 5.0.0.1
R5(config)#

No comments: