summaryrefslogtreecommitdiffstats
path: root/doc/user/bgp.rst
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-09-28 21:50:55 +0200
committerGitHub <noreply@github.com>2023-09-28 21:50:55 +0200
commit00d998fb6322675ccc93f0eedec5d5c3758393ac (patch)
treeadb0f7f15ae41681653775a331cfd5f004e8ce1c /doc/user/bgp.rst
parentMerge pull request #14483 from opensourcerouting/fix/ignore_setting_ttl_for_n... (diff)
parentdoc: Add `neighbor capability dynamic` command (diff)
downloadfrr-00d998fb6322675ccc93f0eedec5d5c3758393ac.tar.xz
frr-00d998fb6322675ccc93f0eedec5d5c3758393ac.zip
Merge pull request #14503 from opensourcerouting/fix/add_bgp_neighbor_capability_dynamic
doc: Add `neighbor capability dynamic` command
Diffstat (limited to 'doc/user/bgp.rst')
-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 210ae447a..36eb8315f 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.