- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2009 06:02 PM - edited 03-11-2019 08:58 AM
Hi,
I need to know what are the access-lists which are present in the ASA.
Show access-list gives all the access-list names access-list entries.
My acccess-list entries are long so It is hard to look for access-list which contains only two or one entries on them.
Please let me know a solution,either CLI or in ASDM
Thanks,
Chandru
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2009 04:22 AM
show access-list | include elements
That command gives you an output that shows you how many elements (ACE) there are in every ACL on the ASA.
eg.
.
.
access-list inside_nat0_outbound; 176 elements
access-list corporate_in; 10 elements
access-list internet_in; 7 elements
.
.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2009 04:22 AM
show access-list | include elements
That command gives you an output that shows you how many elements (ACE) there are in every ACL on the ASA.
eg.
.
.
access-list inside_nat0_outbound; 176 elements
access-list corporate_in; 10 elements
access-list internet_in; 7 elements
.
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2009 10:31 AM
Thank you so much. This is what I needed
Chandru
