A network administrator is configuring a static route on a Cisco router using a link-local address (fe80::2) as the next hop to reach the remote network 2001:db8:10:20::/64. The local egress interface is GigabitEthernet0/0/1. Which Cisco IOS command correctly configures this route?
- ipv6 route 2001:db8:10:20::/64 GigabitEthernet0/0/1 fe80::2Answer
- Bipv6 route 2001:db8:10:20::/64 fe80::2
- Cip route 2001:db8:10:20::/64 GigabitEthernet0/0/1 fe80::2
- Dipv6 route 2001:db8:10:20::/64 fe80::2 GigabitEthernet0/0/1
Answer
The correct command is 'ipv6 route 2001:db8:10:20::/64 GigabitEthernet0/0/1 fe80::2'.
When configuring an IPv6 static route using a link-local next-hop address, Cisco IOS requires a fully specified static route where the local exit interface (GigabitEthernet0/0/1) is provided prior to the next-hop IPv6 address (fe80::2).
Step-by-Step Solution
Key Concept
Fully Specified IPv6 Static Routes using Link-Local Next-Hop Addresses