Aggregate subnets, ranges, and IP lists into routes. Catch overlaps and gaps with confidence. Share clean summaries with your team fast.
| Input | Type | Normalized Start | Normalized End |
|---|---|---|---|
| 10.10.0.0/24 | CIDR | 10.10.0.0 | 10.10.0.255 |
| 10.10.1.0/24 | CIDR | 10.10.1.0 | 10.10.1.255 |
| 192.168.5.10-192.168.5.25 | Range | 192.168.5.10 | 192.168.5.25 |
It combines many networks into fewer, larger CIDR routes. The goal is fewer entries while still covering the same IP addresses.
Yes. Overlapping CIDRs or ranges are merged into a single union span before summarization, so duplicates never inflate totals.
Adjacencies are merged too. If one range ends exactly where the next begins, the tool treats them as continuous coverage.
Not always. If your inputs contain gaps, the union becomes multiple spans. Each span is summarized separately into minimal CIDRs.
Summarizing across gaps would include addresses you did not specify. That can create unintended routing, filtering, or audit issues.
Netmask sets the first prefix bits to one. Wildcard is the host mask, equal to 2^(32-prefix) minus one, shown in dotted form.
This version focuses on IPv4 because IPv6 summarization needs 128-bit arithmetic. You can still summarize IPv4-only datasets here.
Compare the merged spans with expected coverage, then validate the CIDR list on a router, firewall, or an offline subnet worksheet.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.