Hello everyone, wondering if someone's been able to trigger when looking for empty extended ACL's. I've tried doing using a config block start/stop of "ip access-list extended" but not sure what to use for the string match that would look for empty space.
I would like to find ACL-1, empty ACL's that can be deleted from switches.
ip access-list extended ACL-1
ip access-list extended ACL-2
ip access-list extended ACL-3
permit 1
permit 2
ip access-list extended ACL-4
Thank you in advance for any help.