23
Dell EMC VxRail Multirack Deployment Guide
5.5
Configure Virtual Extensible LANs (VXLAN)
To configure Virtual Extensible LANs (VXLAN) perform the following steps:
1. Enter the following commands to configure a loopback interface and add it to OSPF area 0:
sfo01-leaf03(config)#
interface loopback 0
sfo01-leaf03(conf-if-lo-0)#
ip address 10.222.222.3/32
sfo01-leaf03(conf-if-lo-0)#
ip ospf 1 area 0.0.0.0
sfo01-leaf03(conf-if-lo-0)#
exit
2. To configure the loopback interface as the VXLAN source tunnel interface, enter the following
commands:
sfo01-leaf03(config)#
nve
sfo01-leaf03(conf-nve)#
source-interface loopback0
sfo01-leaf03(conf-nve)#
exit
3. Enter the following commands to configure the VXLAN virtual network 1631, VxRail external
management traffic, with a virtual network interface (VNI) and the appropriate remote VTEPs:
sfo01-leaf03(config)#
virtual-network 1631
sfo01-leaf03(conf-vn-1631)#
description sfo01-w01-
vxrail_external_management
sfo01-leaf03(conf-vn-1631)#
vxlan-vni 1631
sfo01-leaf03(conf-vn-vxlan-vni)#
remote-vtep 10.222.222.4
sfo01-leaf03(conf-vn-vxlan-vni)#
remote-vtep 10.222.222.64
sfo01-leaf03(conf-vn-vxlan-vni)#
exit
sfo01-leaf03(conf-vn-1631)#
exit
4. Enter the following commands to configure the VXLAN virtual network 3939, VxRail internal
management traffic, with a virtual network interface (VNI) and the appropriate remote VTEPs:
sfo01-leaf03(config)#
virtual-network 3939
sfo01-leaf03(conf-vn-3939)#
description sfo01-w01-
vxrail_internal_management
sfo01-leaf03(conf-vn-3939)#
vxlan-vni 3939
sfo01-leaf03(conf-vn-vxlan-vni)#
remote-vtep 10.222.222.4
sfo01-leaf03(conf-vn-vxlan-vni)#
exit
sfo01-leaf03(conf-vn-3939)#
exit
5. Enter the following commands to configure the VXLAN virtual network 1632, vMotion traffic, with a
virtual network interface (VNI) and the appropriate remote VTEPs:
sfo01-leaf03(config)#
virtual-network 1632
sfo01-leaf03(conf-vn-1632)#
description sfo01-w01-vmotion
sfo01-leaf03(conf-vn-1632)#
vxlan-vni 1632
sfo01-leaf03(conf-vn-vxlan-vni)#
remote-vtep 10.222.222.4
sfo01-leaf03(conf-vn-vxlan-vni)#
remote-vtep 10.222.222.64
sfo01-leaf03(conf-vn-vxlan-vni)#
exit
sfo01-leaf03(conf-vn-1632)#
exit
6. Enter the following commands to configure the VXLAN virtual network 1633, vSAN traffic, with a
virtual network interface (VNI) and the appropriate remote VTEPs: