A network engineer is configuring a static route on router R1 to reach remote network . The engineer intends to forward traffic to the neighboring router using its link-local address through R1's local interface GigabitEthernet0/0/1. Which Cisco IOS command successfully accomplishes this configuration?
- ipv6 route 2001:db8:c0ff:20::/64 GigabitEthernet0/0/1 fe80::215:c5ff:feab:3102Answer
- Bipv6 route 2001:db8:c0ff:20::/64 fe80::215:c5ff:feab:3102
- Cipv6 route fe80::215:c5ff:feab:3102 GigabitEthernet0/0/1 2001:db8:c0ff:20::/64
- Dip route 2001:db8:c0ff:20::/64 GigabitEthernet0/0/1 fe80::215:c5ff:feab:3102
Answer
The command specifying 'ipv6 route 2001:db8:c0ff:20::/64 GigabitEthernet0/0/1 fe80::215:c5ff:feab:3102' is the correct configuration.
The correct command follows exact Cisco IOS syntax for a fully specified static route: 'ipv6 route <prefix/mask> <exit-interface> <link-local-address>'. Because link-local IPv6 addresses are only significant on the local link, Cisco IOS requires the exit interface to be explicitly named.
Step-by-Step Solution
Key Concept
Fully specified IPv6 static route requiring local exit interface when using link-local next-hop