In an enterprise WAN edge topology, router HQ-GW receives a path to subnet via a redistributed routing process resulting in an EIGRP External route (default Administrative Distance of ). An administrator needs to configure a floating static backup route for destination subnet using next-hop IP over an auxiliary link.
What minimum Administrative Distance integer value must be appended to the Cisco IOS command so that the static route remains dormant until the primary EIGRP External route fails?
Cevap:ip route 10.80.0.0 255.240.0.0 192.168.200.1 【171】
Cevap
171
Cisco IOS routes are populated into the routing table based on Administrative Distance (AD), where lower values indicate higher trustworthiness. EIGRP External routes possess a default AD of 170. For a static route to act as a floating backup (remaining inactive until the primary path fails), its AD must be set higher than the primary path's AD. The minimum integer value greater than 170 is 171.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Selection