]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Add `neighbor <x.x.x.x.> shutdown rtt <milliseconds>`
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 18 Aug 2020 20:08:16 +0000 (23:08 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 7 Sep 2020 19:30:20 +0000 (22:30 +0300)
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
doc/user/bgp.rst

index 4a5bdc2428af17efc49c79319298161529ceb975..25eaa577c1297e13ba47c7164bae5db6bcb44547 100644 (file)
@@ -1216,14 +1216,14 @@ Defining Peers
    The time in milliseconds that BGP will delay before deciding what peers
    can be put into an update-group together in order to generate a single
    update for them.  The default time is 1000.
-   
+
 .. _bgp-configuring-peers:
 
 Configuring Peers
 ^^^^^^^^^^^^^^^^^
 
-.. index:: [no] neighbor PEER shutdown [message MSG...]
-.. clicmd:: [no] neighbor PEER shutdown [message MSG...]
+.. index:: [no] neighbor PEER shutdown [message MSG...] [rtt (1-65535) [count (1-255)]]
+.. clicmd:: [no] neighbor PEER shutdown [message MSG...] [rtt (1-65535) [count (1-255)]]
 
    Shutdown the peer. We can delete the neighbor's configuration by
    ``no neighbor PEER remote-as ASN`` but all configuration of the neighbor
@@ -1232,6 +1232,12 @@ Configuring Peers
 
    Optionally you can specify a shutdown message `MSG`.
 
+   Also, you can specify optionally _rtt_ in milliseconds to automatically
+   shutdown the peer if round-trip-time becomes higher than defined.
+
+   Additional _count_ parameter is the number of keepalive messages to count
+   before shutdown the peer if round-trip-time becomes higher than defined.
+
 .. index:: [no] neighbor PEER disable-connected-check
 .. clicmd:: [no] neighbor PEER disable-connected-check