Complete the Cisco IOS command by entering the missing administrative distance value to configure a floating static route.
Cevap:An engineer is configuring a backup IPv6 static route to network 2001:db8:40::/64 via next-hop 2001:db8:10::2. The route must remain inactive in the routing table unless the primary OSPFv3 route (administrative distance 110) fails.
Complete the command below by filling in a valid administrative distance value in 【111】:
`Router(config)# ipv6 route 2001:db8:40::/64 2001:db8:10::2 【111】`
Complete the command below by filling in a valid administrative distance value in 【111】:
`Router(config)# ipv6 route 2001:db8:40::/64 2001:db8:10::2 【111】`
Cevap
Any integer from 111 through 254 (for example, 130) that is greater than the OSPFv3 administrative distance of 110.
A floating static route requires an Administrative Distance (AD) higher than the routing protocol it backs up. Since OSPFv3 has a default AD of 110, any integer value between 111 and 254 (such as 120, 130, or 150) placed at the end of the `ipv6 route` command correctly configures the floating static route.
Adım Adım Çözüm
Anahtar Kavram
IPv6 Floating Static Route Administrative Distance Configuration