Check whether candidates (B) are inside containers (A), showing partial coverage and gaps if applicable.
The CIDR Contains checker determines whether all addresses in a candidate range exist within at least one container range. It provides nuanced status reporting beyond simple yes/no answers.
Containment Statuses:
Example - Full Containment:
Example - Partial Containment:
Example - Outside:
Merge Containers Option:
When enabled, overlapping container ranges are first consolidated before checking. This prevents false negatives when a candidate is covered by multiple overlapping containers.
Strict Equality Mode:
When enabled, only exact matches between candidate and container are considered valid. Useful for verifying that assigned blocks precisely match allocated blocks without any subset relationships.