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>

Defines an Ethernet link bonding interface, also known as a bond group.

set interfaces bonding dpFbondx
delete interfaces bonding dpFbondx
show interfaces bonding [ dpFbondx ]
dpFbondx

The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.

You can define more than one bond group by specifying multiple bonding configuration nodes.

Configuration mode


interfaces {
    bonding dpFbondx {
              
    }
}

Use this command to define an Ethernet link bonding interface, also known as a bond group. An Ethernet link bond group allows the bandwidth of individual links to be combined into a single virtual link.

You must create the bond group (using this command or one of its variants) before you can assign Ethernet interfaces to it.

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

Use the delete form of this command to remove an Ethernet link bond group.

Use the show form of this command to view the Ethernet link bond group configuration.