Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

Creates a Link Aggregation Control Protocol (LACP) link aggregation group (LAG) on a specified logical 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
  • No labels