I have two switches connected via TAP interfaces. Each Virtual Switch port is connected to an individual TAP port and the TAP ports are joined via a Bridge.
SW1-port1 = TAP 11 <== BR121 ==> TAP 21 = SW2-port1
SW1-port2 = TAP 12 <== BR122 ==> TAP 22 = SW2=port2
If I configure the Switch ports as normal layer 3, they can ping each other, which means the setup above is working, however LACP packets get dropped and I cannot establish a port channel between the two (for educational purposes).
I can see LACP packets generated by the locally connected switch if I "tcpdump" the TAP interface, but somehow the LACP packet does not make it to the other end (to the other TAP I/F).
Could it be the Bridge absorbing the LACP packet? Is there a way to prevent this?
Thanks, Francesco