BESS WorkGroup | Ali. Sajassi |
Internet-Draft | Mankamana. Mishra |
Intended status: Standards Track | Samir. Thoria |
Expires: September 4, 2018 | Cisco Systems |
Jorge. Rabadan | |
Nokia | |
John. Drake | |
Juniper Networks | |
March 3, 2018 |
Per multicast flow Designated Forwarder Election for EVPN
draft-sajassi-bess-evpn-per-mcast-flow-df-election-00
[RFC7432] describes mechanism to elect designated forwarder (DF) at the granularity of (ESI, EVI) which is per VLAN (or per group of VLANs in case of VLAN bundle or VLAN-aware bundle service). However, the current level of granularity of per-VLAN is not adequate for some of applications. [I-D.ietf-bess-evpn-ac-df] and [I-D.ietf-bess-evpn-df-election] improves base line DF election. This document is an extension to HRW base drafts ([I-D.ietf-bess-evpn-ac-df] and [I-D.ietf-bess-evpn-df-election]) and further enhances HRW algorithm to do DF election at the granularity of (ESI, VLAN, Mcast flow).
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 September 4, 2018.
Copyright (c) 2018 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 Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
EVPN based All-Active multi-homing is becoming the basic building block for providing redundancy in next generation data center deployments as well as service provider access/aggregation network. [RFC7432] defines role of a designated forwarder as the node in the redundancy group that is responsible to forward Broadcast, Unknown unicast, Multicast (BUM) traffic on that Ethernet Segment (CE device or network) in an All-Active multi-homing.
This DF election mechanism allows selecting a DF at the granularity of (ES, VLAN) or (ES, VLAN bundle) for Broadcast, Unknown Unicast, or Multicast (BUM) traffic. Though [I-D.ietf-bess-evpn-ac-df] and [I-D.ietf-bess-evpn-df-election] improves the default DF election procedure , still it does not fit well for some of service provider residential application, where whole multicast traffic is delivered on single VLAN.
(Multicast sources) | | +---+ |CE4| +---+ | | +-----+-----+ +------------| PE-1 |------------+ | | | | | +-----------+ | | | | EVPN | | | | | | (DF) (NDF)| +-----------+ +-----------+ | |EVI-1| | | |EVI-1| | | PE-2 |------------------------| PE-3 | +-----------+ +-----------+ AC1 \ / AC2 \ / \ ESI-1 / \ / \ / +---------------+ | CE2 | +---------------+ | | (Multiple receivers) Figure 1: Multi-homing Network of EVPN for IPTV deployments
Consider the above topology, which shows residential deployment scenario, where multiple receivers are behind all active multihoming segment. All of the multicast traffic is provisioned on EVI-1. Assume PE-2 get elected as DF. According to [RFC7432] PE-2 will be responsible for forwarding multicast traffic to that Ethernet segment.
In this document, we propose an extension to HRW base drafts to allow DF election at the granularity of (ESI, VLAN, Mcast flow) which would allow multicast flows to be distributed among redundancy group PE's to share the load.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119] .
With respect to EVPN, this document follows the terminology that has been defined in [RFC7432] and [RFC4601] for multicast terminology.
[I-D.ietf-bess-evpn-ac-df] and [I-D.ietf-bess-evpn-df-election] defines extended community, which would be used for PE's in redundancy group to come to an agreement about which DF election procedures is supported. A PE can notify other participating PE's in redundancy group about its willingness to support Per multicast flow base DF election capability by signaling a DF election extended community along with Ethernet-Segment Route (Type-4). current proposal extends the existing extended community defined in [I-D.ietf-bess-evpn-ac-df] and [I-D.ietf-bess-evpn-df-election]. This draft defines new a DF type.
It MUST be considered as an indication to support of only Default DF election
[RFC7432] and DF election procedure in [RFC7432] MUST be used.
This document is an extension of [I-D.ietf-bess-evpn-ac-df] and [I-D.ietf-bess-evpn-df-election], so this draft does not repeat description of HRW algorithm itself.
EVPN PE does the discovery of redundancy group based on [RFC7432]. If redundancy group consists of N EVPN PE nodes. Then after the discovery all PEs build an unordered list of IP address of all the nodes in redundancy group. Procedure defined in this draft does not require PE's to be ordered list.Address [i] denotes the IP address of i'th EVPN PE in redundancy group where (0 < i <= N ).
The DF is the PE who has maximum affinity for (S, G, V, ESI) where
In case of tie choose the PE whose IP address is numerically least.
The affinity of PE(i) to (S,G,VLAN ID, ESI) is calculated by function, affinity (S,G,V, ESI, Address(i)), where (0 < i <= N), PE(i) is the PE at ordinal i, address(i) is the IP address of PE at ordinal i
Here D(S,G,V,ESI) is the 32-bit digest (CRC_32) of the Source IP, Group IP, Vlan ID for Ethernet Tag V. Source and Group IP address length does not matter as only the lower order 31 bits are modulo significant.
In case of IGMP membership request where source is not known. The DF is the PE which has maximum affinity for (G,V, ESI) where
In case of tie choose the PE whose IP address is numerically least.
The affinity of PE(i) to (G,V, ESI) is calculated by function, affinity (G,V, ESI, Address(i)), where (0 < i <= N), PE(i) is the PE at ordinal i, address(i) is the IP address of PE at ordinal i
Here D(G,V,ESI) is the 32-bit digest (CRC_32) of the Group IP, Vlan ID for Ethernet Tag V. Source and Group IP address length does not matter as only the lower order 31 bits are modulo significant.
Even if all of the PE's indicate their availability to participate in per multicast flow DF election procedure, there is need to have default DF election algorithm. Since Per multicast flow DF election is applicable for only those multicast flows for which PE has received membership request. For other BUM traffic, forwarding plane need default DF election procedure. And we use HRW based DF election procedure as default one in these cases which is defined in [I-D.ietf-bess-evpn-ac-df] and [I-D.ietf-bess-evpn-df-election].
Multicast Source | | | | +---------+ +--------------+ PE-4 +--------------+ | | | | | +---------+ | | | | EVPN CORE | | | | | | | +---------+ +---------+ +---------+ | PE-1 +--------+ PE-2 +---------+ PE-3 | | EVI-1 | | EVI-1 | | EVI-1 | +---------+ +---------+ +---------+ |__________________|___________________| AC-1 ESI-1 | AC-2 AC-3 +---------+ | CE-1 | | | +---------+ | | | | Multicast Receivers Figure-2 : Multihomed network
Figure-2 shows multihomed network. Where EVPN PE-1, PE-2, PE-3 are multihomed to CE-1. Multiple multicast receivers are behind all active multihoming segment.
There are multiple triggers which can cause DF re-election. Some of the triggers could be [RFC7432]. When ever either of trigger occur, DF re-election would be done. and all of the flows would be redistributed among existing PE's in redundancy group for ES.
This document does not provide any new mechanism to handle DF re-election procedure. it does uses existing mechanism defined in
More details to be added in next version.
The same Security Considerations described in [RFC7432] are valid for this document.
There are no new IANA considerations in this document.