Ad space (banner)
📡Networking Lessons
Lesson 33 / 39

Checking Access Lists with show access-lists

When you want to review the access lists you've created, use show access-lists. It lists the rules of every ACL configured on the device.

The syntax is show access-lists, in privileged EXEC mode.

Running show access-lists shows each ACL's permit/deny rules by number, together with how many times each rule has matched (its hit count).

A common stumble is repeatedly editing configuration when an ACL misbehaves without ever checking the current rules with this command. Look at the current state first.

In real work, when you suspect an ACL is silently dropping someone's traffic, this is the first command you reach for.

Networking
Try it (type this into the pseudo terminal)
show access-lists

🧑‍💻 You can type this command into the Networking pseudo terminal to try it yourself (this page itself has no interactive terminal).

Ad space (banner)
Ad space (in-article)