Supernet & Route Summarisation¶
Both tools are in the Tool Drawer — click the toolbar button on the IPv4 tab.
Enter one CIDR per line, then choose an action.
Find Supernet¶
Returns the smallest single CIDR block that contains all of the listed CIDRs.
Example:
The supernet may include address space not in any of the inputs.
Summarise Routes¶
Returns the minimal set of non-overlapping CIDRs that exactly covers the listed networks — no more, no less.
Example:
Useful for building an optimised routing table from an arbitrary set of prefixes.
REST API¶
Supernet calculation and route summarisation are available via POST /api/v1/supernet.