An enterprise router displays the following output in its routing table:
text
Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
O 10.45.0.0/16 [110/20] via 192.168.1.1, 00:04:12, GigabitEthernet0/0
A network administrator needs to configure a backup floating static route to destination prefix via next-hop IP . The backup route must remain inactive in the routing table until the primary OSPF route becomes unavailable. Which command must be configured on the router to fulfill this requirement?
- ip route 10.45.0.0 255.255.0.0 192.168.2.1 120Answer
- Bip route 10.45.0.0 255.255.0.0 192.168.2.1 100
- Cip route 10.45.0.0 255.255.0.0 192.168.2.1
- Dip route 10.45.0.0 255.255.0.0 192.168.2.1 110
Answer
The command 'ip route 10.45.0.0 255.255.0.0 192.168.2.1 120' correctly configures the floating static route.
The active route to network is learned via OSPF, which has an Administrative Distance of 110. To create a floating static route that serves strictly as a backup, the static route must be configured with an Administrative Distance strictly greater than 110. Specifying a distance of 120 keeps the route out of the routing table while OSPF is functional, and allows Cisco IOS to automatically insert the static route if OSPF fails.
Step-by-Step Solution
Key Concept
Floating Static Route Administrative Distance Selection
Estimated Time:1m 30s