summaryrefslogtreecommitdiffstats
path: root/doc/user/bgp.rst
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-10-10 14:46:30 +0200
committerGitHub <noreply@github.com>2022-10-10 14:46:30 +0200
commiteb531283675924c3bfb5034e54d234679208a2b4 (patch)
treeb01d54895bee560fb64af00d51dab5c42b380d5f /doc/user/bgp.rst
parentMerge pull request #12082 from anlancs/fix/cleanup-21 (diff)
parentbgpd: support TCP keepalive for BGP connection (diff)
downloadfrr-eb531283675924c3bfb5034e54d234679208a2b4.tar.xz
frr-eb531283675924c3bfb5034e54d234679208a2b4.zip
Merge pull request #9998 from pguibert6WIND/bgp_tcp_keepalive
Bgp tcp keepalive
Diffstat (limited to 'doc/user/bgp.rst')
-rw-r--r--doc/user/bgp.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index f136ea4ae..25d1cbfb6 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -1790,6 +1790,13 @@ Configuring Peers
with lower holdtime less than configured minimum holdtime.
When this command is not set, minimum holdtime does not work.
+.. clicmd:: bgp tcp-keepalive (1-65535) (1-65535) (1-30)
+
+ This command allows user to configure TCP keepalive with new BGP peers.
+ Each parameter respectively stands for TCP keepalive idle timer (seconds),
+ interval (seconds), and maximum probes. By default, TCP keepalive is
+ disabled.
+
Displaying Information about Peers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^