Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Transport and Internet Protocols User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

IPv6 Features

date_range 29-Nov-23

Configure IPv6 Duplicate Address Detection Attempts

To set the number of attempts the device makes to detect IPv6 duplicate addresses, use the ipv6-duplicate-addr-detection-transmits statement at the [edit system internet-options] hierarchy level:

content_copy zoom_out_map
[edit system internet-options]
ipv6-duplicate-addr-detection-transmits;

Accept IPv6 Packets with a Zero Hop Limit

By default, incoming IPv6 packets that have a zero hop limit value in their header are rejected both when they are addressed to the local host and when they are transiting the device. To accept zero hop-limit packets addressed to the local host, include the no-ipv6-reject-zero-hop-limit statement at the [edit system internet-options] hierarchy level. Transit packets are still dropped.

content_copy zoom_out_map
[edit system internet-options]
no-ipv6-reject-zero-hop-limit;

To re-enable rejection of these packets, use the following statement:

content_copy zoom_out_map
[edit system internet-options]
ipv6-reject-zero-hop-limit;

Process IPv4-mapped IPv6 Addresses

By default, the Junos OS disables the processing of IPv4-mapped IPv6 packets to protect against malicious packets from entering the network. You may want to enable IPv4-mapped IPv6 packets:

  • To ensure smooth packet flow in a mixed routing environment of IPv4 and IPv6 networks.

  • So that IPv6 packets aren’t dropped in a pure IPv4 routing environment.

  • When you are transitioning your routing environment from IPv4 to IPv6 networks.

To enable the processing of IPv4-mapped IPv6 packets, use the allow-v4mapped-packets statement:

content_copy zoom_out_map
[edit system]
allow-v4mapped-packets;
Note:

We recommend that you configure this statement only after fully understanding the security implications of allowing IPv4-mapped IPv6 packets in your network.

Process 6PE Traceroutes

In a dual-stack IPv6 network connected over an IPv4 MPLS network, the P routers in the IPv4 MPLS backbone do not have an IPv6 family. Consequently, the transit P routers are not shown in the output when you do an IPv6 traceroute. To generate an ICMPv6 echo request and a TTL expired response packet to and from the intermediate transit routers in the 6PE network, use the allow-6pe-traceroute statement:

content_copy zoom_out_map
[edit system]
allow-6pe-traceroute;
footer-navigation