Skip to content

Instantly share code, notes, and snippets.

@jmbwell
Created November 3, 2022 17:11
Show Gist options
  • Save jmbwell/11596df37c942151f5c3a438dc43e3b9 to your computer and use it in GitHub Desktop.
Save jmbwell/11596df37c942151f5c3a438dc43e3b9 to your computer and use it in GitHub Desktop.
VyOS: fix "No connection to RPKI cache server"

In VyOS, FRR doesn't seem to want to connect to an RPKI cache server after booting. To restore the connection:

  1. Connect to the vyos firewall
  2. Run vtysh
  3. At the vtysh prompt:
  • rpki stop
  • rpki start
  • clear bgp
  • exit

Enjoy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment