A network administrator is configuring a backup link on a Cisco router for destination network . The primary path to this network is currently learned via OSPF, which has a default Administrative Distance (AD) of . Which two statements correctly describe the requirements and operational behavior of the floating static route used for this backup path? (Select two.)
- The administrative distance configured at the end of the static route command must be greater than .Answer
- BSetting the administrative distance of the static route to ensures it stays in standby mode until the OSPF neighbor relationship fails.
- The floating static route will only be installed into the active routing table if the primary OSPF route is removed.Answer
- DIf no administrative distance is explicitly specified in the static route command, Cisco IOS automatically defaults to an administrative distance of when OSPF is running.
Answer
The floating static route must be configured with an administrative distance higher than the primary routing protocol's AD (greater than 110 for OSPF), and it will only populate the routing table when the primary OSPF route is removed.
A floating static route serves as a backup path by assigning an Administrative Distance (AD) higher than that of the primary routing protocol (OSPF AD = 110). Because Cisco IOS prefers routes with lower AD values, the floating static route is held in inactive standby and is only placed into the active routing table when the primary OSPF route disappears.
Step-by-Step Solution
Key Concept
Floating Static Route Administrative Distance and Failover Mechanics
Estimated Time:1m 30s