mirror of
https://github.com/bgp/stayrtr.git
synced 2024-05-06 15:54:54 +00:00
Validators (such as rpki-client) ingest ROAs and emit Validated ROA Payloads (VRPs). RTR servers exclusively deal with ingesting VRPs and emitting VRPs via RTR.
23 lines
355 B
JSON
23 lines
355 B
JSON
{
|
|
"metadata": {
|
|
"counts": 1,
|
|
"generated": 1577865600,
|
|
"valid": 1577866200,
|
|
"serial": 1
|
|
},
|
|
"roas": [
|
|
{
|
|
"prefix": "10.0.0.0/25",
|
|
"maxLength": 26,
|
|
"asn": "AS65000",
|
|
"ta": "Test VRP"
|
|
},
|
|
{
|
|
"prefix": "10.1.0.0/25",
|
|
"maxLength": 26,
|
|
"asn": "AS65001",
|
|
"ta": "Test VRP"
|
|
}
|
|
]
|
|
}
|