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
Since VTEP relies on service nodes to replicate BUM traffic, we need a mechanism to monitor the connectivity between the
VTEP and the service nodes. BFD can be used to monitor the connectivity between the VTEP and service nodes, and detects
failures. The NSX controller provides parameters, such as the minimum TX and RX interval, and the multiplier, to initiate the BFD
session between the VTEP and the service nodes. To establish a BFD session, enable the BFD on the controller and the VTEP.
To enable BFD in the VTEP, use bfd enable command.
NOTE:
In controller-provisioned VXLAN, the VTEP establishes a BFD session with the service nodes using the controller-
provided parameters instead of the parameters configured at the VTEP.
If BFD is not enabled in the VTEP, the VTEP uses IP reachability information to monitor connectivity to the service node.
To view established sessions, use the show bfd neighbors command.
OS10# show bfd neighbors
* - Active session role
-----------------------------------------------------------------------------------------
-
LocalAddr RemoteAddr Interface State RxInt TxInt Mult VRF Clients
-----------------------------------------------------------------------------------------
-
* 55.55.5.5 2.2.2.2 virtual-network0 up 1000 1000 3 default vxlan
* 55.55.5.5 2.2.2.3 virtual-network0 up 1000 1000 3 default vxlan
View replicators
To view the state of the replicators, use the show nve replicators command.
● Show output with details about the replicators received from the controller.
OS10# show nve replicators
Codes: * - Active Replicator
BFD Status:Enabled
Replicators State
-----------------------
2.2.2.3 Up
2.2.2.2 Up
150
Controller-provisioned VXLAN