Router R1 learns the destination prefix dynamically via OSPF with a default Administrative Distance of 110. A network administrator needs to implement a floating static route to via next-hop IP to serve as a backup path.
Which TWO statements correctly describe the configuration requirements and routing table behavior for this floating static route? (Select TWO.)
- The floating static route must be configured with an Administrative Distance greater than 110 (such as 120).Answer
- The floating static route remains in R1's running configuration but is excluded from the active routing table while the primary OSPF route is active.Answer
- CConfiguring an Administrative Distance of 90 for the static route ensures it functions as an inactive backup route until OSPF fails.
- DIf the static route is assigned an Administrative Distance equal to 110, the router will perform equal-cost load balancing between OSPF and the static route.
Answer
The floating static route must be configured with an Administrative Distance higher than the primary routing protocol (greater than 110 for OSPF), and it will remain stored in the router configuration without appearing in the routing table until the primary route fails.
A floating static route acts as a backup path and is created by manually configuring a static route with an Administrative Distance higher than that of the primary routing protocol. Since the primary route is OSPF with an AD of 110, setting the static route AD higher (e.g., 120) prevents it from being installed in the active routing table under normal operating conditions. It remains stored in the router configuration and is installed into the routing table only if the primary OSPF route disappears.
Step-by-Step Solution
Key Concept
Floating Static Route Administrative Distance Requirements