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