I need to create a group containing all devices in a particular conutry. I need to do this based on IP address.
I need to be able to filter out other countries however this is proving difficult, since these is no option for 'does not start with'
I tried using 'is not' and just putting the begining of the IP, such as 10.64. but this does not work, it still finds anything in the 10.64.0.0/16 subnet.
Anyone know a way around this? It would be very helpfull if one of the dynamic query filters was 'does not start with'