RPKI Validation Service
Public RPKI Validation and API Service based on Routinator
RTR Server
Public RPKI-RTR server for router configuration:
Supports RFC8210 and RFC6810 protocol standards
HTTP API
RESTful API for accessing various RPKI data:
Based on HTTP GET requests, returns JSON format data
Data Refresh
Regular automatic ROA data refresh:
Supports RRDP and rsync for latest data
API Endpoint Documentation
System Status and Information
Route Validity Verification
Incremental Data Updates
Logs and Metrics Data
Status API
Endpoint
Returns detailed information about all trust anchors, repositories, RRDP and rsync connections, and RTR and HTTP sessions.
Real-time Data
Click the "Refresh" button to get real-time status data
Usage Guide
Router Configuration Examples
BIRD Configuration
protocol rpki { roa4 { table r4; }; roa6 { table r6; }; remote "rpki.akae.re" port 8282; retry keep 90; refresh keep 900; expire keep 172800; }
Cisco IOS XR Configuration
router bgp 64500 rpki server rpki.akae.re transport tcp port 8282 refresh-time 900 response-time 30 purge-time 60 ! !
Route Validity Check Using API
curl "https://rpki.akae.re/api/v1/validity/64500/203.0.113.0/24"
Sponsors
Thanks to VPS.Town for Cloud Server Support
VPS.Town, as the overseas cloud computing brand of MiAOVPS, provides fast, stable, and secure comprehensive services. Servers are located in Hong Kong, China, providing reliable infrastructure support.
Visit Website