A
CCESS
C
ONTROL
L
IST
C
OMMANDS
3-179
show ip access-group
Use this command to show the ports assigned to IP ACLs.
Command Mode
Privileged Exec
Example
Related Commands
ip access-group (3-179)
show ip access-list
Use this command to display the rules for configured IP ACLs.
Syntax
show ip access-list {standard | extended} [acl_name]
• standard – Specifies a standard IP ACL.
• extended – Specifies an extended IP ACL.
• acl_name – Name of the ACL. (Maximum length: 16 characters)
Command Mode
Privileged Exec
Example
Related Commands
permit, deny 3-175
ip access-group (3-179)
Console#show ip access-group
Interface ethernet 1/25
IP standard access-list david
Console#
Console#show ip access-list standard
IP standard access-list david:
permit host 10.1.1.21
permit 168.92.0.0 0.0.15.255
Console#