Connectivity Guide

Table Of Contents
5. Congure a VXLAN virtual network with a remote tunnel endpoint
OS10(config)# virtual-network 10000
OS10(config-vn)# vxlan-vni 100
OS10(config-vn-vxlan-vni-100)# exit
OS10(config-vn)# exit
6. Assign VLAN member interfaces to a virtual network
Use a switch-scoped VLAN-to-VNI mapping:
OS10(config)# interface vlan100
OS10(config-if-vl-100)# virtual-network 10000
OS10(config-if-vl-100)# exit
7. Congure access ports as members of the switch-scoped VLAN
OS10(config)# interface ethernet 1/1/5
OS10(conf-if-eth1/1/5)# switchport access vlan 100
OS10(conf-if-eth1/1/5)# exit
8. Congure upstream network-facing ports
OS10(config)# interface ethernet1/1/1
OS10(conf-if-eth1/1/1)# no shutdown
OS10(conf-if-eth1/1/1)# no switchport
OS10(conf-if-eth1/1/1)# mtu 1650
OS10(conf-if-eth1/1/1)# ip address 11.1.1.1/24
OS10(conf-if-eth1/1/1)# exit
OS10(config)# interface ethernet1/1/2
OS10(conf-if-eth1/1/2)# no shutdown
OS10(conf-if-eth1/1/2)# no switchport
OS10(conf-if-eth1/1/1)# mtu 1650
OS10(conf-if-eth1/1/2)# ip address 12.1.1.1/24
OS10(conf-if-eth1/1/2)# exit
9. Congure EVPN
Congure the EVPN instance, Route Distinguisher, and Route Target using auto-EVI mode:
OS10(config)# evpn
OS10(config-evpn)# auto-evi
OS10(config-evpn)# exit
VTEP 2 Leaf Switch
1. Congure a loopback interface
OS10(config)# interface loopback0
OS10(conf-if-lo-0)# no shutdown
OS10(conf-if-lo-0)# ip address 2.2.2.2/32
OS10(conf-if-lo-0)# exit
2. Congure the loopback interface as the VXLAN source tunnel interface
OS10(config)# nve
OS10(config-nve)# source-interface loopback0
OS10(config-nve)# exit
3. Congure eBGP for the IPv4 address family and advertise the VTEP's loopback IP address
OS10(config)# router bgp 65002
OS10(config-router-bgp-65002)# address-family ipv4 unicast
OS10(configure-router-bgpv4-af)# network 2.2.2.2/32
OS10(configure-router-bgpv4-af)# exit
OS10(config-router-bgp-65002)# router-id 2.2.2.2
566
VXLAN