Skip to content

Commit 360e63e

Browse files
committed
EVPN changes
1 parent b1ed592 commit 360e63e

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

  • content/cumulus-linux-517/Network-Virtualization/Ethernet-Virtual-Private-Network-EVPN

content/cumulus-linux-517/Network-Virtualization/Ethernet-Virtual-Private-Network-EVPN/_index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,20 @@ Cumulus Linux fully supports EVPN as the control plane for VXLAN, including for
2727
- IPv6 tenant routing.
2828
- <span class="a-tooltip">[ECMP](## "Equal Cost Multi Path")</span> for overlay networks on NVIDIA Spectrum-A1 ASICs. ECMP occurs in the overlay when there are multiple next hops.
2929
- Head end replication is on by default.
30-
- EVPN VXLAN over an IPv6 underlay on switches with Spectrum-2 and later. The network fabric supports either an IPv4 or IPv6 underlay network but not both at the same time. MLAG, MAC mobility, and interoperability with an IPv4-based VTEP are not supported.
30+
- EVPN VXLAN IPv6 VTEP on switches with Spectrum-2 and later. The network fabric supports either an IPv4 or IPv6 VTEP address in the VXLAN fabric but not both at the same time. The IPv6 VTEP address must be a GUA routable address.
31+
32+
EVPN VXLAN IPv6 VTEP does not support:
33+
- MAC (host) mobility.
34+
- PIM multicast-based BUM handling.
35+
- Interoperability with IPv4 and IPv6 VTEPs in the fabric.
36+
- Dual stack VXLAN mode (with both an IPv4 and IPv6 VTEP source address)
37+
- MLAG.
38+
- Static VXLAN tunnels.
39+
- Downstream VNIs.
40+
- The NVUE `nv set nve vxlan source address` command `auto` setting, which is applicable only for IPv4 VXLAN tunnels. If you want to configure IPv6 VXLAN tunnels, you must set the VXLAN source IP address manually as an IPv6 GUA address.
41+
3142
{{%notice note%}}
32-
EVPN VXLAN over an IPv6 underlay is a Beta feature.
43+
EVPN VXLAN IPv6 VTEP is a Beta feature.
3344
{{%/notice%}}
3445

3546
Cumulus Linux supports the EVPN address family with both <span class="a-tooltip">[eBGP](## "external BGP")</span> and <span class="a-tooltip">[iBGP](## "internal BGP")</span> peering. If you configure underlay routing with eBGP, you can use the same eBGP session to carry EVPN routes. In a typical 2-tier Clos network where the leafs are VTEPs, if you use eBGP sessions between the leafs and spines for underlay routing, the same sessions exchange EVPN routes. The spine switches act as *route forwarders* and do not install any forwarding state as they are not VTEPs. When the switch exchanges EVPN routes over iBGP peering, you can use OSPF as the IGP or resolve next hops using iBGP.

0 commit comments

Comments
 (0)