Hello All,
I am trying to create a regex that looks for 'deny any' at the end of each ACL.
Currently, I am performing the below which seems to work for the sample of results I have gathered. Does anyone have any better recommend on how to this rule can be created in NCM?
Pattern 'deny any' OR 'deny ip any any' for a config block that starts with 'ip access-list' and ends with '(!|ip access-list)'
Thanks