diff options
author | Quentin Young <qlyoung@nvidia.com> | 2021-04-10 00:17:15 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@nvidia.com> | 2021-04-10 00:17:15 +0200 |
commit | 0c969c0fe5246120c19372452c8a815d98757368 (patch) | |
tree | c398dee23790a5a97060a4d5dfcb786220a0695f /doc | |
parent | Merge pull request #8429 from donaldsharp/markit (diff) | |
download | frr-0c969c0fe5246120c19372452c8a815d98757368.tar.xz frr-0c969c0fe5246120c19372452c8a815d98757368.zip |
doc: document BGP neighbor timers
The keepalive, hold, and connect timers were undocumented.
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 10 |
1 files changed, 10 insertions, 0 deletions
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 |