Category: Tags

EVPN

EVPN, or Ethernet Virtual Private Network, is like a smart system that helps computers and devices in a network talk to each other better. It’s like having a super organized mail system where each computer has its own address, and EVPN makes sure messages get to the right place quickly and safely. So, it’s kind of like a traffic manager for information on a computer network, making everything run smoothly and securely.

ChatGPT trying (and failing) to explain EVPN

What Is EVPN?

Before going into the technical details, let’s start with the basics: What is EVPN, how does it work, and where can you use it?

EVPN Designs

EVPN was designed to be used in an IBGP environment on top of an IGP. With the eruption of EBGP as better IGP hype, many vendors tried to adapt EVPN to an environment running EBGP instead of OSPF. We covered some of the typical EVPN designs in these blog posts:

Other blog posts focus on various design details:

Finally, several blog posts describe various EVPN VPN topologies:

EVPN Implementation Details

There are tons of tiny little things that can go wrong when you try to deploy EVPN. I documented them as I stumbled upon them:

Beyond VXLAN

While EVPN is often used with VXLAN today, it was designed to work with the MPLS data plane, resulting in a few quirks:

EVPN Rants

Some vendors’ marketing engineers (or Senior Directors) can’t stand anyone telling them their implementation might be suboptimal, going to great lengths to prove to themselves they’re right, and generating beautiful fodder for rants.

Videos

You can watch numerous videos from the EVPN Technical Deep Dive webinar without an ipSpace.net account:

What Others Wrote About EVPN

add comment

Networking Fundamentals

I firmly believe that you cannot be a good networking engineer1 without a firm grasp of the networking fundamentals, and I couldn’t resist pointing that out a few times (see also certifications-related posts):

Regardless of how far down this page you’ll get, these blog posts are a must-read:

I would also suggest exploring these series of blog posts as well as textbooks and other resources I collected:

The rest of the fundamentals-related blog posts are collected on this page.

Network Addressing

Addresses and routes are the basic concepts anyone dealing with a network must (eventually) grasp. These blog posts describe how we got a hierarchy of addresses:

Deep Dives

These blog posts dive deeper into interesting topics:

If you like them, it’s probably time you start exploring the deep-dive series I already mentioned.

A Bit of a History

These blog posts might help you figure out some less obvious details or give you a historical perspective on why networking technologies evolved to where we are right now:

If you want to dive deeper into historical technologies, you might enjoy the comparison of TCP/IP and OSI (CLNP) protocol stacks:

There Be Rants

Long-time readers know I can’t resist a good rant:

Everything Is a Graph

You can represent every network as a graph of network devices (nodes) and links2. Rachel Traylor covered the graph theory in the (free) Network Connectivity, Graph Theory, and Reliable Network Design and Graph Algorithms in Networks webinars; these blog posts might provide some extra details:

Networking Fundamentals Videos

Finally, I published dozens of videos describing the networking concepts as part of the How Networks Really Work webinar that got at least some minor positive feedback. The videos describe:

Business aspects of networking technologies

Some people liked the non-technical take on networking I recorded in 2019 and 2020:

Fallacies of distributed computing

Networking challenges and the importance of a layered approach

Network Addressing

Switching, Routing, and Bridging

Routing Protocols

Lessons Learned from 35 Years of Networking


  1. In the stricter sense, not in the “every CLI jockey is called an engineer these days” one ↩︎

  2. Multi-access networks are represented as pseudo-nodes ↩︎

add comment
Sidebar