Which configuration command would you use to add an IPv6 static route to your Junos device?
A.
set routing-options static route 0::/0 next-hop fec0:0:2003::2
B.
set routing-options static route inet6 0::/0 next-hop fec0:0:2003::2
C.
set routing-options static route ipv6 0::/0 next-hop fec0:0:2003::2
D.
set routing-options rib inet6.0 static route 0::/0 next-hop fec0:0:2003::2
Explanation:
Note: IPv4 packets with a destination of 0.0.0.0 (the obsoleted limited broadcast address) and IPv6 packets with a destination of 0::0 are discarded by default. To forward traffic destined to these addresses, you can add a static route to 0.0.0.0/32 for IPv4 or 0::0/128 for IPv6.