Hello, you are using an old browser that's unsafe and no longer supported. Please consider updating your browser to a newer version, or downloading a modern browser.

Global Accelerated Learning • Est. 1999
Glossary Term Route Summarization

Training Camp • Cybersecurity Glossary

What is Route Summarization?

Combining contiguous subnets into one route advertisement to shrink routing tables, speed convergence, and reduce CPU and memory load.

Glossary > Network Security > Route Summarization

Understanding Route Summarization

Route summarization is the networking technique of consolidating multiple contiguous subnets into a single, less specific route advertisement. Also called route aggregation or supernetting, it reduces the number of entries in routing tables, lowering memory and CPU demands on routers and improving overall network scalability and performance.

The mechanism works by identifying the common high-order bits shared across a block of contiguous networks and advertising a single prefix covering them all. For example, the networks 192.168.0.0/24 through 192.168.3.0/24 share the same first 22 bits and can be summarized as 192.168.0.0/22. Routing protocols such as OSPF (at area boundaries), EIGRP, and BGP support summarization, and proper IP address planning with contiguous blocks is essential for it to work cleanly.

Summarization matters for stability and resilience. Smaller routing tables mean faster lookups and quicker convergence after a topology change. Critically, it contains instability: if a single summarized subnet flaps up and down, the summary route stays stable, so the flapping is not propagated across the network, sparing distant routers from constant recalculation. This isolation hardens the routing infrastructure against localized failures and limits the blast radius of misconfigurations.

For example, a regional office advertising 16 separate /24 networks to the corporate core could instead summarize them into one /20 announcement. The core routers store a single entry rather than 16, and when an individual /24 inside the office briefly goes offline, the summary remains advertised, preventing route churn from rippling back through the WAN to headquarters.

Learn More About Route Summarization:

Ready to Get Certified?

Turn knowledge into credentials with our instructor-led cybersecurity boot camps.

View All Courses →