On R1, create an IPv6 static route to 2019:C15C:0CAF:E001::/64 with next hop 2019:C15C:0CAF:E002::1 reachable via GigabitEthernet0/0. Which command configures the route?
Choose an answer
Tap an option to check your answer.
Correct answer: R1(config)#ipv6 route 2019:C15C:0CAF:E001::/64 2019:C15C:0CAF:E002::1.
Why this is the answer
The correct command is R1(config)ipv6 route 2019:C15C:0CAF:E001::/64 2019:C15C:0CAF:E002::1. This command is executed in global configuration mode (config) and uses the ipv6 route keyword for IPv6 static routes. It specifies the destination network (2019:C15C:0CAF:E001::/64) and the next-hop IPv6 address (2019:C15C:0CAF:E002::1). The first two options are incorrect because they use ip route, which is for IPv4, not IPv6. The third option is incorrect because it's in interface configuration mode (config-if) instead of global configuration mode (config), and it omits the next-hop IP address, attempting to use an exit interface alone for a non-point-to-point link, which is generally not recommended for IPv6 static routes to avoid recursive lookups.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed