Router R1 learns routes to the remote destination subnet via OSPF, which operates with a administrative distance of 110. A network administrator wants to manually configure a backup floating static route toward using next-hop IP address . This backup route must remain inactive in the routing table unless the primary OSPF route fails. Which command must be configured on router R1?
- ip route 172.16.50.0 255.255.255.0 192.168.12.2 120Cevap
- Bip route 172.16.50.0 255.255.255.0 192.168.12.2 100
- Cip route 172.16.50.0 255.255.255.0 192.168.12.2 110
- Dip route 172.16.50.0 255.255.255.0 192.168.12.2
Cevap
The command 'ip route 172.16.50.0 255.255.255.0 192.168.12.2 120' correctly configures the floating static route with an administrative distance higher than OSPF.
A floating static route requires an Administrative Distance higher than that of the primary routing protocol. Since OSPF has an AD of 110, setting the static route AD to 120 ensures it will only be installed in the routing table if the OSPF route disappears.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Configuration