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 Address | Subnet Mask |
172.168.0.0 | 255.255.0.0 |
2.0.0.0 | 255.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 |

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