Many advanced ACL features are implemented per ACL rule, according to parameters that you specify.
Note
Some advanced features also require global configuration.
Keyword |
Description |
L2 standard ACL |
L2 extended ACL |
Notes |
---|---|---|---|---|
copy-sflow |
sFlow monitoring |
P/D/H; I |
P/D/H; I |
|
count |
Counter statistics |
P/D/H; I/O |
P/D/H; I/O |
|
drop-precedence-force |
Re-marking drop-precedence |
NA |
P; I |
Supported only under default, vxlan-visibility, or border-routing TCAM profiles. |
log |
Logging |
P/D/H; I |
P/D/H; I |
|
mirror |
Mirroring |
NA |
P/D/H; I |
Effective only in ACLs applied to physical interfaces. |
pcp |
802.1p filtering |
NA |
P/D/H; I/O |
|
pcp-force |
802.1p re-marking |
NA |
P; I |
|
vlan-tag-format |
Filtering by untagged, single-tagged, or double-tagged VLAN type |
NA |
P/D/H; I/O |
The vlan-tag-format keyword is supported on the SLX-9540/9640 in the Layer2-Ratelimit profile only. Also, when multi-tagged packets are sent (packets with more than 2 tags) the rule written for vlan-tag-format double-tagged is matched; DNX BCM HW assumes the multi-tag packet to be double-tagged. The vlan-tag-format keyword is not supported on the SLX- 9150/9250. |
device(config)# mac access-list extended mac1 device(conf-macl-ext)# seq 10 permit host 0000.1324.3333 any count log mirror copy-sflow device(conf-macl-ext)# seq 20 deny host 0000.1357.4444 any count log mirror copy-sflow