A Cisco router relies on OSPF (administrative distance 110) to reach destination network . A backup path is connected via next-hop IPv4 address . The network engineer must configure a floating static route so that traffic uses this secondary link only when the primary OSPF path becomes unavailable. Which command correctly configures this backup static route?
- ip route 192.168.10.0 255.255.255.0 10.0.0.2 120Answer
- Bip route 192.168.10.0 255.255.255.0 10.0.0.2 90
- Cip route 192.168.10.0 255.255.255.0 10.0.0.2
- Dip route 192.168.10.0 0.0.0.255 10.0.0.2 120
Answer
The command 'ip route 192.168.10.0 255.255.255.0 10.0.0.2 120' correctly configures the floating static route.
The command specifying 'ip route 192.168.10.0 255.255.255.0 10.0.0.2 120' uses proper Cisco IOS syntax with a subnet mask and assigns an administrative distance of 120. Because 120 is higher than OSPF's administrative distance of 110, the route will stay out of the routing table until the OSPF route is lost.
Step-by-Step Solution
Key Concept
Floating Static Route Administrative Distance
Estimated Time:1m 15s