Hi,
I have several switches that connect to the Core using LACP links, so spanning tree should not be a issue.
The configuration is like this on the switch
interface Bridge-Aggregation601
description Ligacao ao Core - Bastidor 1
port link-type trunk
port trunk permit vlan all
link-aggregation mode dynamic
link-aggregation lacp traffic-redirect-notification enable
stp loop-protection
And on the Core is:
interface Bridge-Aggregation601
description Bastidor 1 (Datacenter)
port link-type trunk
port trunk permit vlan all
link-aggregation mode dynamic
stp root-protection
Since a few days I get messages like:
%Jan 24 22:42:09:914 2023 SW2_8 LPDT/4/LPDT_VLAN_LOOPED: A loop was detected on Bridge-Aggregation608 in VLAN 400.
%Jan 24 22:34:08:181 2023 SW2_8 LPDT/5/LPDT_VLAN_RECOVERED: A loop was removed on Bridge-Aggregation608 in VLAN 250.
%Jan 24 22:34:08:179 2023 SW2_8 LPDT/4/LPDT_VLAN_LOOPED: A loop was detected on Bridge-Aggregation608 in VLAN 250.
%Jan 24 22:28:12:242 2023 SW2_8 LPDT/5/LPDT_VLAN_RECOVERED: A loop was removed on Bridge-Aggregation608 in VLAN 900.
And the the loop-protection shuts down the port for 30 seconds.
My question is how can I have a loop reported if I do not have stp redundant links, but lacp instead?
Also sometimes I also get the message:
%Jan 25 05:05:58:071 2023 HPE-5945-Core-HGO LAGG/6/LAGG_INACTIVE_OPERSTATE: Member port WGE2/2/1 of aggregation group BAGG601 changed to the inactive state, because the peer port did not have the Synchronization flag.
This happens in several switches
Thanks