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

Disables a data plane interface without discarding its configuration.

set interfaces dataplane interface-name disable
delete interfaces dataplane interface-name disable
interface-name
The name 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 {
            disable
    }
}

Use this command to disable a data plane interface without discarding its configuration.

Use the set form of this command to disable an interface.

Use the delete form of this command to enable an interface.