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 bonding <dpFbondx> description <desc>

Provides a description of an Ethernet link bond group.

set interfaces bonding dpFbondx description desc
delete interfaces bonding dpFbondx description
show interfaces bonding dpFbondx description
dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
desc
A brief description of the bond group.

Configuration mode


interfaces {
    bonding dpFbondx {
       description desc 
              
    }
}

Use this command to provide a description of a bond group.

Use the set form of this command to provide a description of the bond group.

Use the delete form of this command to remove the description of a bond group.

Use the show form of this command to view the description of a bond group.