A network administrator needs to configure a static route on router R1 to reach the destination subnet . The next-hop router's interface uses the link-local IPv6 address across the local GigabitEthernet0/0/1 point-to-point link. Which command must be entered on R1 to properly establish this route?
- ipv6 route 2001:db8:fed:10::/64 GigabitEthernet0/0/1 fe80::2Answer
- Bipv6 route 2001:db8:fed:10::/64 fe80::2
- Cipv6 route 2001:db8:fed:10::/64 fe80::2 GigabitEthernet0/0/1
- Dipv6 route 2001:db8:fed:10::/64 GigabitEthernet0/0/1
Answer
The command 'ipv6 route 2001:db8:fed:10::/64 GigabitEthernet0/0/1 fe80::2' is the correct configuration.
When configuring an IPv6 static route using a link-local address as the next hop, Cisco IOS requires a fully specified route syntax containing both the local exit interface and the link-local address in the format: 'ipv6 route <prefix/mask> <exit-interface> <link-local-address>'. The option specifying 'GigabitEthernet0/0/1' followed by 'fe80::2' accurately matches this syntax requirement.
Step-by-Step Solution
Key Concept
Fully specified IPv6 static routes with link-local next-hop addresses