<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="script-src 'self'; img-src * cid: data:;">
<style id="x_outgoing-font-settings">
<!--
#x_response_container_BBPPID
        {font-family:initial;
        font-size:initial;
        color:initial}
-->
</style>
<div style="background-color:rgb(255,255,255); line-height:initial">
<div id="x_response_container_BBPPID" dir="auto" style="outline:none">
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
Okay, it seams that I figured out something quiet important.</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
<br>
</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
So on my bond0 (which is the uplink to the firewall vlan) on the bird bgp box I have a.b.c.249/29 configured. My first fw has a.b.c.252/29 second fw .53/29 and CARP VIP is .54/29. Now I dont have to route a b.c.0/22 to my transfer net ip... I have to route
 it to my firewall ip or even better of course to my carp vip. Now I see all traffic coming to the fw cluster :)</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
<br>
</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
Now the only issue left is the sync between my two bgp boxes...</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
<br>
</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
Maybe someone could point me in the right direction :)</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
<br>
</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
I have two bird bgp pizzas a.b.c.249/29 and .250/29 so I think I just make a new bgp link between them?</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
<br>
</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
Thanks for your help</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
<br>
</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
Best Regards</div>
<div name="x_BB10" id="x_BB10_response_div_BBPPID" dir="auto" style="width:100%">
Yves</div>
</div>
<div id="x__original_msg_header_BBPPID" dir="auto">
<table width="100%" style="background-color:white; border-spacing:0px; display:table; outline:none">
<tbody>
<tr>
<td colspan="2" style="padding:initial; font-size:initial; text-align:initial; background-color:rgb(255,255,255)">
<div style="border-right:none; border-bottom:none; border-left:none; border-top:1pt solid rgb(181,196,223); padding:3pt 0in 0in; font-family:Tahoma,"BB Alpha Sans","Slate Pro"; font-size:10pt">
<div id="x_from"><b>From:</b> mail@yvesilli.com</div>
<div id="x_sent"><b>Sent:</b> 21 May 2019 13:08</div>
<div id="x_to"><b>To:</b> santiago@crfreenet.org</div>
<div id="x_cc"><b>Cc:</b> bird-users@network.cz</div>
<div id="x_subject"><b>Subject:</b> AW: Simple two bird BGPs two Uplinks one Peering Provider config</div>
</div>
</td>
</tr>
</tbody>
</table>
<br>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi,<br>
<br>
Okay, I think there is a misunderstanding. Or maybe I am totally wrong. Please correct me if I am.<br>
<br>
a.b.c.0/22 is my range<br>
<br>
d.e.f.124 is my bgp01 public ip of the /29 transfer net between my bgp01 and the big router (d.e.f.121/29) of my peering uplink<br>
<br>
So if I want to advertise my own public ips (a.b.c.0/22) to my peering uplink (so called to the internet) shouldn't I make it like this:<br>
<br>
protocol static static_bgp {<br>
  ipv4;<br>
  route a.b.c.0/22 via d.e.f.124;<br>
}<br>
protocol bgp link1 {<br>
  local d.e.f.124 as XXXX;<br>
  neighbor d.e.f.121 as YYYY; #d.e.f.121 is the first router of my peering uplink 1<br>
  ipv4 { import all;export where proto = "static_bgp"; };<br>
}<br>
<br>
I want to import all from them so I know the internet and how to route.... and I want to export stat-ic_bgp so the internet know's me?<br>
<br>
Thanks for your help<br>
Yves<br>
<br>
-----Ursprüngliche Nachricht-----<br>
Von: Ondrej Zajicek <santiago@crfreenet.org> <br>
Gesendet: Montag, 20. Mai 2019 20:43<br>
An: Yves Illi <mail@yvesilli.com><br>
Cc: bird-users@network.cz<br>
Betreff: Re: Simple two bird BGPs two Uplinks one Peering Provider config<br>
<br>
On Mon, May 20, 2019 at 05:17:08PM +0000, Yves Illi wrote:<br>
> Hi there,<br>
> <br>
> I am really new to the complete topic of BGP. So please have a bit mercy with me if I ask something very stupid. But I am trying to build that for the first time ever and I am feeling like a donkey in front of a big mountain.<br>
> <br>
> Last but not least it is currently running, but I guess its more luck than something else. Like I said I am completely new to the topic of BGP. What I don't get is how I configure them together so they work (as a HA-Cluster) and currently I can only route
 a.b.c.249/29 instead of a.b.c.0/22.<br>
<br>
Hi<br>
<br>
> protocol static static_bgp {<br>
>   ipv4;<br>
>   route a.b.c.0/22 via d.e.f.124;<br>
> }<br>
<br>
I think this is the problem, as d.e.f.124 is your local address, then this route is probably not allowed locally (because you should not have route directing to a local address) and therefore likely not propagated to BGP.<br>
<br>
Simple solution is to have the static route defined as unreachable route:<br>
<br>
  route a.b.c.0/22 unreachable;<br>
<br>
You would have more specific routes in the routing table anyways and when the unreachable route is propagated by BGP, the local address will be attached as next hop automatically.<br>
<br>
--<br>
Elen sila lumenn' omentielvo<br>
<br>
Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."<br>
<br>
</div>
</span></font>
</body>
</html>