An organization uses Open Shortest Path First (OSPF) as its primary interior gateway routing protocol to maintain connectivity to a remote branch office. A network administrator needs to implement a backup path using a static route over a secondary leased line. The backup path must remain inactive in the routing table under normal operations and automatically take over only if the OSPF path fails. Which configuration strategy satisfies this requirement?
- Configure the static route with an administrative distance higher than 110, such as 120.Answer
- BAssign the static route a lower metric value than the OSPF link cost while keeping its administrative distance at default.
- CEnable Port Address Translation (PAT Overload) on the secondary interface to prioritize backup route failover.
- DChange host default gateway IP addresses to point directly to the secondary router interface.
Answer
The static route should be configured with an administrative distance higher than OSPF's default value of 110 (such as 120) to create a floating static route.
Routers select paths based on Administrative Distance (AD) first when multiple sources provide routes to the same target subnet. Since OSPF routes have a default AD of 110 and standard static routes have a default AD of 1, configuring a static route with an AD higher than 110 (such as 120) ensures it remains inactive as a 'floating static route' until the OSPF route is withdrawn.
Step-by-Step Solution
Key Concept
Floating Static Route and Administrative Distance Hierarchy
Estimated Time:1m 0s