Skip to content

Commit

Permalink
doc: add neighbor PEER capability fqdn 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 authored and cscarpitta committed Feb 9, 2024
1 parent b9a2908 commit a879813
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion doc/user/bgp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,18 @@ 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 +2133,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 a879813

Please sign in to comment.