<div dir="ltr"><div class="gmail_default" style="font-family:monospace">Thanks David!<br><br>Good to know. I'll try to test the new version when it's available.</div><div class="gmail_default" style="font-family:monospace">I'm no expert with BMP but it seemed odd to me that the received data (with pmacct) was not really insightful.</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">Best regards,</div><div class="gmail_default" style="font-family:monospace">Lucas</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 31, 2026 at 10:15 AM David Petera via Bird-users <<a href="mailto:bird-users@network.cz" target="_blank">bird-users@network.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>

  
    
  
  <div>
    <p>Hi Lucas,<br>
      <br>
      just FYI the BMP protocol is kinda broken in v3.2, but we will
      release fixup version v3.2.1 (and 3.1.6) in a week.<br>
      <br>
      If you wanted to try the fixes before the release you can download
      the package for you distro from the artifacts in our CI pipeline.<br>
      <a href="https://gitlab.nic.cz/labs/bird/-/pipelines/153438" target="_blank">https://gitlab.nic.cz/labs/bird/-/pipelines/153438</a><br>
      <br>
      Happy routing,<br>
      David</p>
    <pre cols="72">David Petera (he/him) | BIRD Tech Support | CZ.NIC, z.s.p.o.</pre>
    <div>On 3/26/26 22:10, Lucas da Vila wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">
        <div dir="auto">
          <div class="gmail_default" style="font-family:monospace">Hi
            Alexander,</div>
          <div class="gmail_default" style="font-family:monospace"><br>
          </div>
          <div class="gmail_default" style="font-family:monospace">I
            don't have a "protocol device" I was just hoping to receive
            the announcements from the RR a get the BMP output for
            analysis.</div>
          <div class="gmail_default" style="font-family:monospace"><br>
          </div>
          <div class="gmail_default" style="font-family:monospace">Regards</div>
          <div class="gmail_default" style="font-family:monospace">lucas</div>
          <br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Thu, Mar 26, 2026, 16:46
          Alexander Zubkov <<a href="mailto:green@qrator.net" target="_blank">green@qrator.net</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div dir="ltr">
            <div>Hi Lucas,</div>
            <div><br>
            </div>
            <div>I have some working bgp sessions over link-local
              addresses. Only that they are hand-configured, not
              automatic ones. And I have bird2, not bird3. My config is
              something like this:</div>
            <div><br>
            </div>
            <div>protocol bgp bgp_router_c6 {<br>
                      neighbor <a>fe80::2</a> as 65000;<br>
                      local <a>fe80::1</a> as 65000;<br>
                      interface "vlan100";<br>
                      direct;</div>
            <div>        strict bind yes;<br>
                      free bind yes;<br>
              <br>
                      ipv6 {<br>
                              next hop keep; ...<br>
                      };<br>
              }<br>
              <br>
            </div>
            <div>"free bind" should not be necessary here, I think. Do
              you have "protocol device" in your config?</div>
            <div><br>
            </div>
            <div>Regards,</div>
            <div>Alexander Zubkov</div>
          </div>
          <br>
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">On Thu, Mar 26, 2026 at
              8:21 PM Lucas da Vila <<a href="mailto:dev@ldv.ar" rel="noreferrer" target="_blank">dev@ldv.ar</a>> wrote:<br>
            </div>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
              <div dir="ltr">
                <div class="gmail_default" style="font-family:monospace">
                  <div class="gmail_default">Hi!<br>
                    <br>
                    I'm a member of the DN42 network, and I have a
                    mikrotik router connected to it, I've only have 1
                    peer and I'm receiving over MP-BGP IPv4 and IPv6
                    prefixes. Also on the mikrotik I'm running a
                    route-reflector.<br>
                    <br>
                  </div>
                  <div class="gmail_default">With my bird3 (3.2.0 from
                    debian repo) instance I'm trying to connect to the
                    route reflector over a couple of IPv6 LL addresses.
                    But it doesn't seem to be working. This is my bird3
                    config:</div>
                  <div class="gmail_default"><br>
                  </div>
                  <div class="gmail_default">```<br>
                  </div>
                  <div class="gmail_default">router id 192.168.1.200;<br>
                    <br>
                    log "/var/log/bird/bird.log" all;<br>
                    <br>
                    protocol bgp mkt01_dn42_rr {<br>
                            description "mkt01 dn42 RR";<br>
                            # local 192.168.1.200 as 64512;<br>
                            local <a>fe80::42e2:30ff:fe60:edbb%wlp2s0</a> as
                    64512;<br>
                            # neighbor 192.168.1.201 as 64512;<br>
                            neighbor <a>fe80::2805%wlp2s0</a> as 64512;<br>
                    <br>
                            interface "wlp2s0";<br>
                            direct;<br>
                            strict bind yes;<br>
                    <br>
                            ipv4 {<br>
                                    import all;<br>
                            };<br>
                    <br>
                            ipv6 {<br>
                                    import all;<br>
                            };<br>
                    <br>
                    }<br>
                    <br>
                    protocol bmp {<br>
                            station address ip 127.0.0.1 port 5000;<br>
                            monitoring rib in pre_policy;<br>
                            monitoring rib in post_policy;<br>
                    }</div>
                  <div class="gmail_default">```</div>
                  <div class="gmail_default"><br>
                  </div>
                  <div class="gmail_default">After trying adding and
                    removing params liks strict bind, interface, etc I
                    was not able to land a configuration that finally
                    worked.</div>
                  <div class="gmail_default"><br>
                  </div>
                  <div class="gmail_default">I must say that over IPv4
                    the session was established, but over IPv6 stills in
                    Idle.</div>
                  <div class="gmail_default"><br>
                  </div>
                  <div class="gmail_default">Is anyone out there with a
                    similar config? Any ideas why this happens?<br>
                    <br>
                    Regards, </div>
                  <div class="gmail_default">Lucas</div>
                </div>
              </div>
            </blockquote>
          </div>
        </blockquote>
      </div>
    </blockquote>
  </div>

</blockquote></div>