Command Line Interface
7051553-KDU 137 365 Uen D 2006-06-16
7.8.7 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) (section 7.8.6 on page 699)
7.8.8 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 | out}
• acl_name – Name of the ACL. (Maximum length: 16 characters)
• in – Indicates that this list applies to ingress packets.
• out – Indicates that this list applies to egress packets.
Console#show access-list ip mask-precedence
IP ingress mask ACL:
mask host any
mask 255.255.255.0 any
Console#