From 0c969c0fe5246120c19372452c8a815d98757368 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 9 Apr 2021 18:17:15 -0400 Subject: doc: document BGP neighbor timers The keepalive, hold, and connect timers were undocumented. Signed-off-by: Quentin Young --- doc/user/bgp.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 5118c1284..7d8d84d6a 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1624,6 +1624,16 @@ Configuring Peers peer in question. This number is between 0 and 600 seconds, with the default advertisement interval being 0. +.. clicmd:: neighbor PEER timers (0-65535) (0-65535) + + Set keepalive and hold timers for a neighbor. The first value is keepalive + and the second is hold time. + +.. clicmd:: neighbor PEER connect (1-65535) + + Set connect timer for a neighbor. The connect timer controls how long BGP + waits between connection attempts to a neighbor. + .. clicmd:: neighbor PEER timers delayopen (1-240) This command allows the user enable the -- cgit v1.2.3