Deployment Guide

28 VCF on VxRail Multirack Deployment using BGP EVPN
1. Configure general switch settings, including management and NTP source.
OS10# configure terminal
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# no ip address dhcp
OS10(conf-if-ma-1/1/1)# ip address 100.67.198.32/24
OS10(conf-if-ma-1/1/1)# exit
OS10(config)# management route 100.67.0.0/16 managementethernet
OS10(config)# hostname sfo01-Leaf01A
sfo01-Leaf01A(config)# ntp server 100.67.10.20
sfo01-Leaf01A(config)# bfd enable
sfo01-Leaf01A(config)# ipv6 mld snooping enable
2. Configure a loopback interface for the Router ID using the following command:
sfo01-Leaf01A(config)# interface loopback 0
sfo01-Leaf01A(conf-if-lo-0)# description Router-ID
sfo01-Leaf01A(conf-if-lo-0)# no shutdown
sfo01-Leaf01A(conf-if-lo-0)# ip address 10.0.2.1/32
sfo01-Leaf01A(conf-if-lo-0)# exit
3. Configure a loopback interface for NVE.
sfo01-Leaf01A(config)# interface loopback 2
sfo01-Leaf01A(conf-if-lo-2)# description nve_loopback
sfo01-Leaf01A(conf-if-lo-2)# no shutdown
sfo01-Leaf01A(conf-if-lo-2)# ip address 10.222.222.1/32
sfo01-Leaf01A(conf-if-lo-2)# exit
4. Configure the loopback interface for the VXLAN source tunnel interface.
sfo01-Leaf01A(config)# nve
sfo01-Leaf01A(config-nve)# source-interface loopback2
sfo01-Leaf01A(config-nve)# exit
5. Using the following commands, configure the VXLAN virtual networks:
sfo01-Leaf01A(config)# virtual-network 1641
sfo01-Leaf01A(config-vn)# vxlan-vni 1641
sfo01-Leaf01A(config-vn)# exit
sfo01-Leaf01A(config)# virtual-network 1642
sfo01-Leaf01A(config-vn)# vxlan-vni 1642
sfo01-Leaf01A(config-vn)# exit
sfo01-Leaf01A(config)# virtual-network 1643
sfo01-Leaf01A(config-vn)# vxlan-vni 1643
sfo01-Leaf01A(config-vn)# exit
sfo01-Leaf01A(config)# virtual-network 3939
sfo01-Leaf01A(config-vn)# vxlan-vni 3939
sfo01-Leaf01A(config-vn)# exit