ACL to block MAC-ADDRESS

Hello guys,

Please, I need block a mac-address for my customer, my question:

Is it possible create a acl similar acl cisco for block one mac-address?

Thanks, Rafael

Yes you can using below

policy condition c1 source mac 9C:8C:D8:C9:59:88 policy action a1 dispositon drop policy rule r1 condtion c1 action a1 qos apply

 

Hello, team.

Unfortunately it didn't work!

In this command part, (policy rule r1 condtion c1 action a1 qos apply), there was an error in this part.

See.

LAB-CCO-SW-> policy rule r1 condition c1 action a1 qos apply ^ ERROR: Invalid entry: "qos"

LAB-CCO-SW->

 

My switch is an Alcatel OS6560-P48Z16, version 8.7.2.R02.

The policy rule r1 condition c1 action a1 qos apply ^ ERROR: Invalid entry: "qos" is because Policy rule r1 condition c1 action a1 and Qos Apply should not be entered on the switch in a single line. Please see the screenshot attached.


Attachments:

It's worked, thanks a lot!

Bellow the commands step-by-step.

policy condition c1 source mac dc:08:56:a8:e8:20 policy action a1 disposition drop policy rule r1 condition c1 action a1 qos apply