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

Describes a data plane interface.

set interfaces dataplane interface-name description description
delete interfaces dataplane interface-name description
show interfaces dataplane interface-name description
interface-name
The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.
description
A mnemonic name or description for the data plane interface.

Configuration mode


interfaces {
    dataplane interface-name {
        description description
    }
}

Use this command to describe a data plane interface.

Use the set form of this command to describe a data plane interface.

Use the delete form of this command to delete the description of a data plane interface.

Use the show form of this command to display the description of a data plane interface.