Connectivity Guide

OS10(config-router-neighbor)# exit
OS10(config-router-bgp-100)# exit
12. Congure EVPN
Congure the EVPN instance, RD, and RT using manual conguration mode:
OS10(config)# evpn
OS10(config-evpn)# evi 1000
OS10(config-evpn-evi)# vni 10000
OS10(config-evpn-evi)# rd auto
OS10(config-evpn-evi)# route-target both auto
OS10(config-evpn-evi)# exit
OS10(config-evpn)# evi 2000
OS10(config-evpn-evi)# vni 20000
OS10(config-evpn-evi)# rd auto
OS10(config-evpn-evi)# route-target both auto
OS10(config-evpn-evi)# exit
OS10(config-evpn)# exit
13. Congure VLT
Congure a VLTi VLAN for the virtual network
OS10(config)# virtual-network 10000
OS10(config-vn)# vlti-vlan 100
OS10(config-vn)# exit
Congure a dedicated L3 underlay path to reach the VLT Peer in case of a network failure
OS10(config)# interface vlan4000
OS10(config-if-vl-4000)# no shutdown
OS10(config-if-vl-4000)# ip address 172.16.250.11/30
OS10(config-if-vl-4000)# exit
Congure VLT port channels
OS10(config)# interface port-channel10
OS10(conf-if-po-10)# vlt-port-channel 10
OS10(conf-if-po-10)# exit
OS10(config)# interface port-channel20
OS10(conf-if-po-20)# vlt-port-channel 20
OS10(conf-if-po-20)# exit
Congure VLTi member links
OOS10(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
Congure 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:ee:ff
OS10(conf-vlt-1)# exit
756
VXLAN