set interface aggregate-ethernet aggregated-ether-options lacp
Creates a Link Aggregation Control Protocol (LACP) link aggregation group (LAG) on a specified LAG port.
Command Syntax
set interface aggregate-ethernet <lag_name> aggregated-ether-options lacp enable <true | false>
To return the configuration enter:
delete interface aggregate-ethernet <lag_name> aggregated-ether-options lacp
Parameter
<lag_name> Enter the name of the LAG.
true: enable LACP
false: disable LACP
Example
This example configures LACP for ae1:
admin@XorPlus# set interface aggregate-ethernet ae1 aggregated-ether-options lacp enable true
admin@XorPlus# commit