We want to block traffic in a Mikrotik antenna connected to our network. We've tested with IP-Firewall-Filter Rules adding this rule:
“chain = forward action = src drop-mac-address = XX:XX:XX:XX:XX:XX”
And has worked well for customers who are assigned by IP DHCP. However, we are still having problems with customers who have PPPoE IP, they are not affected by this rule. We have been trying to configure some kind of comparable rule for PPPoE customers, but it has been impossible to obtain good results.
The thing is that we want to block all kind of traffic from a list of known MACs, but our tests have not been successful. Could you give us an idea of how to configure this kind of dropping?