White Papers

9 Dell EMC OS10 BGP eVPN Configuration Cheat Sheet | 1.0
mk-s4048-11(conf-vn-2000)# end
mk-s4048-11#
6. Enter the following commands to configure the virtual network to VLAN:
mk-s4048-11# conf
mk-s4048-11(config)# interface vlan1000
mk-s4048-11(conf-if-vl-1000)# virtual-network 1000
mk-s4048-11(conf-if-vl-1000)# exit
mk-s4048-11(config)# interface vlan 2000
mk-s4048-11(conf-if-vl-2000)# virtual-network 2000
mk-s4048-11(conf-if-vl-2000)# end
mk-s4048-11#
7. Configure the Layer 3 interfaces to the spine switch:
mk-s4048-11# conf
mk-s4048-11(config)# int eth1/1/1
mk-s4048-11(conf-if-eth1/1/1)# des link_2_S4048-10
mk-s4048-11(conf-if-eth1/1/1)# no switchport
mk-s4048-11(conf-if-eth1/1/1)# ip add 155.13.1.3/24
mk-s4048-11(conf-if-eth1/1/1)# end
8. Configure user VLAN 1000 and VLAN 2000 to be stretched across the Layer 3 cloud:
mk-s4048-11# conf
mk-s4048-11(config)# int eth1/1/45
mk-s4048-11(conf-if-eth1/1/45)# des Link_2_TestLink
mk-s4048-11(conf-if-eth1/1/45)# switch mode trunk
mk-s4048-11(conf-if-eth1/1/45)# switch trunk allowed vlan 1000,2000
mk-s4048-11(conf-if-eth1/1/45)#
A.3 Configuration of S4048-08 for Leaf 2
1. Configure the eVPN globally:
mk-s4048-08# conf
mk-s4048-08(config)# evpn
mk-s4048-08(config-evpn)# auto-evi
Note: Auto derive route distinguishers, route-targets and other eVPN parameters. If auto-evi is not used,
then all necessary parameters as stated before will need to be configured manually.
mk-s4048-08(config-evpn)# end
mk-s4048-08#
2. Configure the local loopback using the following commands:
mk-s4048-08# conf
mk-s4048-08(config)# int lo0
mk-s4048-08(conf-if-lo-0)# ip add 3.3.3.3/24
mk-s4048-08(conf-if-lo-0)# end