Switch Management Guide

A
CCESS
C
ONTROL
L
IST
C
OMMANDS
24-14
show access-list ip mask-precedence
This command shows the ingress or egress rule masks for IP ACLs.
Syntax
show access-list ip mask-precedence [in | out]
in – Ingress mask precedence for ingress ACLs.
out – Egress mask precedence for egress ACLs.
Command Mode
Privileged Exec
Example
Related Commands
mask (IP ACL) (24-9)
ip access-group
This command binds a port to an IP ACL. Use the no form to remove the
port.
Syntax
[no] ip access-group acl_name in
acl_name – Name of the ACL. (Maximum length: 16 characters)
in – Indicates that this list applies to ingress packets.
Default Setting
None
Command Mode
Interface Configuration (Ethernet)
Console#show access-list ip mask-precedence
IP ingress mask ACL:
mask host any
mask 255.255.255.0 any
Console#