Lab 7: Static Routing Using Two Routers
Objective:
Configure static routing between two routers so that two different LANs can communicate.
Tools Required:
- Cisco Packet Tracer
- 2 Routers
- 2 Switches
- 4 PCs
Theory:
Static routing is a manual routing method where routes are entered by the network
administrator.
Network Topology:
Two routers connected via serial link. Each router connects to a LAN.
IP Addressing:
LAN 1: [Link]/24
LAN 2: [Link]/24
Serial Link: [Link]/24
Procedure:
1. Create topology in Packet Tracer.
2. Assign IP addresses to PCs and router interfaces.
3. Configure router interfaces.
4. Add static routes using ip route command.
5. Verify connectivity using ping.
Commands:
Router0:
ip route [Link] [Link] [Link]
Router1:
ip route [Link] [Link] [Link]
Result:
Successful communication between LANs.