Comments
-
Now is there a way to filter base on subnet? IP_Address = '10.32.0.0/11' <--- which doesn't work
-
Did you find a way to do this? I am trying to create a view on the Orion Web Page for a filter of all nodes with 10.32.0.0/11 and I even tried the range command which didn't seem to work if more then a class C is involved.
-
I figured it out IP_Address >= '10.0.0.0' AND IP_Address <= '10.1.255.255' BAM! Solved