An enterprise edge router dynamically learns the network prefix 10.50.40.0/24 from an internal switch via Internal EIGRP (Administrative Distance 90). A network administrator needs to configure a floating static backup route for this prefix using the next-hop IPv4 address 192.168.254.2 across a secondary connection. Which Cisco IOS command correctly configures the floating static route so that it remains inactive in the routing table until the primary EIGRP path fails?
- ip route 10.50.40.0 255.255.255.0 192.168.254.2 95Cevap
- Bip route 10.50.40.0 255.255.255.0 192.168.254.2 90
- Cip route 10.50.40.0 255.255.255.0 192.168.254.2
- Dip route 10.50.40.0 0.0.0.255 192.168.254.2 95
Cevap
ip route 10.50.40.0 255.255.255.0 192.168.254.2 95
The correct option uses standard subnet mask notation (255.255.255.0) and specifies an administrative distance of 95. Because 95 is higher than Internal EIGRP's administrative distance of 90, the router retains this static route as an inactive backup and installs it into the IPv4 routing table only if the EIGRP path becomes unavailable.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Selection