Technical data

Table Of Contents
Converged Enhanced Ethernet Command Reference 143
53-1002508-01
seq (standard MAC ACLs)
2
seq (standard MAC ACLs)
Inserts a rule anywhere in the MAC ACL.
Synopsis seq value {deny | permit} {any | host MAC _ACL| MAC_ACL} [count]
no seq value
Operands value Specifies the sequence number for the rule. The range of valid values is from
0 through 65535.
permit Specifies rules to permit traffic.
deny Specifies rules to deny traffic.
any Specifies any source MAC address.
host MAC_ACL Specifies the host-specific source MAC address for which to set permit or
deny conditions. Use the format HHHH.HHHH.HHHH.
MAC_ACL Specifies any source MAC address for which to set permit or deny conditions.
Use the format HHHH.HHHH.HHHH.
count Enables the counting of the packets matching the rule.
Defaults By default, no MAC ACLs are configured.
Command
Modes
Feature Access Control List configuration mode
Description Use this command to configure rules to match and permit or drop traffic based on source and
destination MAC address and protocol type. You can also enable counters for a specific rule. There
are 255 ACL counters supported per port group. Use the no seq value command to remove a rule
from the MAC ACL.
Usage
Guidelines
None
Examples To create a rule in a standard MAC ACL to permit or to drop traffic from the source MAC address
0022.3333.4444 and to enable the counting of packets:
switch(conf-macl-std)#seq 100 deny 0022.3333.4444 count
switch(conf-macl-std)#seq 1000 permit 0022.3333.4444 count
To delete a filter rule in a standard MAC ACL:
switch(conf-macl-std)#no seq 100
See Also deny (standard ACLs), permit (standard ACLs), resequence access-list mac