A network engineer needs to configure a backup IPv4 static route on router HQ-Rtr to reach the remote LAN . The primary path to this destination is learned via OSPFv2, which has a default Administrative Distance of 110. The backup static path must be routed through the next-hop IP address and should only be inserted into the IP routing table if the primary OSPF path fails. Which Cisco IOS command must be configured on HQ-Rtr to achieve this design requirement?
- ip route 10.220.50.0 255.255.255.0 192.168.88.2 120Cevap
- Bip route 10.220.50.0 255.255.255.0 192.168.88.2 90
- Cip route 10.220.50.0 255.255.255.0 192.168.88.2 110
- Dip route 10.220.50.0 0.0.0.255 192.168.88.2 120
Cevap
The command 'ip route 10.220.50.0 255.255.255.0 192.168.88.2 120' correctly configures a floating static route with an Administrative Distance higher than OSPF.
The command specifying 'ip route 10.220.50.0 255.255.255.0 192.168.88.2 120' uses valid Cisco IOS syntax and assigns an Administrative Distance of 120. Because 120 is higher than OSPF's default Administrative Distance of 110, the static route remains inactive in the routing table until the primary OSPF path is lost.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Selection