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> lacp-options activity

Sets the LACP operational mode for an Ethernet link bond group.

set interfaces bonding dpFbondx lacp-options activity { active | passive }
delete interfaces bonding dpFbondx lacp-options
show interfaces bonding dpFbondx lacp-options

active

dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
active
Specifies active participation in the exchange of LACP Data Unit (LACPDU).
passive
Specifies passive (default) participation in the exchange of LACPDU.

Configuration mode


interfaces {
    bonding dpFbondx {
           lacp-options {
                    activity {
												             	active
           		             passive
											         }  
           }
     }
}

Use this command to set the LACP operational mode for an Ethernet link bond group.

Use the set form of this command to set the default LACP operational mode for a bond group.

Use the delete form of this command to restore the default (passive) LACPDU participation for a bond group.

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