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

Disables IPv6 forwarding on all interfaces.

set system ipv6 disable-forwarding
delete system ipv6 disable-forwarding
show system ipv6 disable-forwarding

IPv6 packets are forwarded.

Configuration mode


system {
    ipv6 {
        disable-forwarding
    }
}

Use this command to disable IPv6 forwarding on all interfaces. IPv6 forwarding can also be disabled for each interface by using the ipv6 disable-forwarding command associated with the interface (for example, interfaces dataplane dp0p1p1 ipv6 disable-forwarding). These commands are documented in the guides that describe the individual interfaces. For example, Ethernet interface commands are described in Ciena Vyatta Network OS LAN Interfaces Configuration Guide .

Use the set form of this command to disable IPv6 packet forwarding on all interfaces.

Use the delete form of this command to enable IPv6 packet forwarding on all interfaces.

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