Company router R1 currently reaches the remote subnetwork via internal EIGRP, which has a default Administrative Distance of 90. A network administrator wants to configure a backup floating static route to through the next-hop IP address 172.16.1.2. The floating route must remain inactive in the routing table until the primary EIGRP path becomes unavailable. Which Cisco IOS command correctly configures this floating static route?
- ip route 192.168.50.0 255.255.255.0 172.16.1.2 95Answer
- Bip route 192.168.50.0 255.255.255.0 172.16.1.2 85
- Cip route 192.168.50.0 255.255.255.0 172.16.1.2
- Dip route 192.168.50.0 255.255.255.0 172.16.1.2 90
Answer
The command 'ip route 192.168.50.0 255.255.255.0 172.16.1.2 95' correctly configures the floating static route.
A floating static route functions as a backup route by configuring an Administrative Distance (AD) higher than that of the primary routing source. Internal EIGRP has a default AD of 90. Configuring the static route with an AD of 95 ensures that Cisco IOS keeps the static route inactive in the routing table during normal conditions, activating it only if the primary EIGRP path fails.
Step-by-Step Solution
Key Concept
Floating Static Route Configuration and Administrative Distance