An enterprise router learns the remote network via OSPF, which has a default administrative distance of 110. A network administrator must configure a floating static backup route to reach destination using next-hop IP address . The backup route must only enter the routing table if the primary OSPF path fails. Which Cisco IOS command correctly configures this floating static route?
- Aip route 10.50.0.0 255.255.0.0 192.168.12.2 90
- Bip route 10.50.0.0 255.255.0.0 192.168.12.2 110
- ip route 10.50.0.0 255.255.0.0 192.168.12.2 120Answer
- Dip route 10.50.0.0 255.255.0.0 192.168.12.2
Answer
The command 'ip route 10.50.0.0 255.255.0.0 192.168.12.2 120' correctly configures the floating static route.
A floating static route acts as a backup path and must remain dormant in the routing table until the primary path fails. Since the primary path is installed by OSPF with an Administrative Distance of 110, the backup static route must be assigned an Administrative Distance higher than 110 (e.g., 120). The command 'ip route 10.50.0.0 255.255.0.0 192.168.12.2 120' fulfills this requirement.
Step-by-Step Solution
Key Concept
Floating Static Route Administrative Distance Selection
Estimated Time:1m 30s