10-07-2006 02:29 AM - edited 03-03-2019 02:16 PM
Hello,
Can anybody tell me the equation you use to calculate how many ibgp sessions you need to create a full mess ( with x amount of bgp peers)
Thanks for your help!
Solved! Go to Solution.
10-07-2006 03:21 AM
n*(n-1)/2
where n is the number of nodes running BGP
Since this would sometimes result in a large number of IBGP sessions you can implement RR(route reflectors) and confederations.
HTH
Narayan
10-07-2006 03:21 AM
n*(n-1)/2
where n is the number of nodes running BGP
Since this would sometimes result in a large number of IBGP sessions you can implement RR(route reflectors) and confederations.
HTH
Narayan
10-07-2006 06:03 AM
That's it...couldn't find it, thanks
10-07-2006 04:28 AM
if you have X amount of BGP Peers then you will have X(X-1)/2 session in your AS
regards
Devang
10-09-2006 10:32 AM
The [n(n-1)]/2 is a good general calculation for full mesh. Used to be used a lot before in Frame-Relay when calculating the number of PVC's needed for full mesh.
Just my additional $.02.
-lloyd
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide