<div dir="ltr">Hello,<div><br></div><div>This is the bird.conf</div><div>========================</div><div><br></div><div>router id 192.168.168.1;<br><br>debug protocols all;<br><br>protocol device {<br>        scan time 10;<br>}<br><br>include "bird.ospf";<br></div><div><br></div><div><br></div><div>and this bird.ospf</div><div>==================</div><div><br></div><div>filter import_OSPF {<br>    accept;<br>}<br><br>protocol ospf v2 {<br>        tick 2;<br>        debug all;<br>        import filter import_OSPF;<br>        export filter import_OSPF;<br>        area 0 {<br>                interface "ens3" {<br>                        cost 5;<br>                        type pointopoint;<br>                        hello 5; retransmit 2; wait 10; dead 20;<br>                };<br>                interface "lo" {<br>                        cost 1000;<br>                        stub;<br>                };<br>        };<br>}<br><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 24, 2020 at 2:58 PM Skyler Mäntysaari <<a href="mailto:sm@samip.fi">sm@samip.fi</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>
    <p>Hello,<br>
      <br>
      Maybe show us the actual config?<br>
    </p>
    <div>On 24/08/2020 10.43, Mehdi Rukmawan
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Hello,
        <div><br>
        </div>
        <div>I'm just starting bird with vm and i'm running it on gns3.</div>
        <div>first of all the ospf is running and can see the routes
          from he neighbour as we can see below :</div>
        <div><br>
        </div>
        <div>root@gns3:/etc/netplan# birdc show route<br>
          BIRD 1.6.3 ready.<br>
          <a href="http://1.1.1.1/32" target="_blank">1.1.1.1/32</a>
                  via 192.168.70.1 on ens3 [ospf1 07:36:32] * I (150/6)
          [1.1.1.1]<br>
          <a href="http://192.168.70.0/30" target="_blank">192.168.70.0/30</a>
             dev ens3 [ospf1 07:34:53] * I (150/5) [192.168.168.1]<br>
          <a href="http://192.168.40.0/30" target="_blank">192.168.40.0/30</a>
             via 192.168.70.1 on ens3 [ospf1 07:36:32] * I (150/6)
          [1.1.1.1]<br>
          <a href="http://192.168.10.0/30" target="_blank">192.168.10.0/30</a>
             via 192.168.70.1 on ens3 [ospf1 07:36:32] * I (150/6)
          [1.1.1.1]<br>
          <a href="http://192.168.20.0/30" target="_blank">192.168.20.0/30</a>
             via 192.168.70.1 on ens3 [ospf1 07:36:32] * I (150/6)
          [1.1.1.1]<br>
          <a href="http://192.168.168.1/32" target="_blank">192.168.168.1/32</a>
            dev lo [ospf1 07:34:53] * I (150/0) [192.168.168.1]<br>
        </div>
        <div><br>
        </div>
        <div>but i can't see the routes from the machine which is
          running bird.</div>
        <div>is this a bug ? or i have something wrong with ospf
          configuration ?</div>
        <div><br>
        </div>
        <div>root@gns3:/etc/netplan# ip route<br>
          <a href="http://169.254.0.0/16" target="_blank">169.254.0.0/16</a>
          dev ens3 scope link metric 1000<br>
          <a href="http://192.168.70.0/30" target="_blank">192.168.70.0/30</a>
          dev ens3 proto kernel scope link src 192.168.70.2 metric 100<br>
        </div>
        <div><br>
        </div>
        <div>regards,</div>
      </div>
    </blockquote>
  </div>

</blockquote></div>