Cisco: find all interfaces with an access-list applied:
I currently use the following command (see below), but it displays all interfaces, even if they are not using an access list or if they are down. I’m looking for a command that will display only the interfaces that have access-list applied and not include any interfaces that don’t have access-list applied.
Current command I use:
show ip interface | i line|list
It takes a long time to sort through; I need a command that is more precise.
Thank you,