cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
427
Views
0
Helpful
2
Replies

how to list only the access-lists names and not the ACE

csaravanan
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

handsy
Level 1
Level 1

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

.

.

View solution in original post

2 Replies 2

handsy
Level 1
Level 1

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

.

.

Thank you so much. This is what I needed

Chandru

Review Cisco Networking products for a $25 gift card