07-12-2023 07:34 AM
Hi all,
I would like to add a new port to an existing LAG. Below is the config of the existing LAG for port 16.
enable sharing 16 grouping 16 algorithm address-based custom lacp
I will add port 34 as below.
configure sharing 16 add ports 34
I would like to know if this is going to work and/or cause an outage as this is a production environment with VLANs already configured for port 16.
configure vlan v1108 add ports 16 tagged
configure vlan v1778 add ports 16 tagged
....
Thanks in advance.
Solved! Go to Solution.
07-13-2023 05:22 AM
This will work, the new port will be added to the LAG and will have the same vlans as the other LAG ports.
07-13-2023 05:22 AM
This will work, the new port will be added to the LAG and will have the same vlans as the other LAG ports.
07-14-2023 05:29 AM
Thanks for your reply Oscar.
I am wondering if this may cause a traffic loss even for a couple of seconds.
07-14-2023 08:56 AM
No traffic loss in my experience.