Static router configuration CCNA lab
🔒
Unauthorized Access
This interactive lab is exclusively licensed to PacketTracerLab.com and cannot be used on any other domain or offline environment.
Visit PacketTracerLab.com⚠ Unauthorized use or redistribution is prohibited.
Lab 13
Static Routing Configuration
Select a router tab and begin configuring
Lab Tasks
Router0 — Fa0/0: 192.168.1.1/24 & Fa0/1: 192.168.2.1/24
Router1 — Fa0/0: 192.168.1.2/24 & Fa0/1: 192.168.2.2/24
Router2 — Fa0/0: 192.168.2.2/24
Router0 — static route to 192.168.2.0/24 via 192.168.1.2
Router2 — static route to 192.168.1.0/24 via 192.168.2.1
Ping 192.168.2.2 from Router0 — success
Command Guide
Router0 / Router1 / Router2:
int fa0/0 → ip add … → no sh
int fa0/1 → ip add … → no sh
Router0 static route:
ip route 192.168.2.0 255.255.255.0 192.168.1.2
Router2 static route:
ip route 192.168.1.0 255.255.255.0 192.168.2.1
Test from Router0:
ping 192.168.2.2
int fa0/0 → ip add … → no sh
int fa0/1 → ip add … → no sh
Router0 static route:
ip route 192.168.2.0 255.255.255.0 192.168.1.2
Router2 static route:
ip route 192.168.1.0 255.255.255.0 192.168.2.1
Test from Router0:
ping 192.168.2.2
Network Map
Router0
Fa0/0 192.168.1.1
Fa0/1 192.168.2.1
Router1
Fa0/0 192.168.1.2
Fa0/1 192.168.2.2
Router2
Fa0/0 192.168.2.2
Fa0/0 192.168.1.1
Fa0/1 192.168.2.1
Router1
Fa0/0 192.168.1.2
Fa0/1 192.168.2.2
Router2
Fa0/0 192.168.2.2
Router0 (1841)
Router1 (1841)
Router2 (2620XM)
Router0>