Connectivity Guide

OS10(config-router-neighbor)# remote-as 101
OS10(config-router-neighbor)# ebgp-multihop 4
OS10(config-router-neighbor)# send-community extended
OS10(config-router-neighbor)# update-source loopback1
OS10(config-router-neighbor)# no shutdown
OS10(config-router-neighbor)# address-family ipv4 unicast
OS10(config-router-neighbor-af)# no activate
OS10(config-router-neighbor-af)# exit
OS10(config-router-neighbor)# address-family l2vpn evpn
OS10(config-router-neighbor-af)# activate
OS10(config-router-neighbor-af)# allowas-in 1
OS10(config-router-neighbor-af)# exit
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.10/30
OS10(config-if-vl-4000)# exit
Congure the 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
752
VXLAN