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.

system ipv6 disable

Disables the assignment of IPv6 addresses on all interfaces.

set system ipv6 disable
delete system ipv6 disable
show system ipv6 disable

IPv6 addresses are assigned on all interfaces.

Configuration mode


system {
    ipv6 {
        disable
    }
}

Use this command to disable the assignment of IPv6 addresses on all interfaces.

Use the set form of this command to disable IPv6 address assignment on all interfaces.

Use the delete form of this command to enable IPv6 address assignment on all interfaces.

Use the show form of this command to display IPv6 disabling configuration.