diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-11 08:20:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-11 08:20:11 -0400 |
| commit | c5531970d21c20ed73282c9b960e61deb72886bc (patch) | |
| tree | 4b0764c516a690de036c7b19b7b0691975d85e2f | |
| parent | b2a18903e7108ae42c523dacdd00bf19d8ea1f1c (diff) | |
| parent | 164786a94131714a2bdb7fd76e5d93b8dd48fa45 (diff) | |
Merge pull request #6888 from qlyoung/doc-ebgp-mulithop
doc: document effect of ebgp-multihop
| -rw-r--r-- | doc/user/bgp.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index db0776adba..d79f71bfe3 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1222,6 +1222,11 @@ Configuring Peers .. index:: [no] neighbor PEER ebgp-multihop .. clicmd:: [no] neighbor PEER ebgp-multihop + Specifying ``ebgp-multihop`` allows sessions with eBGP neighbors to + establish when they are multiple hops away. When the neighbor is not + directly connected and this knob is not enabled, the session will not + establish. + .. index:: [no] neighbor PEER description ... .. clicmd:: [no] neighbor PEER description ... |
