Skip to content

Commit

Permalink
doc: add neighbor PEER dont-capability-negotiate hostname command
Browse files Browse the repository at this point in the history
improve bgp doc

Signed-off-by: Francois Dumontet <[email protected]>
  • Loading branch information
fdumontet6WIND committed Jan 22, 2024
1 parent ff9bdbf commit 52c277e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/user/bgp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2118,7 +2118,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.
Expand Down Expand Up @@ -2148,6 +2147,16 @@ Capability Negotiation
hostname support, AS4, Addpath, Route Refresh, ORF, Dynamic Capabilities,
and graceful restart.

.. clicmd:: neighbor PEER dont-capability-negotiate hostname

Suppress sending hostname Capability in Negotiation as OPEN message
optional parameter to the peer. This command only affects the peer.

When remote peer does not support nor hostname capability feature and
nor capability negotiation feature, remote peer will not respond to the
OPEN with hostname capability. In that case, bgp tries to configures
the peer without the hostname capability.

.. clicmd:: neighbor PEER override-capability

Override the result of Capability Negotiation with local configuration.
Expand Down

0 comments on commit 52c277e

Please sign in to comment.