diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 11bd67674090..6e1915475934 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1789,6 +1789,20 @@ Configuring Peers This includes changing graceful-restart (LLGR also) timers, enabling/disabling add-path, and other supported capabilities. + +.. clicmd:: neighbor PEER capability hostname + + Allow BGP to negotiate the Hostname Capability with its peers. + + Hostname Capability defines a new BGP message (CAPABILITY) that can be used + to use the peer's name. + + This capability is activated by default. The ''no neighbor PEER capability + hostname'' avoid negotiation of that capability. This is usefull for peer + not supporting that capability and nor supporting BGP Capabilities + Negotiation RFC 2842. + + .. clicmd:: neighbor accept-own Enable handling of self-originated VPN routes containing ``accept-own`` community. @@ -2118,7 +2132,6 @@ Capability Negotiation .. clicmd:: neighbor PEER strict-capability-match - Strictly compares remote capabilities and local capabilities. If capabilities are different, send Unsupported Capability error then reset connection.