Is it possible to block all MAC's exept ones i would list manually ? - can it be done with 1 rule and some kind of list ?
Drops packets with that source mac address destined for the router itself.
/ip firewall filter add chain=input src-mac-address=001B11BFBE03 action=drop
-Louis