Static Routing Lab
Routing

Overview
This lab demonstrates static routing configuration between two networks using manual route setup and next-hop addressing.
Requirements
- Configure IP addresses on routers
- Enable static routing manually
- Connect two separate networks
Steps
- Assign IP addresses to router interfaces
- Configure static routes using next-hop IP
- Establish connectivity between networks
- Verify routing table entries
Solution
- Step 1: Assigned IP addresses to all router interfaces according to topology
- Step 2: Configured static routes using ip route command
- Step 3: Defined next-hop IP addresses for remote networks
- Step 4: Verified routing table contains static (S) entries
- Step 5: Tested end-to-end connectivity using ping
Verification
- Confirmed static routes appear in routing table as 'S'
- Successful ping between remote networks
- No missing or incorrect route entries
- Interfaces are up and operational
Notes
- Static routing requires manual updates when topology changes
- Next-hop IP must be reachable for routes to work
- Preferred for small and stable networks