Deployment Guide

37 VCF on VxRail Multirack Deployment using BGP EVPN
OS10(conf-if-ma-1/1/1)# exit
OS10(config)# management route 100.67.0.0/16 managementethernet
OS10(config)# hostname sfo01-Spine01
sfo01-Spine01(config)# ntp server 100.67.10.20
sfo01-Spine01(config)# hardware forwarding-table mode scaled-l3-routes
sfo01-Spine01(config)# bfd enable
2. Configure a loopback interface for the Router ID.
sfo01-Spine01(config)# interface loopback 0
sfo01-Spine01(conf-if-lo-0)# description Router-ID
sfo01-Spine01(conf-if-lo-0)# no shutdown
sfo01-Spine01(conf-if-lo-0)# ip address 10.0.1.1/32
sfo01-Spine01(conf-if-lo-0)# exit
3. Using the following commands, configure downstream ports on underlay links to leaf switches.
sfo01-Spine01(config)# interface ethernet1/1/11
sfo01-Spine01(conf-if-eth1/1/11)# description sfo01-Leaf01A
sfo01-Spine01(conf-if-eth1/1/11)# no shutdown
sfo01-Spine01(conf-if-eth1/1/11)# no switchport
sfo01-Spine01(conf-if-eth1/1/11)# mtu 9216
sfo01-Spine01(conf-if-eth1/1/11)# ip address 192.168.1.0/31
sfo01-Spine01(conf-if-eth1/1/11)# exit
sfo01-Spine01(config)# interface ethernet1/1/12
sfo01-Spine01(conf-if-eth1/1/12)# description sfo01-Leaf01B
sfo01-Spine01(conf-if-eth1/1/12)# no shutdown
sfo01-Spine01(conf-if-eth1/1/12)# no switchport
sfo01-Spine01(conf-if-eth1/1/12)# mtu 9216
sfo01-Spine01(conf-if-eth1/1/12)# ip address 192.168.1.2/31
sfo01-Spine01(conf-if-eth1/1/12)# exit
sfo01-Spine01(config)# interface ethernet1/1/13
sfo01-Spine01(conf-if-eth1/1/13)# description sfo01-Leaf02A
sfo01-Spine01(conf-if-eth1/1/13)# no shutdown
sfo01-Spine01(conf-if-eth1/1/13)# no switchport
sfo01-Spine01(conf-if-eth1/1/13)# mtu 9216
sfo01-Spine01(conf-if-eth1/1/13)# ip address 192.168.1.4/31
sfo01-Spine01(conf-if-eth1/1/13)# exit
sfo01-Spine01(config)# interface ethernet1/1/14
sfo01-Spine01(conf-if-eth1/1/14)# description sfo01-Leaf02B
sfo01-Spine01(conf-if-eth1/1/14)# no shutdown
sfo01-Spine01(conf-if-eth1/1/14)# no switchport
sfo01-Spine01(conf-if-eth1/1/14)# mtu 9216
sfo01-Spine01(conf-if-eth1/1/14)# ip address 192.168.1.6/31
sfo01-Spine01(conf-if-eth1/1/14)# exit
4. Add a route map using the following commands:
sfo01-Spine01(config)# ip prefix-list spine-leaf seq 10 permit 10.0.1.0/24
ge 32
sfo01-Spine01(config)# ip prefix-list spine-leaf seq 20 permit 10.2.1.0/24
ge 32
sfo01-Spine01(config)# route-map spine-leaf permit 10