Section 20 Lab – Static Routes
Topology

Instructions
Connect three routers together with Serial or Ethernet connections:
- Configure the connections between the routers and ping
- Add Loopback addresses to the two spoke routers, as per the diagram
- Add a static route exit interface on the hub router for the 10.1.1.0/20 subnet
- Add a next-hop address for network 172.16.1.0/30
- Ping both networks
- Issue a show ip route 172.16.1.1 command and a show ip route 10.1.1.1 command
- Confirm that you have the exit interface and next hop listed
Solution Hints and Commands
- ip route <network> <mask> serial <int_name> command