Static Routing lab with 5 Routers: Cisco Packet tracer Lab

Posted: 4 Jul 2021 in Uncategorized
Tags:

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.0 255.0.0.0
4.0.0.0 255.0.0.0
5.0.0.0 255.0.0.0
192.168.1.0 255.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.

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)#

Advertisement

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.