A network administrator needs to configure a backup floating static route on router R1 to reach the internal subnetwork . The primary route to this destination is learned via OSPF, which operates with its default administrative distance. Which command must be configured on R1 so that the static route remains inactive until the primary OSPF path fails?
- 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 110
- Cip route 172.16.50.0 255.255.255.0 192.168.12.2 90
- Dip route 172.16.50.0 0.0.0.255 192.168.12.2 120
Cevap
ip route 172.16.50.0 255.255.255.0 192.168.12.2 120
OSPF routes have a default administrative distance of 110. A floating static route acts as a backup path by specifying an administrative distance higher than the primary path (in this case, 120). Cisco IOS uses the format 'ip route destination mask next-hop distance', making 'ip route 172.16.50.0 255.255.255.0 192.168.12.2 120' correct.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Configuration