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> disable-link-detect

Directs a tunnel interface not to detect a change in the state of the physical link.

set interfaces tunnel tunx disable-link-detect
delete interfaces tunnel tunx disable-link-detect
show interfaces tunnel tunx

An interface detects a change in the state of the physical link.

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-link-detect
	}
}

Use the set form of this command to disable detection of a change in the physical state (for example, when a cable is unplugged).

Use the delete form of this command to enable detection of a change in the physical state.

Use the show form of this command to display the current configuration for the detection of a change in the physical state.