We have the following where a MAC is to be limited to a port on VLAN81.
interface GigabitEthernet3/0/31
description Restricted Device
switchport access vlan 81
switchport mode access
switchport port-security
switchport port-security violation restrict
switchport port-security mac-address 0024.210c.46d8 vlan access
Results, if the PC is move to another wall jack that is patched to anoter port on another vlan (i.e. Gi3/0/32 on VLAN80, Gi3/0/33 on VLAN81), the unit will conect, receive a DHCP address and function normally.
1.) We desire to restrict it to the port or at least to any port that is configured for vlan81.