Is there anyway to filter on multiple excludes / includes.
As an example I have ACL logging enabled and I am trying to filter the log to exclude on certain ports, so as an example of some of the things I have tried that don't work are:
show log | exclude 137,139,138,14128,1512
show log | exclude (137)(139)(138)(14128)(1512)
show log | exclude (137),(139),(138),(14128),(1512)
show log | exclude 137 | exclude 138
Thanks in advance.