Extreme Networks Remove LACP Key from Port

Extreme Networks Uncategorized

I always find this a bit of a confusing one, just running a “no lacp key” doesn’t work, what you actually need to do is set it to “default”.

So for example let’s say you have a LACP key assigned to interface 1/13 which you want to remove, its as simple as running the following from enable (and configure terminal) mode:

interface gigabitethernet 1/13
default lacp key

You may have other configuration to also remove pertaining to the LACP configuration, but these are all removed with a simple “no” prepended, for example, the following will remove the two VLANs from the interface, remove the MLT configuration and remove all the configuration from the interface.

vlan members remove 52 1/13 portmember
vlan members remove 544 1/13 portmember
interface GigabitEthernet 1/13
no encapsulation dot1q
no lacp enable
no lacp aggregation enable
default lacp key
no mlt 13

https://extreme-networks.my.site.com/ExtrArticleDetail?an=000080191

Leave a Reply

Your email address will not be published. Required fields are marked *