home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces tunnel <tunx> path-mtu-discovery-disable

Disables path Maximum Transmission Unit (MTU) discovery for the local interface used with a specified tunnel.

set interfaces tunnel tunx path-mtu-discovery-disable
delete interfaces tunnel tunx path-mtu-discovery-disable
show interfaces tunnel tunnel tunx path-mtu-discovery-disable
tunx
The identifier of a tunnel interface. The identifier ranges from tun0 through tunx, where x is a nonnegative integer.

Configuration mode


interfaces {
	tunnel tunx {
		 path-mtu-discovery-disable
		}
	}
}

Use the set form of this command to disable path MTU discovery on the tunnel's local interface.

Use the delete form of this command to enable path MTU discovery.

Use the show form of this command to display the current path MTU discovery setting for the tunnel interface.