yesterday
Hi all.
I have a strange case here, or at least I've never seen such behaviour. I have a SMLT with LACP between two VSP-7254XTQ (8.10.3.0) and a final device.. In both VSP:
mlt 1 enable name "Device"
interface mlt 1
smlt
lacp enable key 1
flex-uni enable
exit
interface GigabitEthernet 1/1
lacp key 1 aggregation enable
lacp enable
exit
The LACP was working with no problem until someone accidentally configured "lacp key 1" in another interface, not related with this SMLT, and the SMLT went down. Then I shutted down the LACP interface (1/1) and corrected the lacp key in the other interface. After "no shut" in 1/1 the SMLT didnt go up and the log registered the next line:
LACP INFO lacpOperDisablePort: LACP operationally disabled on port 1/1 because the port's capability doesn't match key 1227 's capability.
Surprisingly, it seems that automatically the lacp key of 1/1 changed to 1227 (default lacp key) with no warning:
show lacp interface gigabitethernet 1/1
[...]
INDEX KEY SELECTED ATTACHED AGGR STATE
AGGR ID AGGR ID
-----------------------------------------------------------------------------------------------------------
1/1 1227 0 0 true act long indi def
[...]
Also I notice the "def" flag under STATE, which I don't know what means. I tried to reconfigure the lacp key:
interface gigabitethernet 1/1
shut
no lacp
lacp key 1
lacp enable
lacp key 1 aggregation enable
exit
Now:
show lacp interface gigabitethernet 1/1
[...]
====================================================================================================
Actor Oper
====================================================================================================
INDEX KEY SELECTED ATTACHED AGGR STATE
AGGR ID AGGR ID
-----------------------------------------------------------------------------------------------------------
1/1 1 0 0 true act long aggr def
====================================================================================================
Partner Admin
====================================================================================================
[...]
Now it seems ok, but when I do a "no shut"...
Log:
LACP INFO lacpOperDisablePort: LACP operationally disabled on port 1/1 because the port's capability doesn't match key 1 's capability
LACP:
show lacp interface gigabitethernet 1/1
[...]
====================================================================================================
Actor Oper
====================================================================================================
INDEX KEY SELECTED ATTACHED AGGR STATE
AGGR ID AGGR ID
-----------------------------------------------------------------------------------------------------------
1/1 1227 0 0 true act long indi def
[...]
The LACP key apparently changed to 1227 again without notice, but in the configuration:
interface GigabitEthernet 1/1
lacp key 1 aggregation enable
lacp enable
exit
Why is this happening? What the "def" flag means? How can I fix this behaviour?
yesterday
Jose,
It sounds like the device is simply using the default key due to the capability error you are seeing.
The log you shared:
LACP INFO lacpOperDisablePort: LACP operationally disabled on port 1/1 because the port's capability doesn't match key 1 's capability
Indicates that there is a possible VLAN mismatch on this port with the other ports in this MLT that are already up. Please see:
https://extreme-networks.my.site.com/ExtrArticleDetail?an=000059673
I suspect that as the capability did not match, VOSS defaults to the default key which is why you see the switch after you try to bring the port up.