summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrancois Dumontet <francois.dumontet@6wind.com>2024-01-22 14:29:48 +0100
committerFrancois Dumontet <francois.dumontet@6wind.com>2024-02-02 11:31:47 +0100
commitd034d1954a544ea24875ccee6c09a991dc6d65e7 (patch)
tree390b50df49b3f160d0b16fb3ce1b0c9e38734c1a /doc
parent220c0635a85d4955883135459954782c5755270c (diff)
doc: add neighbor PEER capability fqdn command
improve bgp doc Signed-off-by: Francois Dumontet <francois.dumontet@6wind.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/bgp.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index 540fa6d407..914e879e31 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -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.
@@ -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.