I have a customer who’s cpe is sending out hundred’s of port 1080 (socks) to different ip address. I had them unplug or shutdown their computers and it still shows up. It bogs down the link so much it is hard to connect to it. I finaly was able to login and disabled the ethernet interface and the traffic still came.
You can start by doing port scan targeting customers IP address to see if there are any non standard services up on CPE (unprotected proxy or similar). After that you can check what is going on by starting torch utilitiy at client’s CPE (Tools > Torch), select WAN interface and check all boxes. That will give you good idea what is going on customers Mikrotik since it will list you all the connections in real time.
And what to do to prevent flooding - start by blocking connections that cause such traffic so you have easier time accessing CPE. You mentioned port 1080 - then you should combine customers IP address as source or destination IP and port 1080 as src or dst port (depending on direction of the traffic) to create rule in forward chain and block what you need at your equipement.