I hope you can help me with this. Im trying to set up MAC filtering on a powerconnect 5448
However when i apply my ACL to the port it blocks all traffic even from the device, who's mac should be allowed
As a result im guessing i've configured something wrong so hopefully someone can spot the mistake
Here is my understanding of the fields
Priority - Self explanatory
Action - Self explanatory
Source MAC - MAC of machine or device in question
MAC Wild Card Mask - 00:00:00:00:00:00 for a explicit mac address
VLAN - vlan of port and device
Ethertype - should be 0x0800 for all traffic?
I tried 0x0806 and 0x0800. Still no luck? Any other ideas what could be causing the issue?
0
Join Director of Product Management Todd OBoyle on April 26th as he covers the key elements of a phishing protection program. Whether you’re an old hat at phishing education or considering starting a program -- we'll discuss critical components that should be in any program.
console# show mac access-lists
console# show mac access-lists YOUR-ACL-NAME
Here is the example configuration:
console(config)#mac access-list extended ALLOW
console(config-mac-access-list)#Permit 3C97.0E86.9F42 0000.0000.0000 any
console(config-mac-access-list)#Deny any any
Then we apply on that specific interface
console(config)#mac access-group ALLOW in
SWI..DP108# show access-lists
MAC access list SJones
permit host b8:ca:3a:73:d6:24 any vlan 1 ethtype 0806
SWI..DP108# show access-lists
MAC access list SJones
permit host b8:ca:3a:73:d6:24 any vlan 1 ethtype 0806
SWI..DP108# show access-lists SJones
MAC access list SJones
permit host b8:ca:3a:73:d6:24 any vlan 1 ethtype 0806