Sun Apr 25, 2021 4:49 pm
You could use bridge filters to block unknown unicast MAC addresses, but it soon gets unwieldy for many addresses and will use CPU resources checking every packet against multiple rules. Alternatively you could only assign DHCP addresses for known MAC addresses instead of having a general pool.
Both of these approaches are readily bypassed by cloning the MAC address of a device on the network, a secure method would be to use 802.1x authenticating against individual credentials or using certificates - this is the wired equivalent to using WPA2-Enterprise (not WPA2-PSK) on wireless networks.