Router R3 currently populates its routing table with a primary route to the network via OSPF, which carries a default administrative distance of . A network administrator wants to implement a backup path to using the next-hop IPv4 address . The backup route must remain inactive in the routing table unless the primary OSPF path becomes unavailable. Which command should be entered on router R3 to accomplish this objective?
- ip route 172.16.40.0 255.255.255.0 10.2.2.2 130Cevap
- Bip route 172.16.40.0 255.255.255.0 10.2.2.2 90
- Cip route 172.16.40.0 0.0.0.255 10.2.2.2 130
- Dip route 10.2.2.2 255.255.255.0 172.16.40.0 130
Cevap
The command `ip route 172.16.40.0 255.255.255.0 10.2.2.2 130` correctly configures a floating static route with an administrative distance higher than OSPF (110).
A floating static route is an administrative backup route configured with a higher Administrative Distance (AD) than the primary routing protocol. Since OSPF has an AD of , configuring the static route with an AD of ensures it is ignored during normal operation. If the OSPF route disappears from the routing table, the static route with AD takes over forwarding.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Configuration
Tahmini Süre:1m 15s