diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-11 14:34:49 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-12 14:34:23 +0000 |
commit | 5da40d676a939884fb4fe8b74ad35efbce46c452 (patch) | |
tree | 47ff2df459ab999d499e06e5690b05976430e74f /docs/_include | |
parent | cab747169fc2571dd450888fd08420ea3dd9a078 (diff) | |
download | vyos-documentation-5da40d676a939884fb4fe8b74ad35efbce46c452.tar.gz vyos-documentation-5da40d676a939884fb4fe8b74ad35efbce46c452.zip |
evpn: T6306: add multihoming documentation
(cherry picked from commit 0ac48851041f43656e08988b2d33fe8eb93da28f)
Diffstat (limited to 'docs/_include')
-rw-r--r-- | docs/_include/interface-evpn-uplink.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/_include/interface-evpn-uplink.txt b/docs/_include/interface-evpn-uplink.txt new file mode 100644 index 00000000..3495361d --- /dev/null +++ b/docs/_include/interface-evpn-uplink.txt @@ -0,0 +1,11 @@ +.. cfgcmd:: set interfaces {{ var0 }} <interface> evpn uplink + + When all the underlay links go down the PE no longer has access + to the VxLAN +overlay. To prevent blackholing of traffic the + server/ES links are protodowned on the PE. + + A link can be setup for uplink tracking via the following example: + + .. code-block:: none + + set interfaces {{ var0 }} {{ var1 }} evpn uplink |