MID Server Auto-Assign IP Ranges does not populate IP Range Assignment records after initial ScanIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> MID Server Auto-Assign IP Ranges doesn't populate IP Range Assignment records after initial Scan Issue Auto-Assign IP Range is a new feature introduced in Jakarta to automatically discover available IP Ranges for a MID server. However, people may find this functionality works for the 1st time but in later scans it cannot populate records in IP Range Assignment tab. Cause When Auto Assignment Discovery runs, it will first discovery all the subnets. The discovered subnets can be seen in the Identified Subnets tab in a Automation Status Set record. Then it checks which subnets are not part of MID server IP ranges. MID server IP ranges can be seen in the IP Ranges tab in a MID server record. For the subnets which are not part of MID server IP ranges, they appear in AutoConfig Queue tab in a Automation Status Set record. And Discovery only tries for those subnets. If the MID server can reach any host in the subnet, Discovery marks this subnet as reachable subnet and assign it to MID server IP Ranges. If no host in the subnet is reachable then Discovery marks the subnet as unreachable subnet and not assign it to MID Server IP Ranges. Solution This is an expected result by design. The algorithm works in a way that if any identified subnet is part of MID server IP Ranges, it is not tried by Auto Assignment again.