summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-15 07:54:08 -0400
committerGitHub <noreply@github.com>2018-08-15 07:54:08 -0400
commitc4a811668dce557da0ca014765a526fdd01bcbce (patch)
tree607f2b13e976ab13cbeed61ba35af6a444a2c527
parent94cb1f61a4096f601bb35f58108228121302f95d (diff)
parent199ad5c47fd4cf53b19df6aaefa656732ea816a7 (diff)
Merge pull request #2843 from LabNConsulting/working/lb/doc-solo
bgpd: document how to avoid reflecting advertised information back to originator
-rw-r--r--doc/user/bgp.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index 734c9cabd0..f1209c2172 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -879,6 +879,14 @@ Peer Filtering
Peer Groups
^^^^^^^^^^^
+Peer groups are used to help improve scaling by generating the same
+update information to all members of a peer group. Note that this means
+that the routes generated by a member of a peer group will be sent back
+to that originating peer with the originator identifier attribute set to
+indicated the originating peer. All peers not associated with a
+specific peer group are treated as belonging to a default peer group,
+and will share updates.
+
.. index:: neighbor WORD peer-group
.. clicmd:: neighbor WORD peer-group
@@ -889,6 +897,13 @@ Peer Groups
This command bind specific peer to peer group WORD.
+.. index:: neighbor PEER solo
+.. clicmd:: neighbor PEER solo
+
+ This command is used to indicate that routes advertised by the peer
+ should not be reflected back to the peer. This command only is only
+ meaningful when there is a single peer defined in the peer-group.
+
Capability Negotiation
^^^^^^^^^^^^^^^^^^^^^^