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 44bf664 commit f7084f7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion doc/user/bgp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <A.B.C.D|X:X::X:X|WORD> accept-own

Enable handling of self-originated VPN routes containing ``accept-own`` community.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f7084f7

Please sign in to comment.