Which command would create a valid IPv6 default route?
- ipv6 route ::/0 fe80::1
- ipv6 route 2001:db8:acad:1::/64 ::1
- ipv6 route ::/0 2001:db8:acad:2::a
- ipv6 route ::/128 2001:db8:acad:1::1
Answers Explanation & Hints: The correct prefix and prefix length for a default route is ::/0, which matches any address. ::/128 matches only the specific address of all zeros. When creating a static route that uses a link-local address as the next hop, an exit interface must also be specified for the route to be valid.