Merge networks with accurate binary boundary checks. View summarized routes, ranges, masks, and totals instantly. Plan cleaner routing tables with reliable subnet aggregation insights.
Enter at least two IPv4 CIDR blocks. This page summarizes them into the smallest possible supernet that covers every listed network.
| Input Networks | Summarized Result | Coverage Note |
|---|---|---|
| 192.168.0.0/24, 192.168.1.0/24 | 192.168.0.0/23 | Exact aggregation with no gaps |
| 10.0.0.0/24, 10.0.1.0/24, 10.0.2.0/24, 10.0.3.0/24 | 10.0.0.0/22 | Four equal blocks collapse into one route |
| 172.16.0.0/24, 172.16.2.0/24 | 172.16.0.0/22 | Supernet contains unused address space between inputs |
The calculator finds the smallest supernet by comparing the lowest network address and the highest broadcast address across all valid input blocks.
1. Network address: Network = IP AND subnet mask
2. Broadcast address: Broadcast = Network OR wildcard mask
3. Supernet prefix: Count the common leading bits shared by the lowest network and highest broadcast boundaries.
4. Supernet network: Supernet network = Lowest boundary AND supernet mask
5. Supernet size: Total addresses = 2^(32 − supernet prefix)
6. Coverage: Coverage % = (Union of input addresses ÷ Supernet addresses) × 100
7. Route reduction: Reduced routes = Number of input blocks − 1
It combines multiple IPv4 CIDR blocks into the smallest summarized route that still covers every listed network. This helps reduce routing table entries and simplifies address planning.
No. This version is focused on IPv4 supernetting only. It validates dotted-decimal IPv4 addresses with CIDR prefixes from /0 through /32.
A summary route is based on common leading bits, not exact occupancy. When input ranges are not fully contiguous, the smallest supernet may still cover gaps between them.
Exact aggregation means the summarized supernet is filled completely by the union of your input networks, with no gaps left inside the final address range.
Strict alignment rejects entries where host bits are set. For example, 192.168.1.5/24 is not a proper network address for that prefix, so it must be normalized or corrected.
It is the difference between the retained input block count and one summarized route. If four blocks become one supernet, the route reduction equals three.
Yes. The calculator can process overlapping ranges and reports overlap addresses separately. This helps you spot duplicated or nested routing information before deployment.
It is useful during route summarization, WAN design, MPLS planning, ACL optimization, BGP table cleanup, classroom subnetting practice, and documentation of grouped address pools.
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.