rpki-rov(1) | General Commands Manual | rpki-rov(1) |
rpki-rov - rpki route origin validator
rpki-rov HOST PORT
rpki-rov is a command line interface that implements RPKI route origin validation. It connects to the rpki server described by host and port and can be used interactively or via pipes. The format of the input parameter is always "IP PREFIXLENGTH ASN" followed by a newline.
Pipe into stdin
echo "93.175.146.0 24 12654" | rpki-rov rpki.example.com 8282
Does currently not support ssh-based rpki server.