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 dataplane <interface-name> ip disable-forwarding

Disables forwarding on a data plane interface.

set interfaces dataplane interface-name ip disable-forwarding
delete interfaces dataplane interface-name ip disable-forwarding

IPv6 packets are forwarded.

interface-name
The identifier of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.

Configuration mode


interfaces {
    dataplane interface-name {
        ip {
            disable-forwarding
        }
    }
}

Use this command to disable packet forwarding on a data plane interface.

You can also disable forwarding globally (that is, for all interfaces) by using the system ipv6 disable-forwarding command.

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

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