Show mac access-group, Map access-list mac – LevelOne GSW-2692 User Manual

Page 278

Advertising
background image

Command Line Interface

4-100

4

Command Usage

• A port can only be bound to one ACL.
• If a port is already bound to an ACL and you bind it to a different ACL, the

switch will replace the old binding with the new one.

Example

Related Commands

show mac access-list (4-99)

show mac access-group

This command shows the ports assigned to MAC ACLs.

Command Mode

Privileged Exec

Example

Related Commands

mac access-group (4-99)

map access-list mac

This command sets the output queue for packets matching an ACL rule. The
specified CoS value is only used to map the matching packet to an output queue; it
is not written to the packet itself. Use the no form to remove the CoS mapping.

Syntax

[no] map access-list mac acl_name cos cos-value

acl_name – Name of the ACL. (Maximum length: 16 characters)
cos-value – CoS value. (Range: 0-7)

Default Setting

None

Console(config)#interface ethernet 1/25
Console(config-if)#mac access-group jerry in
Console(config-if)#

Console#show mac access-group
Interface ethernet 1/1
MAC access-list jerry in
.

.

.
Interface ethernet 1/26
MAC access-list jerry in
Console#

Advertising