Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Good afternoon,I currently have a farm of ASA Firewalls (20 Device), and I need to perform the following tasks via CLI:1st Be able to list all access lists with a counter of 0 that are not being used.2nd From that filtered list with all those access ...
To achieve your objectives, I recommend the following approach based on your requirements:1. **List all access lists with a hit counter of 0**:While the command `show access-list | include access.*hitcnt=0` gives you a granular output, it's not ideal...