summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2021-04-04 02:42:19 +0200
committerGitHub <noreply@github.com>2021-04-04 02:42:19 +0200
commit68cfcb71c9460d80d6ec51930c59a486ef47cf8e (patch)
treeead6e5d0e066403eda02aaeec2b584b1c9e835e9 /doc
parentMerge pull request #8364 from stipmonster/master (diff)
parentbgpd: increase the maximum number of neighbors (diff)
downloadfrr-68cfcb71c9460d80d6ec51930c59a486ef47cf8e.tar.xz
frr-68cfcb71c9460d80d6ec51930c59a486ef47cf8e.zip
Merge pull request #8378 from pguibert6WIND/listen_group_limit
bgpd: increase the maximum number of neighbors in a listen group
Diffstat (limited to 'doc')
-rw-r--r--doc/user/bgp.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index 5d3f4f0e7..5118c1284 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -1363,6 +1363,15 @@ Defining Peers
``net.core.optmem_max`` to allow the kernel to allocate the necessary option
memory.
+.. clicmd:: bgp listen limit <1-65535>
+
+ Define the maximum number of peers accepted for one BGP instance. This
+ limit is set to 100 by default. Increasing this value will really be
+ possible if more file descriptors are available in the BGP process. This
+ value is defined by the underlying system (ulimit value), and can be
+ overriden by `--limit-fds`. More information is available in chapter
+ (:ref:`common-invocation-options`).
+
.. clicmd:: coalesce-time (0-4294967295)
The time in milliseconds that BGP will delay before deciding what peers