An enterprise edge router receives its primary route to the destination network via OSPF, which uses a default Administrative Distance of . A network administrator must configure a floating static backup route targeting next-hop IP address that will remain inactive in the routing table unless the primary OSPF route becomes unavailable. Which Cisco IOS command accomplishes this objective?
- ip route 172.20.10.0 255.255.255.0 192.168.12.2 120Answer
- Bip route 172.20.10.0 255.255.255.0 192.168.12.2 90
- Cip route 172.20.10.0 255.255.255.0 192.168.12.2 110
- Dip route 172.20.10.0 255.255.255.0 192.168.12.2 1
Answer
The command 'ip route 172.20.10.0 255.255.255.0 192.168.12.2 120' correctly configures the backup floating static route.
The correct command specifies an Administrative Distance of 120 at the end of the syntax. Because 120 is higher than the default OSPF distance of 110, Cisco IOS keeps this static route out of the routing table as long as the OSPF route is active. If the OSPF route fails and is withdrawn, the floating static route with AD 120 becomes the best available path and is inserted into the routing table.
Step-by-Step Solution
Key Concept
Floating Static Routes and Administrative Distance