home

Supported platforms

Vyatta NOS documentation

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

interfaces tunnel <tunx> disable

Disables a tunnel interface without discarding configuration.

set interfaces tunnel tunx disable
delete interfaces tunnel tunx disable
show interfaces tunnel tunx

A tunnel interface is enabled.

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 {
		disable
	}
}

Use the set form of this command to disable a tunnel interface without discarding its configuration.

Use the delete form of this command to enable a tunnel interface.

Use the show form of this command to display a tunnel interface.