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

Disables an Ethernet link bond group without discarding configuration.

set interfaces bonding dpFbondx disable
delete interfaces bonding dpFbondx disable
show interfaces bonding dpFbondx
dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.

Configuration mode


interfaces {
    bonding dpFbondx {
        disable
    }
}

Use this command to disable an Ethernet link bond group without discarding configuration.

Use the set form of this command to disable the bond group.

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

Use the show form of this command to view the configuration.