Internet-Draft | MVPN in IPv6 Infrastructure | May 2022 |
Duan & Xie | Expires 21 November 2022 | [Page] |
MVPN deployment faces some problems while used in provider's IPv6 infrastructure networks. This document describes these problems, and the solutions to solve these problems.¶
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 21 November 2022.¶
Copyright (c) 2022 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.¶
BGP MVPN procedure is defined in [RFC6514]. As a mature MVPN technology, it has been accepted by most operators and vendors. In [RFC6515], BGP MVPN is updated for IPv6 infrastructure networks. However, the deployment of BGP MVPN in IPv6 network still faces some problems. This document describes these problems, and the solutions to solve these problems.¶
Readers of this document are assumed to be familiar with the terminology and concepts of the documents listed as Normative References.¶
In [RFC6514], the following processes are not suitable if IPv6 infrastructure addresses are used in provider's networks:¶
In [RFC7716], zero RD is introduced in BGP MVPN NLRIs to enable Global Table Multicast service in provider's networks. In IPv6 infrastructure networks, Leaf PEs cannot send two distinct C-multicast route to two individual upstream root PEs for selctive forwarding, because the RD of the two roots is the same.¶
In the process of evolution to IPv6, IPv4 and IPv6 infrastructure addresses will coexist in the provider's network. The following figure is an example of BGP MVPN evolution to IPv6.¶
During the evolution process, IPv4 and IPv6 parallel BGP sessions are established between Provider Edge routers and Reflector routers, if the BGP MVPN route send to all IPv4 and IPv6 BGP peer without any control, the number of the PATHs of these routes will be doubled with each reflection while BGP ADD-PATH [RFC7911] procedure is enabled on Reflector routers.¶
To support non-segmented inter-AS tunnels in IPv6 infrastructure network, the C-Multicast route NLRI is redefined as following:¶
+-----------------------------------+ | RD (8 octets) | +-----------------------------------+ | Root Distinguisher (4 octets) | +-----------------------------------+ | Multicast Source Length (1 octet) | +-----------------------------------+ | Multicast Source (variable) | +-----------------------------------+ | Multicast Group Length (1 octet) | +-----------------------------------+ | Multicast Group (variable) | +-----------------------------------+¶
In the above figure, the Root Distinguisher field replaces the Source As field defined in [RFC6514]. When constructing a C-Multicast route, leaf PE follows the following specification:¶
When receiving a C-Multicast route from E-BGP neighbors, the ASBR checks whether an IPv6 VRF Route Import Extended Community is included in this route and takes following actions:¶
To reduce BGP MVPN routes in Parallel IPv4 and IPv6 BGP sessions scenario, the following actions should be taken by sender PEs:¶
In the reflector routers, the part of routes which are received from IPv6 BGP neighbors will be reflected to other IPv6 BGP neighbors and the other part of routes which are received from IPv4 BGP neighbors will be reflected to other IPv4 BGP neighbors.¶
This document introduces no new security considerations beyond those already specified in [RFC6514] and [RFC6515].¶
This document contains no actions for IANA.¶
Your name here¶