Refer to the exhibit. Which default static route command would allow R1 to potentially reach all unknown networks on the Internet?
- R1(config)# ipv6 route 2001:db8:32::/64 G0/0
- R1(config)# ipv6 route ::/0 G0/0 fe80::2
- R1(config)# ipv6 route ::/0 G0/1 fe80::2
- R1(config)# ipv6 route 2001:db8:32::/64 G0/1 fe80::2
Answers Explanation & Hints: To route packets to unknown IPv6 networks a router will need an IPv6 default route. The static route ipv6 route ::/0 G0/1 fe80::2 will match all networks and send packets out the specified exit interface G0/1 toward R2.