Hi guys,
Is there any way of allowing only one MAC address on a port using port-security but from a certain range of MAC addresses. Therefore for example the MAC address starting with 000c.29 is the VMWare manufactures range. We have PC's running virtual machines and want to allow those virtual machines but only one of them at a time.
This is the config I have but I don't think putting a multicast MAC will work:
interface Gi2/0/13
switchport port-security
switchport port-security maximum 1
switchport port-security mac-address 000c.29ff.ffff
switchport port-security violation shutdown
We urgently need to setup this to adhere to SLA's.
Thanks guys!!!