Complete the Cisco IOS command below to configure a floating static route for destination network using next-hop IP address to serve as a backup for a primary route learned via Internal EIGRP (Administrative Distance 90), specifying an administrative distance of .
Cevap:Router(config)# ip route 10.40.15.0 255.255.255.0 【192.168.254.2】 【130】
Cevap
The completed Cisco IOS configuration command is `ip route 10.40.15.0 255.255.255.0 192.168.254.2 130`.
In Cisco IOS, the syntax for a static route is `ip route <prefix> <mask> <next-hop-ip> [administrative_distance]`. Specifying `192.168.254.2` as the next-hop IP address and appending `130` configures a floating static route. Because 130 is higher than Internal EIGRP's administrative distance of 90, the router keeps this static route inactive in the routing table until the primary EIGRP route is removed.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Configuration & Administrative Distance