10-26-2018 04:01 PM
Solved! Go to Solution.
07-13-2020 09:42 AM
Gents
VSP LACP was changed a while back (VSP9000 rel 3.2.0.0 for the record; all modern VSPs descend from that) to allow dynamically adding or deleting of VLANs on LAG ports (without having to disable LACP on the ports). For this to work, the LAG ports must already be aggregated and active members of the MLT id configured for the same LACP key.
You then use either of these commands:
[no] vlan mlt <vlan-id> <mlt-id>
[no] mlt <mlt-id> vlan <vlan-list>
vlan members add|remove <vlan-id> <port-list>
The 1st two commands are preferred; if using the latter you need to make sure all ports in the MLT are specified.
The issue of having to disable LACP on the port is only if some of the ports are NOT active members of the MLT and you have configured them with the same key. Now in this case, the third and last command listed above will give an error. But the 1st two commands remain operational (without needing to disable LACP on the ports).
10-29-2018 01:37 AM
10-26-2018 05:31 PM