Users Guide

Table Of Contents
2. Configure an IP address on ToR-facing interfaces.
Leaf2(config)# interface ethernet1/1/3
Leaf2(conf-if-eth1/1/1)# description Leaf2-ToR1
Leaf2(conf-if-eth1/1/1)# no switchport
Leaf2(conf-if-eth1/1/1)# mtu 9216
Leaf2(conf-if-eth1/1/1)# ip address 10.4.1.0/31
Leaf2(conf-if-eth1/1/1)# exit
3. Configure BGP neighbors.
Leaf2(config)# router bgp 65201
Leaf2(config-router-bgp-65201)# router-id 10.0.1.2
Leaf2(config-router-bgp-65201)# neighbor 10.1.1.2
Leaf2(config-router-neighbor)# remote-as 65101
Leaf2(config-router-neighbor)# no shutdown
Leaf2(config-router-neighbor)# exit
Leaf2(config-router-bgp-65201)# neighbor 10.2.1.2
Leaf2(config-router-neighbor)# remote-as 65101
Leaf2(config-router-neighbor)# no shutdown
Leaf2(config-router-neighbor)# exit
Leaf2(config-router-bgp-65201)# neighbor 10.4.1.1
Leaf2(config-router-neighbor)# remote-as 65301
Leaf2(config-router-neighbor)# no shutdown
Leaf2(config-router-neighbor)# exit
Leaf 3 configuration
1. Configure an IP address on spine-facing interfaces.
Leaf3(config)# interface ethernet1/1/1
Leaf3(conf-if-eth1/1/1)# description Leaf3-Spine1
Leaf3(conf-if-eth1/1/1)# no switchport
Leaf3(conf-if-eth1/1/1)# mtu 9216
Leaf3(conf-if-eth1/1/1)# ip address 10.1.2.1/31
Leaf3(conf-if-eth1/1/1)# exit
Leaf3(config)# interface ethernet1/1/2
Leaf3(conf-if-eth1/1/2)# description Leaf3-Spine2
Leaf3(conf-if-eth1/1/2)# no switchport
Leaf3(conf-if-eth1/1/2)# mtu 9216
Leaf3(conf-if-eth1/1/2)# ip address 10.2.2.1/31
Leaf3(conf-if-eth1/1/2)# exit
2. Configure an IP address on ToR-facing interfaces.
Leaf3(config)# interface ethernet1/1/3
Leaf3(conf-if-eth1/1/3)# description Leaf3-ToR2
Leaf3(conf-if-eth1/1/3)# no switchport
Leaf3(conf-if-eth1/1/3)# mtu 9216
Leaf3(conf-if-eth1/1/3)# ip address 10.5.1.0/31
Leaf3(conf-if-eth1/1/3)# exit
3. Configure BGP neighbors.
Leaf3(config)# router bgp 65202
Leaf3(config-router-bgp-65202)# router-id 10.0.1.3
Leaf3(config-router-bgp-65202)# neighbor 10.1.2.0
Leaf3(config-router-neighbor)# remote-as 65101
Leaf3(config-router-neighbor)# no shutdown
Leaf3(config-router-neighbor)# exit
Leaf3(config-router-bgp-65202)# neighbor 10.2.2.0
Leaf3(config-router-neighbor)# remote-as 65101
Leaf3(config-router-neighbor)# no shutdown
Leaf3(config-router-neighbor)# exit
Leaf3(config-router-bgp-65202)# neighbor 10.5.1.1
Leaf3(config-router-neighbor)# remote-as 65302
Leaf3(config-router-neighbor)# no shutdown
Leaf3(config-router-neighbor)# exit
Leaf 4 configuration
Layer 3
657