Hi Dave,
The vlan membership of LAG always follow the membership of master port. That means, if there are three vlans already added to the master port, when you create a LAG, those three vlans will be added to LAG. Here is the example:
==== Three Vlans have been added to a normal port ====
* L7:U33.32 # sh port 1 info detPort: 1
Virtual-router: VR-Default
Type: UTP
Random Early drop: Unsupported
Admin state: Enabled with auto-speed sensing auto-duplex
Link State: Ready
Link Ups: 0 Last: --
Link Downs: 0 Last: --
VLAN cfg:
Name: V0801C, 802.1Q Tag = 801, MAC-limit = No-limit, Virtual router: VR-Default
Name: V2510D, 802.1Q Tag = 2510, MAC-limit = No-limit, Virtual router: VR-Default
Name: VLAN_100, 802.1Q Tag = 100, MAC-limit = No-limit, Virtual router: VR-Default
STP cfg:
STPD_01(enable), Tag=0801, Mode=EMISTP, State=DISABLED
Protocol:
Trunking: Load sharing is not enabled.
=== After enable LAG ===
* L7:U33.33 # enable sharing 1 grouping 1-2 lacp
Warning: STP port (1) is lost due to port is deleted from VLAN.
Warning: Any config on the master port is lost (STP, IGMP Filter, IGMP Static Group, MAC-Security, CFM, etc.)
* L7:U33.34 # sh sharing Load Sharing Monitor
Config Current Agg Ld Share Ld Share Agg Link Link Up
Master Master Control Algorithm Group Mbr State Transitions
==============================================================================
1 LACP L2 1 - R 0
L2 2 - R 0
==============================================================================
Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback
Load Sharing Algorithm: (L2) Layer 2 address based, (L3) Layer 3 address based
(L3_L4) Layer 3 address and Layer 4 port based
(custom) User-selected address-based configuration
Custom Algorithm Configuration: ipv4 L3-and-L4, xor
Number of load sharing trunks: 1
==== LAG has been added to those three vlans ===
* L7:U33.35 # sh port 1 info detPort: 1
Virtual-router: VR-Default
Type: UTP
Random Early drop: Unsupported
Admin state: Enabled with auto-speed sensing auto-duplex
Link State: Ready
Link Ups: 0 Last: --
Link Downs: 0 Last: --
VLAN cfg:
Name: V0801C, 802.1Q Tag = 801, MAC-limit = No-limit, Virtual router: VR-Default
Name: V2510D, 802.1Q Tag = 2510, MAC-limit = No-limit, Virtual router: VR-Default
Name: VLAN_100, 802.1Q Tag = 100, MAC-limit = No-limit, Virtual router: VR-Default
STP cfg:
STPD_01(enable), Tag=0801, Mode=EMISTP, State=DISABLED
Protocol:
Trunking: Master port with 2 members using algorithm address based - L2
algorithm
Members: 1-2