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> bond-group <bondx>

Adds a data plane interface to a bonding group.

set interfaces dataplane interface-name bond-group bondx
delete interfaces dataplane interface-name bond-group bondx
show interfaces dataplane interface-name bond-group bondx
interface-name
The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.
bondx
The identifier for the bond group. Supported values are bond0 through bond99.

Configuration mode


interfaces {
    dataplane interface-name {
        bond-group bondx
    }
}

Use this command to add a data plane interface to a data plane link bond group.

A data plane interface can only be a member of one data plane link bond group and the bond group must first be defined using interfaces bonding <dpFbondx> . The maximum number of data plane interfaces that can be added to a bonding group depends on available system resources. For most implementations this is essentially unlimited.

Note: The data plane interface will not be added to the bond group if it is disabled.

You must not configure any IP address for the data plane interface if it is to become part of a bonding group. Instead, the IP address for the group is configured on the bonding interface using interfaces dataplane <interface-name> address.

Use the set form of this command to add a data plane interface to a data plane link bond group.

Use the delete form of this command to remove a data plane interface from a data plane link bond group.

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