If I create a scheduled sonar discovery job with multiple /24 networks does it scan all of those networks simultaneously or one after the other?
Have a look to see what you've configured in the IPAM Settings section. In there you can configure the "Max number of Simultaneous Scans:". Mine is set to 2.
If you're scanning heaps of ranges at the same time, it will put extra load on the server.
Thanks!
I have found that if you list the subnets out separately you will get a better result. Example: 10.10.0.0 - 10.10.0.255
For me this works better than: 10.10.0.0 - 10.10.255.255
I have setup scans using both means and the latter would miss too many nodes.