diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-06-30 17:18:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-30 17:18:58 +0300 |
| commit | 5f88f038e162bf60021e829bcf473f87a4d265fc (patch) | |
| tree | f3fd8c608f628b597acafabdb806f3ede9a4437d | |
| parent | 8be9ced92fdc2b12b16aae9e438884acfd387faf (diff) | |
| parent | 9ad380fb7a1b122a605c7562124085e3200e30f0 (diff) | |
| download | vyos-documentation-5f88f038e162bf60021e829bcf473f87a4d265fc.tar.gz vyos-documentation-5f88f038e162bf60021e829bcf473f87a4d265fc.zip | |
Merge pull request #2116 from vyos/bgp-queue-limit
bgp: T6573: add input/output queue limit CLI commands
| -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 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 \<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\> |
