Greetings,
How do use alternation when I use regex in Parser Configuration?
I want to find all standard and extendend ACLs:
regexe$acl]:^ip access-list extended|standard (\S+)
The below command works, but I am trying to get it to work with regex:
ip access-list $_dummy(extended|standard) $acl
Cheers
Dave