diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-11 14:34:49 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-11 14:34:49 +0200 |
commit | 0ac48851041f43656e08988b2d33fe8eb93da28f (patch) | |
tree | c5b67b79bf83781c430eebe37804859bc869d18c /docs/_include | |
parent | 40fa9d8bfc9015e25cb84f7806f050d331bd6d39 (diff) | |
download | vyos-documentation-0ac48851041f43656e08988b2d33fe8eb93da28f.tar.gz vyos-documentation-0ac48851041f43656e08988b2d33fe8eb93da28f.zip |
evpn: T6306: add multihoming documentation
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 |