Deployment Guide
Table Of Contents
- VXLAN and BGP EVPN Configuration Guide for Dell EMC SmartFabric OS10 Release 10.5.0
- VXLAN
- VXLAN concepts
- VXLAN as NVO solution
- Configure VXLAN
- L3 VXLAN route scaling
- Overlay ECMP for L3 prefix routes
- DHCP relay on VTEPs
- View VXLAN configuration
- VXLAN MAC addresses
- VXLAN commands
- hardware overlay-ecmp-profile mode
- hardware overlay-routing-profile
- interface virtual-network
- ip virtual-router address
- ip virtual-router mac-address
- member-interface
- nve
- remote-vtep
- show hardware overlay-ecmp-profile mode
- show hardware overlay-routing-profile mode
- show interface virtual-network
- show nve remote-vtep
- show nve remote-vtep counters
- show nve vxlan-vni
- show virtual-network
- show virtual-network counters
- show virtual-network interface counters
- show virtual-network interface
- show virtual-network vlan
- show vlan (virtual network)
- source-interface loopback
- virtual-network
- virtual-network untagged-vlan
- vxlan-vni
- VXLAN MAC commands
- clear mac address-table dynamic nve remote-vtep
- clear mac address-table dynamic virtual-network
- show mac address-table count extended
- show mac address-table count nve
- show mac address-table count virtual-network
- show mac address-table extended
- show mac address-table nve
- show mac address-table virtual-network
- Example: VXLAN with static VTEP
- BGP EVPN for VXLAN
- BGP EVPN compared to static VXLAN
- VXLAN BGP EVPN operation
- Disable RT ASN in BGP EVPN
- Configure BGP EVPN for VXLAN
- VXLAN BGP EVPN routing
- BGP EVPN with VLT
- VXLAN BGP commands
- VXLAN EVPN commands
- Example: VXLAN with BGP EVPN
- Example: VXLAN BGP EVPN — Multiple AS topology
- Example: VXLAN BGP EVPN — Centralized L3 gateway
- Example: VXLAN BGP EVPN — Border leaf gateway with asymmetric IRB
- Example: VXLAN BGP EVPN—Symmetric IRB
- Controller-provisioned VXLAN
- Support resources
BGP EVPN for VXLAN
Ethernet Virtual Private Network (EVPN) is a control plane for VXLAN that reduces flooding in the network and resolves
scalability concerns. EVPN uses MP-BGP to exchange information between VTEPs. EVPN was introduced in RFC 7432 and is
based on BGP MPLS-based VPNs. RFC 8365 describes VXLAN-based EVPN.
The MP-BGP EVPN control plane provides protocol-based remote VTEP discovery, and MAC and ARP learning. This
configuration reduces flooding related to L2 unknown unicast traffic. The distribution of host MAC and IP reachability
information supports virtual machine (VM) mobility and scalable VXLAN overlay network designs.
The BGP EVPN protocol groups MAC addresses and ARP/neighbor addresses under EVPN instances (EVIs) to exchange them
between VTEPs. In OS10, each EVI is associated with a VXLAN VNI in 1:1 mapping.
Benefits of a BGP EVPN-based VXLAN
● Eliminates the flood-and-learn method of VTEP discovery by enabling control-plane learning of end-host L2 and L3
reachability information.
● Minimizes network flooding of unknown unicast and broadcast traffic through EVPN-based MAC and IP route
advertisements on local VTEPs.
● Provides support for host mobility.
NOTE: This feature is not supported on the N3248TE-ON platform.
Topics:
• BGP EVPN compared to static VXLAN
• VXLAN BGP EVPN operation
• Disable RT ASN in BGP EVPN
• Configure BGP EVPN for VXLAN
• VXLAN BGP EVPN routing
• BGP EVPN with VLT
• VXLAN BGP commands
• VXLAN EVPN commands
• Example: VXLAN with BGP EVPN
• Example: VXLAN BGP EVPN — Multiple AS topology
• Example: VXLAN BGP EVPN — Centralized L3 gateway
• Example: VXLAN BGP EVPN — Border leaf gateway with asymmetric IRB
• Example: VXLAN BGP EVPN—Symmetric IRB
BGP EVPN compared to static VXLAN
OS10 supports two types of VXLAN NVO overlay networks:
● Static VXLAN
● BGP EVPN
Configure and operate static VXLANs and BGP EVPNs for VXLAN in the same way:
● Manually configure the overlay and underlay networks.
● Manually configure each virtual network and VNI.
● Manually configure access port membership in a virtual network.
● Existing routing protocols provision and learn underlay reachability to VTEP peers.
However, static VXLANs and BGP EVPNs for VXLAN differ as described:
2
50 BGP EVPN for VXLAN