Brocade Mobility RFS Controller CLI Reference Guide (Supporting software release 5.5.0.0 and later) User Manual

Page 902

Advertising
background image

890

Brocade Mobility RFS Controller CLI Reference Guide

53-1003098-01

11

permit <STARTING-MAC> <ENDING-MAC> precedence <1-1000>

Usage Guidelines:

Every rule has a unique sequential precedence value. You cannot add two rules with the same
precedence. Rules are applied to packets in an increasing order of precedence. That means the
rule with precedence 1 is applied first, then the rule with precedence 2 and so on.

Example

rfs7000-37FABE(config-assoc-acl-test)# permit 11-22-33-44-66-01

11-22-33-44-66-FF precedence 170

rfs7000-37FABE(config-assoc-acl-test)# permit 11-22-33-44-67-01 precedence 180

rfs7000-37FABE(config-assoc-acl-test)#show context

association-acl-policy test

deny 11-22-33-44-55-01 11-22-33-44-55-FF precedence 150

permit 11-22-33-44-66-01 11-22-33-44-66-FF precedence 170

permit 11-22-33-44-67-01 11-22-33-44-67-01 precedence 180

rfs7000-37FABE(config-assoc-acl-test)#

Related Commands:

<STARTING-MAC>

To add a single device, enter its MAC address in the <STARTING-MAC> parameter.

precedence <1-1000>

Specifies a rule precedence. Rules are applied in an increasing order of precedence.

<1-1000> – Specify a value from 1 - 1000.

permit

Adds a single device or a set of devices to the permit list
To add a set of devices, provide the MAC address range.

<STARTING-MAC>

Specify the first MAC address of the range.

<ENDING-MAC>

Specify the last MAC address of the range.

precedence <1-1000>

Specifies a rule precedence. Rules are applied in an increasing order of precedence.

<1-1000> – Specify a value from 1 - 1000.

no

Removes a permit rule based on its precedence

Advertising