---
title: "VPP and eVPN/VxLAN"
url: https://daily.dev/posts/vpp-and-evpn-vxlan-iw4wzrku0
source_url: https://ipng.ch/s/articles/2026/06/06/vpp-and-evpn/vxlan-part-2
type: article
source: "IPng Networks"
published: 2026-06-06T12:28:26.416Z
updated: 2026-06-07T17:45:03.789Z
tags: ["bgp"]
reading_time: 28
upvotes: 1
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# VPP and eVPN/VxLAN

**[IPng Networks](https://daily.dev/sources/ipngch)** · 28 min read · 1 upvotes · 1 comments

## Summary

A deep technical walkthrough of integrating Bird 2.19.0's new eVPN support with VPP (Vector Packet Processing) to build a fully functional eVPN/VxLAN control plane. The author develops a custom Bird protocol called `vppevpn` that bridges Bird's ethernet routing tables (`etab`) with VPP's dataplane, handling IMET (Type-3) route processing to auto-create VxLAN tunnels, MAC-IP (Type-2) route learning to populate VPP's L2FIB, and local MAC advertisement back into BGP. Key implementation details include Split Horizon Groups to prevent BUM flooding into VxLAN tunnels, Bridge Virtual Interface (BVI) handling, periodic L2FIB reconciliation for resilience, and a minimal patch to Bird to allow operation without a real Linux tunnel interface. The result is a working multi-site L2 domain spanning machines in different cities (Amsterdam, Geneva) over a routed underlay.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://ipng.ch/s/articles/2026/06/06/vpp-and-evpn/vxlan-part-2>

## Similar posts on daily.dev

- [VPP and eVPN/VxLAN](https://daily.dev/posts/vpp-and-evpn-vxlan-jfdopy45p) · IPng Networks · 10 upvotes · 0 comments
- [VPP and eVPN/VxLAN](https://daily.dev/posts/vpp-and-evpn-vxlan-me6ck7qp1) · IPng Networks · 7 upvotes · 0 comments

---

Tags: [#bgp](https://daily.dev/tags/bgp)

[View this post on daily.dev](https://daily.dev/posts/vpp-and-evpn-vxlan-iw4wzrku0)
