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
the export RT associated with the EVI. A receiving VTEP downloads information in the BGP EVPN route to EVIs that have a
matching import RT value.
You can autogenerate or manually configure the RT import and export for each EVI. In auto-EVI mode, RT autogenerates. In
manual EVI configuration mode, you can autogenerate or manually configure the RT.
The RT consists of a 2-octet type and a 6-octet value. If you autoconfigure a RT, the encoding format is different for a 2-byte
and 4-byte AS number (ASN):
● For a 2-byte ASN, the RT type is set to 0200 (Type 0 in RFC 4364). The RT value is encoded in the format that is described
in section 5.1.2.1 of RFC 8365: 2-octet-ASN: 4-octet-number, where the following values are used in the 4-octet-number
field:
○ Type: 1
○
D-ID: 0
○ Service-ID: VNI
● For a 4-byte ASN, the RT type is set to 0202 (Type 2 in RFC 4364). The RT value is encoded in the format: 4-octet-ASN:
2-octet-number, where the 2-octet-number field contains the EVI ID. In auto-EVI mode, the EVI ID is the same as the virtual
network ID (VNID). In 4-byte ASN deployment, OS10 supports RT autoconfiguration if the VNID-to-VNI mapping is the same
on all VTEPs.
NOTE: Dell Technologies recommends using manual route-target for interoperability with network equipment vendors.
Disable RT ASN in BGP EVPN
One of the CLOS Leaf-Spine fabric design with eBGP is to assign separate ASNs to each leaf node and the same ASN to all
spine nodes.
When an overlay using BGP-EVPN as the control-plane is deployed on such a fabric, the leaf acts as the VTEP or EVPN PE
(Provider Edge) node.
This means that EVPN Auto-RT derivation cannot be used as the RT auto-derivation includes the ASN of the PE; as a result, the
RTs derived on each PE will differ from each other.
New Auto-RT Format
The disable-rt-asn mode is a global system level mode that tells the system to use a proprietary format for auto-derived route
targets that deviates from the standard RT auto-derivation.
As this format does not include the ASN of the PE in the RT value, the RTs derived on all PEs with this command are identical
even if they belong to different ASNs.
Applying disable-rt-asn
Whenever the disable-rt-asn command is issued at the system level, the route-targets are re-evaluated and re-applied for
all existing EVIs and VRFs (Symmetric IRB) that are configured to use auto-derived Route-Targets. All EVPN routes are
re-advertised with the new Route-Target. Any Remote MAC addresses or ARPs previously installed based on old EVPN Routes
received with mismatched RTs are removed.
These changes apply to the following modes:
Auto-EVI mode - All EVIs and VRFs.
Manual-EVI mode - All EVIs and VRFs that have auto-rt configured for import or export or both.
When the no disable-rt-asn command is issued, the Route-targets on all EVIs fall-back to the standard based value, all EVPN
routes are re-advertised.
VLT Mismatch
The show vlt mismatch command displays mismatch in the disable-rt-asn mode between the VLT Peers.
Configure BGP EVPN for VXLAN
To set up BGP EVPN service in a VXLAN overlay network:
1. Configure the VXLAN overlay network. If you enable routing for VXLAN virtual networks, Integrated Routing and Bridging
(IRB) for BGP EVPN is automatically enabled. For more information, see Configure VXLAN.
2. Configure BGP to advertise EVPN routes.
BGP EVPN for VXLAN
53