From 492ddd3bb289b6c168cad65db84ed664adf41b54 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:22:33 +0100 Subject: bgp: T6573: add input/output queue limit CLI commands (#2123) (cherry picked from commit 9ad380fb7a1b122a605c7562124085e3200e30f0) Co-authored-by: Christian Breunig --- docs/configuration/protocols/bgp.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs') 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 \ + + 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 \ + + 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 \ -- cgit v1.2.3