<div dir="ltr">Thanks Ondrej, that's exactly what I was looking for!<div><br></div><div>Best,</div><div>Roman.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 13, 2016 at 4:22 PM, Ondrej Filip <span dir="ltr"><<a href="mailto:feela@network.cz" target="_blank">feela@network.cz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 13.6.2016 22:05, Roman Romanyak wrote:<br>
> Hello bird users,<br>
<br>
Hi Roman,<br>
please not, that the router you are referring to is type<br>
RTS_OSPF_EXT1. So, your input filter should look:<br>
<br>
filter OSPF_IN {<br>
        if source = RTS_OSPF_EXT1 then accept;<br>
        reject;<br>
}<br>
<br>
        Ondrej<br>
<span class=""><br>
<br>
><br>
> I ran into the issue with importing OSPF external route. Maybe someone<br>
> can point me in the right direction.<br>
><br>
> This is the OSPF filter:<br>
> filter OSPF_IN {<br>
>         if source = RTS_OSPF then accept;<br>
> #        reject;<br>
>         accept;<br>
> }<br>
><br>
><br>
> And this is a route in question - a loopback interface of another<br>
>  router/OSPF neighbor:<br>
> bird> show route for 10.120.0.55 all<br>
</span>> <a href="http://10.120.0.55/32" rel="noreferrer" target="_blank">10.120.0.55/32</a> <<a href="http://10.120.0.55/32" rel="noreferrer" target="_blank">http://10.120.0.55/32</a>>     via x.x.x.x on bond1<br>
<span class="">> [EDGE_OSPF 19:49:20] * E1 (150/10) [10.2.55.2]<br>
> Type: OSPF-E1 unicast univ<br>
> OSPF.metric1: 10<br>
> OSPF.metric2: 16777215<br>
> OSPF.tag: 0x00000000<br>
> OSPF.router_id: 10.2.55.2<br>
> bird><br>
><br>
> bird> show ospf state<br>
> router 10.2.55.1<br>
> distance 10<br>
> ...[some output is omitted ]<br>
</span>> external <a href="http://10.120.0.55/32" rel="noreferrer" target="_blank">10.120.0.55/32</a> <<a href="http://10.120.0.55/32" rel="noreferrer" target="_blank">http://10.120.0.55/32</a>> metric 0<br>
<span class="">><br>
><br>
> When I replace 'accept' with 'reject' in the filter, I'm not able to<br>
</span>> see <a href="http://10.120.0.55/32" rel="noreferrer" target="_blank">10.120.0.55/32</a> <<a href="http://10.120.0.55/32" rel="noreferrer" target="_blank">http://10.120.0.55/32</a>> route in the FIB.<br>
><br>
><br>
> Thanks,<br>
> Roman.<br>
<br>
</blockquote></div><br></div>