Merge multiple CIDR ranges into minimal supernets — optimize firewall rules and routing tables
192.168.1.0/24, 10.0.0.0/16CIDR aggregation (also called supernetting or route summarization) merges multiple smaller CIDR blocks into fewer larger ones. This reduces routing table size and simplifies firewall rules without changing the covered IP range.
No. All CIDR computation happens entirely in your browser using pure JavaScript. No data is ever sent to any server.
Two CIDR ranges are adjacent when the end of one range plus one equals the start of another (e.g., 192.168.1.0/24 ends at 192.168.1.255, and 192.168.2.0/24 starts at 192.168.2.0). The aggregator merges adjacent ranges to produce the most compact representation possible.