Did You Know? Static Routes
June 9th, 2009
No comments
Let’s say you configure a static route and the next hop is some IP address on the other side of an interface. For example:
Interface fastethernet 0
ip address 192.168.1.1 255.255.255.252
ip route 192.168.100.0 255.255.255.0 192.168.1.2
Doing that will place that Static route into the routing table. If you shutdown the ethernet0 interface, that static route will be removed from the routing table.
Categories: Routing and Switching
