Router R1 learns the destination network dynamically via internal EIGRP, which has a default Administrative Distance (AD) of 90. A network administrator wants to configure a floating static route pointing to next-hop to serve as a backup path when the EIGRP route fails. Which two conditions or behaviors apply to this floating static route implementation? (Select two.)
- The floating static route must be configured with an Administrative Distance value greater than 90.Answer
- The floating static route will be placed into the active routing table only when the primary EIGRP route is removed.Answer
- CConfiguring the static route with an Administrative Distance of 80 ensures it acts as an inactive backup route during normal operation.
- DBoth the EIGRP route and the floating static route will be installed into the routing table concurrently to perform unequal-cost load balancing.
Answer
To configure a functional floating static route for an EIGRP primary path, the static route must specify an Administrative Distance greater than 90 (the default EIGRP AD). Consequently, the backup route will only be installed into the active routing table when the lower-AD EIGRP route disappears.
A floating static route acts as a backup mechanism by using an Administrative Distance (AD) higher than that of the primary route (in this case, EIGRP AD of 90). Cisco IOS populates the active routing table with the lowest AD available; thus, the static route stays out of the routing table until the primary route fails and is withdrawn.
Step-by-Step Solution
Key Concept
Floating Static Routes and Administrative Distance