Deployment Guide

33 VCF on VxRail Multirack Deployment using BGP EVPN
sfo01-Leaf01A(conf-vlt-1)# exit
18. Configure the iBGP IPv4 peering between the VLT peers.
sfo01-Leaf01A(config)# router bgp 65101
sfo01-Leaf01A(config-router-bgp-65101)# neighbor 192.168.3.1
sfo01-Leaf01A(config-router-neighbor)# remote-as 65101
sfo01-Leaf01A(config-router-neighbor)# no shutdown
sfo01-Leaf01A(config-router-neighbor)# exit
19. Create a tenant VRF.
Note: An OS10 best practice is to isolate any virtual network traffic in a non-default VRF.
sfo01-Leaf01A(config)# ip vrf tenant1
sfo01-Leaf01A(conf-vrf)# exit
20. Configure the anycast gateway MAC address.
sfo01-Leaf01A(config)# ip virtual-router mac-address 00:01:01:01:01:01
21. Configure routing on virtual networks.
sfo01-Leaf01A(config)# interface virtual-network1641
sfo01-Leaf01A(conf-if-vn-1641)# no shutdown
sfo01-Leaf01A(conf-if-vn-1641)# mtu 9216
sfo01-Leaf01A(conf-if-vn-1641)# ip vrf forwarding tenant1
sfo01-Leaf01A(conf-if-vn-1641)# ip address 172.16.41.252/24
sfo01-Leaf01A(conf-if-vn-1641)# ip virtual-router address 172.16.41.253
sfo01-Leaf01A(conf-if-vn-1641)# exit
sfo01-Leaf01A(config)# interface virtual-network1642
sfo01-Leaf01A(conf-if-vn-1642)# no shutdown
sfo01-Leaf01A(conf-if-vn-1642)# mtu 9216
sfo01-Leaf01A(conf-if-vn-1642)# ip vrf forwarding tenant1
sfo01-Leaf01A(conf-if-vn-1642)# ip address 172.16.42.252/24
sfo01-Leaf01A(conf-if-vn-1642)# ip virtual-router address 172.16.42.253
sfo01-Leaf01A(conf-if-vn-1642)# exit
sfo01-Leaf01A(config)# interface virtual-network1643
sfo01-Leaf01A(conf-if-vn-1643)# no shutdown
sfo01-Leaf01A(conf-if-vn-1643)# mtu 9216
sfo01-Leaf01A(conf-if-vn-1643)# ip vrf forwarding tenant1
sfo01-Leaf01A(conf-if-vn-1643)# ip address 172.16.43.252/24
sfo01-Leaf01A(conf-if-vn-1643)# ip virtual-router address 172.16.43.253
sfo01-Leaf01A(conf-if-vn-1643)# exit
sfo01-Leaf01A(config)# interface virtual-network3939
sfo01-Leaf01A(conf-if-vn-3939)# no shutdown
sfo01-Leaf01A(conf-if-vn-3939)# ip vrf forwarding tenant1
sfo01-Leaf01A(conf-if-vn-3939)# exit