diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2026-07-01 11:22:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-01 11:22:33 +0100 |
| commit | 492ddd3bb289b6c168cad65db84ed664adf41b54 (patch) | |
| tree | a186b34b9662bc95ca6e8eb2e9bbac3f9e4a06a2 /docs/configuration/protocols | |
| parent | 60700529b2f0481724c1899ee58fc546b7853886 (diff) | |
| download | vyos-documentation-1.5.tar.gz vyos-documentation-1.5.zip | |
bgp: T6573: add input/output queue limit CLI commands (#2123)1.5
(cherry picked from commit 9ad380fb7a1b122a605c7562124085e3200e30f0)
Co-authored-by: Christian Breunig <christian@breunig.cc>
Diffstat (limited to 'docs/configuration/protocols')
| -rw-r--r-- | docs/configuration/protocols/bgp.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/configuration/protocols/bgp.md b/docs/configuration/protocols/bgp.md index c984b282..ebd5fdff 100644 --- a/docs/configuration/protocols/bgp.md +++ b/docs/configuration/protocols/bgp.md @@ -781,6 +781,26 @@ installed into the kernel. ::: ``` +##### BGP message queue limits + +```{cfgcmd} set protocols bgp parameters input-queue-limit \<messages\> + + Set the BGP Input Queue limit for all peers during message parsing. + Increase this only if you have the memory to handle large queues of + messages at once. + + The default is 10000. +``` + +```{cfgcmd} set protocols bgp parameters output-queue-limit \<messages\> + + Set the BGP Output Queue limit for all peers during message parsing. + Increase this only if you have the memory to handle large queues of + messages at once. + + The default is 10000. +``` + ##### Timers ```{cfgcmd} set protocols bgp timers holdtime \<seconds\> |
