Deployment Guide
30 VCF on VxRail Multirack Deployment using BGP EVPN
sfo01-Leaf01A(conf-if-eth1/1/2)# switchport access vlan 1641
sfo01-Leaf01A(conf-if-eth1/1/2)# switchport trunk allowed vlan 1642-
1643,3939
sfo01-Leaf01A(conf-if-eth1/1/2)# mtu 9216
sfo01-Leaf01A(conf-if-eth1/1/2)# spanning-tree port type edge
sfo01-Leaf01A(conf-if-eth1/1/2)# flowcontrol receive on
sfo01-Leaf01A(conf-if-eth1/1/2)# flowcontrol transmit off
sfo01-Leaf01A(conf-if-eth1/1/2)# exit
8. Enter the following commands to configure upstream network-facing ports:
sfo01-Leaf01A(config)# interface ethernet1/1/53
sfo01-Leaf01A(conf-if-eth1/1/53)# description sfo01-spine01
sfo01-Leaf01A(conf-if-eth1/1/53)# no shutdown
sfo01-Leaf01A(conf-if-eth1/1/53)# no switchport
sfo01-Leaf01A(conf-if-eth1/1/53)# mtu 9216
sfo01-Leaf01A(conf-if-eth1/1/53)# ip address 192.168.1.1/31
sfo01-Leaf01A(conf-if-eth1/1/53)# exit
sfo01-Leaf01A(config)# interface ethernet1/1/54
sfo01-Leaf01A(conf-if-eth1/1/54)# description sfo01-spine02
sfo01-Leaf01A(conf-if-eth1/1/54)# no shutdown
sfo01-Leaf01A(conf-if-eth1/1/54)# no switchport
sfo01-Leaf01A(conf-if-eth1/1/54)# mtu 9216
sfo01-Leaf01A(conf-if-eth1/1/54)# ip address 192.168.2.1/31
sfo01-Leaf01A(conf-if-eth1/1/54)# exit
9. Add a route map. This example route map is used to illustrate how to allow IP traffic to be passed on
the switch.
sfo01-Leaf01A(config)# ip prefix-list spine-leaf seq 10 permit 10.0.2.0/24
ge 32
sfo01-Leaf01A(config)# ip prefix-list spine-leaf seq 20 permit 10.2.2.0/24
ge 32
sfo01-Leaf01A(config)# ip prefix-list spine-leaf seq 30 permit
10.222.222.0/24 ge 32
sfo01-Leaf01A(config)# route-map spine-leaf permit 10
sfo01-Leaf01A(config-route-map)# match ip address prefix-list spine-leaf
sfo01-Leaf01A(config-route-map)# exit
10. Configure eBGP
sfo01-Leaf01A(config)# router bgp 65101
sfo01-Leaf01A(config-router-bgp-65101)# router-id 10.0.2.1
sfo01-Leaf01A(config-router-bgp-65101)# bfd all-neighbors interval 200
min_rx 200 multiplier 3 role active
sfo01-Leaf01A(config-router-bgp-65101)# address-family ipv4 unicast
sfo01-Leaf01A(config-router-bgpv4-af)# redistribute connected route-map
spine-leaf
sfo01-Leaf01A(config-router-bgpv4-af)# exit
sfo01-Leaf01A(config-router-bgp-65101)# bestpath as-path multipath-relax
sfo01-Leaf01A(config-router-bgp-65101)# maximum-paths ebgp 2