loader

vPC in VXLAN BGP EVPN

Your endpoints still connect through classic ethernet to the leafs. In most practical implementations, we need redundancy between the endpoints and the leaf switches. So, we typically leverage vPC to provide us MC-LAG. vPC allows an endpoint connects to two leafs. The endpoint sees those switches as a single switch to which connected via a […]

BGP EVPN Route Types

From the previous posts, we learned that in order to differentiate between routes in the MP-BGP table, we include a 64-bit RD value along with the MAC address. In this post, we will discuss what else other than MAC address can propagate through BGP EVPN. Different route types carry BGP EVPN information. RFC 7432 defines […]

VXLAN Flood and Learn with Multicast

In the last post, we talk about F&L with Ingress Replication (AKA head-end replication) to handle multi-destination traffic. In this section, we are going to discuss F&L with PIM to handle multi-destination traffic. So, your complete bipartite graph must support PIM. This is why in this post, we happened to choose loopback 254 on the […]

Virtual eXtensible LAN (VXLAN)

VXLAN Improvement to Datacenter Fabric In this section, I am going to talk about data center fabric journey and how Virtual eXtensible LAN emerged. I will start with STP, then vPC and PortChannel. I won’t talk about FabricPath. We will finally jump in to VXLAN in Clos networks. STP Drawbacks Let’s architect our Clos topologies […]