diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-07-15 14:10:10 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-07-15 14:10:10 +0200 |
commit | 4a09f22f3d385589ee1a3d89aeb9595f993b447c (patch) | |
tree | 636c71b3de2fc97f0679c0d4391e16dbaeaa0c71 /doc | |
parent | Merge pull request #9041 from taspelund/next-hop-self-force-doc (diff) | |
download | frr-4a09f22f3d385589ee1a3d89aeb9595f993b447c.tar.xz frr-4a09f22f3d385589ee1a3d89aeb9595f993b447c.zip |
doc: Document the maximum-paths command for bgp
This was apparently missing from our documentation.
Let's add it in.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index ac1732832..6b5a00876 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -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 |