<div dir="ltr">Hi,<div>In my route server bird.conf I did this:</div><div>define FILTERED_RPKI_INVALID = (1,1101,13);</div><div><br></div><div>filter filter_rpki{</div><div>if roa_check(..)=ROA_INVALID then {bgp_large_community.add(FILTERED_RPKI_INVALID);reject;}</div><div>}</div><div><br></div><div>But when I do 'show route all filtered' I get nothing, I also tried with 'show route bgp_large_community <span style="font-family:arial,sans-serif">~ [(1,1101,13)]' and I have the same result.</span></div><div><span style="font-family:arial,sans-serif">Because I would like to have some statistics about VALID/INVALID/UNKOWN prefixes and I saw that I could use the 'show route stats' command.</span></div><div><span style="font-family:arial,sans-serif"><br></span></div><div><span style="font-family:arial,sans-serif">Thanks,</span></div><div><span style="font-family:arial,sans-serif"><br></span></div><div><span style="font-family:arial,sans-serif">Fabiano</span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno dom 19 apr 2020 alle ore 21:30 Alarig Le Lay <<a href="mailto:alarig@swordarmor.fr">alarig@swordarmor.fr</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sun 19 Apr 2020 20:42:21 GMT, Fabiano D'Agostino wrote:<br>
> Thanks!<br>
> But can I also use birdc to check rejected prefixes?<br>
<br>
If you add a community, it will be visible with `show route all<br>
filtered`<br>
<br>
> Anyway why do you suggest to use bgp_path.last_noaggregated?<br>
<br>
Because you don’t want to check ROA against another ASN in the<br>
aggregated path.<br>
<br>
-- <br>
Alarig<br>
</blockquote></div>