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>

Creates a tunnel interface for encapsulating traffic.

set interfaces tunnel tunx
delete interfaces tunnel [ tunx ]
show interfaces tunnel
tunx
An identifier for the tunnel interface that you are creating. The identifier ranges from tun0 through tunx, where x is a nonnegative integer.

Configuration mode


interfaces {
	tunnel tunx {
	}
}

Use this command to create a tunnel interface for encapsulating traffic.

Use the set form of this command to create a tunnel interface.

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

Use the show form of this command to display the tunnel configuration.