How do I: Define a rule for an IP Range?

Setting up a dynamic rule to create a group of devices. Can’t figure out how to set the dynamic rule to an ip range. I have tried a handful of different attempts. Help please?

Not sure there is any specific IP range awareness, so you’re left with string manipulation - here’s a couple of examples I use in production to get you started:

10.41.0.0 - 10.41.1.255:

10.41.1.220 - 10.41.1.249:

Other approaches/fields depending how you name things:

If you need any help with a specific range, let us know and we’ll see what we can magic up.

Thank you, I think that will get me there, I was hoping for something like

ipv4_addresses.ipv4_network equals 10.44.1.0/24

That didn’t work though, but with your example I can see a different way to go about it. Thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.