White Papers

7 Dell EMC OS10 BGP eVPN Configuration Cheat Sheet | 1.0
mk-s4048-10(config-router-neighbor)# remote-as 20
mk-s4048-10(config-router-neighbor)# send-community extended
mk-s4048-10(config-router-neighbor)# update-source loopback 0
mk-s4048-10(config-router-neighbor)# address-family ipv4 unicast
mk-s4048-10(config-router-neighbor)# no activate
mk-s4048-10(config-router-bgp-neighbor-af)# exit
mk-s4048-10(config-router-neighbor)# address-family l2vpn evpn
mk-s4048-10(config-router-bgp-neighbor-af)# activate
mk-s4048-10(config-router-bgp-neighbor-af)# no sender-side-loop-detection
mk-s4048-10(config-router-bgp-neighbor-af)# exit
mk-s4048-10(config-router-neighbor)# exit
**************************************************************************
mk-s4048-10(config-router-bgp-10)# neighbor 155.15.1.5 <<< link to Leaf 2
mk-s4048-10(config-router-neighbor)# remote-as 20
mk-s4048-10(config-router-neighbor)# address-family ipv4 unicast
mk-s4048-10(config-router-bgp-neighbor-af)# no sender-side-loop-detection
mk-s4048-10(config-router-bgp-neighbor-af)# exit
mk-s4048-10(config-router-neighbor)# exit
mk-s4048-10(config-router-bgp-10)# neighbor 155.15.1.4 <<< link to Leaf 2
mk-s4048-10(config-router-neighbor)# remote-as 20
mk-s4048-10(config-router-neighbor)# address-family ipv4 unicast
mk-s4048-10(config-router-bp-neighbor-af)#no sender-side-loop-detection
mk-s4048-10(config-router-bgp-neighbor-af)# exit
mk-s4048-10(config-router-neighbor)# exit
**************************************************************************
mk-s4048-10(config-router-bgp-10)# neighbor 2.2.2.2 <<< Leaf 1 loopback
mk-s4048-10(config-router-neighbor)# remote-as 20
mk-s4048-10(config-router-neighbor)# send-community extended
mk-s4048-10(config-router-neighbor)# update-source loopback 0
mk-s4048-10(config-router-neighbor)# address-family ipv4 unicast
mk-s4048-10(config-router-neighbor)# no activate
mk-s4048-10(config-router-bgp-neighbor-af)# exit
mk-s4048-10(config-router-neighbor)# address-family l2vpn evpn
mk-s4048-10(config-router-bgp-neighbor-af)# activate
mk-s4048-10(config-router-bgp-neighbor-af)# no sender-side-loop-detection
mk-s4048-10(config-router-bgp-neighbor-af)# end
mk-s4048-10#
A.2 Configuration of S4048-11 for Leaf 1
1. Enter the following commands to configure the eVPN globally:
mk-s4048-11# conf
mk-s4048-11(config)# evpn
mk-s4048-11(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-11(config)# end