Generating the overlay configuration
In this recipe, you will generate the configuration for the overlay iBGP EVPN as the control plane for VXLAN tunnels across our leaf-spine fabric in our topology. The iBGP EVPN overlay network uses internal Border Gateway Protocol (iBGP) to distribute EVPN control plane information, enabling Layer 2 and Layer 3 connectivity across a Layer 3 underlay, which was established in the previous section.
With the underlay data model defined, the next peer group to define is the overlay peer group:
- Update
host_varsand add overlay peers for leafs only (e.g., srl-01 and srl-03), because these are the ones the end devices are connected to. For this implementation of a fabric, no route-reflector is used; therefore, no overlay BGP peers are configured:root@cookbook-lab:~/cookbook-lab/chapters/ch06# vi host_vars/srl-02.yml bgp: asn: 65101 peer_groups: underlay: ... omitted output ...