CALCULATE / AGGREGATE0BPS / MODULE

IPV4 SUPERNET

Aggregate multiple IPv4 CIDRs into the smallest exact set and inspect the single supernet that contains them all. All prefix math stays in this browser.

ROUTE AGGREGATION PLANNERLOCAL
EXAMPLES
VALID INPUTSCanonical CIDRs
EXACT BLOCKSMinimal exact aggregation
CONTAINING SUPERNETSingle covering CIDR
EXTRA ADDRESSESCovered only by containing supernet

Exact aggregation never adds addresses. The single containing supernet can be broader than the input set when gaps exist between networks.

REFERENCE / FAQ

COMMON QUESTIONS

What is the difference between exact aggregation and a containing supernet?

Exact aggregation merges only CIDRs that can be combined without adding addresses. The containing supernet is one CIDR that covers every input network and may also cover extra addresses between them.

Does the planner modify or probe the networks?

No. It performs deterministic IPv4 prefix arithmetic locally in your browser and does not test reachability or routing.

How many CIDRs can I enter?

The interface accepts up to 64 non-empty IPv4 CIDR lines per calculation to keep the browser interaction bounded and easy to review.

EXACT AGGREGATION

Only sibling CIDRs that can be merged without covering extra addresses are collapsed into the exact output set.

CONTAINING SUPERNET

The single containing supernet is useful for planning, but it can include addresses that were not present in the input list.

PRACTICAL / EXAMPLES

PUT THE NUMBER IN CONTEXT.

Short examples using the same units and assumptions as this module.

10.0.0.0/25 + 10.0.0.128/25

Two sibling /25 networks aggregate exactly to 10.0.0.0/24.

10.0.0.0/24 + 10.0.2.0/24

The smallest single containing supernet is broader than the exact input set because 10.0.1.0/24 lies between them.