Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Path MTU Discovery

Learn how to configure path maximum transmission unit (MTU) discovery on different types of connections.

Path MTU Discovery Overview

The maximum transmission unit (MTU) size of a node is the largest packet the node can transmit. For a packet to successfully traverse the path from the source node to the destination node, the packet must be no larger than the smallest MTU size of all nodes on the path between the source and destination. This value is referred to as the path MTU. If a packet is larger than a link’s MTU size, it is likely that the link will drop it. Path MTU discovery checks the MTU on a network path between two nodes.

Note:

Path MTU discovery is enabled by default. We recommended leaving path MTU discovery enabled. Disabling path MTU discovery can have adverse affects on network stability.

Configure Path MTU Discovery on Outgoing TCP Connections

By default, path MTU discovery on outgoing TCP connections is enabled. To disable path MTU discovery for IPv4, include the no-path-mtu-discovery statement at the [edit system internet-options] hierarchy level:

To reenable path MTU discovery on outgoing TCP connections, include the path-mtu-discovery statement at the [edit system internet-options] hierarchy level:

To disable and reenable path MTU discovery for IPv6, use the ipv6-path-mtu-discovery and no-ipv6-path-mtu-discovery statements.

Configure IP-IP Path MTU Discovery on IP-IP Tunnel Connections

By default, MTU discovery on outgoing IP-IP tunnel connections is enabled.

To disable IP-IP path MTU discovery, include the no-ipip-path-mtu-discovery statement at the [edit system internet-options] hierarchy level:

To reenable IP-IP path MTU discovery, include the ipip-path-mtu-discovery statement at the [edit system internet-options] hierarchy level:

Configure Path MTU Discovery on Outgoing GRE Tunnel Connections

By default, path MTU discovery on outgoing GRE tunnel connections is enabled. To disable GRE path MTU discovery, include the no-gre-path-mtu-discovery statement at the [edit system internet-options] hierarchy level:

To re-enable GRE path MTU discovery, include the gre-path-mtu-discovery statement at the [edit system internet-options] hierarchy level:

To verify details of the path MTU on outgoing GRE tunnels, use the command show interfaces (GRE).