I try to drop all traffic from certain client, that connected to one local switch port. In Host table (Switch) I have some numbers Dynamic entries, including host, that I wont to drop. To do this, I Add New Switch Host: input target MAC address, specifies the port, and check Drop. By clicking Ok receive Error masage:
Couldn’t add New Switch Host - only 0 entries supported (6)
Thank you, but where is this written? In Wiki-page Switch Chip Features I did`t find confirmation of this information. Can any Routerboard device (with RouterOS, not SwitchOS) supports the function I need?
If you want to drop frames with explicit source mac address, use ip firewall filter advanced - src-mac-address, action=drop. Be careful to not drop yourself frames.