BGP-EVPN-VXLAN Route leaking
In a BGP EVPN VXLAN fabric, route leaking is used to selectively allow communication between otherwise isolated Tenant VRFs. This is typically implemented on a Border Leaf (BL) or a dedicated Service Leaf. Here is an example topology explaining how VRF-Tenant-A communicates with VRF-Shared-Services. Example Topology: Route Leaking We have three main components: 1.Leaf 1 & Leaf 2: Host VTEPs where Tenant A's end devices connect (e.g., 10.1.1.0/24). They have VRF-Tenant-A. 2.Service Leaf (SL): A dedicated VTEP where Shared Services (e.g., a DNS server 10.0.0.10) connect. It has VRF-Shared-Services. 3.Border Leaf (BL): Connects the VXLAN fabric to the external world and usually manages the route leaking process. The Configuration and Process The communication is controlled using Route Targets (RTs) within BGP EVPN extended communities. Each VRF has unique Import RTs and Export RTs. Initial State (Isolation) VRF-Tenant-A: Export RT: 65000:100 Import RT: 65000:100 VRF-Shared-Service...