Skip to main content

Questions tagged [ebgp]

2 votes
1 answer
275 views

This is how my topo will look end of the day. eBGP peer between Edge <---> ISP eBGP peer between Edge <---> Border-Leaf (I am using 65355 to peer eBGP with Edge ) Inside EVPN/VXLAN ...
Satish's user avatar
  • 4,469
-1 votes
1 answer
252 views

The standard answer I am seeing for how eBGP avoids routing loops is that eBGP routers of an AS will check each AS_PATH that is advertised to them and will discard the path if it contains their own AS ...
Tristan's user avatar
0 votes
0 answers
326 views

Perhaps the question should be "Is SHA authentication available for the Cisco implementation of BGP" but just in case the limitation is somehow at the protocol level, I kept it general. The ...
Mountain Scott's user avatar
1 vote
2 answers
2k views

as the title says, I am working with a rather simple topology: R1<--eBGP-->R2<--iBGP-->R3 R1 has an eBGP neighborship with R2. I recently added an iBGP session between R2 and R3 (both are ...
V Dp's user avatar
  • 21
0 votes
1 answer
381 views

In a course about networks in my university, we learnt about how in BGP routes, each AS chooses a single route to each IP prefix (though you may have multiple iBGP routes). Meaning that in the ...
snatchysquid's user avatar
0 votes
2 answers
2k views

I find AS1221 is both the upstream and the peer of AS13445 from ipinfo.io/AS13445. However, as far as I know, there is no upstream or downstream relationship when talking about peering. Is anything ...
wyb's user avatar
  • 9
-1 votes
2 answers
521 views

I am, admittedly, rather lacking in networking knowledge. However, I managed to learn quite a lot of server and development skills through trial & error and by asking various people/forums. I hope ...
Zander's user avatar
  • 1
0 votes
1 answer
600 views

I used to think that eBGP does not support load balancing but in Cisco there is the maximum-path parameter that enable ECMP / Fortigate has ebgp-multipath as well so that is obviously not the case ...
Noob's user avatar
  • 549