What is BGP Address Summarization/Route Aggregation (RA)?
BGP Address summarization/Route Aggregation (RA), is a method to minimize the size of the routing table by announcing the whole address block received from a peer router.
What are the benefits of BGP Address summarization/Route Aggregation (RA)?
What are the two techniques for BGP summarization or Route Aggregation (RA)?
There are two techniques for BGP summarization: static and dynamic.
router bgp 65100
network X.X.X.X mask X.X.X.X
aggregate-address X.X.X.X X.X.X.X summary-only
What happens when an aggregate route is created?
When an aggregate route is created, a new network prefix with a shorter prefix length is advertised into BGP.
What are some considerations when using BGP Address summarization?
When using BGP Address summarization, it’s important to consider the following: