Comments
-
No dice, same output. I tried both the FQDN and part of the node name with "*" trailing.
-
I tried NodesData.Caption <> 'switch fqdn' and received Custom SQL filter is incorrectly formatted. Prior to this post I've tired Node.SysObjectID <> 3 Node.OrionID <> 3 with the same outcome as the above in red
-
Your syntax shows the interfaces defined, I'm trying to filter out specific interfaces and show the rest.
-
Thanks for the reply but I already looked through the examples in your link. I'm able to follow the examples but those let you filter for specific results. I'm trying to filter out specific interfaces and show the rest.
-
The following did the trick: sysname like not 'switch name' and sysname like not 'switch name' This excludes the interfaces from the 2 defined nodes while displaying all other interfaces.