Skip to content

Instantly share code, notes, and snippets.

@jmbwell
Created November 3, 2022 17:11
Show Gist options
  • Select an option

  • Save jmbwell/11596df37c942151f5c3a438dc43e3b9 to your computer and use it in GitHub Desktop.

Select an option

Save jmbwell/11596df37c942151f5c3a438dc43e3b9 to your computer and use it in GitHub Desktop.

Revisions

  1. jmbwell created this gist Nov 3, 2022.
    12 changes: 12 additions & 0 deletions Notes.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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