I am trying to block access of a single user by mac address to the network. I would like to use an acl in my 4500 router to block the address on the distribution port coming from that area of my network. I have an ip acl to control the latest batch of virus traffic outbound on the router interface for all my vlans which appears to eliminate an outbound mac acl on my port. I have used the following acl as a test on my laptop and am still successfully getting a dhcp address.
mac access-list ext stomp
deny host 000A.5E01.011F any
deny any host 000A.5E01.011F
permit any any
int giga2/2
mac access-group stomp in
Thanks!