Hi,
I have the following config in one of my switches:
create mirror "Mirror5"
configure mirror Mirror5 to port 5
enable mirror Mirror5
configure mirror Mirror5 add port 10 ingress
configure mirror Mirror5 add vlan LAN3 port 11 ingress
When i connect a pc with wireshark to port 5 i can see packets
mirrored from port 10, i don't see packets from vlan "LAN3" on port 11.
Port 11 is part of a sharing/MLAG configuration:
enable mlag port 11 peer "SW-2-2" id 112
enable sharing 11 grouping 11 algorithm address-based L3_L4 lacp
Is it even possible to mirror traffic from a sharing/MLAG port?