Deployment Guide

29 VCF on VxRail Multirack Deployment using BGP EVPN
6. Assign the VLAN member interfaces to virtual networks.
sfo01-Leaf01A(config)# interface vlan1641
sfo01-Leaf01A(config-if-vl-1641)# description sfo-w02-mgmt
sfo01-Leaf01A(config-if-vl-1641)# virtual-network 1641
sfo01-Leaf01A(config-if-vl-1641)# no shutdown
sfo01-Leaf01A(config-if-vl-1641)# mtu 9216
sfo01-Leaf01A(config-if-vl-1641)# exit
sfo01-Leaf01A(config)# interface vlan1642
sfo01-Leaf01A(config-if-vl-1642)# virtual-network 1642
sfo01-Leaf01A(config-if-vl-1642)# description sfo-w02-vmotion
sfo01-Leaf01A(config-if-vl-1642)# no shutdown
sfo01-Leaf01A(config-if-vl-1642)# mtu 9216
sfo01-Leaf01A(config-if-vl-1642)# exit
sfo01-Leaf01A(config)# interface vlan1643
sfo01-Leaf01A(config-if-vl-1643)# virtual-network 1643
sfo01-Leaf01A(config-if-vl-1643)# description sfo-w02-san
sfo01-Leaf01A(config-if-vl-1643)# no shutdown
sfo01-Leaf01A(config-if-vl-1643)# mtu 9216
sfo01-Leaf01A(config-if-vl-1643)# exit
sfo01-Leaf01A(config)# interface vlan3939
sfo01-Leaf01A(config-if-vl-3939)# description vxrail-mgmt
sfo01-Leaf01A(config-if-vl-3939)# virtual-network 3939
sfo01-Leaf01A(config-if-vl-3939)# ipv6 mld snooping querier
sfo01-Leaf01A(config-if-vl-3939)# no shutdown
sfo01-Leaf01A(config-if-vl-3939)# mtu 9216
sfo01-Leaf01A(config-if-vl-3939)# exit
Note: Enable the ipv6 mld snooping querier on any logical network that requires multicast support.
7. Configure access ports as VLAN members for a switch-scoped VLAN-to-VNI mapping. VLAN 1641 is
untagged to accommodate ESXi management, which is configured by default as untagged on the
management VMkernel. The remaining VLANs are tagged to support the tagging from the default
VxRail created vDS.
sfo01-Leaf01A(config)# interface ethernet1/1/3
sfo01-Leaf01A(conf-if-eth1/1/1)# description sfo01w02vxrail01
sfo01-Leaf01A(conf-if-eth1/1/1)# no shutdown
sfo01-Leaf01A(conf-if-eth1/1/1)# switchport mode trunk
sfo01-Leaf01A(conf-if-eth1/1/1)# switchport access vlan 1641
sfo01-Leaf01A(conf-if-eth1/1/1)# switchport trunk allowed vlan 1642-
1643,3939
sfo01-Leaf01A(conf-if-eth1/1/1)# mtu 9216
sfo01-Leaf01A(conf-if-eth1/1/1)# spanning-tree port type edge
sfo01-Leaf01A(conf-if-eth1/1/1)# flowcontrol receive on
sfo01-Leaf01A(conf-if-eth1/1/1)# flowcontrol transmit off
sfo01-Leaf01A(conf-if-eth1/1/1)# exit
sfo01-Leaf01A(config)# interface ethernet1/1/4
sfo01-Leaf01A(conf-if-eth1/1/2)# description sfo01w02vxrail02
sfo01-Leaf01A(conf-if-eth1/1/2)# no shutdown
sfo01-Leaf01A(conf-if-eth1/1/2)# switchport mode trunk