Users Guide

Table Of Contents
OS10(config-evpn)# evi 20000
OS10(config-evpn-evi-20000)# vni 20000
OS10(config-evpn-evi-20000)# rd auto
OS10(config-evpn-evi-20000)# route-target auto
OS10(config-evpn-evi-20000)# exit
OS10(config-evpn)# exit
NOTE: Use the disable-rt-asn command to autoderive RT that does not include the ASN in the RT value. This
allows auto RT to be used even if the Clos leaf-spine design has separate ASN for each leaf node. Configure this
command only when all the VTEPs are OS10 switches.
11. Configure VLT.
Configure a VLTi VLAN for the virtual network.
OS10(config)# virtual-network 20000
OS10(conf-vn-20000)# vlti-vlan 200
OS10(conf-vn-20000)# exit
Configure a dedicated Layer 3 forwarding path through the other VLT peer if all spine links go down. This VLAN interface
is unnumbered interface and is used for iBGP peering with the other VLT peer.
OS10(config)# interface vlan4000
OS10(config-if-vl-4000)# no shutdown
OS10(config-if-vl-4000)# ipv6 nd max-ra-interval 4
OS10(config-if-vl-4000)# ipv6 nd min-ra-interval 3
OS10(config-if-vl-4000)# ipv6 nd send-ra
OS10(config-if-vl-4000)# exit
Configure the VLT port channel.
OS10(config)# interface port-channel20
OS10(conf-if-po-20)# vlt-port-channel 20
OS10(conf-if-po-20)# exit
Configure VLTi member links.
OS10(config)# interface ethernet1/1/3
OS10(conf-if-eth1/1/3)# no shutdown
OS10(conf-if-eth1/1/3)# no switchport
OS10(conf-if-eth1/1/3)# exit
OS10(config)# interface ethernet1/1/4
OS10(conf-if-eth1/1/4)# no shutdown
OS10(conf-if-eth1/1/4)# no switchport
OS10(conf-if-eth1/1/4)# exit
Configure the VLT domain.
OS10(config)# vlt-domain 1
OS10(conf-vlt-1)# backup destination 10.16.150.4
OS10(conf-vlt-1)# discovery-interface ethernet1/1/3,1/1/4
OS10(conf-vlt-1)# vlt-mac aa:bb:cc:dd:ff:ee
OS10(conf-vlt-1)# exit
Configure UFD with uplink VLT ports and downlink network ports.
OS10(config)# uplink-state-group 1
OS10(conf-uplink-state-group-1)# enable
OS10(conf-uplink-state-group-1)# downstream ethernet1/1/1-1/1/2
OS10(conf-uplink-state-group-1)# upstream port-channel20
OS10(conf-uplink-state-group-1)# exit
Configure iBGP unnumbered peering between VLT peers with both IPv4 and L2VPN EVPN address families.
OS10(config)# router bgp 202
OS10(config-router-bgp-202)# template ibgp_unified
OS10(config-router-template)# send-community extended
OS10(config-router-template)# address-family l2vpn evpn
OS10(config-router-bgp-template-af)# activate
OS10(config-router-bgp-template-af)# exit
OS10(config-router-template)# neighbor interface vlan4000
OS10(config-router-neighbor)# inherit template ibgp_unified inherit-type ibgp
1266
VXLAN