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 24, 2024
1 parent 00b5c67 commit 429263d
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 fqdn

Allow BGP to negotiate the FQDN Capability with its peers.

FQDN Capability defines a new BGP message (CAPABILITY) allowing the
use of peer's name and domain name.

This capability is activated by default. The ''no neighbor PEER capability
fqdn'' avoid negotiation of that capability. This is usefull for peer that
are not supporting this 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 429263d

Please sign in to comment.