Closed davama closed 8 years ago
Hi Dave,
Currently the exclude parameter only takes one argument. However you should be able to do this:
- match:
string: '^snmp-server'
exclude: '^snmp-server community public|^snmp-server community <redacted>'
Please let me know if that works for you!
Regards Patrick
That works perfectly.
Like i said we really like this software and how simple it is. Might not be the last you hear from us. :D
Thank you, Dave
Hello, This is a very neat software. Still learning how to use it. Thank you.
We were wondering if it is possible to do multiple excludes withing a "match" block:
Currently the above would apply the last exclude which contains the "redacted" line.
Thanks Dave