Fill in the blank with the exact Cisco IOS command needed to configure the specified static route.
Answer:To configure a fully specified IPv6 static route for the destination subnet 2001:db8:acad:1::/64 using the outbound interface GigabitEthernet0/1 and the next-hop link-local address fe80::1, enter the command: 【ipv6 route 2001:db8:acad:1::/64 GigabitEthernet0/1 fe80::1】
Answer
ipv6 route 2001:db8:acad:1::/64 GigabitEthernet0/1 fe80::1
When specifying an IPv6 link-local address as the next-hop, Cisco IOS requires a fully specified static route where both the local outbound interface and the neighbor's link-local IPv6 address are declared.
Step-by-Step Solution
Key Concept
IPv6 Fully Specified Static Route Syntax