mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:50:17 +00:00
doc: Add neighbor <x.x.x.x.> shutdown rtt <milliseconds>
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
8336c896fd
commit
91052810f9
@ -1222,8 +1222,8 @@ Defining 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user