]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Define bgp graceful-restart stalepath-time command
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 1 Oct 2020 20:05:57 +0000 (23:05 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 5 Jan 2021 18:16:19 +0000 (20:16 +0200)
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
doc/user/bgp.rst

index 7549cec3ea0d24d7967064edf8fb002eaec69c32..0e002f761dbe1ad179746427d560966547fa8e7b 100644 (file)
@@ -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