A network engineer is configuring a backup static route on a Cisco router for the destination network . The primary path to this network is currently learned dynamically via internal EIGRP, which uses a default Administrative Distance of . The engineer needs the static route to remain inactive in the routing table unless the EIGRP path fails. Which command correctly configures this floating static route?
- ip route 10.100.4.0 255.255.255.0 192.168.12.2 130Answer
- Bip route 10.100.4.0 255.255.255.0 192.168.12.2 80
- Cip route 10.100.4.0 255.255.255.0 192.168.12.2
- Dip route 10.100.4.0 255.255.255.0 192.168.12.2 90
Answer
The command specifying an administrative distance of 130 correctly configures the floating static route.
A floating static route requires an Administrative Distance (AD) value higher than that of the primary route protocol. Because internal EIGRP uses a default AD of 90, specifying an AD of 130 ensures the static route remains out of the IP routing table until the primary EIGRP route fails.
Step-by-Step Solution
Key Concept
Floating Static Routes and Administrative Distance