cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
372
Views
0
Helpful
1
Replies

BGP aggregation

The_guroo_2
Level 2
Level 2

Guys i have two subnets as under and i want to aggregate them in BGP but dont know what

would be the aggregation address if someone plz help me out....secondly i have to put ip prefix list as well for these networks so what would be that like le 32 etc

192.68.72.160 /27

192.68.72.32 /28

Thanks guys

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Khan,

you need to write down in binary the last byte and you need to find out the last matching bit in base addresses

160 = 128 +32  ->  1010 0000

32                         0010 0000

the only possible aggregate that covers both IP prefixes but also other possible prefixes is:

192.168.72.0/24   because first bit of 4th byte is different in the two base addresses

this is called a non exclusive summary route

in BGP you can use

router bgp xx

aggregate-address 192.168.72.0 mask 255.255.255.0

if this is not acceptable for you, you should advertise the IP single subnets

Hope to help

Giuseppe

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card