Customizing dash board to display specific nodes and interfaces.
If I want to display traffic for a particular INTERFACE on a switch I just simply do InterfaceID = 1200 for example
What would be the equivalent syntacs if I want to display accumlated traffic for a particular node(switch)?. There does not appear to be a top XX traffic for nodes as there is for interfaces. If I do a NodeID = 74 for example I receive an error saying that the custom SQL query is incorrectly formatted.
Thanks