cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1472
Views
4
Helpful
2
Replies

BGP aggregate address and redistribute commands

Kashish_Patel
Level 2
Level 2

We have "aggregate address" as well as "redistribute ospf" commands configured under "router bgp". This is how I understand these statements:

First, route will be redistributed from ospf to bgp and while advertising out to the other BGP neighbor, that route will be summarized if it's already being covered by aggregate address statement. Is this correct?

Thanks.

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

Hi,

redistribute OSPF gets the OSPF routes into the BGP table and then aggregate address summarizes some routes that are in the BGP table( but not necessarily encompassing the redistributed routes) and advertises the summary and the component routes by default as well as other prefixes.

Regards.

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

Thanks Cadet. This helps.