Deployment Guide
Table Of Contents
- VXLAN and BGP EVPN Configuration Guide for Dell EMC SmartFabric OS10 Release 10.5.2
- VXLAN
- VXLAN concepts
- VXLAN as NVO solution
- Configure VXLAN
- L3 VXLAN route scaling
- DHCP relay on VTEPs
- View VXLAN configuration
- VXLAN MAC addresses
- Example: VXLAN with static VTEP
- Controller-provisioned VXLAN
- BGP EVPN for VXLAN
- BGP EVPN compared to static VXLAN
- VXLAN BGP EVPN operation
- Configure BGP EVPN for VXLAN
- BGP EVPN with VLT
- VXLAN BGP EVPN routing
- 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
- Example - VXLAN BGP EVPN symmetric IRB with unnumbered BGP peering
- Example - Route leaking across VRFs in a VXLAN BGP EVPN symmetric IRB topology
- Example: Migrating from Asymmetric IRB to Symmetric IRB
- 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
- VXLAN BGP commands
- VXLAN commands
- hardware overlay-routing-profile
- interface virtual-network
- ip virtual-router address
- ip virtual-router mac-address
- member-interface
- nve
- remote-vtep
- 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 EVPN commands
- Support resources
- Index
View the VXLAN virtual-network VLAN
OS10# show virtual-network vlan 100
Vlan Virtual-network Interface
100 1000 ethernet1/1/1,ethernet1/1/2
100 5000 ethernet1/1/2
View the VXLAN virtual-network VLANs
OS10# show vlan
Codes: * - Default VLAN, M - Management VLAN, R - Remote Port Mirroring VLANs,
@ – Attached to Virtual Network
Q: A - Access (Untagged), T - Tagged
NUM Status Description Q Ports
* 1 up A Eth1/1/1-1/1/48
@ 100 up T Eth1/1/2,Eth1/1/3
A Eth1/1/1
@ 101 up T port-channel5
200 up T Eth1/1/11-1/1/15
View the VXLAN virtual-network statistics
OS10# show virtual-network counters
Virtual-Network Input (Packets/Bytes) Output (Packets/Bytes)
1000 857/8570 257/23709
2000 457/3570 277/13709
OS10# show virtual-network counters interface 1/1/3 vlan 100
Virtual-Network Input (Packets/Bytes) Output (Packets/Bytes)
1000 857/8570 257/23709
2000 457/3570 277/13709
NOTE:
Using flex counters, OS10 may display additional packets in the Output field number, but the additional packets do
not transmit. For an accurate count, use the Output Bytes number.
View the VXLAN remote VTEPs
OS10# show nve remote-vtep summary
Remote-VTEP State
----------------------
2.2.2.2 up
OS10# show nve remote-vtep
Codes: DP - MAC-learn Dataplane, CP - MAC-learn Controlplane, UUD - Unknown-Unicast-Drop
IP Address: 2.2.2.2, State: up, Encap: VxLAN
VNI list: 10000(DP), 200(DP), 300(DP)
View the VXLAN statistics on the remote VTEPs
OS10# show nve remote-vtep counters
Remote-VTEP Input (Packets/Bytes) Output (Packets/Bytes)
----------------------------------------------------------------------
10.10.10.10 857/8570 257/23709
20.20.20.20 457/3570 277/13709
View the VXLAN virtual network by VNID
OS10# show nve vxlan-vni
VNI Virtual-Network Source-IP Remote-VTEPs
------------------------------------------------------
101 101 44.44.44.44 11.11.11.11,22.22.22.22,33.33.33.33
102 102 44.44.44.44 11.11.11.11,22.22.22.22,33.33.33.33
103 103 44.44.44.44 11.11.11.11,22.22.22.22,33.33.33.33
104 104 44.44.44.44 11.11.11.11,22.22.22.22,33.33.33.33
View VXLAN routing between virtual networks
VXLAN
17