show access-list

Syntax

show access-list

Description

Lists a summary table of the name, type, and application status of all ACLs (IPv4 and IPv6) configured on the switch.

Example output

Switch(config)# show access-list

Access Control Lists

 Type  Appl Name
 ----- ---- ------------------------
 ext   yes 101 1
 std   yes 55 2
 ext   yes Marketing 3
 ipv6  no  Accounting
 ipv6  no  List-01-Inbound
 ipv6  yes List-02-Outbound
 ipv6  yes Test-1
      

1 IPv4 extended ACL “101”

2 IPv4 standard ACL “55”

3 IPv4 extended named ACL "Marketing"

Term

Meaning

Type

Shows whether the listed ACL is an IPv6 (ipv6) ACL or one of two IPv4 ACL types:
  • std

    (Standard; source-address only)

  • ext

    (Extended; protocol, source, and destination data)

Appl

Shows whether the listed ACL has been applied to an interface (yes/no).

Name

Shows the identifier assigned to each ACL configured in the switch.