From 6e96c98bc44eec61ba9175c142fc1d0610d4c8d1 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 23 Jan 2024 20:32:20 +0200 Subject: [PATCH] doc: Add `neighbor ... addpath-rx-paths-limit` command Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 53dc551ca3..b10055f8c4 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1780,6 +1780,17 @@ Configuring Peers Do not accept additional paths from this neighbor. +.. clicmd:: neighbor addpath-rx-paths-limit (1-65535) + + Limit the maximum number of paths a BGP speaker can receive from a peer, optimizing + the transmission of BGP routes by selectively relaying pertinent routes instead of + the entire set. + + If this command is configured, the sender will only send the number of paths specified + in PATHS-LIMIT capability. + + To exchange this limit, both peers must support the PATHS-LIMIT capability. + .. clicmd:: neighbor PEER ttl-security hops NUMBER This command enforces Generalized TTL Security Mechanism (GTSM), as -- 2.39.5