From: Donatas Abraitis Date: Thu, 1 Oct 2020 20:05:57 +0000 (+0300) Subject: doc: Define bgp graceful-restart stalepath-time command X-Git-Tag: base_7.6~52^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2b3de9e5a637d8c72876bb1861524413b9bbbf73;p=mirror%2Ffrr.git doc: Define bgp graceful-restart stalepath-time command Signed-off-by: Donatas Abraitis --- diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 7549cec3ea..0e002f761d 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -894,6 +894,19 @@ However, it MUST defer route selection for an address family until it either. This is command, will set the time for which stale routes are kept in RIB. +.. index:: bgp graceful-restart stalepath-time (1-4095) +.. clicmd:: bgp graceful-restart stalepath-time (1-4095) + + This is command, will set the max time (in seconds) to hold onto + restarting peer's stale paths. + + It also controls Enhanced Route-Refresh timer. + + If this command is configured and the router does not receive a Route-Refresh EoRR + message, the router removes the stale routes from the BGP table after the timer + expires. The stale path timer is started when the router receives a Route-Refresh + BoRR message. + .. _bgp-per-peer-graceful-restart: BGP Per Peer Graceful Restart