Show RPKI (Resource Public Key Infrastructure) information
Lookup by ASN in prefix table
<ASNUM>
${vyos_op_scripts_dir}/vtysh_wrapper.sh $@
Show RPKI cache connections
vtysh -c "show rpki cache-connection"
Show RPKI cache servers information
vtysh -c "show rpki cache-server"
Lookup IP prefix and optionally ASN in prefix table
<x.x.x.x/x> <h:h:h:h:h:h:h:h/x>
${vyos_op_scripts_dir}/vtysh_wrapper.sh $@
AS Number
<ASNUM>
${vyos_op_scripts_dir}/vtysh_wrapper.sh $(echo $@ | sed -e "s/as-number //g")
Show RPKI-validated prefixes
vtysh -c "show rpki prefix-table"
Reset RPKI
vtysh -c "rpki reset"