The set interface gigabit-ethernet ether-options 802.3ad command adds a specified port to a LAG.
Command Syntax
set interface gigabit-ethernet <interface-name> ether-options 802.3ad <lag-interface-name>
delete interface gigabit-ethernet <interface-name> ether-options 802.3ad
Parameter
Parameter | Description |
gigabit-ethernet <interface-name> | Specifies the ethernet switching port identifier which will be added to the LAG interface. |
<lag-interface-name> | Specifies the name of the LAG interface. The value is a string in the format of aex, where x is an integer ranging from 1 to 4094. Note: The maximum LAGs per switch is limited by the interface capacity. |
NOTE:
The maximum number of member ports per LAG is platform dependent, for details see Collection of Feature Specification of Different Platforms.
Example
• This example is to add ge-1/1/3 to ae1:
admin@XorPlus# set interface gigabit-ethernet ge-1/1/3 ether-options 802.3ad ae1 admin@XorPlus#commit