How to make FRRouting fetch all RTR data before accepting routes from the BGP neighbors? #20114
-
|
Hello, Whenever I start the FRRouting with Is there a way to first synchronize the RTR data and then start establishing the BGP connections? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
add a connection delay of like 1 minute or somesuch. I would imagine that would do it. |
Beta Was this translation helpful? Give feedback.
-
|
There is a configuration knob that prevents establishing a BGP connection before the RPKI cache server is established. https://docs.frrouting.org/en/stable-10.5/bgp.html#clicmd-neighbor-PEER-rpki-strict |
Beta Was this translation helpful? Give feedback.
-
|
@ton31337 -> One thing I think we need to think about here is to have the bgp state machine not start bgp connections until rpki has finished starting up if it is configured after startup. Thoughts here? I think this would make the whole experience more natural |
Beta Was this translation helpful? Give feedback.
There is a configuration knob that prevents establishing a BGP connection before the RPKI cache server is established.
https://docs.frrouting.org/en/stable-10.5/bgp.html#clicmd-neighbor-PEER-rpki-strict