Show RPKI (Resource Public Key Infrastructure) information
Lookup by ASN in prefix table
<ASNUM>
${vyos_op_scripts_dir}/vtysh_wrapper.sh $@
#include
Show RPKI cache connections
${vyos_op_scripts_dir}/vtysh_wrapper.sh $@
#include
Show RPKI cache servers information
${vyos_op_scripts_dir}/vtysh_wrapper.sh $@
#include
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")
Virtual Routing and Forwarding (VRF)
vrf name
${vyos_op_scripts_dir}/vtysh_wrapper.sh $(echo $@ | sed -e "s/as-number //g")
#include
Show RPKI-validated prefixes
${vyos_op_scripts_dir}/vtysh_wrapper.sh $@
#include
Reset RPKI
vtysh -c "rpki reset"
Reset RPKI in VRF
vrf name
vtysh -c "rpki reset vrf $4"