diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2025-12-23 14:37:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-23 13:37:59 +0000 |
| commit | 8c0190a6cc9b7ae2b0d2f26205ab3601b35fe0b7 (patch) | |
| tree | ecf442ae6b09a7cea903eeb7e4a01a1aa728b774 /docs/_include/interface-evpn-uplink.txt | |
| parent | 3481dc487abe29d5f09e72f6bbdaaf1e3321056f (diff) | |
| download | vyos-documentation-8c0190a6cc9b7ae2b0d2f26205ab3601b35fe0b7.tar.gz vyos-documentation-8c0190a6cc9b7ae2b0d2f26205ab3601b35fe0b7.zip | |
DOC: Proofreading bonding.rst (#1721)
Diffstat (limited to 'docs/_include/interface-evpn-uplink.txt')
| -rw-r--r-- | docs/_include/interface-evpn-uplink.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/_include/interface-evpn-uplink.txt b/docs/_include/interface-evpn-uplink.txt index 3495361d..84b09727 100644 --- a/docs/_include/interface-evpn-uplink.txt +++ b/docs/_include/interface-evpn-uplink.txt @@ -1,10 +1,12 @@ .. 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. + **Configure this interface as an EVPN-MH uplink interface.** - A link can be setup for uplink tracking via the following example: + If all uplink interfaces on a PE device go down, this PE device loses access + to the VXLAN overlay. To prevent traffic blackholing, the PE device forces a + protocol shutdown (protodown) of its downstream EVPN-MH interfaces. + + The following example configures bond0 as an EVPN-MH uplink interface: .. code-block:: none |
