cancel
Showing results for 
Search instead for 
Did you mean: 

RFS4000 CLI manual

RFS4000 CLI manual

hans-taotesting
New Contributor

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:

  • permit 12:22:34:45:56:67 12:22:34:45:56:67 precedence Y

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? 

1 ACCEPTED SOLUTION

Christoph_S
Extreme Employee

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,

Christoph S.

View solution in original post

1 REPLY 1

Christoph_S
Extreme Employee

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,

Christoph S.
GTM-P2G8KFN