Device Groups

Hello,

I have a problem when I want to create a Dynamic Device Group. I want to add devices from two different IP ranges. When I create the rule from the below picture it’s doesn’t work. If I split the rule in two rules with two different device groups it works. But it’s more practice and easy to have only one group.

I believe that “less” or “greater” only work with numbers the SQL-engine can actually count up or down. I think because of the notation of the IPv4-addresses with multiple dots they are stored as strings, so less or greater will not work.

You could try something like:

[ipv4_addresses.ipv4_address] [in] [10.10.92.13,10.10.92.14,10.10.92.15]

etc.