A network administrator is establishing a backup default route on a Cisco IOS router. The primary default route is currently learned dynamically via OSPFv3 with an administrative distance of 110. The administrator wants to ensure that the backup path towards the next-hop global unicast address 2001:db8:200::2 is used only if the primary OSPFv3 route fails. Which command correctly achieves this objective?
- ipv6 route ::/0 2001:db8:200::2 130Cevap
- Bipv6 route ::/0 2001:db8:200::2 90
- Cipv6 route ::/0 fe80::2 130
- Dipv6 route 0.0.0.0/0 2001:db8:200::2 130
Cevap
ipv6 route ::/0 2001:db8:200::2 130
The correct command uses the IPv6 default route prefix ::/0, targets the global unicast next-hop address, and assigns an administrative distance of 130 (which is greater than OSPFv3's AD of 110), successfully floating the route until the primary path fails.
Adım Adım Çözüm
Anahtar Kavram
Floating IPv6 Static Default Route Configuration