Internet-Draft | PCEP for Associated Bidirectional LSP | January 2021 |
Gandhi, et al. | Expires 2 August 2021 | [Page] |
The Path Computation Element Communication Protocol (PCEP) provides mechanisms for Path Computation Elements (PCEs) to perform path computations in response to Path Computation Clients (PCCs) requests. The Stateful PCE extensions allow stateful control of Multiprotocol Label Switching (MPLS) Traffic Engineering (TE) Label Switched Paths (LSPs) using PCEP.¶
This document defines PCEP extensions for grouping two unidirectional MPLS TE LSPs (one in each direction in the network) into an Associated Bidirectional LSP. The mechanisms defined in this document can be applied using a Stateful PCE for both PCE-Initiated and PCC-Initiated LSPs, as well as when using a Stateless PCE. The procedures defined are applicable to the LSPs using Resource Reservation Protocol - Traffic Engineering (RSVP-TE) for signaling.¶
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 2 August 2021.¶
Copyright (c) 2021 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.¶
[RFC5440] describes the Path Computation Element Communication Protocol (PCEP) as a communication mechanism between a Path Computation Client (PCC) and a Path Control Element (PCE), or between PCE and PCC, that enables computation of Multiprotocol Label Switching (MPLS) Traffic Engineering (TE) Label Switched Paths (LSPs).¶
[RFC8231] specifies extensions to PCEP to enable stateful control of MPLS TE LSPs. It describes two modes of operation - Passive Stateful PCE and Active Stateful PCE. In [RFC8231], the focus is on Active Stateful PCE where LSPs are provisioned on the PCC and control over them is delegated to a PCE. Further, [RFC8281] describes the setup, maintenance and teardown of PCE-Initiated LSPs for the Stateful PCE model.¶
[RFC8697] introduces a generic mechanism to create a grouping of LSPs. This grouping can then be used to define associations between sets of LSPs or between a set of LSPs and a set of attributes, and it is equally applicable to the stateful PCE (active and passive modes) and the stateless PCE.¶
The MPLS Transport Profile (MPLS-TP) requirements document [RFC5654] specifies that "MPLS-TP MUST support unidirectional, co-routed bidirectional, and associated bidirectional point-to-point transport paths". [RFC7551] defines RSVP signaling extensions for binding forward and reverse unidirectional LSPs into an associated bidirectional LSP. The fast reroute (FRR) procedures for associated bidirectional LSPs are described in [RFC8537].¶
This document defines PCEP extensions for grouping two unidirectional MPLS-TE LSPs into an Associated Bidirectional LSP for both single-sided and double-sided initiation cases when using a Stateful PCE for both PCE-Initiated and PCC-Initiated LSPs as well as when using a Stateless PCE. The procedures defined are applicable to the LSPs using Resource Reservation Protocol - Traffic Engineering (RSVP-TE) for signaling [RFC3209]. Specifically, this document defines two new Association Types, "Single-sided Bidirectional LSP Association" and "Double-sided Bidirectional LSP Association", as well as "Bidirectional LSP Association Group TLV" to carry additional information for the association.¶
The procedure for associating two unidirectional Segment Routing (SR) Paths to form an Associated Bidirectional SR Path is defined in [I-D.ietf-pce-sr-bidir-path], and is outside the scope of this document.¶
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.¶
As shown in Figure 1, forward and reverse unidirectional LSPs can be grouped to form an associated bidirectional LSP. The node A is ingress node for LSP1 and egress node for LSP2, whereas node D is ingress node for LSP2 and egress node for LSP1. There are two methods of initiating the bidirectional LSP association, single-sided and double-sided, as defined in [RFC7551] and described in the following sections.¶
As specified in [RFC7551], in the single-sided case, the bidirectional tunnel is provisioned only on one endpoint node (PCC) of the tunnel. Both endpoint nodes act as a PCC. Both forward and reverse LSPs of this tunnel are initiated with the Association Type set to "Single-sided Bidirectional LSP Association" on the originating endpoint node. The forward and reverse LSPs are identified in the "Bidirectional LSP Association Group TLV" of their PCEP ASSOCIATION Objects.¶
The originating endpoint node signals the properties for the reverse LSP in the RSVP REVERSE_LSP Object [RFC7551] of the forward LSP Path message. The remote endpoint node then creates the corresponding reverse tunnel and reverse LSP, and signals the reverse LSP in response to the received RSVP-TE Path message. Similarly, the remote endpoint node deletes the reverse LSP when it receives the RSVP-TE message to delete the forward LSP [RFC3209].¶
As specified in [RFC8537], for fast reroute bypass tunnel assignment, the LSP starting from the originating endpoint node is identified as the forward LSP of the single-sided initiated bidirectional LSP.¶
As shown in Figure 2, the forward tunnel 1 and both forward LSP1 and reverse LSP2 are initiated on the originating endpoint node A by the PCE. The PLSP-IDs used are P1 and P2 on the originating endpoint node A and P3 on the remote endpoint node D. The originating endpoint node A reports tunnels 1 and forward LSP1 and reverse LSP2 to the PCE. The endpoint (PCC) node D reports tunnel 2 and LSP2 to the PCE. The endpoint (PCC) node D also reports the reverse LSP1 (not shown for simplicity) to the PCE.¶
As shown in Figure 3, the forward tunnel 1 and both forward LSP1 and reverse LSP2 are initiated on the originating endpoint node A (the originating PCC). The PLSP-IDs used are P1 and P2 on the originating endpoint node A and P3 on the remote endpoint node D. The originating endpoint (PCC) node A may delegate the forward LSP1 and reverse LSP2 to the PCE. The originating endpoint node A reports tunnels 1 and forward LSP1 and reverse LSP2 to the PCE. The endpoint (PCC) node D reports tunnel 2 and LSP2 to the PCE. The endpoint (PCC) node D also reports the reverse LSP1 (not shown for simplicity) to the PCE.¶
As specified in [RFC7551], in the double-sided case, the bidirectional tunnel is provisioned on both endpoint nodes (PCCs) of the tunnel. The forward and reverse LSPs of this tunnel are initiated with the Association Type set to "Double-sided Bidirectional LSP Association" on both endpoint nodes. The forward and reverse LSPs are identified in the "Bidirectional LSP Association Group TLV" of their ASSOCIATION Objects.¶
As specified in [RFC8537], for fast reroute bypass tunnel assignment, the LSP with the higher Source Address [RFC3209] is identified as the forward LSP of the double-sided initiated bidirectional LSP.¶
As shown in Figure 4, the forward tunnel 1 and forward LSP1 are initiated on the endpoint node A and the reverse tunnel 2 and reverse LSP2 are initiated on the endpoint node D by the PCE. The PLSP-IDs used are P4 on the endpoint node A and P5 on the endpoint node D. The endpoint node A (PCC) reports the forward LSP1 and endpoint node D reports the forward LSP2 to the PCE. Both endpoint (PCC) nodes also report the reverse LSPs (not shown for simplicity) to the PCE.¶
As shown in Figure 5, the forward tunnel 1 and forward LSP1 are initiated on the endpoint node A and the reverse tunnel 2 and reverse LSP2 are initiated on the endpoint node D (the PCCs). The PLSP-IDs used are P4 on the endpoint node A and P5 on the endpoint node D. Both endpoint (PCC) nodes may delegate the forward LSP1 and LSP2 to the PCE. The endpoint node A (PCC) reports the forward LSP1 and endpoint node D reports the forward LSP2 to the PCE. Both endpoint (PCC) nodes also report the reverse LSPs (not shown for simplicity) to the PCE.¶
In both single-sided and double-sided initiation cases, forward and reverse LSPs can be co-routed as shown in Figure 6, where both forward and reverse LSPs of a bidirectional LSP follow the same congruent path in the forward and reverse directions, respectively.¶
The procedure specified in [RFC8537] for fast reroute bypass tunnel assignment is also applicable to the Co-routed Associated Bidirectional LSPs.¶
The PCEP extensions defined in this document cover the following modes of operations under the stateful PCE model:¶
As per [RFC8697], LSPs are associated by adding them to a common association group. This document defines two new Association Types, called "Single-sided Bidirectional LSP" (TBD1) and "Double-sided Bidirectional LSP" (TBD2), based on the generic ASSOCIATION Object ((Object-Class value 40). A member of the Bidirectional LSP Association can take the role of a forward or reverse LSP and follows the following rules:¶
The Bidirectional LSP Association types are considered to be both dynamic and operator-configured in nature. As per [RFC8697], the association group could be manually created by the operator on the PCEP peers, and the LSPs belonging to this association are conveyed via PCEP messages to the PCEP peer; alternately, the association group could be created dynamically by the PCEP speaker, and both the association group information and the LSPs belonging to the association group are conveyed to the PCEP peer. The Operator-configured Association Range MUST be set for this association-type to mark a range of Association Identifiers that are used for operator-configured associations to avoid any Association Identifier clash within the scope of the Association Source (Refer to [RFC8697]).¶
Specifically, for the PCE Initiated Bidirectional LSPs, these Associations are dynamically created by the PCE on the PCE peers. Similarly, for both PCE Initiated and PCC Initiated single-sided case, these associations are also dynamically created on the remote endpoint node using the information received from the RSVP message from the originating node.¶
The Association ID, Association Source, optional Global Association Source and optional Extended Association ID in the Bidirectional LSP Association Object are initialized using the procedures defined in [RFC8697] and [RFC7551].¶
[RFC8697] specifies the mechanism for the capability advertisement of the Association Types supported by a PCEP speaker by defining an ASSOC-Type-List TLV to be carried within an OPEN Object. This capability exchange for the Bidirectional LSP Association Types MUST be done before using the Bidirectional LSP Association. Thus, the PCEP speaker MUST include the Bidirectional LSP Association Types in the ASSOC-Type-List TLV and MUST receive the same from the PCEP peer before using the Bidirectional LSP Association in PCEP messages.¶
The "Bidirectional LSP Association Group TLV" is an OPTIONAL TLV for use with the Bidirectional LSP Associations (ASSOCIATION Object with Association Type TBD1 for Single-sided Bidirectional LSP or TBD2 for Double-sided Bidirectional LSP).¶
The format of the "Bidirectional LSP Association Group TLV" is shown in Figure 7:¶
Flags for "Bidirectional LSP Association Group TLV" are defined as following.¶
F (Forward LSP, 1 bit, Bit number 31) - Indicates whether the LSP associated is the forward LSP of the bidirectional LSP. If this flag is set, the LSP is a forward LSP.¶
R (Reverse LSP, 1 bit, Bit number 30) - Indicates whether the LSP associated is the reverse LSP of the bidirectional LSP. If this flag is set, the LSP is a reverse LSP.¶
C (Co-routed Path, 1 bit, Bit number 29) - Indicates whether the bidirectional LSP is co-routed. This flag MUST be set for both the forward and reverse LSPs of a co-routed bidirectional LSP.¶
The C flag is used by the PCE (for both Stateful and Stateless) to compute bidirectional paths of the forward and reverse LSPs of a co-routed bidirectional LSP.¶
The unassigned flags (Bit Number 0-28) MUST be set to 0 when sent and MUST be ignored when received.¶
The PCEP procedure defined in this document is applicable to the following three scenarios:¶
As specified in [RFC8697], the Bidirectional LSP Associations can be created and updated by a Stateful PCE.¶
As specified in [RFC8697], the Bidirectional LSP Associations can also be created and updated by a PCC.¶
For a stateless PCE, it might be useful to associate a path computation request to an association group, thus enabling it to associate a common set of configuration parameters or behaviors with the request [RFC8697]. A PCC can request co-routed or non-co-routed forward and reverse direction paths from a stateless PCE for a Bidirectional LSP Association.¶
As defined in [RFC5440], the Bidirectional (B) flag in the Request Parameters (RP) Object is set when the PCC specifies that the path computation request is for a bidirectional TE LSP with the same TE requirements in each direction. For an associated bidirectional LSP, the B-flag is also set when the PCC makes the path computation request for the same TE requirements for the forward and reverse direction LSPs.¶
Note that the B-flag defined in Stateful PCE Request Parameter (SRP) Object [I-D.ietf-pce-pcep-stateful-pce-gmpls] to indicate 'bidirectional co-routed LSP' is used for GMPLS signaled bidirectional LSPs and is not applicable to the associated bidirectional LSPs.¶
As defined in [RFC8231], a PCEP-specific LSP Identifier (PLSP-ID) is created by a PCC to uniquely identify an LSP and it remains the same for the lifetime of a PCEP session.¶
In case of Single-sided Bidirectional LSP Association, the reverse LSP of a bidirectional LSP created on the originating endpoint node is identified by the PCE using 2 different PLSP-IDs based on the PCEP session on the ingress or egress nodes for the LSP. In other words, the reverse LSP will have a PLSP-ID P1 at the ingress node while it will have a PLSP-ID P3 at the egress node. There is no change in the PLSP-ID allocation procedure for the forward LSP of the Single-sided Bidirectional LSP on the originating endpoint node. In case of Double-sided Bidirectional LSP Association, there is no change in the PLSP-ID allocation procedure.¶
For an Associated Bidirectional LSP, LSP-IDENTIFIERS TLV [RFC8231] MUST be included in all forward and reverse LSPs.¶
During state synchronization, a PCC MUST report all the existing Bidirectional LSP Associations to the Stateful PCE as per [RFC8697]. After the state synchronization, the PCE MUST remove all previous Bidirectional LSP Associations absent in the report.¶
If a PCE speaker receives an LSP with a Bidirectional LSP Association Type that it does not support, the PCE speaker MUST send PCErr with Error-Type = 26 (Association Error) and Error-Value = 1 (Association Type is not supported).¶
An LSP (forward or reverse) cannot be part of more than one Bidirectional LSP Association. If a PCE speaker receives an LSP not complying to this rule, the PCE speaker MUST send PCErr with Error-Type = 26 (Association Error) and Error-Value = TBD4 (Bidirectional LSP Association - Group Mismatch).¶
The LSPs (forward or reverse) in a Single-sided Bidirectional Association MUST belong to the same TE Tunnel (as defined in [RFC3209]). If a PCE speaker attempts to add an LSP in a Single-sided Bidirectional LSP Association for a different Tunnel, the PCE speaker MUST send PCErr with Error-Type = 26 (Association Error) and Error-Value = TBD5 (Bidirectional Association - Tunnel Mismatch).¶
The PCEP Path Setup Type (PST) for RSVP-TE is set to 'Path is set up using the RSVP-TE signaling protocol' (Value 0) [RFC8408]. If a PCEP speaker receives a different PST value for the Bidirectional LSP Associations defined in this document, the PCE speaker MUST return a PCErr message with Error-Type = 26 (Association Error) and Error-Value = TBD6 (Bidirectional LSP Association - Path Setup Type Not Supported).¶
A Bidirectional LSP Association cannot have both unidirectional LSPs identified as Reverse LSPs or both LSPs identified as Forward LSPs. If a PCE speaker receives an LSP not complying to this rule, the PCE speaker MUST send PCErr with Error-Type = 26 (Association Error) and Error-Value = TBD7 (Bidirectional LSP Association - Direction Mismatch).¶
A Bidirectional LSP Association cannot have one unidirectional LSP identified as co-routed and the other identified as non-co-routed. If a PCE speaker receives an LSP not complying to this rule, the PCE speaker MUST send PCErr with Error-Type = 26 (Association Error) and Error-Value = TBD8 (Bidirectional LSP Association - Co-routed Mismatch).¶
The unidirectional LSPs forming the Bidirectional LSP Association MUST have matching endpoint nodes in the reverse directions. If a PCE speaker receives an LSP not complying to this rule, the PCE speaker MUST send PCErr with Error-Type = 26 (Association Error) and Error-Value = TBD9 (Bidirectional LSP Association - Endpoint Mismatch).¶
The processing rules as specified in Section 6.4 of [RFC8697] continue to apply to the Association Types defined in this document.¶
[Note to the RFC Editor - remove this section before publication, as well as remove the reference to RFC 7942.]¶
This section records the status of known implementations of the protocol defined by this specification at the time of posting of this Internet-Draft, and is based on a proposal described in [RFC7942]. The description of implementations in this section is intended to assist the IETF in its decision processes in progressing drafts to RFCs. Please note that the listing of any individual implementation here does not imply endorsement by the IETF. Furthermore, no effort has been spent to verify the information presented here that was supplied by IETF contributors. This is not intended as, and must not be construed to be, a catalog of available implementations or their features. Readers are advised to note that other implementations may exist.¶
According to [RFC7942], "this will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature. It is up to the individual working groups to use this information as they see fit".¶
The PCEP extensions defined in this document has been implemented by a vendor on their product. No further information is available at this time.¶
The security considerations described in [RFC5440], [RFC8231], and [RFC8281] apply to the extensions defined in this document as well.¶
Two new Association Types for the ASSOCIATION Object, Single-sided Bidirectional LSP Association and Double-sided Bidirectional LSP Association are introduced in this document. Additional security considerations related to LSP associations due to a malicious PCEP speaker is described in [RFC8697] and apply to these Association Types. Hence, securing the PCEP session using Transport Layer Security (TLS) [RFC8253] is RECOMMENDED.¶
The mechanisms defined in this document do not imply any control or policy requirements in addition to those already listed in [RFC5440], [RFC8231], and [RFC8281].¶
[RFC7420] describes the PCEP MIB, there are no new MIB Objects defined for LSP associations.¶
The PCEP YANG module [I-D.ietf-pce-pcep-yang] defines data model for LSP associations.¶
The mechanisms defined in this document do not imply any new liveness detection and monitoring requirements in addition to those already listed in [RFC5440], [RFC8231], and [RFC8281].¶
The mechanisms defined in this document do not imply any new operation verification requirements in addition to those already listed in [RFC5440], [RFC8231], and [RFC8281].¶
The mechanisms defined in this document do not add any new requirements on other protocols.¶
This document defines two new Association Types, originally described in [RFC8697]. IANA is requested to assign the following new values in the "ASSOCIATION Type Field" subregistry [RFC8697] within the "Path Computation Element Protocol (PCEP) Numbers" registry:¶
Type Name Reference --------------------------------------------------------------------- TBD1 Single-sided Bidirectional LSP Association [This document] TBD2 Double-sided Bidirectional LSP Association [This document]¶
This document defines a new TLV for carrying additional information of LSPs within a Bidirectional LSP Association. IANA is requested to add the assignment of a new value in the existing "PCEP TLV Type Indicators" registry as follows:¶
Value Meaning Reference ------------------------------------------------------------------- TBD3 Bidirectional LSP Association Group TLV [This document]¶
This document requests that a new sub-registry, named "Bidirectional LSP Association Group TLV Flag Field", is created within the "Path Computation Element Protocol (PCEP) Numbers" registry to manage the Flag field in the Bidirectional LSP Association Group TLV. New values are to be assigned by Standards Action [RFC8126]. Each bit should be tracked with the following qualities:¶
The following values are defined in this document for the Flag field.¶
Bit No. Description Reference --------------------------------------------------------- 31 F - Forward LSP [This document] 30 R - Reverse LSP [This document] 29 C - Co-routed Path [This document] 0-28 Unassigned¶
This document defines new Error value for Error Type 26 (Association Error). IANA is requested to allocate new Error value within the "PCEP-ERROR Object Error Types and Values" sub-registry of the PCEP Numbers registry, as follows:¶
Error Type Description Reference --------------------------------------------------------- 26 Association Error Error value: TBD4 [This document] Bidirectional LSP Association - Group Mismatch Error value: TBD5 [This document] Bidirectional LSP Association - Tunnel Mismatch Error value: TBD6 [This document] Bidirectional LSP Association - Path Setup Type Not Supported Error value: TBD7 [This document] Bidirectional LSP Association - Direction Mismatch Error value: TBD8 [This document] Bidirectional LSP Association - Co-routed Mismatch Error value: TBD9 [This document] Bidirectional LSP Association - Endpoint Mismatch¶
The authors would like to thank Dhruv Dhody for various discussions on association groups and inputs to this document. The authors would also like to thank Mike Taillon, Harish Sitaraman, Al Morton, and Marina Fizgeer for reviewing this document and providing valuable comments.¶