An administrator must create a static route on a Cisco router for destination prefix . The next-hop router's link-local address is , reached via local interface GigabitEthernet0/1, and the route must be configured with an administrative distance of 110. Which Cisco IOS command correctly completes this configuration?
- ipv6 route 2001:db8:fed::/64 GigabitEthernet0/1 fe80::2 110Answer
- Bipv6 route 2001:db8:fed::/64 fe80::2 110
- Cip route 2001:db8:fed::/64 GigabitEthernet0/1 fe80::2 110
- Dipv6 route 2001:db8:fed::/64 GigabitEthernet0/1 fe80::2
Answer
ipv6 route 2001:db8:fed::/64 GigabitEthernet0/1 fe80::2 110
The correct command follows the exact Cisco IOS syntax for a fully specified IPv6 static route: 'ipv6 route <destination-prefix/mask> <exit-interface> <next-hop-link-local-address> [administrative-distance]'.
Step-by-Step Solution
Key Concept
Fully specified IPv6 static route command syntax requiring an exit interface when using a link-local next-hop address.
Estimated Time:1m 15s