Created
November 3, 2022 17:11
-
-
Save jmbwell/11596df37c942151f5c3a438dc43e3b9 to your computer and use it in GitHub Desktop.
Revisions
-
jmbwell created this gist
Nov 3, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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