diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-09-28 15:50:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-28 15:50:55 -0400 |
| commit | 00d998fb6322675ccc93f0eedec5d5c3758393ac (patch) | |
| tree | adb0f7f15ae41681653775a331cfd5f004e8ce1c /doc | |
| parent | 1001a578eaab6acc6c5982176491fa9a427c853f (diff) | |
| parent | 67e1800e84711339ae8a3469a8136507fbbe68a3 (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.rst | 10 |
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. |
