<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello.</p>
    <p>I’m currently trying to setup an EVPN SDN with proxmox (FRR) and
      bird for route reflectors and gateways.</p>
    <p>My RR  BGP conf is like : </p>
    <p>template bgp vtep {<br>
        vrf "vrf-underlay";<br>
         local as 65000;<br>
         source address router_id;<br>
         rr client;<br>
         #rr cluster id 172.16.2.20;<br>
         <br>
         evpn {<br>
          table evpnrr;<br>
          igp table underlay;<br>
          import all;<br>
          export all;<br>
         };<br>
      }<br>
      protocol bgp uproxrtr1 from vtep {<br>
         neighbor 172.16.2.21 internal;   <br>
      }<br>
      <br>
    </p>
    <p>This is working as long as bird is establishing the connexion.
      But the listening socket is opened in the default VRF.</p>
    <p>The issue disapear with bird 2.19.0, so I’ll stick with it for
      now.</p>
    <p><br>
    </p>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 

Arnaud HOUDELETTE-LANGLOIS
Administrateur systèmes et réseaux informatiques
Responsable de la sécurité des systèmes d'information
Normandie-Université
+33 2 31 56 69 54</pre>
    <div id="grammalecte_menu_main_button_shadow_host"
      style="width: 0px; height: 0px;"></div>
  </body>
</html>