I have 7 switches CRS328 which are interconnected ( sw1 to sw2 and sw2 to sw3, 3-4, 4-5, 5-6, 6-7 and sw7 to sw1 - ring bonded for redundancy)
And I have main router CCR1016 connected to ring by one link (router on a stick).
Switches have same settings with VLAN-BRIDGE and several VLANS (created at bridge level)
But I could not do the same setup on the router (VLAN-BRIDGE+VLANS created at bridge level) at that time, this configuration did not work on the router and did the same but at interface level (classic vlan configuration).
The scheme has been working for more than half a year.
But a few days ago I noticed that on the switch (which considers itself to be the last in the ring) every minute an error occurs in the log âbridge port received packet with own address as source address, probably loopâ.
As soon as I open the loop, the error disappears or I turn off the router, the error disappears.
I found a problem!
It is Discovery Neighbors packets.
Do you have any ideas? Why mikrotik can get his packet?
Error: âinterface,warning sfp-sfpplus2: bridge port received packet with own address as source address (cc:2d:e0:a1:14:09), probably loopâ
Packet: VLAN-BRIDGE out:(unknown 0), src-mac cc:2d:e0:a1:14:09, proto UDP, 0.0.0.0:5678->255.255.255.255:5678, len 155
cc:2d:e0:a1:14:09 - Admin MAC VLAN-BRIDGE
I have 2 CRS317 and 2 CRS328 connected in a ring. one of the 328 sees 1 interface as root port and one as alternate port - so everything works as expected but it throws those loop warnings in the log exactly once a minute.
also I have connected 2 ccr1009 to those switches via an active/backup bond. sfp+1 is its active slave and ether5 is its passive slave. I am getting exactly the same loop messages on this bond as well. as soon as i disable the passive(=inactive) interface ether5 the messages stop.
this is even stranger to me since as of my knowledge disabling/enabling the secondary interface should not be having any effect at allâŚ
@ lleysan:
can you elaborate what exactly was your issue with neighbor discovery?
I am also having this issue. Exactly once per min my 328 gets this warning only if I have loops. In my case I have a 326 and 328 both connected to the same 10G switch. I have other networking gear with two interfaces for redundancy (they are bridges, single MAC) connected to the 326 and 328. Everything works as expected, the lower bridge priority ports (328) are all alternate-ports and switch to designated-port when the 326 is unavailable. I have not noticed any other problems. Just this once a min warning.
I tried using sfpplus2 vs sfpplus1 and the warning just follows the port.
The warning only comes from the bridge/switch with the numerically largest bridge priority. If I swap the 326 and 328 priorities, the warning comes from the 326.