An enterprise router learns the path to a remote subnet through EIGRP, which operates with a default administrative distance of . A network engineer needs to configure a backup IPv4 static route to reach this subnet using the next-hop IPv4 address so that the backup route remains inactive until the primary EIGRP path fails. Which Cisco IOS command correctly configures this floating static route?
- ip route 192.168.100.0 255.255.255.0 10.0.5.2 95Answer
- Bip route 192.168.100.0 255.255.255.0 10.0.5.2 85
- Cip route 192.168.100.0 255.255.255.0 10.0.5.2 90
- Dip route 192.168.100.0 0.0.0.255 10.0.5.2 95
Answer
The command 'ip route 192.168.100.0 255.255.255.0 10.0.5.2 95' correctly specifies a static route with an administrative distance higher than EIGRP's default AD of 90.
The correct command uses the syntax 'ip route 192.168.100.0 255.255.255.0 10.0.5.2 95'. Because an administrative distance of 95 is higher than EIGRP's default AD of 90, the router keeps this static route in reserve as a floating backup until the primary EIGRP path becomes unavailable.
Step-by-Step Solution
Key Concept
Floating Static Route Administrative Distance Selection