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> primary <ifx>

Sets the primary Ethernet interface within the Ethernet link bonding interface.

set interfaces bonding dpFbondx primary ifx
delete interfaces bonding dpFbondx primary
show interfaces bonding dpFbondx primary

No primary link is configured.

dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
ifx
The identifier of the primary Ethernet interface within the bond group. The identifier ranges from d0p0p1 through d0p2p3.

Configuration mode


interfaces {
    bonding dpFbondx {
       primary ifx  
    }
}

Use this command to specify the primary interface within the Ethernet link bond group

This option is available only when the bonding mode is Active Backup.

When the bonding mode is Active Backup and an interface is identified as the primary, the primary interface is always the only active member of the bonding interface so long as it is available. Only when the primary is offline are alternates used.

This option is useful when one member link is to be preferred over another; for example, when one member link has higher throughput than another.

Use the set form of this command to designate an Ethernet interface as the primary interface for Ethernet link bonding.

Use the delete form of this command to remove the primary Ethernet interface as the primary interface for Ethernet link bonding.

Use the show form of this command to view the primary Ethernet link bonding configuration for the Ethernet link bonding.