PCE Working Group
Internet Engineering Task Force (IETF) Z. Li
Internet-Draft
Request for Comments: 9050 S. Peng
Intended status:
Category: Standards Track Huawei Technologies
Expires: September 5, 2021
ISSN: 2070-1721 M. Negi
RtBrick Inc
Q. Zhao
Etheric Networks
C. Zhou
HPE
March 4,
July 2021
PCEP
Path Computation Element Communication Protocol (PCEP) Procedures and Protocol
Extensions for Using the PCE as a Central Controller (PCECC) of LSPs
draft-ietf-pce-pcep-extension-for-pce-controller-14
Abstract
The Path Computation Element (PCE) is a core component of Software-
Defined Networking (SDN) systems.
A PCE-based PCE as a Central Controller (PCECC) can simplify the processing of
a distributed control plane by blending it with elements of SDN and
without necessarily completely replacing it. Thus, the LSP Label
Switched Path (LSP) can be calculated/set up/initiated and the label label-
forwarding entries can also be downloaded through a centralized PCE
server to each network device along the path, path while leveraging the
existing PCE technologies as much as possible.
This document specifies the procedures and PCEP Path Computation Element
Communication Protocol (PCEP) extensions for using the PCE as the
central controller for provisioning labels along the path of the
static LSP.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list It represents the consensus of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid the IETF community. It has
received public review and has been approved for a maximum publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in Section 2 of RFC 7841.
Information about the current status of six months this document, any errata,
and how to provide feedback on it may be updated, replaced, or obsoleted by other documents obtained 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 5, 2021.
https://www.rfc-editor.org/info/rfc9050.
Copyright Notice
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.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Requirements Language . . . . . . . . . . . . . . . . . . 5
2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1. Requirements Language
3. Basic PCECC Mode . . . . . . . . . . . . . . . . . . . . . . 5
4. PCEP Requirements . . . . . . . . . . . . . . . . . . . . . . 6
5. Procedures for Using the PCE as a Central Controller (PCECC) 6
5.1. Stateful PCE Model . . . . . . . . . . . . . . . . . . . 6
5.2. New LSP Functions . . . . . . . . . . . . . . . . . . . . 6
5.3. New PCEP Object . . . . . . . . . . . . . . . . . . . . . 7
5.4. PCECC Capability Advertisement . . . . . . . . . . . . . 7
5.5. LSP Operations . . . . . . . . . . . . . . . . . . . . . 9
5.5.1. PCE-Initiated PCECC LSP . . . . . . . . . . . . . . . 9
5.5.2. PCC-Initiated PCECC LSP . . . . . . . . . . . . . . . 12
5.5.3. Central Controller Instructions . . . . . . . . . . . 15
5.5.3.1. Label Download CCI . . . . . . . . . . . . . . . 16
5.5.3.2. Label Clean up Cleanup CCI . . . . . . . . . . . . . . . 16
5.5.4. PCECC LSP Update . . . . . . . . . . . . . . . . . . 17
5.5.5. Re-Delegation Re-delegation and Clean up . . . . . . . . . . . . . 20 Cleanup
5.5.6. Synchronization of Central Controllers Controller Instructions . 20
5.5.7. PCECC LSP State Report . . . . . . . . . . . . . . . 21
5.5.8. PCC-Based Allocations . . . . . . . . . . . . . . . . 21
6. PCEP Messages . . . . . . . . . . . . . . . . . . . . . . . . 21
6.1. The PCInitiate Message . . . . . . . . . . . . . . . . . 22
6.2. The PCRpt Message . . . . . . . . . . . . . . . . . . . . 23
7. PCEP Objects . . . . . . . . . . . . . . . . . . . . . . . . 24
7.1. OPEN Object . . . . . . . . . . . . . . . . . . . . . . . 24
7.1.1. PCECC Capability sub-TLV . . . . . . . . . . . . . . 25 Sub-TLV
7.2. PATH-SETUP-TYPE TLV . . . . . . . . . . . . . . . . . . . 25
7.3. CCI Object . . . . . . . . . . . . . . . . . . . . . . . 26
7.3.1. Address TLVs . . . . . . . . . . . . . . . . . . . . 27
8. Implementation Status . . . . . . . . . . . . . . . . . . . . 27
8.1. Huawei's Proof of Concept based on ONOS . . . . . . . . . 28
9. Security Considerations . . . . . . . . . . . . . . . . . . . 28
9.1.
8.1. Malicious PCE . . . . . . . . . . . . . . . . . . . . . . 29
9.2.
8.2. Malicious PCC . . . . . . . . . . . . . . . . . . . . . . 29
10.
9. Manageability Considerations . . . . . . . . . . . . . . . . 29
10.1.
9.1. Control of Function and Policy . . . . . . . . . . . . . 29
10.2.
9.2. Information and Data Models . . . . . . . . . . . . . . 30
10.3.
9.3. Liveness Detection and Monitoring . . . . . . . . . . . 30
10.4.
9.4. Verify Correct Operations . . . . . . . . . . . . . . . 30
10.5.
9.5. Requirements On on Other Protocols . . . . . . . . . . . . 30
10.6.
9.6. Impact On on Network Operations . . . . . . . . . . . . . . 31
11.
10. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 31
11.1.
10.1. PATH-SETUP-TYPE-CAPABILITY Sub-TLV Type Indicators . . . 31
11.2.
10.2. PCECC-CAPABILITY sub-TLV's Sub-TLV's Flag field . . . . . . . . . 31
11.3. Field
10.3. PCEP Path Setup Type Registry . . . . . . . . . . . . . . . . 31
11.4.
10.4. PCEP Object . . . . . . . . . . . . . . . . . . . . . . 32
11.5.
10.5. CCI Object Flag Field . . . . . . . . . . . . . . . . . 32
11.6.
10.6. PCEP-Error Object . . . . . . . . . . . . . . . . . . . 32
12. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 33
13.
11. References . . . . . . . . . . . . . . . . . . . . . . . . . 33
13.1.
11.1. Normative References . . . . . . . . . . . . . . . . . . 33
13.2.
11.2. Informative References . . . . . . . . . . . . . . . . . 35
Appendix A. Contributor Addresses . . . . . . . . . . . . . . . 38
Acknowledgments
Contributors
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 39
1. Introduction
The Path Computation Element (PCE) [RFC4655] was developed to offload
the path computation function from routers in an MPLS traffic-
engineered (TE) network. It can compute optimal paths for traffic
across a network and can also update the paths to reflect changes in
the network or traffic demands. Since then, the role and function of
the PCE has have grown to cover a number of other uses (such as GMPLS
[RFC7025]) and to allow delegated control [RFC8231] and PCE-initiated
use of network resources [RFC8281].
According to [RFC7399], Software-Defined Networking (SDN) refers to a
separation between the control elements and the forwarding components
so that software running in a centralized system, called a
controller, can act to program the devices in the network to behave
in specific ways. A required element in an SDN architecture is a
component that plans how the network resources will be used and how
the devices will be programmed. It is possible to view this
component as performing specific computations to place traffic flows
within the network given knowledge of the availability of network
resources, how other forwarding devices are programmed, and the way
that other flows are routed. This is the function and purpose of a
PCE, and the way that a PCE integrates into a wider network control
system (including an SDN system) is presented in [RFC7491].
In early PCE implementations, where the PCE was used to derive paths
for MPLS Label Switched Paths (LSPs), paths were requested by network
elements (known as Path Computation Clients (PCCs)), and the results
of the path computations were supplied to network elements using the
Path Computation Element Communication Protocol (PCEP) [RFC5440].
This protocol was later extended to allow a PCE to send unsolicited
requests to the network for LSP establishment [RFC8281].
The PCE was developed to derive paths for MPLS Label Switched Paths
(LSPs), LSPs, which are
supplied to the head end of the LSP using the Path
Computation Element Communication Protocol (PCEP). PCEP. But SDN has a
broader applicability than signaled MPLS and GMPLS traffic-engineered
(TE) TE networks, and
the PCE may be used to determine paths in a range of use cases. PCEP
has been proposed as a control protocol for use in these environments
to allow the PCE to be fully enabled as a central controller.
[RFC8283] introduces the architecture for the PCE as a central
controller as an extension of to the architecture described in [RFC4655]
and assumes the continued use of PCEP as the protocol used between
the PCE and PCC. [RFC8283] further examines the motivations and
applicability for PCEP as a Southbound Interface (SBI), (SBI) and introduces
the implications for the protocol.
[I-D.ietf-teas-pcecc-use-cases] [PCECC] describes the use cases
for the PCECC architecture.
A PCE-based Central Controller (PCECC) PCECC can simplify the processing of a distributed control plane by
blending it with elements of SDN and without necessarily completely
replacing it. Thus, the LSP can be
calculated/setup/initiated calculated/set up/initiated and
the label forwarding label-forwarding entries can also be downloaded through a
centralized PCE server to each network device along the path while
leveraging the existing PCE technologies as much as possible.
This document specifies the procedures and PCEP extensions for using
the PCE as the central controller for static LSPs, where LSPs can be
provisioned as explicit label instructions at each hop on the end-to-
end path. Each router along the path must be told what label-
forwarding instructions to program and what resources to reserve.
The PCE-based controller keeps a view of the network and determines
the paths of the end-to-end LSPs, and the controller uses PCEP to
communicate with each router along the path of the end-to-end LSP.
While this document is focused on the procedures for the static LSPs
(referred to as the basic PCECC mode in Section 3), the mechanisms
and protocol encodings are specified in such a way that extensions
for other use cases are easy to achieve. For example, the extensions
for the PCECC for Segment Routing (SR) are specified in
[I-D.ietf-pce-pcep-extension-pce-controller-sr] [PCECC-SR]
and
[I-D.dhody-pce-pcep-extension-pce-controller-srv6].
1.1. Requirements Language [PCECC-SRv6].
2. Terminology
The key words terminology used in this document is the same as that described
in the [RFC8283].
2.1. Requirements Language
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.
2. Terminology
The terminology used in this document is the same as that described
in the [RFC8283].
3. Basic PCECC Mode
In this mode, LSPs are provisioned as explicit label instructions at
each hop on the end-to-end path. Each router along the path must be
told what label forwarding label-forwarding instructions to program and what resources
to reserve. The controller uses PCEP to communicate with each router
along the path of the end-to-end LSP.
[RFC8283] examines the motivations and applicability for the PCECC
and use of PCEP as an SBI. Section 3.1.2. 3.1.2 of [RFC8283] highlights the
use of the PCECC for label allocation along the static LSPs LSPs, and it
simplifies the processing of a distributed control plane by blending
it with elements of SDN and without necessarily completely replacing
it. This allows the operator to introduce the advantages of SDN
(such as programmability) into the network. Further Further, Section 3.3. 3.3 of
[I-D.ietf-teas-pcecc-use-cases]
[PCECC] describes some of the scenarios where the PCECC technique
could be useful. Section 4 of [RFC8283] also
describe describes the
implications on the protocol when used as an SDN SBI. The operator
needs to evaluate the advantages offered by the PCECC against the
operational and scalability needs of the PCECC.
As per Section 3.1.2. 3.1.2 of [RFC8283], the PCE-based controller will take
responsibility for managing some part of the MPLS label space for
each of the routers that it controls, controls and may take wider
responsibility for partitioning the label space for each router and
allocating different parts for different uses. The PCC MUST NOT make
allocations from the label space set aside for the PCE to avoid
overlap and collisions of label allocations. It is RECOMMENDED that
the PCE makes allocations (from the label space set aside for the
PCE) for all nodes along the path. For the purpose of this document,
it is assumed that the exclusive label range to be used by a PCE is
known and set on both PCEP peers. A future extension could add the
capability to advertise this range via a possible PCEP extension as
well (see [I-D.li-pce-controlled-id-space]). [PCE-ID]). The rest of the processing is similar to the
existing stateful PCE mechanism.
This document also allows a case where the label space is maintained
by the PCC and the labels are allocated by it. In this case, the PCE
should request the allocation from PCC the PCC, as described in
Section 5.5.8.
4. PCEP Requirements
The following key requirements should be considered when designing
the PCECC-based solution:
1. A PCEP speaker supporting this document needs to have the
capability to advertise its PCECC capability to its peers.
2. A PCEP speaker need needs means to identify PCECC-based LSP LSPs in the
PCEP messages.
3. PCEP procedures need to allow for PCC-based label allocations.
4. PCEP procedures need to provide a means to update (or clean up)
label entries downloaded to the PCC.
5. PCEP procedures need to provide a means to synchronize the labels
between the PCE and the PCC via PCEP messages.
5. Procedures for Using the PCE as a Central Controller (PCECC)
5.1. Stateful PCE Model
Active stateful PCE is described in [RFC8231]. A PCE as a central
controller Central
Controller (PCECC) reuses the existing active stateful PCE mechanism
as much as possible to control LSPs.
5.2. New LSP Functions
Several new functions are required in PCEP to support the PCECC.
This document extends the existing messages to support the new
functions required by the PCECC:
PCInitiate: a A PCEP message described in [RFC8281]. A PCInitiate
message is used to set up PCE-Initiated a PCE-initiated LSP based on a PCECC
mechanism. It is also extended for Central Controller
Instructions (CCI) (download or clean up the Label forwarding label-forwarding
instructions in the context of this document) on all nodes along
the path path, as described in Section 6.1.
PCRpt: a A PCEP message described in [RFC8231]. A PCRpt message is
used to send the PCECC LSP Reports. It is also extended to report
the set of Central Controller Instructions (CCI) (label forwarding CCI (label-forwarding instructions in the context of
this document) received from the
PCE PCE, as described in Section 6.2.
Section 5.5.6 describes the use of a PCRpt message during
synchronization.
PCUpd: a A PCEP message described in [RFC8231]. A PCUpd message is
used to send the PCECC LSP Updates.
The new functions defined in this document are mapped onto the PCEP
messages
messages, as shown in Table 1.
+================================+============+
| Function | Message |
+================================+============+
| PCECC Capability advertisement | Open |
+--------------------------------+------------+
| Label entry Add | PCInitiate |
+--------------------------------+------------+
| Label entry Clean up | PCInitiate
PCECC Initiated |
+--------------------------------+------------+
| PCECC-Initiated LSP | PCInitiate |
+--------------------------------+------------+
| PCECC LSP Update | PCUpd |
+--------------------------------+------------+
| PCECC LSP State Report | PCRpt |
+--------------------------------+------------+
| PCECC LSP Delegation | PCRpt |
+--------------------------------+------------+
| PCECC Label Report | PCRpt |
+--------------------------------+------------+
Table 1: Functions mapped Mapped to the PCEP messages Messages
5.3. New PCEP Object
This document defines a new PCEP object called CCI (Section 7.3) to
specify the central controller instructions. Central Controller Instructions. In the scope of this
document, this is limited to Label forwarding label-forwarding instructions. Future
documents can create new CCI object-types for other types of central
controller instructions. Central
Controller Instructions. The CC-ID is the unique identifier for the
central controller instructions
CCI in PCEP. The PCEP messages are extended in this document to
handle the PCECC operations.
5.4. PCECC Capability Advertisement
During the PCEP Initialization Phase, initialization phase, PCEP Speakers speakers (PCE or PCC)
advertise their support of and willingness to use PCEP extensions for
the PCECC using these elements in the OPEN message:
o A
* a new Path Setup Type (PST) (Section 7.2) in the PATH-SETUP-TYPE-
CAPABILITY TLV to indicate support for PCEP extensions for the
PCECC -
TBD1 (Path 2 (Traffic engineering path is set up via using PCECC mode)
o A
* a new PCECC-CAPABILITY sub-TLV (Section 7.1.1) with the L bit set
to 1 '1' inside the PATH-SETUP-TYPE-CAPABILITY TLV to indicate a
willingness to use PCEP extensions for PCECC based central
controller instructions the PCECC-based Central
Controller Instructions for label download
o The
* the STATEFUL-PCE-CAPABILITY TLV ([RFC8231]) [RFC8231] (with the I flag set
[RFC8281])
The new Path Setup Type PST is to be listed in the PATH-SETUP-TYPE-
CAPABILITY PATH-SETUP-TYPE-CAPABILITY TLV by
all PCEP speakers which that support the PCEP extensions for the PCECC in
this document.
The new PCECC-CAPABILITY sub-TLV is included in the PATH-SETUP-TYPE-
CAPABILITY TLV in the OPEN object to indicate a willingness to use
the PCEP extensions for the PCECC during the established PCEP
session. Using the L bit in this TLV, the PCE shows the intention to
function as a PCECC server, and the PCC shows a willingness to act as
a PCECC client for label download instructions (see Section 7.1.1).
If the PCECC-CAPABILITY sub-TLV is advertised and the STATEFUL-PCE-
CAPABILITY TLV is not advertised, or is advertised without the I flag
set, in the OPEN Object, object, the receiver MUST:
o Send
* send a PCErr message with Error-Type=19 (Invalid Operation) and
Error-value=TBD4 (stateful
Error-value=17 (Stateful PCE capability was not advertised)
o Terminate and
* terminate the session session.
If a PCEP speaker receives the PATH-SETUP-TYPE-CAPABILITY TLV with
the PCECC Path Setup Type PST but without the PCECC-CAPABILITY sub-TLV, it MUST:
o Send
* send a PCErr message with Error-Type 10 Error-Type=10 (Reception of an invalid
object) and Error-Value TBD2 Error-value=33 (Missing PCECC-CAPABILITY PCECC Capability sub-TLV)
o Terminate and
* terminate the PCEP session session.
The PCECC-CAPABILITY sub-TLV MUST NOT be used without the
corresponding Path Setup Type PST being listed in the PATH-SETUP-TYPE-
CAPABILITY PATH-SETUP-TYPE-CAPABILITY TLV.
If it is present without the corresponding Path
Setup Type PST listed in the PATH-SETUP-TYPE-CAPABILITY PATH-
SETUP-TYPE-CAPABILITY TLV, it MUST be ignored.
If one or both speakers (PCE and PCC) have not indicated support and
willingness to use the PCEP extensions for the PCECC, the PCEP
extensions for the PCECC MUST NOT be used. If a PCECC operation is
attempted when both speakers have not agreed in the OPEN messages,
the receiver of the message MUST:
o Send
* send a PCErr message with Error-Type=19 (Invalid Operation) and
Error-Value=TBD3
Error-value=16 (Attempted PCECC operations when PCECC capability
was not advertised)
o Terminate and
* terminate the PCEP session session.
A legacy PCEP speaker (that does not recognize the PCECC Capability
sub-TLV) will ignore the sub-TLV in accordance with [RFC8408] and
[RFC5440]. As per [RFC8408], the legacy PCEP speaker speaker, on receipt of
an unsupported PST in RP (Request Parameter) /SRP (Stateful a Request Parameter (RP) / Stateful PCE Request Parameters) Object
Parameter (SRP) object, will:
o Send
* send a PCErr message with Error-Type = 21 Error-Type=21 (Invalid traffic
engineering path setup type) and Error-value = 1 Error-value=1 (Unsupported path
setup type)
o Terminate and
* terminate the PCEP session session.
5.5. LSP Operations
The PCEP messages pertaining to a PCECC MUST include PATH-SETUP-TYPE the PATH-SETUP-
TYPE TLV [RFC8408] in the SRP object [RFC8231] with the PST set to TBD1
'2' to clearly identify that the PCECC LSP is intended.
5.5.1. PCE-Initiated PCECC LSP
The LSP Instantiation instantiation operation is defined in [RFC8281]. In order to
set up a PCE-Initiated PCE-initiated LSP based on the PCECC mechanism, a PCE sends
a PCInitiate message with the PST set to TBD1 '2' for the PCECC (see
Section 7.2) to the ingress PCC.
The label forwarding label-forwarding instructions (see Section 5.5.3) from the PCECC
are sent after the initial PCInitiate and PCRpt message exchange with
the ingress PCC PCC, as per [RFC8281] (see Figure 1). This is done so
that the PLSP-ID PCEP-specific identifier for the LSP (PLSP-ID) and other LSP
identifiers can be obtained from the ingress and can be included in
the label forwarding label-forwarding instruction in the next set of PCInitiate
messages along the path path, as described below.
An LSP-IDENTIFIERS TLV [RFC8231] MUST be included for the PCECC LSPs, LSPs;
it uniquely identifies the LSP in the network. Note that the fields
in the LSP-IDENTIFIERS TLV are described for the RSVP-signaled LSPs
but are applicable to the PCECC LSP as well. The LSP object is
included in the central controller instructions CCI (label download Section 7.3) to identify the
PCECC LSP for this instruction. The PLSP-ID is the original
identifier used by the ingress PCC, so a transit/egress LSR Label
Switching Router (LSR) could have multiple central controller instructions Central Controller
Instructions that have the same PLSP-ID. The PLSP-ID in combination
with the source (in LSP-
IDENTIFIERS the LSP-IDENTIFIERS TLV) MUST be unique. The
PLSP-ID is included for maintainability reasons to ease debugging.
As per [RFC8281], the LSP object could also include the SPEAKER-ENTITY-ID SPEAKER-
ENTITY-ID TLV to identify the PCE that initiated these instructions.
Also, the CC-ID is unique in each PCEP session session, as described in
Section 7.3.
On receipt of a PCInitiate message for the PCECC LSP, the PCC
responds with a PCRpt message with the status set to "GOING-UP" 'Going-up' and
carrying the assigned PLSP-ID (see Figure 1). The ingress PCC also
sets the D (Delegate) flag (see [RFC8231]) and C (Create) flag (see
[RFC8281]) in the LSP object. When the PCE receives this PCRpt
message with the PLSP-ID, it assigns labels along the path; path and sets
up the path by sending a PCInitiate message to each node along the
path of the LSP LSP, as per the PCECC technique. The CC-ID uniquely
identifies the
central controller instruction Central Controller Instructions within a PCEP session.
Each node along the path (PCC) responds with a PCRpt message to
acknowledge the
central controller instruction CCI with the PCRpt messages including the
central controller instruction (CCI) CCI and the LSP
objects.
The ingress node would receive one CCI object with the O bit (out-label) (out-
label) set. The transit node(s) would receive two CCI objects with
the in-
label in-label CCI without an the O bit set and the out-label CCI with the
O bit set. The egress node would receive one CCI object without the
O bit set (see Figure 1). A node can determine its role based on the
setting of the O bit in the CCI object(s) and the LSP-IDENTIFIERS TLV
in the LSP object.
The LSP deletion operation for PCE-Initiated the PCE-initiated PCECC LSP is the
same as defined in [RFC8281]. The PCE should further perform Label the
label entry
clean up operation cleanup operation, as described in Section 5.5.3.2 5.5.3.2, for
the corresponding LSP.
The PCE-Initiated PCECC LSP setup sequence is shown in Figure 1.
+-------+ +-------+
|PCC | | PCE |
|ingress| +-------+
+------| | |
| PCC +-------+ |
| transit| | |
+------| | |<--PCInitiate,PLSP-ID=0,PST=TBD1------| |<--PCInitiate,PLSP-ID=0,PST=2---------| PCECC LSP
|PCC +--------+ | | Initiate
|egress | | |----PCRpt,PLSP-ID=2,D=1,C=1---------->| PCECC LSP
+--------+ | | (GOING-UP) |
| | | |
|<-------PCInitiate,CC-ID=X,PLSP-ID=2----------------| Label
| | | | download
|--------PCRpt,CC-ID=X,PLSP-ID=2-------------------->| CCI
| | | |
| |<------PCInitiate,CC-ID=Y1,Y2,PLSP-ID=2-----| Label
| | | | download
| |-------PCRpt,CC-ID=Y1,Y2,PLSP-ID=2--------->| CCI
| | | |
| | |<----PCInitiate,CC-ID=Z,PLSP-ID=2-----| Label
| | | | download
| | |-----PCRpt,CC-ID=Z,PLSP-ID=2--------->| CCI
| | | |
| | |<---PCUpd,PLSP-ID=2,PST=TBD1,D=1------| |<---PCUpd,PLSP-ID=2,PST=2,D=1---------| PCECC LSP
| | | (UP) | Update
| | |----PCRpt,PLSP-ID=2,D=1,C=1---------->|
| | | (UP) |
Figure 1: PCE-Initiated PCECC LSP
Once the label operations are completed, the PCE MUST send a PCUpd
message to the ingress PCC. The As per [RFC8231], the PCUpd message is as per [RFC8231]
with the D flag set.
The PCECC LSPs are considered to be 'up' by default (on receipt of a
PCUpd message from the PCE). The ingress could further choose to
deploy a data plane data-plane check mechanism and report the status back to the
PCE via a PCRpt message to make sure that the correct label
instructions are made along the path of the PCECC LSP (and it is
ready to carry traffic). The exact mechanism is out of scope of this
document.
In the case where the label allocations are made by the PCC itself
(see Section 5.5.8), the PCE could request an allocation to be made
by the PCC, and then PCC; then, the PCC would send a PCRpt message with the
allocated label encoded in the CC-ID object as (as shown in Figure 2 2) in
the configuration sequence from the egress towards the ingress along
the path.
+-------+ +-------+
|PCC | | PCE |
|ingress| +-------+
+------| | |
| PCC +-------+ |
| transit| | |
+------| | |<--PCInitiate,PLSP-ID=0,PST=TBD1,-----| |<--PCInitiate,PLSP-ID=0,PST=2,--------| PCECC LSP
|PCC +--------+ | | Initiate
|egress | | |----PCRpt,PLSP-ID=2,D=1,C=1---------->| PCECC LSP
+--------+ | | (GOING-UP) |
| | | |
|<-------PCInitiate,CC-ID=X,PLSP-ID=2----------------| Label
| | | C=1,O=0 | download
|--------PCRpt,CC-ID=X,PLSP-ID=2-------------------->| CCI
| | | Label=L1 |
| |<------PCInitiate,PLSP-ID=2,----------------| Labels
| | | CC-ID=Y1,C=1,O=0 | download
| | | CC-ID=Y2,C=0,O=1,L1 | CCI
| |-------PCRpt,PLSP-ID=2--------------------->|
| | | CC-ID=Y1,O=0,Label=L2 |
| | | CC-ID=Y2,O=1 |
| | |<----PCInitiate,CC-ID=Z,PLSP-ID=2-----| Label
| | | C=0,O=1,L2 | download
| | |-----PCRpt,CC-ID=Z,PLSP-ID=2--------->| CCI
| | | |
| | |<---PCUpd,PLSP-ID=2,PST=TBD1,D=1------| |<---PCUpd,PLSP-ID=2,PST=2,D=1---------| PCECC LSP
| | | (UP) | Update
Figure 2: PCE-Initiated PCECC LSP (PCC allocation)
It Allocation)
In this example, it should be noted that in this example, the request is made to the
egress node with the C bit set in the CCI object to indicate that the
label allocation needs to be done by the egress egress, and the egress
responds with the allocated label to the PCE. The PCE further inform
informs the transit PCC without setting the C bit to 1 '1' in the CCI
object for
out-label the out-label, but the C bit is set to 1 '1' for in-label the in-
label, so the transit node
make makes the label allocation (for the in-label) in-
label) and report reports to the PCE. Similarly, the C bit is unset towards
the ingress to complete all the label allocation allocations for the PCECC LSP.
5.5.2. PCC-Initiated PCECC LSP
In order to set up an LSP based on the PCECC mechanism where the LSP
is configured at the PCC, a PCC MUST delegate the LSP by sending a
PCRpt message with the PST set for the PCECC (see Section 7.2) and D
(Delegate) flag (see [RFC8231]) set in the LSP object (see Figure 3).
When a PCE receives the initial PCRpt message with the D flag and PST
Type
set to TBD1, '2', it SHOULD calculate the path and assigns assign labels along the path; and sets
path in addition to setting up the path by sending a PCInitiate
message to each node along the path of the LSP LSP, as per the PCECC
technique (see Figure 3). The CC-ID uniquely identifies the central controller
instruction CCI
within a PCEP session. Each PCC further responds with the PCRpt messages
messages, including the central controller instruction (CCI) CCI and the LSP objects.
Once the central controller instructions CCI (label operations) are completed, the PCE MUST send the
PCUpd message to the ingress PCC. As per [RFC8231], this PCUpd
message should include the path information calculated by the PCE.
Note that the PCECC LSPs MUST be delegated to a PCE at all times.
The LSP deletion operation for the PCECC LSPs is the same as defined
in [RFC8231]. If the PCE receives a PCRpt message for LSP deletion deletion,
then it does label clean up operation the cleanup operation, as described in
Section 5.5.3.2 5.5.3.2, for the corresponding LSP.
The Basic basic PCECC LSP setup sequence is as shown in Figure 3.
+-------+ +-------+
|PCC | | PCE |
|ingress| +-------+
+------| | |
| PCC +-------+ |
| transit| | |
+------| | |---PCRpt,PLSP-ID=1,PST=TBD1,D=1----->| |---PCRpt,PLSP-ID=1,PST=2,D=1-------->| PCECC LSP
|PCC +--------+ | |
|egress | | | |
+--------+ | | |
| | | |
|<-------PCInitiate,CC-ID=X,PLSP-ID=1---------------| Label
| | | L1,O=0 | download
|--------PCRpt,CC-ID=X,PLSP-ID=1------------------->| CCI
| | | |
| |<------PCInitiate,PLSP-ID=1,---------------| Labels
| | | CC-ID=Y1,O=0,L2 | download
| | | CC-ID=Y2,O=1,L1 | CCI
| |-------PCRpt,CC-ID=Y1,Y2,PLSP-ID=1-------->|
| | | |
| | |<----PCInitiate,CC-ID=Z,PLSP-ID=1----| Label
| | | L2,O=1 | download
| | |-----PCRpt,CC-ID=Z,PLSP-ID=1-------->| CCI
| | | |
| | |<---PCUpd,PLSP-ID=1,PST=TBD1,D=1-----| |<---PCUpd,PLSP-ID=1,PST=2,D=1--------| PCECC LSP
| | | | Update
| | | |
Figure 3: PCC-Initiated PCECC LSP
In the case where the label allocations are made by the PCC itself
(see Section 5.5.8), the PCE could request an allocation to be made
by the PCC, and then PCC; then, the PCC would send a PCRpt message with the
allocated label encoded in the CC-ID object object, as shown in Figure 4.
+-------+ +-------+
|PCC | | PCE |
|ingress| +-------+
+------| | |
| PCC +-------+ |
| transit| | |
+------| | |---PCRpt,PLSP-ID=1,PST=TBD1,D=1----->| |---PCRpt,PLSP-ID=1,PST=2,D=1-------->| PCECC LSP
|PCC +--------+ | |
|egress | | | |
+--------+ | | |
| | | |
|<-------PCInitiate,CC-ID=X,PLSP-ID=1---------------| Label
| | | C=1 | download
|--------PCRpt,CC-ID=X,PLSP-ID=1------------------->| CCI
| | | Label=L1 |
| |<------PCInitiate,PLSP-ID=1,---------------| Labels
| | | CC-ID=Y1,C=1 | download
| | | CC-ID=Y2,C=0,L1 | CCI
| |-------PCRpt,PLSP-ID=1-------------------->|
| | | CC-ID=Y1,Label=L2 |
| | | CC-ID=Y2 |
| | |<----PCInitiate,CC-ID=Z,PLSP-ID=1----| Label
| | | C=0,L2 | download
| | |-----PCRpt,CC-ID=Z,PLSP-ID=1-------->| CCI
| | | |
| | |<---PCUpd,PLSP-ID=1,PST=TBD1,D=1-----| |<---PCUpd,PLSP-ID=1,PST=2,D=1--------| PCECC LSP
| | | | Update
| | | |
-
Figure 4: PCC-Initiated PCECC LSP (PCC Allocation)
| Note:
|
| The O bit is set as before (and thus not included)
Figure 4: PCC-Initiated PCECC LSP (PCC allocation) included).
In the case where the label allocations are made by the PCC itself
(see Section 5.5.8), the procedure remains the same, with just an
additional constraint on the configuration sequence.
The rest of the PCC-Initiated PCC-initiated PCECC LSP setup operations are the same
as those described in Section 5.5.1.
5.5.3. Central Controller Instructions
The new central controller instructions (CCI) CCI for the label operations in PCEP are done via the
PCInitiate message (Section 6.1), 6.1) by defining a new PCEP Object object for
CCI operations. The local label range of each PCC is assumed to be
known by both the PCC and the PCE.
5.5.3.1. Label Download CCI
In order to set up an LSP based on the PCECC, the PCE sends a
PCInitiate message to each node along the path to download the Label instruction label
instructions, as described in Section Sections 5.5.1 and Section 5.5.2.
The CCI object MUST be included, along with the LSP object in the
PCInitiate message. The LSP-IDENTIFIERS TLV MUST be included in the
LSP object. The SPEAKER-ENTITY-ID TLV SHOULD be included in the LSP
object.
If a node (PCC) receives a PCInitiate message which that includes a Label label
to download, as download (as part of CCI, CCI) that is out of the range set aside for
the PCE, it MUST send a PCErr message with Error-type=TBD5 Error-Type=31 (PCECC
failure) and Error-value=TBD6 Error-value=1 (Label out of range) and MUST include the
SRP object to specify the error is for the corresponding label update
via a PCInitiate message. If a PCC receives a PCInitiate message but
fails to download the Label label entry, it MUST send a PCErr message with Error-type=TBD5
Error-Type=31 (PCECC failure) and Error-value=TBD7
(instruction Error-value=2 (Instruction failed)
and MUST include the SRP object to specify the error is for the
corresponding label update via a PCInitiate message.
A new PCEP object for central controller instructions (CCI) CCI is defined in Section 7.3.
5.5.3.2. Label Clean up Cleanup CCI
In order to delete an LSP based on the PCECC, the PCE sends a central
controller instructions Central
Controller Instructions via a PCInitiate message to each node along
the path of the LSP to clean up the Label forwarding label-forwarding instruction.
If the PCC receives a PCInitiate message but does not recognize the
label in the CCI, the PCC MUST generate a PCErr message with Error-
Type 19(Invalid
Type=19 (Invalid operation) and Error-Value=TBD8, "Unknown Label" Error-value=18 (Unknown Label) and
MUST include the SRP object to specify the error is for the
corresponding label clean up cleanup (via a PCInitiate message).
The R flag in the SRP object defined in [RFC8281] specifies the
deletion of Label Entry the label entry in the PCInitiate message.
+-------+ +-------+
|PCC | | PCE |
|ingress| +-------+
+------| | |
| PCC +-------+ |
| transit| | |
+------| | | |
|PCC +--------+ | |
|egress | | | |
+--------+ | | |
| | | |
|<-------PCInitiate,CC-ID=X,PLSP-ID=2----------------| Label
| | | R=1 | clean up cleanup
|--------PCRpt,CC-ID=X,PLSP-ID=2-------------------->| CCI
| | | R=1 |
| |<------PCInitiate,CC-ID=Y1,Y2,PLSP-ID=2-----| Label
| | | R=1 | clean up cleanup
| |-------PCRpt,CC-ID=Y1,Y2,PLSP-ID=2--------->| CCI
| | | R=1 |
| | |<----PCInitiate,CC-ID=Z,PLSP-ID=2-----| Label
| | | R=1 | clean up cleanup
| | |-----PCRpt,CC-ID=Z,PLSP-ID=2--------->| CCI
| | | R=1 |
| | |<--PCInitiate,PLSP-ID=2,PST=TBD1,R=1--| |<--PCInitiate,PLSP-ID=2,PST=2,R=1-----| PCECC LSP
| | | | remove
Figure 5: Label Cleanup
As per [RFC8281], following the removal of the Label forwarding label-forwarding
instruction, the PCC MUST send a PCRpt message. The SRP object in
the PCRpt message MUST include the SRP-ID-number from the PCInitiate
message that triggered the removal. The R flag in the SRP object
MUST be set.
In the case where the label allocation is made by the PCC itself (see
Section 5.5.8), the removal procedure remains the same, adding the
sequence constraint.
5.5.4. PCECC LSP Update
The update is done as per the make-before-break procedures, i.e. i.e., the
PCECC first updates new label instructions based on the updated path
and then informs the ingress to switch traffic, traffic before cleaning up the
former instructions. New CC-IDs are used to identify the updated
instructions; the identifiers in the LSP object uniquely identify the
existing LSP. Once new instructions are downloaded, the PCE further
updates the new path at the ingress ingress, which triggers the traffic
switch on the updated path. The ingress PCC acknowledges with a
PCRpt message, on receipt of the PCRpt message, the PCE does clean up the
cleanup operation for the former LSP LSP, as described in
Section 5.5.3.2.
The PCECC LSP Update sequence is shown in Figure 6.
+-------+ +-------+
|PCC | | PCE |
|ingress| +-------+
+------| | |
| PCC +-------+ |
| transit| | |
+------| | | |
|PCC +--------+ | |
|egress | | | |
+--------+ | | |
| | | | New Path
|<------ PCInitiate,CC-ID=XX,PLSP-ID=1 -------------| for LSP
| | | | trigger
|--------PCRpt,CC-ID=XX,PLSP-ID=1------------------>| new CCI
| | | |
| |<------PCInitiate,CC-ID=YY1,YY2,PLSP-ID=1--| Label
| | | | download
| |-------PCRpt,CC-ID=YY1,YY2,PLSP-ID=1------>| CCI
| | | |
| | |<----PCInitiate,CC-ID=ZZ,PLSP-ID=1---| Label
| | | | download
| | |-----PCRpt,CC-ID=ZZ,PLSP-ID=1------->| CCI
| | | |
| | |<---PCUpd,PLSP-ID=1,PST=TBD1,D=1-----| |<---PCUpd,PLSP-ID=1,PST=2,D=1--------| PCECC
| | | SRP=S | LSP Update
| | | |
| | |---PCRpt,PLSP-ID=1,PST=TBD1,D=1----->| |---PCRpt,PLSP-ID=1,PST=2,D=1-------->| Trigger
| | | (SRP=S) | Delete
| | | | former CCI
| | | |
|<-------PCInitiate,CC-ID=X,PLSP-ID=1---------------| Label
| | | R=1 | clean up cleanup
|--------PCRpt,CC-ID=X,PLSP-ID=1------------------->| CCI
| | | R=1 |
| |<------PCInitiate,CC-ID=Y1,Y2,PLSP-ID=1----| Label
| | | R=1 | clean up cleanup
| |-------PCRpt,CC-ID=Y1,Y2,PLSP-ID=1-------->| CCI
| | | R=1 |
| | |<----PCInitiate,CC-ID=Z,PLSP-ID=1----| Label
| | | R=1 | clean up cleanup
| | |-----PCRpt,CC-ID=Z,PLSP-ID=1-------->| CCI
| | | R=1 |
Figure 6: PCECC LSP Update
The modified PCECC LSPs are considered to be 'up' by default. The
ingress could further choose to deploy a data plane data-plane check mechanism
and report the status back to the PCE via a PCRpt message. The exact
mechanism is out of scope of this document.
In the case where the label allocations are made by the PCC itself
(see Section 5.5.8), the procedure remains the same.
5.5.5. Re-Delegation Re-delegation and Clean up Cleanup
As described in [RFC8281], a new PCE can gain control over an
orphaned LSP. In the case of a PCECC LSP, the new PCE MUST also gain
control over the central controller instructions CCI in the same way by sending a PCInitiate message
that includes the SRP, LSP, and CCI objects and carries the CC-ID and
PLSP-ID identifying the instruction instructions that it wants to take control
of.
Further, as described in [RFC8281], the State Timeout Interval timer
ensures that a PCE crash does not result in automatic and immediate
disruption for the services using PCE-initiated LSPs. Similarly the
central controller instructions
Central Controller Instructions are not removed immediately upon PCE
failure. Instead, they are cleaned up on the expiration of this
timer. This allows for network clean up cleanup without manual intervention.
The PCC MUST support the removal of CCI as one of the behaviors
applied on expiration of the State Timeout Interval timer.
In the case of the PCC-initiated PCECC LSP, the control over the
orphaned LSP at the ingress PCC is taken over by the mechanism
specified in [RFC8741] to request delegation. The control over the central
controller instructions
CCI is described above using [RFC8281].
5.5.6. Synchronization of Central Controllers Controller Instructions
The purpose of Central Controllers Instructions CCI synchronization (labels in the context of this
document) is to make sure that the PCE's view of CCI (Labels) (labels) matches
with the PCC's Label label allocation. This synchronization is performed
as part of the LSP state
synchronization State Synchronization, as described in [RFC8231]
and [RFC8232].
As per LSP State Synchronization [RFC8231], a PCC reports the state
of its LSPs to the PCE using PCRpt messages and and, as per [RFC8281],
the PCE would initiate any missing LSPs and/or remove any LSPs that
are not wanted. The same PCEP messages and procedures are also used
for the
Central Controllers Instructions CCI synchronization. The PCRpt message includes the CCI and
the LSP object to report the label forwarding label-forwarding instructions. The PCE
would further remove any unwanted instructions or initiate any
missing instructions.
5.5.7. PCECC LSP State Report
As mentioned before, an ingress PCC MAY choose to apply any OAM
Operations, Administration, and Maintenance (OAM) mechanism to check
the status of the LSP in the Data data plane and MAY further send its
status in a PCRpt message to the PCE.
5.5.8. PCC-Based Allocations
The PCE can request the PCC to allocate the label using the
PCInitiate message. The C flag in the CCI object is set to 1 '1' to
indicate that the allocation needs to be done made by the PCC. The PCC
MUST try to allocate the Label label and MUST report to the PCE via a PCRpt
or PCErr message.
If the value of the Label label is 0 and the C flag is set to 1, '1', it
indicates that the PCE is requesting the allocation to be done made by the
PCC. If the Label label is 'n' and the C flag is set to 1 '1' in the CCI
object, it indicates that the PCE requests a specific value 'n' for
the Label. label. If the allocation is successful, the PCC MUST report via
the PCRpt message with the CCI object. If the value of the Label label in
the CCI object is invalid, it MUST send a PCErr message with Error-
Type = TBD5 ("PCECC failure")
Type=31 (PCECC failure) and Error Value = TBD9 ("Invalid CCI"). Error-value=3 (Invalid CCI). If it is
valid but the PCC is unable to allocate it, it MUST send a PCErr
message with Error-Type = TBD5 ("PCECC failure") Error-Type=31 (PCECC failure) and Error
Value = TBD10 ("Unable Error-value=4 (Unable
to allocate the specified CCI"). CCI).
If the PCC wishes to withdraw or modify the previously assigned
label, it MUST send a PCRpt message without any Label label or with the
Label
label containing the new value respectively value, respectively, in the CCI object. The
PCE would further trigger the Label label cleanup of the older label label, as
per Section 5.5.3.2.
6. PCEP Messages
As defined in [RFC5440], a PCEP message consists of a common header
followed by a variable-length body made of a set of objects that can
be either mandatory or optional. An object is said to be mandatory
in a PCEP message when the object must be included for the message to
be considered valid. For each PCEP message type, a set of rules is
defined that specify
defined, which specifies the set of objects that the message can
carry. An implementation MUST form the PCEP messages using the
object ordering specified in this document.
The LSP-IDENTIFIERS TLV MUST be included in the LSP object for the
PCECC LSP.
The message formats in this document are specified using Routing
Backus-Naur Form (RBNF) encoding encoding, as specified in [RFC5511].
6.1. The PCInitiate Message
The PCInitiate message [RFC8281] can be used to download or remove
the labels, labels; this document extends the message message, as shown below - below.
<PCInitiate Message> ::= <Common Header>
<PCE-initiated-lsp-list>
Where:
* <Common Header> is defined in [RFC5440] [RFC5440].
<PCE-initiated-lsp-list> ::= <PCE-initiated-lsp-request>
[<PCE-initiated-lsp-list>]
<PCE-initiated-lsp-request> ::=
(<PCE-initiated-lsp-instantiation>|
<PCE-initiated-lsp-deletion>|
<PCE-initiated-lsp-central-control>)
<PCE-initiated-lsp-central-control> ::= <SRP>
<LSP>
<cci-list>
<cci-list> ::= <CCI>
[<cci-list>]
Where:
* <PCE-initiated-lsp-instantiation> and <PCE-initiated-lsp-deletion>
are as per [RFC8281].
* The LSP and SRP object is defined in [RFC8231].
When a PCInitiate message is used for the central controller
instructions CCI (labels), the SRP, LSP,
and CCI objects MUST be present. The SRP object is defined in [RFC8231] and
[RFC8231]; if the SRP object is missing, the receiving PCC MUST send
a PCErr message with Error-
type=6 Error-Type=6 (Mandatory Object missing) and
Error-value=10 (SRP object missing). The LSP object is defined in [RFC8231]
[RFC8231], and if the LSP object is missing, the receiving PCC MUST
send a PCErr message with
Error-type=6 Error-Type=6 (Mandatory Object missing) and
Error-value=8 (LSP object missing). The CCI object is defined in
Section 7.3 7.3, and if the CCI object is missing, the receiving PCC MUST
send a PCErr message with
Error-type=6 Error-Type=6 (Mandatory Object missing) and Error-value=TBD11
Error-value=17 (CCI object missing). More than one CCI object MAY be
included in the PCInitiate message for a transit LSR.
To clean up entries, the R (remove) bit MUST be set in the SRP object
to be encoded along with the LSP and the CCI object. objects.
The CCI object received at the ingress node MUST have the O bit (out-
label) set. The CCI Object object received at the egress MUST have the O
bit unset. If this is not the case, the PCC MUST send a PCErr
message with Error-Type = TBD5 ("PCECC failure") Error-Type=31 (PCECC failure) and Error Value = TBD9
("Invalid CCI"). Error-value=3 (Invalid
CCI). Other instances of the CCI object object, if present, MUST be
ignored.
For the P2P point-to-point (P2P) LSP setup via the PCECC technique, at
the transit LSR LSR, two CCI objects are expected for in-coming incoming and
outgoing label labels associated with the LSP object. If any other CCI
object is included in the PCInitiate message, it MUST be ignored. If
the transit LSR did not receive two CCI object objects, with one of them
having the O bit set and another with the O bit unset, it MUST send a
PCErr message with Error-
Type = TBD5 ("PCECC failure") Error-Type=31 (PCECC failure) and Error Value = TBD9 ("Invalid CCI"). Error-value=3
(Invalid CCI).
Note that, on receipt of the PCInitiate message with CCI object, the
ingress, egress, or transit role of the PCC is identified via the
ingress and egress IP address encoded in the LSP-IDENTIFIERS TLV.
6.2. The PCRpt Message
The PCRpt message can be used to report the labels that were
allocated by the PCE, PCE to be used during the state synchronization State Synchronization
phase or as an acknowledgment to a PCInitiate message.
<PCRpt Message> ::= <Common Header>
<state-report-list>
Where:
<state-report-list> ::= <state-report>[<state-report-list>]
<state-report> ::= (<lsp-state-report>|
<central-control-report>)
<lsp-state-report> ::= [<SRP>]
<LSP>
<path>
<central-control-report> ::= [<SRP>]
<LSP>
<cci-list>
<cci-list> ::= <CCI>
[<cci-list>]
Where:
* <path> is as per [RFC8231] [RFC8231], and the LSP and SRP object objects are also
defined in [RFC8231].
When a PCRpt message is used to report the central controller
instructions CCI (labels), the LSP and
CCI objects MUST be present. The LSP object is defined in [RFC8231] [RFC8231],
and if the LSP object is missing, the receiving PCE MUST send a PCErr
message with Error-type=6 Error-Type=6 (Mandatory Object missing) and Error-value=8 Error-
value=8 (LSP object missing). The CCI object is defined in
Section 7.3 7.3, and if the CCI object is missing, the receiving PCE MUST
send a PCErr message with Error-
type=6 Error-Type=6 (Mandatory Object missing) and Error-value=TBD11
Error-value=17 (CCI object missing). Two CCI objects can be included
in the PCRpt message for a transit LSR.
7. PCEP Objects
The PCEP objects defined in this document are compliant with the PCEP
object format defined in [RFC5440].
7.1. OPEN Object
This document defines a new PST (TBD1) (2) to be included in the PATH-
SETUP-TYPE-CAPABILITY PATH-SETUP-
TYPE-CAPABILITY TLV in the OPEN Object. object. Further, a new sub-TLV for
the PCECC capability exchange is also defined.
7.1.1. PCECC Capability sub-TLV Sub-TLV
The PCECC-CAPABILITY sub-TLV is an optional TLV for use in the OPEN
Object
object in the PATH-SETUP-TYPE-CAPABILITY TLV, TLV when the Path Setup Type
list includes the PCECC Path Setup Type TBD1. 2. A PCECC-
CAPABILITY sub-TLV PCECC-CAPABILITY sub-
TLV MUST be ignored if the PST list does not contain
PST=TBD1. PST=2.
Its format is shown in Figure 7.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type=TBD12 Type=1 | Length=4 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Flags |L|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 7: PCECC Capability sub-TLV Sub-TLV
The type of the TLV is TBD12 1, and it has a fixed length of 4 octets.
The value comprises a single field - field: Flags (32 bits). Currently, the
following flag bit is defined:
o
L bit (Label): if If set to 1 '1' by a PCEP speaker, the L flag indicates
that the PCEP speaker will support and is willing to handle the PCECC
based central controller instructions
PCEC-based Central Controller Instructions for label download.
The bit MUST be set to 1 '1' by both a PCC and a PCE for the PCECC
label download/report on a PCEP session.
o
Unassigned bits MUST be set to 0 '0' on transmission and MUST be
ignored on receipt.
7.2. PATH-SETUP-TYPE TLV
The PATH-SETUP-TYPE TLV is defined in [RFC8408]; this document
defines a new PST value:
o PST = TBD1:
PST=2: Path is set up via the PCECC mode.
On a PCRpt/PCUpd/PCInitiate message, the PST=TBD1 PST=2 in the PATH-SETUP-
TYPE PATH-SETUP-TYPE
TLV in the SRP object MUST be included for a an LSP set up via the
PCECC-based mechanism.
7.3. CCI Object
The Central Controller Instructions (CCI) Object CCI object is used by the PCE to specify the forwarding
instructions (Label (label information in the context of this document) to
the PCC, PCC and MAY be carried within a PCInitiate or PCRpt message for
label download/report.
CCI Object-Class is TBD13. 44.
CCI Object-Type is 1 for the MPLS Label. label.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| CC-ID |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Reserved1 | Flags |C|O|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Label | Reserved2 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
// Optional TLV //
| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 8: CCI Object
The fields in the CCI object are as follows:
CC-ID: A PCEP-specific identifier for the CCI information. A PCE
creates a CC-ID for each instruction, instruction; the value is unique within
the scope of the PCE and is constant for the lifetime of a PCEP
session. The values 0 and 0xFFFFFFFF are reserved and MUST NOT be
used. Note that [I-D.gont-numeric-ids-sec-considerations] [SECURITY-ID] gives advice on assigning transient
numeric identifiers identifiers, such as the CC-
ID CC-ID, so as to minimize security
risks.
Reserved1 (16 bit): Set to zero 'zero' while sending, sending; ignored on receive. receipt.
Flags (16 bit): A field used to carry any additional information
pertaining to the CCI. Currently, the following flag bits are
defined:
* O bit(Out-label) bit (out-label) : If the bit is set to 1, '1', it specifies the
label is the OUT label out-label, and it is mandatory to encode the next-
hop information (via Address TLVs Section 7.3.1 (Section 7.3.1) in the CCI
object). If the bit is not set, it specifies the label is the
IN label
in-label, and it is optional to encode the local interface
information (via Address TLVs in the CCI object).
* C Bit (PCC Allocation): allocation): If the bit is set to 1, '1', it indicates
that the label allocation needs to be done by the PCC for this
central controller instruction. the
Central Controller Instruction. A PCE sets this bit to request
the PCC to make an allocation from its label space. A PCC
would set this bit to indicate that it has allocated the label
and report it to the PCE.
* All unassigned bits MUST be set to zero 'zero' at transmission and
ignored at receipt.
Label (20-bit): The Label label information.
Reserved2 (12 bit): Set to zero 'zero' while sending, sending; ignored on receive.
7.3.1. Address TLVs
[RFC8779] defines the IPV4-ADDRESS, IPV6-ADDRESS, and UNNUMBERED-ENDPOINT UNNUMBERED-
ENDPOINT TLVs for the use of Generalized Endpoint. The same TLVs can
also be used in the CCI object to associate the next-hop information
in the case of an outgoing label and local interface information in
the case of an incoming label. The next-hop information encoded in
these TLVs needs to be a directly connected IP address/interface
information. If the PCC is not able to resolve the next-hop
information, it MUST reject the CCI and respond with a PCErr message
with Error-Type =
TBD5 ("PCECC failure") Error-Type=31 (PCECC failure) and Error Value = TBD15 ("Invalid next-hop
information"). Error-value=5 (Invalid next-
hop information).
8. Implementation Status
[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".
8.1. Huawei's Proof of Concept based on ONOS
The PCE function was developed in the ONOS open source platform.
This extension was implemented on a private version as a proof of
concept for PCECC.
o Organization: Huawei
o Implementation: Huawei's PoC based on ONOS
o Description: PCEP as a southbound plugin was added to ONOS. To
support PCECC, an earlier version of this I-D was implemented.
Refer https://wiki.onosproject.org/display/ONOS/PCEP+Protocol
o Maturity Level: Prototype
o Coverage: Partial
o Contact: satishk@huawei.com
9. Security Considerations
As per [RFC8283], the security considerations for a PCE-based
controller is are a little different from those for any other PCE
system. That is, the operation relies heavily on the use and
security of PCEP, so consideration should be given to the security
features discussed in [RFC5440] and the additional mechanisms
described in [RFC8253]. It further lists the vulnerability of a
central controller architecture, such as a central point of failure, denial-
of-service,
denial of service, and a focus for interception and modification of
messages sent to individual NEs. Network Elements (NEs).
In the PCECC operations, the PCEP sessions are also required to the
internal routers and routers, thus increasing the resources required for the
session management at the PCE.
The PCECC extension builds on the existing PCEP messages and thus messages; thus, the
security considerations described in [RFC5440], [RFC8231] [RFC8231], and
[RFC8281] continue to apply. [RFC8253] specify specifies the support of
Transport Layer Security (TLS) in PCEP, as it provides support for
peer authentication, message encryption, and integrity. It further
provide
provides mechanisms for associating peer identities with different
levels of access and/or authoritativeness via an attribute in X.509
certificates or a local policy with a specific accept-list of X.509
certificate.
certificates. This can be used to check the authority for the PCECC
operations. Additional considerations are discussed in following
sections.
9.1.
8.1. Malicious PCE
In this extension, the PCE has complete control over the PCC to
download/remove the labels and can cause the LSP's LSPs to behave
inappropriately and cause a major impact to the network. As a
general precaution, it is RECOMMENDED that this PCEP extension be
activated on mutually-authenticated mutually authenticated and encrypted sessions across
PCEs and PCCs belonging to the same administrative authority, using
TLS [RFC8253], as per the recommendations and best current practices
in BCP 195 [RFC7525].
Further, an attacker may flood the PCC with PCECC related the PCECC-related
messages at a rate that exceeds either the PCC's ability to process
them or the network's ability to send them, by either spoofing
messages or compromising the PCE itself. [RFC8281] provides a
mechanism to protect the PCC by imposing a limit. The same can be
used for the PCECC operations as well.
As specified in Section 5.5.3.1, a PCC needs to check if the label in
the CCI object is in the range set aside for the PCE, otherwise PCE; otherwise, it
MUST send a PCErr message with Error-type=TBD5 Error-Type=31 (PCECC failure) and
Error-value=TBD6
Error-value=1 (Label out of range).
9.2.
8.2. Malicious PCC
The PCECC mechanism described in this document requires the PCE to
keep labels (CCI) that it downloads and relies on the PCC responding
(with either an acknowledgment or an error message) to requests request for
LSP instantiation. This is an additional attack surface by placing a
requirement for the PCE to keep a CCI/label replica for each PCC. It
is RECOMMENDED that PCE implementations provide a limit on resources
(in this case the CCI) a single PCC can occupy. [RFC8231] provides a
notification mechanism when such threshold is reached.
10.
9. Manageability Considerations
10.1.
9.1. Control of Function and Policy
A PCE or PCC implementation SHOULD allow the PCECC capability to be
enabled/disabled as part of the global configuration. Section 6.1 of
[RFC8664] list various controlling factors regarding path setup type. the Path Setup
Type. They are also applicable to the PCECC path setup types. Path Setup Types.
Further, Section 6.2 of [RFC8664] describe describes the migration steps when path setup
type
the Path Setup Type of an existing LSP is changed.
10.2.
9.2. Information and Data Models
[RFC7420] describes the PCEP MIB, MIB; this MIB can be extended to get the
PCECC capability status.
The PCEP YANG module [I-D.ietf-pce-pcep-yang] [PCEP-YANG] could be extended to enable/disable
the PCECC capability.
10.3.
9.3. Liveness Detection and Monitoring
Mechanisms defined in this document do not imply any new liveness
detection and monitoring requirements in addition to those already
listed in [RFC5440].
10.4.
9.4. Verify Correct Operations
The operator needs the following information to verify that PCEP is
operating correctly with respect to the PCECC path setup type.
o An Path Setup Type.
* An implementation SHOULD allow the operator to view whether the
PCEP speaker sent the PCECC PST capability to its peer.
o
* An implementation SHOULD allow the operator to view whether the
peer sent the PCECC PST capability.
o
* An implementation SHOULD allow the operator to view whether the
PCECC PST is enabled on a PCEP session.
o
* If one PCEP speaker advertises the PCECC PST capability, but the
other does not, then the implementation SHOULD create a log to
inform the operator of the capability mismatch.
o
* If a PCEP speaker rejects a CCI, then it SHOULD create a log to
inform the operator, giving the reason for the decision (local
policy, Label label issues, etc.).
10.5.
9.5. Requirements On on Other Protocols
PCEP extensions defined in this document do not put new requirements
on other protocols.
10.6.
9.6. Impact On on Network Operations
PCEP extensions defined in this document do not put new requirements
on network operations.
11.
10. IANA Considerations
11.1.
10.1. PATH-SETUP-TYPE-CAPABILITY Sub-TLV Type Indicators
[RFC8408] requested detailed the creation of the "PATH-SETUP-TYPE-CAPABILITY Sub-
TLV
Sub-TLV Type Indicators" sub-registry. Further subregistry. Further, IANA is requested to
allocate has allocated
the following code-point: codepoint:
+=======+==================+===========+
| Value | Meaning | Reference
TBD12 |
+=======+==================+===========+
| 1 | PCECC-CAPABILITY This document
11.2. | RFC 9050 |
+-------+------------------+-----------+
Table 2: PATH-SETUP-TYPE-CAPABILITY
Sub-TLV Type Indicators Subregistry
Addition
10.2. PCECC-CAPABILITY sub-TLV's Sub-TLV's Flag field Field
This document defines the PCECC-CAPABILITY sub-TLV and requests that sub-TLV; IANA to create has created
a new sub-registry subregistry to manage the value of the PCECC-
CAPABILITY sub-TLV's 32-bits PCECC-CAPABILITY sub-
TLV's 32-bit Flag field. New values are to be assigned by Standards
Action [RFC8126]. Each bit should be tracked with the following
qualities:
o Bit
* bit number (counting from bit 0 as the most significant bit)
o Capability
* capability description
o Defining
* defining RFC
Currently, there is one allocation in this registry.
+======+============+===========+
| Bit | Name | Reference
31 Label This document |
+======+============+===========+
| 0-30 | Unassigned This document
11.3. | RFC 9050 |
+------+------------+-----------+
| 31 | Label | RFC 9050 |
+------+------------+-----------+
Table 3: Initial Contents of
the PCECC-CAPABILITY Sub-TLV
Subregistry
10.3. PCEP Path Setup Type Registry
[RFC8408] created a sub-registry subregistry within the "Path Computation Element
Protocol (PCEP) Numbers" registry called "PCEP Path Setup Types".
IANA is requested to allocate has allocated a new code point codepoint within this registry, as follows:
+=======+============================+===========+
| Value | Description | Reference
TBD1 |
+=======+============================+===========+
| 2 | Traffic engineering path | RFC 9050 |
| | is This document set up using PCECC mode
11.4. | |
+-------+----------------------------+-----------+
Table 4: Path Setup Type Registry Codepoint
Addition
10.4. PCEP Object
IANA is requested to allocate has allocated new code-point codepoints in the "PCEP Objects"
sub-registry subregistry
for the CCI object as follows:
+==============+=============+=====================+===========+
| Object-Class Value | Name | Object-Type | Reference
TBD13 |
| Value | | | |
+==============+=============+=====================+===========+
| 44 | CCI Object-Type This document
0 Object- | 0: Reserved
1 | RFC 9050 |
| | Type | 1: MPLS Label
11.5. | |
| | | 2-15: Unassigned | |
+--------------+-------------+---------------------+-----------+
Table 5: PCEP Objects Subregistry Additions
10.5. CCI Object Flag Field
IANA is requested to create has created a new sub-registry subregistry to manage the Flag field of the
CCI object called "CCI Object Flag Field for MPLS Label". New values
are to be assigned by Standards Action [RFC8126]. Each bit should be
tracked with the following qualities:
o Bit
* bit number (counting from bit 0 as the most significant bit)
o Capability
* capability description
o Defining
* defining RFC
Two bits to be are defined for the CCI Object flag field in this document
as follows:
+======+======================================+===========+
| Bit | Description | Reference |
+======+======================================+===========+
| 0-13 | Unassigned This document | |
+------+--------------------------------------+-----------+
| 14 | C Bit - PCC allocation This document | RFC 9050 |
+------+--------------------------------------+-----------+
| 15 | O Bit - Specifies label This document is out-label
11.6. | RFC 9050 |
+------+--------------------------------------+-----------+
Table 6: CCI Object Flag Field for MPLS Label Initial
Contents
10.6. PCEP-Error Object
IANA is requested to allocate has allocated new error types and error values within the "PCEP-ERROR "PCEP-
ERROR Object Error Types and Values" sub-registry subregistry of the
PCEP Numbers "Path
Computation Element Protocol (PCEP) Numbers" registry for the
following errors:
+============+===========+=======================+===========+
| Error-Type | Meaning
---------- ------- | Error-value | Reference |
+============+===========+=======================+===========+
| 6 | Mandatory Object missing.
Error-value = TBD11 : | 17: CCI object | RFC 9050 |
| | Object | missing | |
| | missing | | |
+------------+-----------+-----------------------+-----------+
| 10 | Reception of an invalid object.
Error-value = TBD2 : | 33: Missing PCECC | RFC 9050 |
| | of an | Capability sub-TLV | |
| | invalid | | |
| | object | | |
+------------+-----------+-----------------------+-----------+
| 19 | Invalid operation.
Error-value = TBD3 : | 16: Attempted PCECC | RFC 9050 |
| | Operation | operations when PCECC | |
| | | capability was not | |
| | | advertised
Error-value = TBD4 : | |
| | | | |
| | | 17: Stateful PCE | |
| | | capability was not | |
| | | advertised
Error-value = TBD8 : | |
| | | | |
| | | 18: Unknown Label
TBD5 | |
+------------+-----------+-----------------------+-----------+
| 31 | PCECC failure.
Error-value = TBD6 : | 1: Label out of range.
Error-value = TBD7 : Instruction failed.
Error-value = TBD9 : Invalid CCI.
Error-value = TBD10 : Unable to allocate
the specified CCI.
Error-value = TBD15 : Invalid next-hop
information.
12. Acknowledgments
We would like to thank Robert Tao, Changjing Yan, Tieying Huang,
Avantika, and Aijun Wang for their useful comments and suggestions.
Thanks to Julien Meuric for shepherding this I-D and providing
valuable comments. Thanks to Deborah Brungard for being the
responsible AD.
Thanks to Victoria Pritchard for a very detailed RTGDIR review.
Thanks to Yaron Sheffer for the SECDIR review. Thanks range | RFC 9050 |
| | failure | | |
| | | 2: Instruction failed | |
| | | | |
| | | 3: Invalid CCI | |
| | | | |
| | | 4: Unable to Gyan Mishra
for allocate | |
| | | the GENART review.
Thanks to Alvaro Retana, Murray Kucherawy, Benjamin Kaduk, Roman
Danyliw, Robert Wilton, Eric Vyncke, specified CCI | |
| | | | |
| | | 5: Invalid next-hop | |
| | | information | |
+------------+-----------+-----------------------+-----------+
Table 7: PCEP-ERROR Object Error Types and Erik Kline for the IESG
review.
13. Values Additions
11. References
13.1.
11.1. Normative References
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119,
DOI 10.17487/RFC2119, March 1997,
<https://www.rfc-editor.org/info/rfc2119>.
[RFC5440] Vasseur, JP., Ed. and JL. Le Roux, Ed., "Path Computation
Element (PCE) Communication Protocol (PCEP)", RFC 5440,
DOI 10.17487/RFC5440, March 2009,
<https://www.rfc-editor.org/info/rfc5440>.
[RFC5511] Farrel, A., "Routing Backus-Naur Form (RBNF): A Syntax
Used to Form Encoding Rules in Various Routing Protocol
Specifications", RFC 5511, DOI 10.17487/RFC5511, April
2009, <https://www.rfc-editor.org/info/rfc5511>.
[RFC7525] Sheffer, Y., Holz, R., and P. Saint-Andre,
"Recommendations for Secure Use of Transport Layer
Security (TLS) and Datagram Transport Layer Security
(DTLS)", BCP 195, RFC 7525, DOI 10.17487/RFC7525, May
2015, <https://www.rfc-editor.org/info/rfc7525>.
[RFC8126] Cotton, M., Leiba, B., and T. Narten, "Guidelines for
Writing an IANA Considerations Section in RFCs", BCP 26,
RFC 8126, DOI 10.17487/RFC8126, June 2017,
<https://www.rfc-editor.org/info/rfc8126>.
[RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC
2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174,
May 2017, <https://www.rfc-editor.org/info/rfc8174>.
[RFC8231] Crabbe, E., Minei, I., Medved, J., and R. Varga, "Path
Computation Element Communication Protocol (PCEP)
Extensions for Stateful PCE", RFC 8231,
DOI 10.17487/RFC8231, September 2017,
<https://www.rfc-editor.org/info/rfc8231>.
[RFC8253] Lopez, D., Gonzalez de Dios, O., Wu, Q., and D. Dhody,
"PCEPS: Usage of TLS to Provide a Secure Transport for the
Path Computation Element Communication Protocol (PCEP)",
RFC 8253, DOI 10.17487/RFC8253, October 2017,
<https://www.rfc-editor.org/info/rfc8253>.
[RFC8281] Crabbe, E., Minei, I., Sivabalan, S., and R. Varga, "Path
Computation Element Communication Protocol (PCEP)
Extensions for PCE-Initiated LSP Setup in a Stateful PCE
Model", RFC 8281, DOI 10.17487/RFC8281, December 2017,
<https://www.rfc-editor.org/info/rfc8281>.
[RFC8408] Sivabalan, S., Tantsura, J., Minei, I., Varga, R., and J.
Hardwick, "Conveying Path Setup Type in PCE Communication
Protocol (PCEP) Messages", RFC 8408, DOI 10.17487/RFC8408,
July 2018, <https://www.rfc-editor.org/info/rfc8408>.
[RFC8664] Sivabalan, S., Filsfils, C., Tantsura, J., Henderickx, W.,
and J. Hardwick, "Path Computation Element Communication
Protocol (PCEP) Extensions for Segment Routing", RFC 8664,
DOI 10.17487/RFC8664, December 2019,
<https://www.rfc-editor.org/info/rfc8664>.
[RFC8779] Margaria, C., Ed., Gonzalez de Dios, O., Ed., and F.
Zhang, Ed., "Path Computation Element Communication
Protocol (PCEP) Extensions for GMPLS", RFC 8779,
DOI 10.17487/RFC8779, July 2020,
<https://www.rfc-editor.org/info/rfc8779>.
13.2.
11.2. Informative References
[RFC4655] Farrel, A., Vasseur, J., JP., and J. Ash, "A Path Computation
Element (PCE)-Based Architecture", RFC 4655,
DOI 10.17487/RFC4655, August 2006,
<https://www.rfc-editor.org/info/rfc4655>.
[RFC7025] Otani, T., Ogaki, K., Caviglia, D., Zhang, F., and C.
Margaria, "Requirements for GMPLS Applications of PCE",
RFC 7025, DOI 10.17487/RFC7025, September 2013,
<https://www.rfc-editor.org/info/rfc7025>.
[RFC7399] Farrel, A. and D. King, "Unanswered Questions in the Path
Computation Element Architecture", RFC 7399,
DOI 10.17487/RFC7399, October 2014,
<https://www.rfc-editor.org/info/rfc7399>.
[RFC7420] Koushik, A., Stephan, E., Zhao, Q., King, D., and J.
Hardwick, "Path Computation Element Communication Protocol
(PCEP) Management Information Base (MIB) Module",
RFC 7420, DOI 10.17487/RFC7420, December 2014,
<https://www.rfc-editor.org/info/rfc7420>.
[RFC7491] King, D. and A. Farrel, "A PCE-Based Architecture for
Application-Based Network Operations", RFC 7491,
DOI 10.17487/RFC7491, March 2015,
<https://www.rfc-editor.org/info/rfc7491>.
[RFC7942] Sheffer, Y. and A. Farrel, "Improving Awareness of Running
Code: The Implementation Status Section", BCP 205,
RFC 7942, DOI 10.17487/RFC7942, July 2016,
<https://www.rfc-editor.org/info/rfc7942>.
[RFC8232] Crabbe, E., Minei, I., Medved, J., Varga, R., Zhang, X.,
and D. Dhody, "Optimizations of Label Switched Path State
Synchronization Procedures for a Stateful PCE", RFC 8232,
DOI 10.17487/RFC8232, September 2017,
<https://www.rfc-editor.org/info/rfc8232>.
[RFC8283] Farrel, A., Ed., Zhao, Q., Ed., Li, Z., and C. Zhou, "An
Architecture for Use of PCE and the PCE Communication
Protocol (PCEP) in a Network with Central Control",
RFC 8283, DOI 10.17487/RFC8283, December 2017,
<https://www.rfc-editor.org/info/rfc8283>.
[RFC8741] Raghuram, A., Goddard, A., Karthik, J., Sivabalan, S., and
M. Negi, "Ability for a Stateful Path Computation Element
(PCE) to Request and Obtain Control of a Label Switched
Path (LSP)", RFC 8741, DOI 10.17487/RFC8741, March 2020,
<https://www.rfc-editor.org/info/rfc8741>.
[I-D.ietf-teas-pcecc-use-cases]
[PCECC] Li, Z., Khasanov, B., Z. (., Dhody, D., Zhao, Q., Ke, Z., K., Khasanov, B.,
Fang, L., Zhou, C., Communications, T., Zhang, B., Rachitskiy, A., and A.
Gulida, "The Use Cases for Path Computation Element (PCE)
as a Central Controller (PCECC).", draft-ietf-teas-pcecc-
use-cases-06 (work Work in progress), September 2020.
[I-D.ietf-pce-pcep-yang] Progress,
March 2021, <https://datatracker.ietf.org/doc/html/draft-
ietf-teas-pcecc-use-cases-07>.
[PCEP-YANG]
Dhody, D., Ed., Hardwick, J., Beeram, V., and J. Tantsura,
"A YANG Data Model for Path Computation Element
Communications Protocol (PCEP)", draft-ietf-pce-pcep-
yang-15 (work Work in progress), October 2020.
[I-D.ietf-pce-pcep-extension-pce-controller-sr] Progress,
Internet-Draft, draft-ietf-pce-pcep-yang-16, 22 February
2021, <https://datatracker.ietf.org/doc/html/draft-ietf-
pce-pcep-yang-16>.
[PCECC-SR] Li, Z., Peng, S., Negi, M., M. S., Zhao, Q., and C. Zhou,
"PCEP Procedures and Protocol Extensions for Using PCE as
a Central Controller (PCECC) for Segment Routing (SR) MPLS
Segment Identifier (SID) Allocation and Distribution.",
draft-ietf-pce-pcep-extension-pce-controller-sr-00 (work
Work in progress), December 2020.
[I-D.dhody-pce-pcep-extension-pce-controller-srv6] Progress, Internet-Draft, draft-ietf-pce-pcep-
extension-pce-controller-sr-02, 25 March 2021,
<https://datatracker.ietf.org/doc/html/draft-ietf-pce-
pcep-extension-pce-controller-sr-02>.
[PCECC-SRv6]
Li, Z., Peng, S., Geng, X., and M. S. Negi, "PCEP
Procedures and Protocol Extensions for Using PCE as a
Central Controller (PCECC) for SRv6", draft-dhody-pce-pcep-
extension-pce-controller-srv6-05 (work in progress),
November 2020.
[I-D.li-pce-controlled-id-space] Work in Progress,
Internet-Draft, draft-dhody-pce-pcep-extension-pce-
controller-srv6-06, 21 February 2021,
<https://datatracker.ietf.org/doc/html/draft-dhody-pce-
pcep-extension-pce-controller-srv6-06>.
[PCE-ID] Li, C., Chen, M., Wang, A., Cheng, W., and C. Zhou, "PCE
Controlled ID Space", draft-li-pce-controlled-id-space-07
(work Work in progress), October 2020.
[I-D.gont-numeric-ids-sec-considerations] Progress, Internet-Draft,
draft-li-pce-controlled-id-space-08, 22 February 2021,
<https://datatracker.ietf.org/doc/html/draft-li-pce-
controlled-id-space-08>.
[SECURITY-ID]
Gont, F. and I. Arce, "Security Considerations for
Transient Numeric Identifiers Employed in Network
Protocols", draft-gont-numeric-ids-sec-considerations-06
(work Work in progress), Progress, Internet-Draft, draft-gont-
numeric-ids-sec-considerations-06, 5 December 2020.
Appendix A. Contributor Addresses 2020,
<https://datatracker.ietf.org/doc/html/draft-gont-numeric-
ids-sec-considerations-06>.
Acknowledgments
We would like to thank Robert Tao, Changjing Yan, Tieying Huang,
Avantika, and Aijun Wang for their useful comments and suggestions.
Thanks to Julien Meuric for shepherding this document and providing
valuable comments. Thanks to Deborah Brungard for being the
responsible AD.
Thanks to Victoria Pritchard for a very detailed RTGDIR review.
Thanks to Yaron Sheffer for the SECDIR review. Thanks to Gyan Mishra
for the Gen-ART review.
Thanks to Alvaro Retana, Murray Kucherawy, Benjamin Kaduk, Roman
Danyliw, Robert Wilton, Éric Vyncke, and Erik Kline for the IESG
review.
Contributors
Dhruv Dhody
Huawei Technologies
Divyashree Techno Park, Whitefield
Bangalore, Karnataka
Bangalore 560066
Karnataka
India
EMail:
Email: dhruv.ietf@gmail.com
Satish Karunanithi
Huawei Technologies
Divyashree Techno Park, Whitefield
Bangalore, Karnataka
Bangalore 560066
Karnataka
India
EMail:
Email: satishk@huawei.com
Adrian Farrel
Old Dog Consulting
UK
EMail:
United Kingdom
Email: adrian@olddog.co.uk
Xuesong Geng
Huawei Technologies
China
Email: gengxuesong@huawei.com
Udayasree Palle
EMail:
Email: udayasreereddy@gmail.com
Katherine Zhao
Futurewei Technologies
EMail:
Email: katherine.zhao@futurewei.com
Boris Zhang
Telus Ltd.
Toronto
Canada
EMail:
Email: boris.zhang@telus.com
Alex Tokar
Cisco Systems
Slovak Republic
EMail:
Slovakia
Email: atokar@cisco.com
Authors' Addresses
Zhenbin Li
Huawei Technologies
Huawei Bld., No.156 Beiqing Rd.
Beijing
100095
China
EMail:
Email: lizhenbin@huawei.com
Shuping Peng
Huawei Technologies
Huawei Bld., No.156 Beiqing Rd.
Beijing
100095
China
EMail:
Email: pengshuping@huawei.com
Mahendra Singh Negi
RtBrick Inc
N-17L, 18th Cross Rd, HSR Layout
Bangalore, Karnataka
Bangalore 560102
Karnataka
India
EMail:
Email: mahend.ietf@gmail.com
Quintin Zhao
Etheric Networks
1009 S CLAREMONT ST
SAN MATEO, Claremont St.
San Mateo, CA 94402
USA
EMail:
United States of America
Email: qzhao@ethericnetworks.com
Chao Zhou
HPE
EMail:
Email: chaozhou_us@yahoo.com