A network administrator needs to create a static route on router R1 to reach remote subnet . The administrator decides to specify the next-hop router R2 using R2's link-local address across R1's outbound GigabitEthernet 0/0/1 interface. Which Cisco IOS command correctly configures this IPv6 static route?
- ipv6 route 2001:db8:100:50::/64 GigabitEthernet0/0/1 fe80::20c:29ff:fe01:a1b2Answer
- Bipv6 route 2001:db8:100:50::/64 fe80::20c:29ff:fe01:a1b2
- Cipv6 route 2001:db8:100:50::/64 GigabitEthernet0/0/1 fe80::20c:29ff:ffff:a1b2
- Dip route 2001:db8:100:50::/64 GigabitEthernet0/0/1 fe80::20c:29ff:fe01:a1b2
Answer
The command 'ipv6 route 2001:db8:100:50::/64 GigabitEthernet0/0/1 fe80::20c:29ff:fe01:a1b2' correctly configures the fully specified IPv6 static route.
The correct command uses the 'ipv6 route' keyword followed by the target destination network prefix (), the local egress interface (GigabitEthernet0/0/1), and the link-local address of the adjacent router (). Because link-local addresses are valid only on their local segment, including the local exit interface is mandatory.
Step-by-Step Solution
Key Concept
IPv6 Fully Specified Static Routing with Link-Local Next-Hop