A network administrator needs to configure an IPv6 static route on router R1 to forward traffic to the remote network . The next-hop router's interface has a link-local address of connected to R1's local interface GigabitEthernet0/0/1. Which Cisco IOS command correctly provisions this static route?
- ipv6 route 2001:db8:10:20::/64 GigabitEthernet0/0/1 fe80::212:79ff:fe34:5678Answer
- Bipv6 route 2001:db8:10:20::/64 fe80::212:79ff:fe34:5678
- Cipv6 route 2001:db8:10:20::/64 GigabitEthernet0/0/1 fe80::212:79ff:fffe:3456:7800
- Dipv6 route 2001:db8:10:20::/64 fe80::212:79ff:fe34:5678 GigabitEthernet0/0/1
Answer
The command 'ipv6 route 2001:db8:10:20::/64 GigabitEthernet0/0/1 fe80::212:79ff:fe34:5678' correctly configures the fully specified IPv6 static route.
The command correctly uses the Cisco IOS syntax for a static route pointing to a link-local address: 'ipv6 route <prefix/length> <exit-interface> <link-local-address>'. Because link-local IPv6 addresses (FE80::/10) are valid only on the local link, the local exit interface must be explicitly stated.
Step-by-Step Solution
Key Concept
IPv6 Static Routing with Link-Local Next Hop