tunnel path-mtu-discovery

Last Updated : Nov 06, 2012 |

Specifies that the tunnel maintain information on the maximum allowable packet size (smallest MTU) for the entire routing path of the tunnel. Packets entering the tunnel that are larger than the tunnel’s MTU are either fragmented, or sent back with a request for fragmentation (depending on the DF bit of the packet). Use no tunnel path-mtu-discovery to disable MTU discovery.

Use the age-timer parameter to force the tunnel to update the MTU after a specified number of minutes. Specify infinite to make the MTU value permanent (no updating).

Note:

When MTU discovery is disabled, the tunnel’s source interface marks all packets may be fragmented, even if the packet’s original setting is do not fragment. It is highly recommended to enable the MTU-discovery feature on a tunnel.

Syntax

tunnel path-mtu-discovery [age-timer {minutes | infinite}]

no tunnel path-mtu-discovery

Parameters

Parameter

Description

Possible Values

Default Value

age-timer

Keyword for specifying how often the tunnel must update the MTU

minutes

Number of minutes after which the tunnel is updated

10-30

10

infinite

The tunnel does not update the MTU and its value remains permanent

User level

read-write

Context

Interface: Tunnel (L2, L2-L3)

Example

To specify that the tunnel maintain information on the minimum MTU for the entire routing path of the tunnel, updating the MPU every 20 minutes:

Gxxx-001(super)# tunnel path-mtu-discovery age-timer 20