A network administrator is configuring static routing on router R1 to forward traffic to the destination network . The egress interface on R1 is GigabitEthernet0/0/0, which connects directly to router R2. Router R2's connected interface has a global unicast address of and a link-local address of . Which command correctly configures a static route on R1 using R2's link-local address as the next hop?
- ipv6 route 2001:DB8:CAFE:5::/64 GigabitEthernet0/0/0 FE80::2Answer
- Bipv6 route 2001:DB8:CAFE:5::/64 FE80::2
- Cipv6 route 2001:DB8:CAFE:5::/64 GigabitEthernet0/0/0 FE80::1
- Dipv6 route 2001:DB8:CAFE:5::/64 2001:DB8:LAB:1::1
Answer
The command 'ipv6 route 2001:DB8:CAFE:5::/64 GigabitEthernet0/0/0 FE80::2' correctly specifies both the local exit interface and the neighbor's link-local next-hop address.
In Cisco IOS, IPv6 static routes using a link-local address as the next-hop MUST be fully specified by including both the local exit interface and the neighbor's link-local IPv6 address. The command specifying both GigabitEthernet0/0/0 and FE80::2 meets this requirement.
Step-by-Step Solution
Key Concept
IPv6 Static Route Link-Local Next-Hop Syntax Requirement
Estimated Time:1m 30s