An engineer is configuring a backup link on router R2 to reach the internal network . The primary path is currently learned dynamically via OSPF, which has a default administrative distance of 110. Which Cisco IOS command correctly configures a floating static route that remains inactive unless the primary OSPF route fails?
- ip route 10.50.0.0 255.255.0.0 172.16.12.2 120Cevap
- Bip route 10.50.0.0 255.255.0.0 172.16.12.2 90
- Cip route 10.50.0.0 255.255.0.0 172.16.12.2 110
- Dip route 10.50.0.0 0.0.255.255 172.16.12.2 120
Cevap
The command 'ip route 10.50.0.0 255.255.0.0 172.16.12.2 120' correctly configures the floating static route.
A floating static route acts as a secondary path that is installed into the routing table only when the primary path fails. To achieve this behavior, the static route must be configured with an Administrative Distance (AD) higher than that of the primary routing protocol. Since OSPF has a default AD of 110, setting the static route AD to 120 ensures it stays in reserve.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Selection