Unsolved
This post is more than 5 years old
4 Posts
0
5007
December 14th, 2007 21:00
3424 source MAC
Is it possible to setup an ACL that will block a source MAC? I think that is what I want to do anyway, maybe I am thinking about it in the wrong way. We have a few PC that are connecting to our network that don't belong on it and I want to prevent them from being able to do anything. Seems to be blocking the MAC address would be the way to do this.
0 events found
No Events found!


bh1633
909 Posts
0
December 18th, 2007 17:00
Console(config)# mac access-list macl-1
Console (config-mac-acl)# deny 66:66:66:66:66:66
Console(config-mac-acl)# exit
Console(config)# interface vlan 2
Console(config-if)# service-acl input macl-1