From 9ad380fb7a1b122a605c7562124085e3200e30f0 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Thu, 25 Jun 2026 22:41:10 +0200 Subject: bgp: T6573: add input/output queue limit CLI commands --- 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 87628664..7f4abda3 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