<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hello Thomas,</div><div class=""><br class=""></div><div class="">I’m a tiny bit confused by your question, but here is my best attempt to answer it. In regards to multiple routers say you have .4 and .5 both with a HA address of .1 when using eBGP it will likely be the “old first” as you say that your host will pass the INBOUND data to. In regards to the outbound data, your host will accept the data from either .4 or .5 without issue, in fact it is a common configuration to have people the oldest BGP session be the inbound and then manipulate the HA and have .1 be on the newest. That way you have a bit of load distributed between the inbound and outbound host. </div><div class=""><br class=""></div><div class="">Hope that helps,</div><div class="">Mike</div><br class=""><div class="">
<div style="orphans: auto; text-align: start; text-indent: 0px; widows: auto; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="orphans: 2; widows: 2;" class=""><b class="">--</b></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">Michael McConnell</b></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">WINK Streaming;</b><br class=""><b class="">email:</b> <a href="mailto:michael@winkstreaming.com" class="">michael@winkstreaming.com</a><br class=""><b class="">phone:</b> +1 312 281-5433 <b class="">x 7400</b></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">cell:</b> +506 8706-2389</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: 2;" class=""><b class="">skype:</b> wink-michael<br class=""><b class="">web:</b> <a href="http://winkstreaming.com/" class="">http://winkstreaming.com</a></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Mar 6, 2017, at 6:27 PM, Thomas@PhaseHosting <<a href="mailto:thomas@phasehosting.io" class="">thomas@phasehosting.io</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Supp,<br class=""><br class="">I implemented bird in our Private cloud running proxmox to distribute our public address with eBGP to our serverhost.<br class=""><br class="">Through iBGP and a ucarp interface i have a HA gateway, the problem is that our host receives the routes but there are multiple entry points to our subnet ( the proxmox hosts). This makes that a diffrent in & out route doenst work. through following link: <a href="https://supportforums.cisco.com/document/126691/understanding-bgp-best-path-selection-manipulation" class="">https://supportforums.cisco.com/document/126691/understanding-bgp-best-path-selection-manipulation</a> I learned that my hosts selects its route based on age ( the bird with the first connection is chosen).<br class=""><br class=""><br class="">Can i send a multi-exit discriminator with my eBGP connection to my host? I googled but could find 2 answers that did't change anything:<br class=""><br class=""># your default gateway IP below here<br class="">protocol bgp eBGP {<br class="">import none;<br class="">export  where proto = "static_packet";<br class="">local as 65000;<br class="">neighbor 10.80.x.x as 65530;<br class="">password "SECRET";<br class="">#med metric 10;<br class="">#default bgp_med 10;<br class="">}<br class=""><br class="">(offcourse i tried both without # and waited till export)<br class=""><br class=""><br class="">Or is there an other way to make sure that our host routes always to the first server and so on.<br class=""><br class=""><br class=""><br class="">-- <br class="">Thomas Valgaeren<br class=""><a href="mailto:thomas@phasehosting.io" class="">thomas@phasehosting.io</a><br class="">+32477915307<br class=""></div></div></blockquote></div><br class=""></body></html>