<div dir="ltr">Hi.<br><br>You check 64515 to be firs, last or the only (which is redundant check here) AS in the path. And in your example: MY-ASN 64515 20473 1299 21430 - it is not the first or last.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 19, 2017 at 10:50 AM, Marek Królikowski <span dir="ltr"><<a href="mailto:admin@wset.edu.pl" target="_blank">admin@wset.edu.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello guys,<br>
I got strange problem with BGP i share data to Collector but i put to reject some bgp path....<br>
<br>
This is how look configuration of BGP session of Collector:<br>
<br>
protocol bgp Collector {<br>
   description "Collector";<br>
   local as MY-ASN;<br>
   source address IPv61;<br>
   neighbor IPV62 as SOMEONE-ASN;<br>
   multihop;<br>
   import none;<br>
   export filter {<br>
   if bgp_path.first = 64515 then reject;<br>
   if bgp_path = 64515 then reject;<br>
   if bgp_path.last = 64515 then reject;<br>
   include "export.conf";<br>
};<br>
}<br>
<br>
But:<br>
root@pl-bgp:~# birdc6 show route export Collector all 2a0b:e206::/32<br>
BIRD 1.6.3 ready.<br>
2a0b:e206::/32     via 2a06:1287:330e:16::2 on bgp-fr [France 2017-09-18] * (100) [AS21430i]<br>
       Type: BGP unicast univ<br>
       BGP.origin: IGP<br>
       BGP.as_path: MY-ASN 64515 20473 1299 21430<br>
       BGP.next_hop: 2a07:XXXX.XXXX.XXXX<br>
       BGP.local_pref: 100<br>
       BGP.community: (64515,44)<br>
<br>
Like You see in BGP path there is 64515.<br>
How i export this to Collector if i put reject on export?<br>
What is wrong?<br>
<br>
I use BIRD 1.6.3.<br>
<br>
Best Regards<br>
Marek Krolikowski<br>
<br>
<br>
</blockquote></div><br></div>