A router learns the destination network dynamically via RIPv2 with a default Administrative Distance of . A network engineer needs to configure a floating static backup route for this network via next-hop IP address . The backup route must only enter the routing table if the primary RIP route fails. Complete the Cisco IOS configuration command to assign an Administrative Distance of to the floating static route.
Cevap:Router(config)# ip route 10.20.30.0 255.255.255.0 192.168.12.2 【130】
Cevap
130
A floating static route serves as a backup path and must be configured with an Administrative Distance (AD) strictly higher than that of the primary route. Since RIPv2 has a default AD of 120, specifying 130 as the trailing metric in the 'ip route' command ensures that the static route remains out of the routing table until the RIP route fails.
Adım Adım Çözüm
Anahtar Kavram
Floating Static Route Administrative Distance Configuration
Tahmini Süre:1m 0s