An enterprise router R1 learns a primary path to the remote network dynamically through OSPF with an Administrative Distance of 110. A network administrator needs to configure a floating static backup route to via the next-hop IPv4 address . Which TWO statements accurately describe the requirements and operational behavior of this IPv4 static route configuration? (Select two.)
- The floating static route command must specify an administrative distance value greater than 110 (such as 120) so that it is installed in the routing table only if the primary OSPF route fails.Cevap
- When configured using only the next-hop IPv4 address , the router must perform a recursive lookup in the routing table to resolve the outbound interface.Cevap
- CConfiguring the floating static route with an administrative distance of 90 ensures it operates as a standby route while OSPF remains operational.
- DIf a static default route () with an administrative distance of 120 is also present, router R1 will prefer that default route over the OSPF route for destination .
Cevap
The floating static route must be configured with an administrative distance greater than 110 (such as 120) to remain inactive while OSPF is up, and specifying only a next-hop IP address requires the router to perform a recursive routing lookup to resolve the exit interface.
For a static route to function as a floating backup, its Administrative Distance must be configured higher than the primary route's protocol AD (110 for OSPF). Additionally, static routes configured with only an IP next-hop rely on recursive lookup logic to identify the outgoing interface.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance and Recursive Next-Hop Lookup