diff options
| author | Russ White <russ@riw.us> | 2021-03-30 10:26:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 10:26:57 -0400 |
| commit | 40bf85a391381d4fe4ca57b82b5f4b237c6b40da (patch) | |
| tree | d3a575fd9abe938e7f2e30c316f453f8fd1a6d09 /doc | |
| parent | 44f6359d08be849217d12c881c28a37e8b3d811c (diff) | |
| parent | 1a9cb083b755f20b63c2503e1ee81a2b723661d1 (diff) | |
Merge pull request #8056 from jmmikkel/peertype
bgpd: Add "bgp bestpath peer-type multipath-relax"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/bgp.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 61ed4d3e09..57c1ae65ff 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -394,6 +394,13 @@ Route Selection other measures were taken to avoid these. The exact behaviour will be sensitive to the iBGP and reflection topology. +.. clicmd:: bgp bestpath peer-type multipath-relax + + This command specifies that BGP decision process should consider paths + from all peers for multipath computation. If this option is enabled, + paths learned from any of eBGP, iBGP, or confederation neighbors will + be multipath if they are otherwise considered equal cost. + .. _bgp-distance: Administrative Distance Metrics |
