<div dir="ltr">Thanks!<div>But can I also use birdc to check rejected prefixes?</div><div>Anyway why do you suggest to use bgp_path.last_noaggregated?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno dom 19 apr 2020 alle ore 19:19 Job Snijders <<a href="mailto:job@ntt.net">job@ntt.net</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">Hi,<br>
<br>
On Sun, Apr 19, 2020, at 19:09, Fabiano D'Agostino wrote:<br>
> how can I check which prefixes are not valid and so rejected? It seems <br>
> the rpki is working, but I'd like to be sure. I have this:<br>
> if (roa_check(r4, net, bgp_path.last) = ROA_INVALID) then<br>
> {<br>
> print "Ignore RPKI invalid ", net, " for ASN ", bgp_path.last;<br>
> <br>
> but I don't understand where the prints go.<br>
<br>
They go to syslog.<br>
<br>
Make sure to match in this: bgp_path.last_nonaggregated<br>
<br>
Kind regards,<br>
<br>
Job<br>
</blockquote></div>