
BGP Route Summarization
how route summarization works with BGP and some of the design considerations with summarization.
Summarizing prefixes conserves router resources and accelerates best-path calculation by reducing the size of the table. Summarization also provides the benefit of stability by hiding route flaps from downstream routers, thereby reducing routing churn.
Summarizing Prefixes
There are two techniques for BGP summarization:
- Static – Create a static route to Null0 for the summary network prefix and then advertise the prefix with a network statement. The downfall of this technique is that the summary route is always advertised, even if the networks are not available.
- Dynamic – Configure an aggregation network prefix. When viable component routes that match the aggregate network prefix enter the BGP table, then the aggregate prefix is created. The originating router sets the next hop to Null0 as a discard route for the aggregated prefix for loop prevention.
Aggregate Address
Dynamic route summarization is accomplished with the BGP address family configuration command aggregate-address network subnet-mask [summary–only] [as–set].
Example 11-15 Configuring BGP Route Aggregation
Atomic Aggregate
Aggregated routes act like new BGP routes with a shorter prefix length. When a BGP router summarizes a route, it does not advertise the AS_Path information from before the aggregation. BGP path attributes like AS_Path, MED, and BGP communities are not included in the new BGP advertisement.
Atomic Aggregate
Example 11-23 Examining the BGP Attribute for the Atomic Aggregate Attribute
Route Aggregation with AS_SET
To keep the BGP path information history, the optional as-set keyword may be used with the aggregate-address command. As the router generates the aggregate route, BGP attributes from the component aggregate routes are copied over to it. Example 11-24 Configuring Aggregation While Preserving BGP Attributes Other useful information:
- Full ENCOR Course
- CCNP Enterprise Certificate Information
- 350-401 ENCOR Exam Questions and Solutions
- 350-401 ENCOR Exam Topics