Hi All,
Has anyone successfully setup and had running rpki in ROS7B8?
If so, which validator are you using?
Is there any undocumented debug for RPKI?(from the MT side)
The reason I ask Is i have setup a test lab
2 routers connected p2p
R1 sends 3 routes
1 Valid
1 Invalid
1 Unknown
No Filtering on, all routes are received @ R2.
If i use the example fliter listed in the doco (to drop invalids) the only routes that make it into the FIB are the Unknown.
It is marking all Valid or Invalid as Invalid.
This is using Routinator as a validator.
If anyone has any test results of their own, and would like to share, that would be great!
/routing/bgp/template/print
Flags: * - default, X - disabled, I - inactive
0 * name="default" routing-table=main instance=default as=XXXXXX
output.filter=bgp_out
input.filter=bgp_in
Route Table
/routing/route/print
Flags: A - ACTIVE; c - CONNECT, s - STATIC, b - BGP, l - LDP-MAPPING
Columns: DST-ADDRESS, GATEWAY, DISTANCE, SCOPE, TARGET-SCOPE, IMMEDIATE-GW
DST-ADDRESS GATEWAY DI SCO TA IMMEDIATE-GW
Ab 61.4X.XXX.0/24 172.16.0.1 20 40 10 172.16.0.1%ether2
As 61.4X.XXX.0/24 blackhole 1 250 10
Ab 61.4X.XXX.0/24 172.16.0.1 20 40 10 172.16.0.1%ether2 ####This is the invalid route that gets installed
If I remove the rpki-verify=valid accept rule…everything gets flagged as invalid…
I have already updatd MRZ, but just to keep it in the open:
7.1b1 still has some issues.
Valid and invalid is being flagged as invalid.
Not found are being correctly classified as Unknown.
There are some issues as well with non compliance to the RFC around reachability
IE:- If the Validtors become unavailable, then all receveid routes should be received and at least marked as unknown.
as it currently sits, NO ROUTES are admited.
As stated, this has already been reported and MT are commiting to sort this out ASAP
Then it is for validator no RTR client. If RTR client cannot connect to validator, then there will be no RPKI states.
Or maybe we are missing something?