An engineer is configuring a secondary backup route on core router R1 to reach remote subnet through neighboring router R2. The primary route is learned dynamically via OSPFv3 with an Administrative Distance of . The interconnecting segment between R1 and R2 uses GigabitEthernet0/0/1. R2's interface on this link uses the link-local address . Which Cisco IOS command must be configured on R1 to create a valid floating static route with an Administrative Distance of using R2's link-local address?
- ipv6 route 2001:db8:89ab:2000::/56 GigabitEthernet0/0/1 fe80::211:22ff:fe33:4455 130Answer
- Bipv6 route 2001:db8:89ab:2000::/56 fe80::211:22ff:fe33:4455 130
- Cipv6 route 2001:db8:89ab:2000::/56 GigabitEthernet0/0/1 fe80::011:22ff:fe33:4455 130
- Dipv6 route 2001:db8:89ab:2000::/56 GigabitEthernet0/0/1 130
Answer
The command 'ipv6 route 2001:db8:89ab:2000::/56 GigabitEthernet0/0/1 fe80::211:22ff:fe33:4455 130' correctly specifies both the exit interface and link-local next-hop address with an Administrative Distance of 130.
When configuring an IPv6 static route using a link-local next-hop address (), Cisco IOS strictly mandates a fully specified route. This format includes the local exit interface followed by the link-local address of the adjacent router. Appending the value 130 at the end of the syntax correctly sets the Administrative Distance higher than OSPFv3 (110), successfully forming a floating static route.
Step-by-Step Solution
Key Concept
Fully Specified IPv6 Static Routes and Link-Local Next-Hop Requirements