]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Document the maximum-paths command for bgp 9061/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 15 Jul 2021 12:10:10 +0000 (08:10 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 15 Jul 2021 12:10:10 +0000 (08:10 -0400)
This was apparently missing from our documentation.
Let's add it in.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
doc/user/bgp.rst

index ac17328325af7463ab23b84be77426e794d2337e..6b5a0087614b3503af6523a8e9f3b525b71ab3b7 100644 (file)
@@ -401,6 +401,22 @@ Route Selection
    paths learned from any of eBGP, iBGP, or confederation neighbors will
    be multipath if they are otherwise considered equal cost.
 
+.. clicmd:: maximum-paths (1-128)
+
+   Sets the maximum-paths value used for ecmp calculations for this
+   bgp instance in EBGP.  The maximum value listed, 128, can be limited by
+   the ecmp cli for bgp or if the daemon was compiled with a lower
+   ecmp value.  This value can also be set in ipv4/ipv6 unicast/labeled
+   unicast to only affect those particular afi/safi's.
+
+.. clicmd:: maximum-paths ibgp (1-128) [equal-cluster-length]
+
+   Sets the maximum-paths value used for ecmp calculations for this
+   bgp instance in IBGP.  The maximum value listed, 128, can be limited by
+   the ecmp cli for bgp or if the daemon was compiled with a lower
+   ecmp value.  This value can also be set in ipv4/ipv6 unicast/labeled
+   unicast to only affect those particular afi/safi's.
+
 .. _bgp-distance:
 
 Administrative Distance Metrics