Show ip access-group, Map access-list ip, Show ip access-group -120 map access-list ip -120 – SMC Networks SMC Tiger 10/100 SMC6128L2 User Manual

Page 420

Advertising
background image

C

OMMAND

L

INE

I

NTERFACE

4-120

• 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.

• You must configure a mask for an ACL rule before you can bind it to

a port.

Example

Related Commands

show ip access-list (4-118)

show ip access-group

This command shows the ports assigned to IP ACLs.

Command Mode

Privileged Exec

Example

Related Commands

ip access-group (4-119)

map access-list ip

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 ip acl_name cos cos-value

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

Console(config)#int eth 1/25
Console(config-if)#ip access-group standard david in
Console(config-if)#

Console#show ip access-group
Interface ethernet 1/25
IP standard access-list david
Console#

Advertising