Hi @Marek G ,
Yes, agree with Garth. It's recommended to use the IP address range boundary type rather than IP subnet type. As IP address range boundary type is more flexible and easier to use, just specify the Starting IP address and Ending IP address for the range. The range can include part of an IP subnet or multiple IP subnets. Use an IP address range boundary type to support a supernet.
For example, we can use below command creates a new IP range site boundary that has the name IPRangeBoundary01 and a value of 255.0.255.X-255.0.255.Y.
New-CMBoundary -DisplayName "IPRangeBoundary01" -BoundaryType IPRange -Value "255.0.255.X-255.0.255.Y"
Refer to: New-CMBoundary
Thanks for your time. Have a nice day!
Best regards,
Simon
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.