A network administrator needs to configure a floating static backup route on a Cisco router to reach the destination subnet via the next-hop IP address . The primary path to this network is currently dynamically learned via OSPF. Which command correctly configures the floating static route so that it only enters the routing table when the OSPF route fails?
- ip route 192.168.50.0 255.255.255.0 10.0.12.2 120Answer
- Bip route 192.168.50.0 255.255.255.0 10.0.12.2 90
- Cip route 192.168.50.0 255.255.255.0 10.0.12.2 110
- Dip route 192.168.50.0 255.255.255.0 10.0.12.2
Answer
The command 'ip route 192.168.50.0 255.255.255.0 10.0.12.2 120' correctly configures the floating static route by setting an administrative distance of 120, which is greater than OSPF's default administrative distance of 110.
The correct command specifies an administrative distance of 120 at the end of the static route definition. Because OSPF has a default administrative distance of 110, Cisco IOS will prefer the OSPF route and keep the static route out of the active routing table (floating) until the OSPF route is removed.
Step-by-Step Solution
Key Concept
Floating Static Route Administrative Distance Calibration
Estimated Time:1m 0s