Unsolved
1 Rookie
•
121 Posts
0
383
August 25th, 2022 02:00
deny mac address (maybe vendors) on n2000 switches per vlan
Hi,
I want to block all MAC address (or specific ones) of a vendor on a vlan ID (our office lan).
Any idea how to do this?
No Events found!
DELL-Charles R
Moderator
•
4.4K Posts
1
August 25th, 2022 08:00
Hello White_Ninja,
Is this a new configuration or something that was working and now is not working?
We don't typically assist directly in initial configurations as there are some Dell Professional services that can be contracted to handle this task on your behalf but I will see if I can provide you some option:
See if this is what you are looking for:
MAC ACL Rule Configuration GUI Page 740-742
Command line Using IP and MAC Address Masks Page 726
: https://dell.to/3AfYHUE
Example:
StackN2024#configure
StackN2024(config)#mac access-list extended TEST
StackN2024(config-mac-access-list)#deny 11:22:33:44:55:66 00:00:00:ff:ff:ff any
StackN2024(config-mac-access-list)#permit any any
StackN2024(config-mac-access-list)#end
to block a vendor, you can specify the vendor prefix suing the three first bytes
White_Ninja
1 Rookie
•
121 Posts
0
August 26th, 2022 01:00
hey charles thanks for you reply. I will try on my test switch next week and come back to you.