diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-03-09 10:44:38 +0200 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-03-20 17:11:14 +0200 | 
| commit | e2ac728c82f365b9e9f1f102d40c3c4e172a3b4f (patch) | |
| tree | ff49b9e19e5b1eaf58adac1e4ddbf660049c2a3b /doc/user/bgp.rst | |
| parent | 617d82e4ce9014a9fad820cd08411c1f19bf6edb (diff) | |
bgpd: Enable BGP dynamic capability by default for datacenter profile
Dynamic capability provides more value without resetting the sessions for some
important other capabilities to exchange, like: graceful-restart, addpath, orf,
fqdn, etc.
Since we support it already, enable it by default.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc/user/bgp.rst')
| -rw-r--r-- | doc/user/bgp.rst | 13 | 
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 9ae9508b02..3b8591fd52 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1816,7 +1816,7 @@ Configuring Peers     This includes changing graceful-restart (LLGR also) timers,     enabling/disabling add-path, and other supported capabilities. -.. clicmd:: neighbor PEER capability fqdn  +.. clicmd:: neighbor PEER capability fqdn     Allow BGP to negotiate the FQDN Capability with its peers. @@ -1825,7 +1825,7 @@ Configuring Peers     This capability is activated by default. The ``no neighbor PEER capability     fqdn`` avoid negotiation of that capability. This is useful for peers who -   are not supporting this capability or supporting BGP Capabilities  +   are not supporting this capability or supporting BGP Capabilities     Negotiation RFC 2842.  .. clicmd:: neighbor <A.B.C.D|X:X::X:X|WORD> accept-own @@ -1949,6 +1949,13 @@ 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 dynamic-capability + +   This command enables dynamic capability advertisement by default +   for all the neighbors. + +   For ``datacenter`` profile, this is enabled by default. +  .. clicmd:: bgp default software-version-capability     This command enables software version capability advertisement by default @@ -3219,7 +3226,7 @@ that the 2001:db8:2:2:: prefix is valid.  .. code-block:: frr -   r1# show bgp nexthop detail  +   r1# show bgp nexthop detail     Current BGP nexthop cache:      2001:db8:2:2:: valid [IGP metric 0], #paths 4       gate 2001:db8:12::2, if eth0  | 
