<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/evpn-vxlan-direct-routing-with-arista-pvolyiopu" -->

---
title: EVPN-VXLAN Direct Routing with Arista | daily.dev
description: Direct routing enables multiple switches in an EVPN fabric to act as active gateways for the same network, similar to VRRP but with active/active operation...
canonical: https://daily.dev/posts/evpn-vxlan-direct-routing-with-arista-pvolyiopu
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: EVPN-VXLAN Direct Routing with Arista | daily.dev
og:description: Direct routing enables multiple switches in an EVPN fabric to act as active gateways for the same network, similar to VRRP but with active/active operation...
og:url: https://daily.dev/posts/evpn-vxlan-direct-routing-with-arista-pvolyiopu
og:image: https://api.daily.dev/og/posts/PVOlYIopu.png
og:image:alt: EVPN-VXLAN Direct Routing with Arista
og:image:width: 1200
og:image:height: 630
og:locale: 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.

# EVPN-VXLAN Direct Routing with Arista

**[scottstuff.net](https://daily.dev/sources/scottstuff)** · 8 min read · 0 upvotes · 0 comments

## Summary

Direct routing enables multiple switches in an EVPN fabric to act as active gateways for the same network, similar to VRRP but with active/active operation instead of active/standby. The configuration requires setting up virtual router MAC addresses, virtual IP addresses, and crucially, allocating separate VTEP IPs for different switch clusters. Each MLAG pair needs a shared VTEP IP, standalone switches need their own VTEP IP, and the entire cluster requires an additional shared VTEP IP configured as secondary on all switches' loopback interfaces.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://scottstuff.net/posts/2025/06/19/evpn-vxlan-direct-routing-with-arista/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/evpn-vxlan-direct-routing-with-arista-pvolyiopu)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"EVPN-VXLAN Direct Routing with Arista","url":"https://daily.dev/posts/evpn-vxlan-direct-routing-with-arista-pvolyiopu","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/evpn-vxlan-direct-routing-with-arista-pvolyiopu"},"datePublished":"2025-06-20T00:37:37.542Z","dateModified":"2026-03-15T03:41:03.727Z","description":"Direct routing enables multiple switches in an EVPN fabric to act as active gateways for the same network, similar to VRRP but with active/active operation...","image":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","thumbnailUrl":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","isAccessibleForFree":true,"articleSection":"scottstuff.net","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"scottstuff.net","logo":"https://media.daily.dev/image/upload/s--CXC45ibB--/f_auto/v1735917133/logos/scottstuff","url":"https://daily.dev/sources/scottstuff"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/evpn-vxlan-direct-routing-with-arista-pvolyiopu","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"bgp,networking","timeRequired":"PT8M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"scottstuff.net","item":"https://daily.dev/sources/scottstuff"},{"@type":"ListItem","position":3,"name":"EVPN-VXLAN Direct Routing with Arista"}]}
```

