diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-07 22:11:00 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-07 22:19:40 +0300 |
| commit | db731ec6390dd54acbfabbc6654ae9485973cbda (patch) | |
| tree | 5c09232cfc0786bb256271bb2a0426f828671579 | |
| parent | 05cb9e55a76813e77d9b610d8cdd2800521c1db7 (diff) | |
doc: Add `neighbor addpath-tx-best-selected` command
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
| -rw-r--r-- | doc/user/bgp.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index f045ca239e..7737101947 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1669,6 +1669,10 @@ Configuring Peers Configure BGP to send best known paths to neighbor in order to preserve multi path capabilities inside a network. +.. clicmd:: neighbor <A.B.C.D|X:X::X:X|WORD> addpath-tx-best-selected (1-6) + + Configure BGP to calculate and send N best known paths to the neighbor. + .. clicmd:: neighbor <A.B.C.D|X:X::X:X|WORD> disable-addpath-rx Do not accept additional paths from this neighbor. |
