In this post, we will continue to introduce BGP path properties.
![]()
Route summarization is a basic feature supported by many dynamic routing protocols, including BGP. Route summarization brings some problems while reducing the number of routes in routing tables. For example, specific routes are suppressed after being summarized into a single summary route. The summary route loses the path attributes of the specific routes, including the most important AS_Path attribute. The AS_Path attribute is important for BGP loop prevention. To solve this problem, BGP defines two-path attributes for a summary route: Atomic_Aggregate and Aggregator. The two attributes inform downstream BGP routers that this is a summary route and where the summary route is originated (involving the originating AS and originating router of the summary route).
R4#display bgp routing-table 172.16.0.0
BGP local router ID : 4.4.4.4
Local AS number : 400
Paths: 1 available, 1 best, 1 select
BGP routing table entry information of 172.16.0.0/16:
From: 10.1.34.3 (3.3.3.3)
Route Duration: 00h00m21s
Direct Out-interface: GigabitEthernet0/0/0
Original nexthop: 10.1.34.3
Qos information : 0x0
AS-path 300, origin igp, pref-val 0, valid, external, best, select,
active, pre 255
Aggregator: AS 300, Aggregator ID 3.3.3.3, Atomic-aggregate
Not advertised to any peer yet
The
following shows the location of the two path attributes in an Update packet:
![]()
Authorized by author zhushigeng (Vinsoney)

