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 disable

Disables IPv6 on a tunnel interface.

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

By default, IPv6 is enabled on all interfaces. A global command exists which can disable IPv6, namely set system ipv6 disable, and this will take precedence over any of the existing per-interface based, IPv6 commands.

IPv6 Forwarding can be disabled via the set interface tunnel tunx ipv6 disable-forwarding command, but note that IPv6 traffic can still be terminated on this interface.

IPv6 configuration can be totally disabled via the set interface tunnel tunx ipv6 disable command.

Use the set form of this command to disable IPv6 on this interface.

Use the delete form of this command to enable IPv6 on this interface.

Use the show form of this command to display the current IPv6 configuration on this interface.