HomeNetworking › EVPN/VXLAN Fabric Designer

EVPN/VXLAN Fabric Designer

A fabric is two networks in the same hardware: a routed underlay that only has to carry VTEP addresses to each other, and an overlay of tunnels between them. Switch between the two views, and have the design checked.

Local toolYour network plan stays in your browser. Nothing you enter is uploaded, logged, or sent to any server.

Switches

Uplinks

The fabric

Segments

Validation

Underlay, overlay, and the faults that hide between them

The underlay is a plain routed network. Its only job is to get every VTEP loopback to every other one, with equal-cost paths through the spines. It knows nothing about tenants, VLANs or VNIs.

The overlay is a mesh of tunnels between those VTEPs, carrying tenant frames inside VXLAN. Every leaf can reach every other leaf directly as far as the overlay is concerned, regardless of how many spines the packet crossed underneath.

Most fabric faults are one of these being reasoned about as though it were the other.

What gets checked

Anycast gateways are the other half. The same address and the same MAC on every leaf means a host keeps its gateway wherever it moves. A mismatched MAC is worse than a mismatched address, because a moved host keeps the old one in its ARP cache and cannot reach its gateway until the entry ages out.

Related tools

MTU Calculator for the encapsulation arithmetic. VRF Planner for the route targets EVPN uses. VLAN + Subnet Designer for the addressing.