| Internet-Draft | EVPN L3MH | September 2026 |
| Brissette, et al. | Expires 18 March 2027 | [Page] |
This document describes the use of EVPN Ethernet Segment Link Aggregation Group (ES-LAG) technology to provide multi-homing redundancy for Layer 3 services. The solution synchronizes ARP/ND, multicast state, and IGP routes between redundant PEs without requiring Layer 2 constructs or proprietary Inter-Chassis Communication protocols.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 18 March 2027.¶
Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
Resilient L3VPN service to a CE requires multiple service PEs to run a Multi-Chassis Link Aggregation Group mechanism, which previously required a proprietary ICL control plane link between them.¶
This document uses [RFC7432], [RFC9135] and [RFC9136] procedures to bring EVPN based ES-LAG all-active multi-homing load-balancing to L3 services focusing on the L3VPN [RFC4364] use case to provide examples.¶
EVPN ES-LAG is completely transparent to a CE device, and provides link and node level redundancy with load-balancing using the existing BGP control plane required by the L3 services.¶
For example, the L3VPN service can be MPLS, VXLAN or SRv6 based, and does not require EVPN signaling to remote neighbors. The EVPN signaling is limited to the redundant service PEs sharing an Ethernet Segment Identifier (ESI). This is used to synchronize ARP/ND, multicast Join/Leave, and IGP routes replacing need for ICL link.¶
+-----+
| PE3 |
+-----+
+-----------+
| MPLS/IP |
| CORE |
+-----------+
+-----+ +-----+
| PE1 | | PE2 |
+-----+ +-----+
| |
I1 I2
\ /
\ /
+---+
|CE1|
+---+
Figure 1 shows an ES-LAG multi-homing topology where PE1 and PE2 are part of the same redundancy group providing multi-homing to CE1 via interfaces I1 and I2. PE1, PE2 and PE3 are attached to the same L3VPN through the core (running [RFC4364] and/or [RFC9136] procedures). Interfaces I1 and I2 are Bundle-Ethernet interfaces running LACP protocol. The CE device can be a layer-2 or layer-3 device connecting to the redundant PEs over a single LACP LAG port.¶
In the case of a layer-3 CE device, this document looks to solve the case of an IGP adjacency between PEs and CE. Further study is needed to support BGP PE to CE protocols. The core, shown as IP or MPLS enabled, provides wide range of L3 services. ES-LAG multi-homing functionality is decoupled from those services in the core and it focuses on providing multi-homing to CE.¶
To deliver resilient layer-3 services and provide traffic load-balancing towards the access, the two service PEs advertise layer-3 reachability towards the layer-3 core and both be eligible to receive traffic and forward towards the Access.¶
The layer-2 hashing performed by CE over its LAG port means that only one service PE may populate its ARP/ND cache. In Figure 1, if CE1 ARP/ND responses always hash to PE1, then PE2's ARP/ND table remains empty. Traffic from remote PEs can be received by either service PE. Traffic that reaches PE2 does not find an ARP entry and is dropped.¶
Solution: Synchronize ARP/ND entries using EVPN RT-2 routes as described in Section 3.6.¶
Multicast IGMP/MLD join messages from CE may always hash to a single PE due to LAG hashing behavior. When PIM runs on both redundant PEs, PIM hello messages from each PE are not visible to the other PE because the CE cannot switch traffic between LAG members. Both PEs become PIM Designated Router (DR). However, IGMP joins for a given multicast group may hash to only one PE, so only that PE programs the multicast route and sends PIM joins.¶
Solution: Synchronize IGMP/MLD state using EVPN RT-7/RT-8 routes as described in Section 3.7.¶
A layer-3 CE device connecting to redundant PEs may establish an IGP adjacency on the bundle port. The adjacency forms to only one PE, so IGP customer routes are only present on that PE. This prevents load-balancing benefits as only one PE advertises customer routes to the core.¶
<---------+
| IGP Adj
+-------+ |
| | 192.0.2.1/24 |
| PE1 +-----------+ |
| | | |
| | | +
+-------+ |
|
+ | +------+
RT5 | L | | CE1 +------>H1
Sync | A +->+ |
v G | | |
| | +------>R1
+-------+ | +------+
| | | 192.0.2.2/24
| PE2 +-----------+
| | 192.0.2.1/24
| |
+-------+
Figure 2 provides an example of this use case, where CE1 forms an IGP adjacency with PE1 (example: ISIS or OSPF), and advertises its H1 and R1 routes into the IP-VRF of PE1. PE1 may then redistribute this IGP route into the core as an L3 service. Any remote PEs are only aware of the service from PE1, and cannot load balance through PE2 as well.¶
Solution: Synchronize IGP learned routes using EVPN RT-5 routes as described in Section 3.8.¶
Note: BGP PE-CE protocols require further study.¶
When a CE supports multiple subnets using VLANs over a single LAG interface, each VLAN maps to a separate L3 sub-interface on the PE. When the PE synchronizes host reachability using EVPN RT-2 routes, standard RT-2 advertisements do not indicate which sub-interface (VLAN) the host belongs to. The peering PE cannot determine the correct destination sub-interface when multiple sub-interfaces share the same ESI.¶
The same problem occurs with IGMP/MLD route synchronization using RT-7 and RT-8.¶
Solution: Use the Ethernet Tag-ID field to carry the VLAN ID in all route sync messages (RT-2, RT-5, RT-7, RT-8) to identify the specific sub-interface.¶
Note: This document focuses on L3 sub-interfaces. Mixed L2/L3 sub-interfaces require further study.¶
Broadcast Domain¶
Bundle Ethernet Interface aka. L3 LAG interface¶
Designated Forwarder¶
Multicast Designated Router¶
BGP Extended Community¶
Ethernet Segment. When a customer site (device or network) is connected to one or more PEs via a set of Ethernet links, then that set of links is referred to as an 'Ethernet Segment'.¶
Ethernet Segment Identifier. A unique non-zero identifier that identifies an Ethernet Segment is called an 'Ethernet Segment Identifier'.¶
This refers to multi-homing scenario where peering PEs, connected to same CE, are two, three or more.¶
Ethernet Tag. An Ethernet tag identifies a particular broadcast domain, e.g., a VLAN. An EVPN instance consists of one or more broadcast domains.¶
An EVPN instance spanning the Provider Edge (PE) devices participating in that EVPN. It is used to assist a L3 VRF for route synchronization.¶
Global Routing Table¶
Inter Chassis Link¶
Internet Group Management Protocol¶
Interior Gateway Protocol¶
A VPN Routing and Forwarding table for IP routes on a PE. The IP routes could be populated by EVPN and IP-VPN address families. An IP-VRF is also an instantiation of a layer 3 VPN in a PE.¶
A Virtual Routing and Forwarding table for Media Access Control (MAC) addresses on a PE. A MAC-VRF is also an instantiation of an EVI in a PE¶
Multi-Chassis Link Aggregation Group (MC-LAG).¶
Multicast Listener Discovery.¶
Provider Edge.¶
Protocol Independent Multicast.¶
Route Distinguisher used in BGP.¶
Multicast Rendezvous Point.¶
Route-Targets used in BGP¶
EVPN route type 2, i.e., MAC/IP advertisement route, as defined in [RFC7432].¶
EVPN route type 5, i.e., IP Prefix route, as defined in Section 3 of [RFC9136].¶
EVPN route type 7, i.e., Multicast Join Synch Route, as defined in Section 9.2 of [RFC9251].¶
EVPN route type 8, i.e., Multicast Leave Synch Route, as defined in Section 9.3 of [RFC9251].¶
The multi-homing solution described in this document satisfies the following requirements:¶
This document defines EVPN-based route synchronization mechanisms to enable all-active multi-homing for Layer 3 services. The solution uses existing EVPN route types to synchronize state between PEs sharing an Ethernet Segment:¶
Key design principles:¶
The following sections describe detailed procedures for each synchronization type.¶
Consider the Figure 3 topology, where two AC-aware bundling interfaces are configured. Interface BE1 on PE1 and PE2 shares a LAG with switch SW1 and supports two customer VRFs with overlapping subnets on VLAN 1 and VLAN 2. Interface BE2 supports a single customer VRF on native VLAN.¶
+------
| +-------+ BE1.1 (192.0.2.1/24)
| PE1 || BE1 +---------------------------------+
| || ESI-1| |
| || | BE1.2 (192.0.2.2/24) |
| || +-------------------------+ |
| +-------+ | |
| | | |
| +-------+ BE2 (198.51.100.1/24) | |
| || BE2 +------------------+ | |
| || ESI-2| | | |
| || | +v----+ | |
| || | |CE1 | | |
| +-------+ |.2 | | |
+------ |CUST1| | |
+^----+ | |
+------ | +v-----+-v----+
| +-------+ | |SW1 | +-->H1(.2)
| PE2 || BE2 +-----<-------------+ |CUST2 |CUST1 |
| || ESI-2| BE2 (198.51.100.1/24) +^-----+-^----+
| || | | |
| || | | |
| +-------+ | |
| | | |
| +-------+ BE1.2 (192.0.2.2/24) | |
| || BE1 +-------------------------+ |
| || ESI-1| |
| || | BE1.1 (192.0.2.1/24) |
| || +---------------------------------+
| +-------+
+------
PE(1,2):
CUST1-VRF (IP-VRF1)
CUST2-VRF (IP-VRF2)
SW1:
CUST1-Subnet1: (192.0.2.1/24, 2001:db8:1::1/64) (VLAN 1)
CUST2-Subnet1: (192.0.2.1/24, 2001:db8:2::1/64) (VLAN 2)
CE1:
CUST1-Subnet: (198.51.100.1/24, 2001:db8:3::1/64)
The addresses above use the IPv4 and IPv6 documentation ranges from [RFC6890] and [RFC3849]. The procedures in this document are identical for IPv4 and IPv6: RT-2 routes synchronize ARP adjacencies for IPv4 hosts and ND adjacencies for IPv6 hosts, and a dual-stack host is synchronized by a pair of RT-2 routes (one per address family).¶
In this topology:¶
To synchronize state for CUST1-VRF, the solution uses:¶
Case 1 - Native interface (BE2 to CE1):¶
Case 2 - Sub-interface (BE1.1 to SW1):¶
Route synchronization between peering PEs uses EVPN route types as defined in [RFC7432] and [RFC9136].¶
Routes SHOULD be advertised with the ES-Import Route Target, which identifies the Ethernet Segment and restricts distribution to the PEs attached to that ES, together with the EVI-RT Extended Community [RFC9251], which identifies the routing context (IP-VRF or GRT) in which synchronization occurs. The specific Layer-3 (sub-)interface is identified by the ESI together with the Ethernet Tag-ID, not by the ES-Import Route Target alone. This limits route distribution to PEs attached to the same ESI and ensures that the routes are applied to the correct IP-VRF at the receiving PE.¶
Alternatively, synchronization routes MAY be advertised using the IP-VRF route Targets. However, this approach may cause the routes to be distributed to all remote PEs in the IP-VRF, including those that do not require the synchronization information.¶
In Figure 3, CUST1 routes carry IP-VRF1 RT(s) and CUST2 routes carry IP-VRF2 RT(s). When using ES-Import RT optimization, routes also carry EVI-RT Extended Community with the corresponding IP-VRF RT.¶
Note: When VRF Route Targets are used, routes are distributed to all PEs importing that VRF RT, not just ESI-attached PEs. However, only PEs with EVPN SAFI enabled will process these routes, effectively limiting distribution to EVPN-capable PEs.¶
Unlike [RFC7432] MAC-VRF deployments, EVI is not required for L3 multi-homing scenarios. The Route Distinguisher (RD) MAY be auto-generated locally, and Route Targets are taken from the IP-VRF configuration.¶
For Global Routing Table (GRT) services, an EVPN instance MAY be assigned to provide Route Targets as required by [RFC7432]. Alternatively, users MAY explicitly configure Route Targets for GRT synchronization.¶
The solution synchronizes the following state types:¶
The ESI represents the L3 LAG interface between PE and CEs. This ESI is signaled using RT-4 with the ES-Import Route Target as described in Section 8.1.1 of [RFC7432] so that the service PE peers can discover each other's common ES.¶
In the example Figure 3, route-syncs from interface BE1 have IP-VRF RT(s) or ES-Import RT and EVI-RT EC with ESI 1 as an optimization.¶
The Ethernet Tag-id represents the sub-interface subnet on the L3 LAG interface between PE and CEs. This applies to all route-sync types used for L3 multi-homing i.e., RT-2, RT-5, RT-7 and RT-8.¶
The Ethernet Tag ID encoded in synchronization routes is automatically derived from the encapsulation VLAN tags of the Layer-3 interface, following the encoding rules for single and double normalized VLAN identifiers defined in [RFC9744], as described below:¶
For synchronization to operate correctly, PEs attached to the same multi-homed CE MUST use consistent VLAN identifiers for the same multihomed CE.¶
In the example Figure 3, route-syncs from sub-interface BE1.1 (VLAN1) is represented by Ethernet Tag Identifier with ID 1.¶
This section describes procedures for synchronizing ARP/ND adjacencies between PEs using EVPN RT-2 routes, as defined in Section 10 of [RFC7432], with modifications for Layer 3 interfaces.¶
When a PE learns an ARP or ND adjacency on a Layer 3 interface or sub-interface, it MUST advertise an EVPN RT-2 route with non-zero ESI to synchronize the adjacency with peer PEs. Unlike Layer 2 EVPN services, MAC-only RT-2 routes MUST NOT be advertised, and no EVPN Layer-2 bridging state (MAC-VRF/EVI, Inclusive Multicast (RT-3) flood state, or remote-MAC synchronization) is created for the advertised MAC. The MAC is carried solely to build the Layer-3 ARP/ND adjacency at the receiving PE.¶
The RT-2 advertisement MUST include:¶
The RT-2 advertisement MUST carry exactly two MPLS labels: label-1 and label-2 as described below. A received route that does not carry exactly two labels MUST NOT be interpreted as an L3MH ARP/ND synchronization route (see the malformed-route handling in Section 3.6.2).¶
The RT-2 advertisement MUST set label-1 to the MPLS Explicit NULL value (zero). label-1 has no forwarding meaning; it signals that this RT-2 is a Layer-3 neighbor-synchronization route and that the advertised MAC MUST NOT be used to program Layer-2 bridging or MAC-forwarding state.¶
label-2 carries the associated IP-VRF's routing-context label or VNI for the encapsulation in use. For VXLAN symmetric IRB, this is the L3VNI. For MPLS or SRv6, this is the corresponding IP-VRF context identifier used by that encapsulation. label-2 does not, by itself, select the receiving IP-VRF; as in any EVPN/L3VPN deployment, VRF import is driven by Route Targets.¶
The RT-2 advertisement SHOULD NOT include any BGP Encapsulation Extended Communities [RFC9012].¶
The route MUST carry at least one of the following route target options:¶
or¶
Note: If the same ARP/ND entry exists on different LAG interfaces but uses the same subinterface normalized VLAN identifier (VID), the entry cannot be synchronized across PEs.¶
A PE receiving an RT-2 synchronization route MUST:¶
A Route Reflector used to disseminate synchronization routes does not install adjacencies from them and MUST propagate the label values unchanged.¶
A received RT-2 synchronization route that is malformed MUST be handled with the treat-as-withdraw behavior defined in [RFC7606]. For the purposes of this document, such a route is malformed when any of the following holds:¶
A route that is well-formed but does not apply to this PE is a policy non-match, not a malformed route, and MUST NOT be treated as withdraw. Such a route is retained per normal BGP procedures but does not program an adjacency. This includes a route whose ES-Import Extended Community identifies a non-local Ethernet Segment, a route carrying a non-local EVI-RT, and a well-formed route whose ESI does not resolve to a local Ethernet Segment on this PE.¶
In addition, a received RT-2 synchronization route MUST NOT trigger the programming of an ARP/ND entry if the same entry has already been learned locally on the PE.¶
This section describes procedures for synchronizing IGMP/MLD join and leave messages between PEs using EVPN RT-7 and RT-8 routes as defined in [RFC9251].¶
When a PE receives an IGMP Join or MLD Report on a Layer 3 interface or sub-interface, it MUST advertise an EVPN RT-7 route. When it receives an IGMP Leave or MLD Done, it MUST advertise an EVPN RT-8 route.¶
The RT-7/RT-8 advertisement MUST include:¶
As per Section 3.6.1, the route SHOULD carry ES-Import Route Target and EVI-RT Extended Community. Alternatively, the route MAY carry IP-VRF Route Target(s) of the associated VRF.¶
A PE receiving an RT-7 or RT-8 synchronization route MUST:¶
This section describes procedures for synchronizing IGP learned customer routes between PEs using EVPN RT-5 routes as defined in Section 3 of [RFC9136].¶
When a CE forms an IGP adjacency on the LAG bundle, the adjacency may form to only one PE. That PE learns customer routes via IGP and must synchronize them to peer PEs so that all PEs can advertise the routes to the core and provide load-balancing.¶
Two approaches are defined:¶
With the ESI-based approach, the PE learning routes via IGP advertises an RT-5 route with the ESI of the Ethernet Segment.¶
For [RFC9136] EVPN IP-VRF-to-IP-VRF cores:¶
With the IP Gateway-based approach, the PE learning routes via IGP advertises an RT-5 route with the IP Gateway field set to the route's next-hop address.¶
Entries synchronized via EVPN routes MAY be configured with a retention timer, allowing them to be retained during failure scenarios, thereby improving convergence and minimizing network churn.¶
The retention timer specifies how long a synchronized EVPN entry is retained after the corresponding EVPN route is withdrawn by the Layer-3 LAG ES peer. This mechanism is OPTIONAL, and the behavior for a synchronized entry is as follows:¶
The use of EVPN ES-LAG all active multi-homing brings the following benefits to L3 BGP services:¶
Replaces legacy MC-LAG ICCP-based solution, and offers following additional benefits:¶
The same Security Considerations described in [RFC7432] are valid for this document.¶
There are no IANA considerations.¶
The authors thank Ali Sajassi and Jeffrey Zhang for the discussions on the use case and solution options.¶
The following people has contributed substantially to this document:¶
Jiri Chaloupka
Cisco
Email: jichalou@cisco.com¶
Jayashree Subramanian
Cisco
Email: jays@cisco.com¶