From 67e1800e84711339ae8a3469a8136507fbbe68a3 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 28 Sep 2023 13:13:52 +0300 Subject: [PATCH] doc: Add `neighbor capability dynamic` command Signed-off-by: Donatas Abraitis --- doc/user/bgp.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 1431cbdd28..1dc8dce9ad 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1708,6 +1708,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 accept-own Enable handling of self-originated VPN routes containing ``accept-own`` community. -- 2.39.5