Collapsing many specific routes into one supernet. Same math, two exam words: summarization inside an AS (OSPF/EIGRP/RIP), aggregation between ASes (BGP).
- The summary route points at Null0 — a local loop-prevention anchor so specific routes don’t recurse into a blackhole loop.
- Benefits: smaller tables, less update traffic, faster convergence, hidden internal detail.
- BGP extras:
summary-onlysuppresses specifics;as-setpreserves loop prevention; see the blackhole trap in the BGP note. - OSPF placement matters:
area rangeon the ABR (inter-area),summary-addresson the ASBR (external).