White Papers

11 Dell EMC OS10 BGP eVPN Configuration Cheat Sheet | 1.0
mk-s4048-08(config-router-bgp-neighbor-af)# allowas-in 1
mk-s4048-08(config-router-bgp-neighbor-af)# end
mk-s4048-08#
6. Configure the virtual networks (VNIs) and map to the VxLAN:
mk-s4048-08# conf
mk-s4048-08(config)# virtual-network 1000
mk-s4048-08(conf-vn-1000)# vxlan-vni 1000
mk-s4048-08(conf-vn-1000)# exit
mk-s4048-08(config)# virtual-network 2000
mk-s4048-08(conf-vn-2000)# vxlan-vni 2000
mk-s4048-08(conf-vn-2000)# end
mk-s4048-08#
7. Configure the virtual network to the VLAN:
mk-s4048-08# conf
mk-s4048-08(config)# interface vlan1000
mk-s4048-08(conf-if-vl-1000)# virtual-network 1000
mk-s4048-08(conf-if-vl-1000)# exit
mk-s4048-08(config)# interface vlan 2000
mk-s4048-08(conf-if-vl-2000)# virtual-network 2000
mk-s4048-08(conf-if-vl-2000)# end
mk-s4048-08#
8. Configure the Layer 3 interfaces to the spine switch:
mk-s4048-08# conf
mk-s4048-08(config)# int range eth1/1/4-1/1/5
mk-s4048-08(conf-range-eth1/1/4-1/1/5)# no switchport
mk-s4048-08(conf-range-eth1/1/4-1/1/5)# end
mk-s4048-08# conf
mk-s4048-08(config)# interface eth1/1/4
mk-s4048-08(conf-if-eth1/1/4)# des Link_2_Spine
mk-s4048-08(conf-if-eth1/1/4)# ip add 155.15.1.4/24
mk-s4048-08(conf-if-eth1/1/4)# exit
mk-s4048-08(config)# interface eth1/1/5
mk-s4048-08(conf-if-eth1/1/5)# des Link_2_Spine
mk-s4048-08(conf-if-eth1/1/5)# ip add 155.14.1.5
mk-s4048-08(conf-if-eth1/1/5)# end
mk-s4048-08#
9. Configure user VLAN 1000 and VLAN 2000 to be stretched across the Layer 3 cloud:
mk-s4048-08#conf
mk-s4048-08(config)# int eth1/1/45
mk-s4048-08(conf-if-eth1/1/45)# des Link_2_TestLink
mk-s4048-08(conf-if-eth1/1/45)# switchport mode trunk
mk-s4048-08(conf-if-eth1/1/45)# switchport trunk allowed vlan 1000, 2000
mk-s4048-08(conf-if-eth1/1/45)# end
mk-s4048-08#