A network technician is configuring an IPv6 static route on a router to reach network . The technician intends to use the neighbor's link-local address as the next hop. Which Cisco IOS command correctly configures this route using local interface GigabitEthernet0/1?
- ipv6 route 2001:DB8:5000:10::/64 GigabitEthernet0/1 FE80::2Answer
- Bipv6 route 2001:DB8:5000:10::/64 FE80::2
- Cip route 2001:DB8:5000:10::/64 GigabitEthernet0/1 FE80::2
- Dipv6 route FE80::2 2001:DB8:5000:10::/64 GigabitEthernet0/1
Answer
The command 'ipv6 route 2001:DB8:5000:10::/64 GigabitEthernet0/1 FE80::2' correctly configures the static route.
In Cisco IOS, a fully specified static route using a link-local next-hop address MUST explicitly specify the local exit interface (e.g., GigabitEthernet0/1) prior to the link-local address. This resolves ambiguity because link-local addresses exist on every IPv6-enabled interface.
Step-by-Step Solution
Key Concept
IPv6 Static Route Link-Local Next-Hop Syntax