A network administrator needs to configure a floating static route on router R1 to serve as a backup path for the network. The primary path to this destination is currently learned dynamically via OSPF, which uses a default Administrative Distance of . Which TWO statements correctly describe the requirements and operational behavior for this floating static route configuration?
- The floating static route must be configured with an Administrative Distance value greater than 110.Cevap
- BThe floating static route must be configured with an Administrative Distance value less than 110.
- The floating static route will only be installed into the routing table when the primary OSPF route disappears from the routing table.Cevap
- DThe floating static route will immediately enter the routing table alongside OSPF to enable load balancing.
Cevap
The floating static route must be configured with an Administrative Distance greater than 110, and it will only be installed into the routing table after the primary OSPF route is removed.
A floating static route acts as an inactive backup line that only takes effect when the primary path goes down. Because Cisco IOS evaluates route preference using Administrative Distance (where lower is preferred), the backup static route must be configured with an AD higher than the primary protocol's AD (in this case, higher than OSPF's default AD of 110). Consequently, the backup route stays inactive in the background and is only installed into the IP routing table when the primary OSPF route is withdrawn.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route AD Requirements and Routing Table Selection