Seq (standard mac acls) – Dell POWEREDGE M1000E User Manual

Page 170

Advertising
background image

154

Dell Converged Enhanced Ethernet Command Reference

53-1002115-01

seq (standard MAC ACLs)

10

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
0-65535.

permit or deny

Specifies rules to permit or deny traffic.

any

Specifies any source MAC address.

host MAC_ACL Specifies the source host MAC address for which to set permit or deny

conditions. Use the format HHHH.HHHH.HHHH.

MAC_ACL

Specifies the source host 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

There are no usage guidelines for this command.

Example

To create a rule in a MAC standard 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 MAC standard ACL:

switch(conf-macl-std)#no seq 100

See Also

deny, permit, resequence

Advertising