Automatic groups and subnet addressing

(imported topic written by t4l0r91)

I have been looking for a reference on how to enter a subnet range. If I have a range of addrsses 10.20.2.0-10.20.5.255. How is this entered in the subnet address of the autogroup?

10.20.2.0-10.20.4.255

10.20.2.0/22

10.20.2.0/255.255.252.0

Thanks.

(imported comment written by NoahSalzman)

Try this relevance for your autogroup:

cidr string of ip interfaces of network = “10.20.2.0/22” as string

(imported comment written by Shlomi91)

Hi Noah,

how can i exclude 127.0.0.1/8 from the list? (it gives me “Singular expression refers to non-unique object” in QnA…)

or, to take it a step further: can i query only the ethernet interface (exclude modem / wireless / vpn miniport, etc.)

thanks,

Shlomi

(imported comment written by kespoor91)

I too an interested in how to exclude 127.0.0./8 from the list b/c my QnA also gives the "Singular expression refers to a non-unique object)

(imported comment written by BenKus)

Here are some other queries to help answer these questions:

cidr strings whose (it != “127.0.0.0/8”) of ip interfaces of network
cidr strings of ip interfaces whose (loopback of it = false) of network
cidr strings whose (it = “10.20.2.0/22”) of ip interfaces of network

Ben