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.
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
.
.
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
.
.
07-27-2009 10:31 AM
Thank you so much. This is what I needed
Chandru
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide