Explain EVPN-VXLAN Flashcards
How to Explain EVPN-VXLAN (as an Architect) (5 cards)
What problem does EVPN-VXLAN solve?
In legacy data centers, traditional VLANs and STP-based L2 networks don’t scale. As east-west traffic grew, we needed a fabric that could scale L2/L3 services across the DC.
How would you define EVPN and VXLAN?
- VXLAN is a data-plane encapsulation that allows us to extend L2 domains over L3 infrastructure.
- EVPN is the BGP-based control plane that enables us to advertise MAC and IP reachability between VTEPs.
What are the Key Design Elements of EVPN-VXLAN?
- IP or BGP underlay for reachability between VTEPs.
- VTEP (VXLAN Tunnel Endpoint) on the leaf switches.
- VXLAN (data plane) used to encapsulate traffic over the IP underlay.
- EVPN (control plane) uses MP-BGP to advertise MAC/IP (Type-2) and prefix (Type-5) routes.
- Spine switches act as EVPN route reflectors to scale the control plane.
- MLAG to dual hone servers at Leaf switches.
- Direct any cast gateways at Leaf switches.
Explain the L3 Gateway Strategy?
We deploy distributed anycast gateways using ip virtual-router address on each leaf, allowing local L3 routing at the edge and removing the need to hairpin traffic through core routers.
Summarize the Benefits of EVPN-VXLAN.
- The EVPN-VXLAN design provides Layer 2 scalability.
- Separation of the control and data planes.
- It’s vendor-neutral.
- Supports automation using templates or CVP/Ansible.
Control Plane: BGP EVPN advertises MAC addresses, IPs, and VTEPs proactively.
Data Plane: VXLAN handles actual packet forwarding over the underlay.