Hi Dave,
If you want to add VLAN 100 to your LAG, here is what you need:
configure vlan 100 add ports 1:1 tagged
note: port 1:1 is your master port in the LAG
Hi Dave,
You only add VLANs to the link aggregation group (LAG) when you need it.
Yes, some of the port config (e.g. STP) in the master port will be lost when LAG is enabled. Always reference the master logical port of the load-sharing group when c...