VXLAN cross connect
VXLAN cross connect is a tunneling mechanism used on VXLAN fabric that:
-
provides point-to-point data tunneling.
-
transports control packets (such as CDP, LLDP, LACP, STP, BFD, and PAGP) between VTEPs.
-
preserves all customer dot1q tags by encapsulating them within the provider VNI.
VXLAN cross connect is often referred to as xConnect .
VXLAN cross connect operational details
BGP EVPN signaling identifies endpoints based on how the provider VNI is stretched in the fabric. Each attachment circuit is associated with a unique provider VNI. When packets are sent, all inner customer tags are preserved and packets are encapsulated in the provider VNI using dot1q-tunnel . Upon decapsulation, the provider VNI forwards the packet to its attachment circuit and preserves all customer tags.
The supported tunnel combinations for VXLAN cross connect are:
-
physical interface to physical interface
-
port-channel to port-channel
-
mixed combinations of physical interface and port-channel
-
supported over both underlay types (ingress replication and multicast) or a combination of both
Feedback