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 26, 2024
1 parent ab2ba16 commit 7efdf5d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/user/bgp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,15 @@ 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 useful for peers who are not supporting this capability or 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 @@ -2121,7 +2130,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 7efdf5d

Please sign in to comment.