QUOTE(maxiscool @ Jan 4 2024, 08:46 AM)
I see. No wonder it was working without this previously. Hmm, how do I start checking on this ?
For RouterOS, this feature is documented here:
https://help.mikrotik.com/docs/pages/viewpa...pageId=59277403There is a Monitoring and troubleshooting section. I have to say Mikrotik documentation is very bad but that's where you start.
You need a hypothesis first. In this case I suspect one of your device is flooding your Layer 2 with multicast packet until it triggered storm control. Hence you get dropped multicast packet.
When IGMP Snooping is enabled, Mikrotik stop broadcasting those packet. You did not post your IGMP Snooping configuration, so I assume it's the default. By default RouterOS will forward unknown multicast, even when IGMP Snooping is enabled, so you can rule that out already.
There are several factor to look at, any IP address or MAC that show up is doing multicast and they should all be suspect. That's the starting point.
The strategy:
Most accurate is to mirror the port and start packet capture to see if they are multicasting.
Least accurate is just unplug anything that shows up in the list one by one until it works without IGMP Snooping.
The usual trigger:
Slow device.
Example: Your access port is 1Gbps but have slower device like 100mbps or even 10mbps.
The usual suspect:
Ghost server, media server, multi function printer. Literally anything that's not your typical corporate laptop, PC, server.
Anything that offers plug and play network discovery is also a suspect.
I do not know your network at all. If you have a detailed network diagram that would be helpful for me to give you hint on where to look first.