]> git.proxmox.com Git - mirror_frr.git/commitdiff
user: document neighbor ... solo config
authorLou Berger <lberger@labn.net>
Wed, 15 Aug 2018 03:58:25 +0000 (23:58 -0400)
committerLou Berger <lberger@labn.net>
Wed, 15 Aug 2018 03:58:25 +0000 (23:58 -0400)
Signed-off-by: Lou Berger <lberger@labn.net>
doc/user/bgp.rst

index 734c9cabd0ab58cd0f09c6daa1d345d374318500..f1209c21728c04fb0ea827164a5892231c8ac174 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^