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> ipv6

Enables IPv6 for a tunnel.

set interfaces tunnel tunx ipv6
delete interfaces tunnel tunx ipv6
show interfaces tunnel tunx ipv6
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 {
		ipv6 
	}
}

Use the set form of this command to enable IPv6 for a tunnel.

Use the delete form of this command to disable IPv6 for a tunnel.

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