Unsolved

This post is more than 5 years old

4 Posts

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.  

909 Posts

December 18th, 2007 17:00

From the CLI reference guide:

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

 

0 events found

No Events found!

Top