summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-09-28 15:50:55 -0400
committerGitHub <noreply@github.com>2023-09-28 15:50:55 -0400
commit00d998fb6322675ccc93f0eedec5d5c3758393ac (patch)
treeadb0f7f15ae41681653775a331cfd5f004e8ce1c /doc
parent1001a578eaab6acc6c5982176491fa9a427c853f (diff)
parent67e1800e84711339ae8a3469a8136507fbbe68a3 (diff)
Merge pull request #14503 from opensourcerouting/fix/add_bgp_neighbor_capability_dynamic
doc: Add `neighbor capability dynamic` command
Diffstat (limited to 'doc')
-rw-r--r--doc/user/bgp.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index 210ae447a1..36eb8315f7 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -1717,6 +1717,16 @@ Configuring Peers
turning on this command will allow BGP to install v4 routes with
v6 nexthops if you do not have v4 configured on interfaces.
+.. clicmd:: neighbor PEER capability dynamic
+
+ Allow BGP to negotiate the Dynamic Capability with its peers.
+
+ Dynamic Capability defines a new BGP message (CAPABILITY) that can be used
+ to set/unset BGP capabilities without bringing down a BGP session.
+
+ This includes changing graceful-restart (LLGR also) timers,
+ enabling/disabling add-path, and other supported capabilities.
+
.. clicmd:: neighbor <A.B.C.D|X:X::X:X|WORD> accept-own
Enable handling of self-originated VPN routes containing ``accept-own`` community.