/
interface aggregate-ethernet <lag_name> family ethernet-switching vlan members

interface aggregate-ethernet <lag_name> family ethernet-switching vlan members


This command is to add a vlan member to the trunk lag, vlan members range from 1 to 4094. The default of this command is that packets are tagged when the packets go out from this interface.

Note: If this interface's native-vlan-id is identical to vlan-member, packets will be encapsulated with vlan tag because the " tagged" is the default configuration of vlan-member.


Command Syntax
set interface aggregate-ethernet <lag_name> family ethernet-switching vlan members <vlan-id>
delete interface aggregate-ethernet <lag_name> family ethernet-switching vlan members <vlan-id>


Parameter
<lag_name> Name of a LAG interface.
<vlan-id> Configure the VLANs for which the interface can carry traffic,vlan members range from 1 to 4094.


Example
• This example is adding a vlan member to a trunk lag(ae1):

admin@XorPlus# set interface aggregate-ethernet ae1 family ethernet-switching vlan members 5 
admin@XorPlus# commit

Copyright © 2025 Pica8 Inc. All Rights Reserved.