diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-07-17 21:25:39 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-07-18 08:42:48 +0200 |
commit | 30db5445083eed4a82fc51e7b267658d5b91b28a (patch) | |
tree | 0d220fe0d69b884e15746c88a14c8c7b50452055 /doc/user/bgp.rst | |
parent | tests: Add SPDX-License-Identifier for bgp_software_version topotest (diff) | |
download | frr-30db5445083eed4a82fc51e7b267658d5b91b28a.tar.xz frr-30db5445083eed4a82fc51e7b267658d5b91b28a.zip |
bgpd: Send software-version capability by default
Useful to have it for datacenter profile only, disabled for traditional.
If the peer is not established or established, but has no description set,
we will show the FRR version instead, which is kinda handy to have instead of
nothing.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc/user/bgp.rst')
-rw-r--r-- | doc/user/bgp.rst | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index f09512de3..094a585e3 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1813,6 +1813,28 @@ Configuring Peers outputs. It's easier to troubleshoot if you have a number of BGP peers and a number of routes to check. +.. clicmd:: bgp default software-version-capability + + This command enables software version capability advertisement by default + for all the neighbors. + + For ``datacenter`` profile, this is enabled by default. + + .. code-block:: frr + + IPv4 Unicast Summary (VRF default): + BGP router identifier 10.0.0.6, local AS number 65001 vrf-id 0 + BGP table version 12 + RIB entries 23, using 4600 bytes of memory + Peers 3, using 2174 KiB of memory + + Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt Desc + 10.0.0.4 4 65001 20 22 12 0 0 00:00:11 5 12 FRRouting/8.5.1 + 10.0.0.5 4 65001 21 22 12 0 0 00:00:11 5 12 FRRouting/9.0 + 192.168.67.7 4 65001 27 31 12 0 0 00:00:23 2 10 FRRouting/9.1-dev-MyOwnFRRVersion-g3c8c08dcd9 + + Total number of neighbors 3 + .. clicmd:: neighbor PEER advertisement-interval (0-600) Setup the minimum route advertisement interval(mrai) for the @@ -2624,7 +2646,7 @@ BGP Extended Communities in Route Map .. clicmd:: set extcomumnity color EXTCOMMUNITY This command sets colors values. - + .. clicmd:: set extcommunity bandwidth <(1-25600) | cumulative | num-multipaths> [non-transitive] This command sets the BGP link-bandwidth extended community for the prefix |