06-18-2024 07:39 AM - edited 06-18-2024 11:43 PM
Hi, I'm using CLI to add MAC addresses to our RFS4000 and looking for a description of the commands that I can use. I have a cheat sheet that gets me going but like to know more:
What does precedence mean, what if I have Y more than once?
Do I really need to repeat the MAC address?
How can I list all configured MAC addresses? How can I revoke a previously configured MAC address?
Solved! Go to Solution.
06-19-2024 05:23 AM - edited 06-19-2024 05:25 AM
Hello @hans-taotesting,
The precedence number is the priority by which the ACL will be executed. So it will start with precedence 1 then 2, 3, 4 and so on. You cannot have 2 similar precedence numbers.
To remove a MAC address from the ACL use the "no" command.
Example:
#permit aa-bb-cc-dd-ee-ff precedence 1
#show context
association-acl-policy test
permit AA-BB-CC-DD-EE-FF AA-BB-CC-DD-EE-FF precedence 1
#no permit AA-BB-CC-DD-EE-FF AA-BB-CC-DD-EE-FF precedence 1
#show context
association-acl-policy test
Instructions should you need them: https://extreme-networks.my.site.com/ExtrArticleDetail?an=000080766
I hope this helps,
BR,
06-19-2024 05:23 AM - edited 06-19-2024 05:25 AM
Hello @hans-taotesting,
The precedence number is the priority by which the ACL will be executed. So it will start with precedence 1 then 2, 3, 4 and so on. You cannot have 2 similar precedence numbers.
To remove a MAC address from the ACL use the "no" command.
Example:
#permit aa-bb-cc-dd-ee-ff precedence 1
#show context
association-acl-policy test
permit AA-BB-CC-DD-EE-FF AA-BB-CC-DD-EE-FF precedence 1
#no permit AA-BB-CC-DD-EE-FF AA-BB-CC-DD-EE-FF precedence 1
#show context
association-acl-policy test
Instructions should you need them: https://extreme-networks.my.site.com/ExtrArticleDetail?an=000080766
I hope this helps,
BR,