diff options
| author | Russ White <russ@riw.us> | 2024-02-27 10:24:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 10:24:05 -0500 |
| commit | 879ca714edae31eba2a7e911becf42e5c15ba358 (patch) | |
| tree | 5ef73670df023237e0683d33943f80f2232e91eb /doc/user | |
| parent | 7ad689b6015bac8925ffd203128d99847a913f2c (diff) | |
| parent | 72f0e06824c237238121b96c45845a57e5cfb59f (diff) | |
Merge pull request #15273 from opensourcerouting/feature/paths_limit_capability
bgpd: Implement Paths-Limit capability
Diffstat (limited to 'doc/user')
| -rw-r--r-- | doc/user/bgp.rst | 11 |
1 files changed, 11 insertions, 0 deletions
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 <A.B.C.D|X:X::X:X|WORD> 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 |
