<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.35 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-pce-multipath-24" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="PCEP Extensions for Multipath">Path Computation Element Communication Protocol (PCEP) Extensions for Signaling Multipath Information</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-pce-multipath-24"/>
    <author initials="M." surname="Koldychev" fullname="Mike Koldychev" role="editor">
      <organization>Ciena Corporation</organization>
      <address>
        <email>mkoldych@ciena.com</email>
      </address>
    </author>
    <author initials="S." surname="Sidor" fullname="Samuel Sidor" role="editor">
      <organization>Cisco Systems.</organization>
      <address>
        <email>ssidor@cisco.com</email>
      </address>
    </author>
    <date year="2026" month="April" day="21"/>
    <area>Routing</area>
    <workgroup>PCE Working Group</workgroup>
    <abstract>
      <?line 33?>

<t>A Segment Routing (SR) Policy Candidate Path can contain multiple Segment Lists,
allowing for load-balancing and redundancy across diverse paths.
However, current PCEP extensions for SR Policy only allow signaling of a single 
Segment List per Candidate Path.
This document defines PCEP extensions to encode multiple Segment Lists within an 
SR Policy Candidate Path, enabling multipath capabilities such as weighted or 
equal-cost load-balancing across Segment Lists.
These extensions are designed to be generic and reusable for future path types 
beyond SR Policy, and are applicable to both stateless and stateful PCEP.</t>
    </abstract>
  </front>
  <middle>
    <?line 45?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Segment Routing Policy for Traffic Engineering
<xref target="RFC9256"/> details the concepts of Segment Routing (SR)
Policy and approaches to steering traffic into an SR Policy.  In
particular, it describes the SR Candidate Path as a collection of one
or more Segment Lists.  The current PCEP specifications only allow for
signaling of one Segment List per Candidate Path.  The PCEP extension to
support Segment Routing Policy Candidate Paths
<xref target="RFC9862"/> specifically kept the
signaling of multiple Segment Lists outside its scope.</t>
      <t>This document defines the required extensions that allow the signaling
of multipath information via PCEP. Although these extensions are
motivated by the SR Policy use case, they are also applicable
to other technologies.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>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 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, 
they appear in all capitals, as shown here.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The following terms are used in this document:</t>
        <t>ECMP:</t>
        <ul empty="true">
          <li>
            <t>Equal Cost Multi Path, equally distributing traffic among multiple paths/links, where each path/link gets the same share of traffic as others.</t>
          </li>
        </ul>
        <t>W-ECMP:</t>
        <ul empty="true">
          <li>
            <t>Weighted ECMP, unequally distributing traffic among multiple paths/links, where some paths/links get more traffic than others.</t>
          </li>
        </ul>
        <t>PLSP:</t>
        <ul empty="true">
          <li>
            <t>PCE Label Switched Path, a path or set of paths computed or controlled by the PCE. In the context of SR Policy, a PLSP corresponds to a Candidate Path.</t>
          </li>
        </ul>
        <t>Path:</t>
        <ul empty="true">
          <li>
            <t>In the context of this document, a path refers to a single forwarding path encoded in an ERO or RRO. For SR Policy, a path corresponds to a Segment List. The mechanisms defined in this document use the generic term "path" to allow applicability beyond SR Policy.</t>
          </li>
        </ul>
        <t>LSP:</t>
        <ul empty="true">
          <li>
            <t>Label Switched Path. The base PCEP specification <xref target="RFC4655"/> originally defined the use of the PCE architecture for MPLS and GMPLS networks with LSPs instantiated using the RSVP-TE signaling protocol. Over time, support for additional path setup types such as SRv6 has been introduced <xref target="RFC9603"/>. The term "LSP" is used extensively in PCEP specifications and, while the multipath extensions defined in this document are applicable beyond SR Policy, in the context of PCEP for SR Policy <xref target="RFC9862"/>, an LSP object represents an SR Policy Candidate Path, which may be an SRv6 path (still represented using the LSP object as specified in <xref target="RFC8231"/>). A single LSP may contain multiple paths (Segment Lists).</t>
          </li>
        </ul>
        <t>Segment List:</t>
        <ul empty="true">
          <li>
            <t>An ordered list of segments that defines a forwarding path in Segment Routing, as defined in <xref target="RFC9256"/>. In PCEP for SR Policy, each Segment List is encoded as an ERO or RRO.</t>
          </li>
        </ul>
        <t>ERO:</t>
        <ul empty="true">
          <li>
            <t>Explicit Route Object, defined in <xref target="RFC5440"/>, encodes an explicit path. In the context of SR Policy, an ERO encodes a Segment List.</t>
          </li>
        </ul>
        <t>RRO:</t>
        <ul empty="true">
          <li>
            <t>Record Route Object, defined in <xref target="RFC5440"/>, encodes the actual signaled path. In the context of SR Policy, an RRO reports a Segment List.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="motivation">
      <name>Motivation</name>
      <t>This extension is motivated by the use-cases described below.</t>
      <section anchor="signaling-multiple-segment-lists-of-an-sr-candidate-path">
        <name>Signaling Multiple Segment Lists of an SR Candidate Path</name>
        <t>The Candidate Path of an SR Policy is the unit of signaling in PCEP 
<xref target="RFC9862"/>. A single Candidate Path can consist of multiple Segment Lists. 
Each Segment List is represented by an Explicit Route Object (ERO). In 
existing PCEP specifications, a PCEP Label Switched Path (LSP) object is associated 
with exactly one ERO. This restriction prevents the encoding of multiple 
Segment Lists (i.e., multiple EROs) within the single LSP.</t>
      </section>
      <section anchor="splitting-of-requested-bandwidth">
        <name>Splitting of Requested Bandwidth</name>
        <t>A Path Computation Client (PCC) may request a path with 80 Gbps of 
bandwidth, but all links in the network have only 60 Gbps capacity.  The 
Path Computation Element (PCE) can return two paths, that can together carry 
80 Gbps. The PCC can then equally or unequally split the incoming 80 Gbps of 
traffic among the two paths. <xref target="WEIGHT-TLV"/> introduces a new TLV that carries 
the path weight that facilitates control of load-balancing of traffic among 
the multiple paths.</t>
      </section>
      <section anchor="reverse-path-information">
        <name>Reverse Path Information</name>
        <t>Path Computation Element Communication Protocol (PCEP) Extensions for 
Associated Bidirectional LSPs <xref target="RFC9059"/> defines a mechanism in PCEP to 
associate two opposite direction SR Policy Candidate Paths. However, within 
each Candidate Path there can be multiple Segment Lists, and <xref target="RFC9059"/> does 
not define a mechanism to specify mapping between Segment Lists of the forward 
and reverse Candidate Paths.</t>
        <t>Certain applications such as Circuit Style SR Policy 
<xref target="I-D.ietf-spring-cs-sr-policy"/>, require the knowledge of reverse paths per 
Segment List, not just per Candidate Path. For example, when the headend knows 
the reverse Segment List for each forward Segment List, then Performance 
Measurement (PM)/Bidirectional Forwarding Detection (BFD) can run a separate 
session on every Segment List, by imposing a double stack (forward stack 
followed by reverse stack) onto the packet. If the reverse Segment List is 
co-routed with the forward Segment List, then the PM/BFD session would traverse 
the same links in the forward and reverse directions, thus allowing detection 
of link/node failures in both directions.</t>
      </section>
    </section>
    <section anchor="protocol-extensions">
      <name>Protocol Extensions</name>
      <section anchor="path-attrib-object">
        <name>PATH-ATTRIB Object</name>
        <t>This document defines the PATH-ATTRIB object that is used to carry per-path
information and to act as a separator between EROs/RROs in the &lt;intended-path&gt;/&lt;actual-path&gt; Routing
Backus-Naur Form (RBNF) <xref target="RFC5511"/> element.
The PATH-ATTRIB object always precedes the ERO or RRO that it applies to.  If
multiple EROs or RROs are present, then each ERO or RRO MUST be
preceded by an PATH-ATTRIB object that describes it.</t>
        <t>The PATH-ATTRIB Object-Class value is 45.</t>
        <t>The PATH-ATTRIB Object-Type value is 1.</t>
        <t>The format of the PATH-ATTRIB object is shown in <xref target="fig-path-attrib"/>.</t>
        <figure anchor="fig-path-attrib">
          <name>PATH-ATTRIB object format</name>
          <artwork><![CDATA[
   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
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                         Flags                         |R|  O  |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                        Path ID                                |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  ~                     Optional TLVs                             ~
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>Flags (32 bits):</t>
        <ul spacing="normal">
          <li>
            <t>O (Operational - 3 bits): operational state of the path, same 
values as the identically named field in the LSP object <xref target="RFC8231"/>.</t>
          </li>
          <li>
            <t>R (Reverse - 1 bit): Indicates this path is reverse, i.e., it
originates on the LSP destination and terminates on the
LSP source (usually the PCC headend itself).
Paths with this flag set serve only informational
purpose to the PCC.</t>
          </li>
          <li>
            <t>Unassigned bits MUST be set to 0 on transmission and MUST be
ignored on receipt.</t>
          </li>
        </ul>
        <t>Path ID (32 bits): 4-octet identifier that identifies a path (encoded
in the ERO/RRO) within the set of multiple paths under the PCEP LSP.
See <xref target="PATH-ID"/> for details.</t>
        <t>Optional TLVs: Variable length field that can contain one or more TLVs
that carry additional per-path information.  The specific TLVs that can
be included are defined in subsequent sections of this document.</t>
      </section>
      <section anchor="METRIC">
        <name>METRIC Object</name>
        <t>The PCEP METRIC object can continue to be used at the LSP level to 
describe properties of the overall LSP. 
Mechanisms for encoding per-path metrics (e.g., a separate METRIC 
for each path) are outside the scope of this document and would 
require further extensions.</t>
      </section>
      <section anchor="WEIGHT-TLV">
        <name>MULTIPATH-WEIGHT TLV</name>
        <t>New MULTIPATH-WEIGHT TLV is optional in the PATH-ATTRIB object.</t>
        <figure anchor="fig-multipath-weight">
          <name>MULTIPATH-WEIGHT TLV format</name>
          <artwork><![CDATA[
   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              |             Length            |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                             Weight                            |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>Type (16 bits): 61 for "MULTIPATH-WEIGHT" TLV.</t>
        <t>Length (16 bits): 4 bytes.</t>
        <t>Weight (32 bits): unsigned integer weight of this path within the 
multipath, if W-ECMP is desired. The fraction of flows that a specific 
ERO/RRO carries is derived from the ratio of its weight to the sum of the 
weights of all other paths: see <xref target="LOADBALANCING"/> for details.</t>
        <t>When the MULTIPATH-WEIGHT TLV is absent from the PATH-ATTRIB object,
or the PATH-ATTRIB object is absent from the
&lt;intended-path&gt;/&lt;actual-path&gt;, then the Weight of the corresponding
path is taken to be 1.</t>
      </section>
      <section anchor="BACKUP-TLV">
        <name>MULTIPATH-BACKUP TLV</name>
        <t>New MULTIPATH-BACKUP TLV is optional in the PATH-ATTRIB object.</t>
        <t>This TLV is used to describe a set of backup paths protecting a
primary path within a PCEP LSP: see <xref target="PROTECTION"/> for details.
This is similar to path protection, but works at the ECMP path level
instead of at the PCEP LSP level.</t>
        <t>This functionality is not part of the SR Policy Architecture <xref target="RFC9256"/>,
but is something optional that may be implemented for certain 
specialized use cases.
This document specifies the TLV format and PCEP encoding; the 
applicability to specific use cases is defined by other documents. 
For example, <xref target="I-D.draft-ietf-pce-sr-p2mp-policy"/> describes the 
application of this TLV in Point-to-Multipoint (P2MP) SR Policy.</t>
        <t>Support for the MULTIPATH-BACKUP TLV is currently defined only for P2MP 
paths. Support for Point-to-Point (P2P) paths is out of scope for this 
document and may be defined in future documents.</t>
        <figure anchor="fig-multipath-backup">
          <name>MULTIPATH-BACKUP TLV format</name>
          <artwork><![CDATA[
   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              |             Length            |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |       Backup Path Count       |             Flags           |B|
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                         Backup Path ID 1                      |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                         Backup Path ID 2                      |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                              ...                              |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                         Backup Path ID n                      |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

]]></artwork>
        </figure>
        <t>Type (16 bits): 62 for "MULTIPATH-BACKUP" TLV</t>
        <t>Length (16 bits): 4 + (N * 4) bytes (where N is the Backup Path Count)</t>
        <t>Backup Path Count (16 bits): Number of backup paths.</t>
        <t>Flags (16 bits):</t>
        <ul spacing="normal">
          <li>
            <t>B (Pure Backup): If set, indicates the path is a backup path (e.g., for protection) 
and not used for load balancing under normal conditions. A pure backup path only
carries rerouted traffic after the protected paths fail. If this flag
is not set, or if the MULTIPATH-BACKUP TLV is absent,
then the path is assumed to be primary that
carries normal traffic.</t>
          </li>
          <li>
            <t>Unassigned bits MUST be set to 0 on transmission and MUST be
ignored on receipt.</t>
          </li>
        </ul>
        <t>Backup Path IDs: A series of 4-octet identifiers that reference the 
Path ID field (see <xref target="PATH-ID"/>) of other PATH-ATTRIB objects within the 
same PCEP LSP. These referenced paths act as backup paths that protect 
this primary path. Each Backup Path ID value MUST match the Path ID of a 
PATH-ATTRIB object in the same LSP that has the B-flag set (indicating 
it is a pure backup path).</t>
        <t>If a PCEP speaker receives a MULTIPATH-BACKUP TLV applied to a P2P path,
it MUST reject the path and send a PCError message with 
Error-Type = 19 ("Invalid Operation") and 
Error-Value = 20 ("Not supported path backup").</t>
      </section>
      <section anchor="OPPDIR-PATH-TLV">
        <name>MULTIPATH-OPPDIR-PATH TLV</name>
        <t>New MULTIPATH-OPPDIR-PATH TLV is optional in the PATH-ATTRIB object.
Multiple instances of the TLV are allowed in the same PATH-ATTRIB object.
Each TLV instance identifies one opposite-direction path for the path 
described by this PATH-ATTRIB object. This provides per-path level 
opposite-direction mapping within an LSP. In the context of SR Policy, 
this corresponds to per-Segment List mapping within a Candidate Path, 
complementing the Candidate Path level bidirectional association defined 
in <xref target="I-D.ietf-pce-sr-bidir-path"/>, which also describes the usage of 
this TLV in the context of associated bidirectional SR Paths.
See <xref target="OPPDIR"/> for operational details.</t>
        <figure anchor="fig-multipath-oppdir">
          <name>MULTIPATH-OPPDIR-PATH TLV format</name>
          <artwork><![CDATA[
   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              |             Length            |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |           Reserved            |             Flags         |L|N|
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                 Opposite Direction Path ID                    |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

]]></artwork>
        </figure>
        <t>Type (16 bits): 63 for "MULTIPATH-OPPDIR-PATH" TLV</t>
        <t>Length (16 bits): 8 bytes.</t>
        <t>Reserved: This field MUST be set to zero on transmission and MUST be
ignored on receipt.</t>
        <t>Flags (16 bits):</t>
        <ul spacing="normal">
          <li>
            <t>N (Node co-routed): If set, indicates this path is
node co-routed with its opposite direction path, specified in this TLV.
Two opposite direction paths are node co-routed if they
traverse the same nodes, but MAY traverse different links.
If not set, the paths are not guaranteed to be node co-routed
(they may or may not traverse the same set of nodes).</t>
          </li>
          <li>
            <t>L (Link co-routed): If set, indicates this path is
link co-routed with its opposite direction path, specified in this TLV.
Two opposite direction paths are link co-routed if they
traverse the same links (but in opposite directions).
Link co-routing implies node co-routing; therefore, it is not
necessary to set the N flag when the L flag is set.</t>
          </li>
          <li>
            <t>Unassigned bits MUST be set to 0 on transmission and MUST be
ignored on receipt.</t>
          </li>
        </ul>
        <t>Opposite Direction Path ID (32 bits): References the Path ID field 
(see <xref target="PATH-ID"/>) of a PATH-ATTRIB object that identifies a path going 
in the opposite direction to this path. If no opposite-direction path 
exists, then this field MUST be set to 0, a value reserved to indicate 
the absence of a Path ID.</t>
      </section>
      <section anchor="CCP">
        <name>Composite Candidate Path</name>
        <t>SR Policy Architecture <xref target="RFC9256"/> defines the concept of a
Composite Candidate Path. 
A regular SR Policy Candidate Path outputs traffic to a set of Segment Lists, 
while an SR Policy Composite Candidate Path outputs traffic recursively to 
a set of SR Policies on the same headend.
In PCEP, the Composite Candidate Path still consists of PATH-ATTRIB objects,
but ERO is replaced by Color of the recursively used SR Policy.</t>
        <t>To signal the Composite Candidate Path, we make use of the COLOR TLV, defined in
<xref target="RFC9863"/>. For a Composite Candidate Path, the COLOR TLV
is included in the PATH-ATTRIB Object, thus allowing each Composite Candidate Path
to do ECMP/W-ECMP among SR Policies identified by its constituent Colors.
To achieve W-ECMP, the MULTIPATH-WEIGHT TLV (<xref target="WEIGHT-TLV"/>) is included 
alongside the COLOR TLV in each PATH-ATTRIB object.
If multiple COLOR TLVs are contained in the PATH-ATTRIB object, the first one 
is processed and the others MUST be ignored.</t>
        <t>An ERO MUST be included as per the existing RBNF, 
this ERO MUST contain no sub-objects. This empty ERO serves as a placeholder
to maintain compatibility with existing implementations based on the RBNF defined in <xref target="RFC8231"/>.
If the head-end receives a non-empty ERO for a Composite Candidate Path,
it MUST send a PCError message with Error-Type = 19 ("Invalid Operation")
and Error-Value = 21 ("Non-empty path").</t>
        <t>See <xref target="CCPEX"/> for an example of the encoding.</t>
        <section anchor="PFP">
          <name>Per-Flow Candidate Path</name>
          <t>Per-Flow Candidate Path builds on top of the concept of the Composite Candidate Path.
Each Path in a Per-Flow Candidate Path is assigned a 3-bit forwarding class value, 
which allows Quality of Service (QoS) classified traffic to be steered depending on the forwarding class.</t>
          <t>New MULTIPATH-FORWARD-CLASS TLV is optional in the PATH-ATTRIB object.</t>
          <figure anchor="fig-multipath-forward-class">
            <name>MULTIPATH-FORWARD-CLASS TLV format</name>
            <artwork><![CDATA[
   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              |             Length            |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                        Reserved                       |T| FC  |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>Type (16 bits): TBD1 for "MULTIPATH-FORWARD-CLASS" TLV.</t>
          <t>Length (16 bits): 4 bytes.</t>
          <t>Reserved: This field MUST be set to zero on transmission and MUST be
ignored on receipt.</t>
          <t>T (1 bit): MPLS TC type. When set, indicates that the FC value is 
derived from the MPLS Traffic Class (TC) bits as described in 
Section 8.6 of <xref target="RFC9256"/>. When not set, the interpretation of the 
FC value is reserved for future use.</t>
          <t>FC (3 bits): Forwarding class value. When the T flag is set, this 
carries the MPLS TC-based forwarding class value as defined in 
Section 8.6 of <xref target="RFC9256"/>. 
This value is given by the QoS classifier to traffic entering the given 
Candidate Path. Different classes of traffic that enter the given Candidate 
Path can be differentially steered into different Colors. The FC field allows 
up to 8 different forwarding classes (values 0-7). The semantics of specific FC 
values are significant at the headend node (PCC) that implements the SR Policy 
and are determined by that node's local QoS policy or configuration. 
Coordination of FC value meanings between PCEP peers (e.g., through out-of-band 
configuration management or operational procedures) is outside the scope of 
this document.</t>
        </section>
      </section>
    </section>
    <section anchor="OP">
      <name>Operation</name>
      <section anchor="capability-negotiation">
        <name>Capability Negotiation</name>
        <section anchor="multipath-capability-tlv">
          <name>Multipath Capability TLV</name>
          <t>New MULTIPATH-CAP TLV is defined. 
This TLV MAY be present in the OPEN object during PCEP session establishment.
It MAY also be present in the LSP object for each individual LSP from the PCC.</t>
          <figure anchor="fig-multipath-cap">
            <name>MULTIPATH-CAP TLV format</name>
            <artwork><![CDATA[
   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              |             Length            |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |     Number of Multipaths      |            Flags    |C|F|O|B|W|
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>Type (16 bits): 60 for "MULTIPATH-CAP" TLV.</t>
          <t>Length (16 bits): 4 bytes.</t>
          <t>Number of Multipaths (16 bits): When sent from a PCC, it indicates how many 
forward primary multipaths the PCC can install in forwarding. 
From a PCE, it indicates how many forward primary multipaths the PCE can compute.
This count does not include reverse paths (R-flag=1) or pure backup paths 
(B-flag=1), which are not installed in forwarding for load-balancing purposes. 
Therefore, the total number of PATH-ATTRIB objects in an LSP may exceed 
this value when reverse or pure backup paths are also signaled.
The value 0 indicates an unlimited number.</t>
          <t>Flags (16 bits):</t>
          <ul spacing="normal">
            <li>
              <t>W-flag: whether MULTIPATH-WEIGHT TLV is supported. This flag 
covers the use of MULTIPATH-WEIGHT for both regular and Composite 
Candidate Paths.</t>
            </li>
            <li>
              <t>B-flag: whether MULTIPATH-BACKUP TLV is supported.</t>
            </li>
            <li>
              <t>O-flag: In the OPEN object, this flag indicates whether the 
MULTIPATH-OPPDIR-PATH TLV is supported. In the LSP object, this flag 
indicates that opposite-direction path information is requested or provided 
for that specific LSP. When set by the PCC (in PCRpt/PCReq), it requests 
the PCE to provide reverse path information. When set by the PCE (in 
PCInit/PCUpd/PCRep), it indicates the PCE is providing or will provide 
reverse path information. In both cases, the PCE SHOULD provide the reverse 
path information, if it is able to.</t>
            </li>
            <li>
              <t>F-flag: whether MULTIPATH-FORWARD-CLASS TLV is supported.</t>
            </li>
            <li>
              <t>C-flag: whether Composite Candidate Path (<xref target="CCP"/>) is supported, 
including the use of the COLOR TLV in the PATH-ATTRIB object.</t>
            </li>
            <li>
              <t>Unassigned bits MUST be set to 0 on transmission and MUST be ignored on receipt.</t>
            </li>
          </ul>
          <t>Note that F-flag and C-flag can be set independently for capability
negotiation purposes. While Per-Flow Candidate Path (<xref target="PFP"/>) builds on
top of Composite Candidate Path, the F-flag reflects whether the
MULTIPATH-FORWARD-CLASS TLV is supported, and the C-flag reflects whether
Composite Candidate Path signaling is supported. A peer that supports
Per-Flow Candidate Path MUST set both C-flag and F-flag. Note that the
F-flag is defined independently of the C-flag to allow for future use
cases that may use the MULTIPATH-FORWARD-CLASS TLV for purposes other
than Per-Flow Candidate Path; in such cases, the F-flag MAY be set
without the C-flag.</t>
          <t>When a PCE computes an LSP path, it MUST NOT return more forward 
multipaths than the minimum of the effective "Number of Multipaths" 
values of both the PCE and PCC. The effective value for a given LSP is 
determined by the per-LSP MULTIPATH-CAP TLV in the LSP object if 
present; otherwise, it defaults to the value from the MULTIPATH-CAP TLV 
in the OPEN object. This ensures the PCE does not exceed either 
its own computation capability or the PCC's installation capability. 
If this TLV is absent from both OPEN and LSP objects, the PCEP speaker 
does not support multipath and the behavior is consistent with existing 
PCEP specifications, where a single path is associated with each LSP.</t>
          <t>If a PCC receives more paths than it advertised support for, it MUST 
send a PCError message with Error-Type = 19 ("Invalid Operation") and 
Error-Value = TBD3 ("Unsupported multipath capability").</t>
          <t>From the PCC, the MULTIPATH-CAP TLV MAY also be present in the LSP object for each individual LSP, to specify per-LSP values.
The PCC MUST NOT include this TLV in the LSP object if the TLV was not
present in the OPEN objects of both PCEP peers.
TLV values in the LSP object override the session default values 
in the OPEN object. If a PCEP speaker receives a PATH-ATTRIB object but the multipath
capability was not successfully negotiated during session
establishment, it MUST treat this as an error. The PCEP speaker
MUST send a PCError message with Error-Type = 10 ("Reception of an
invalid object") and Error-Value = TBD2 ("Unexpected PATH-ATTRIB
object").</t>
          <t>For example, the PCC includes this TLV in the OPEN object at session establishment,
setting "Number of Multipaths" to 4 and "O-flag" to 0.
The PCC also includes this TLV in the LSP object for a particular LSP,
setting "Number of Multipaths" to 16 and "O-flag" to 1.
This indicates that the PCC only wants to receive the reverse path information for that
particular LSP and that this LSP can have up to 16 multipaths,
while other LSPs can only have up to 4 multipaths.</t>
          <t>Additionally, if a PCEP speaker receives a TLV within the PATH-ATTRIB object
(such as MULTIPATH-WEIGHT, MULTIPATH-BACKUP, MULTIPATH-OPPDIR-PATH, or
MULTIPATH-FORWARD-CLASS) but the corresponding capability flag was not set
in the negotiated MULTIPATH-CAP TLV, it MUST treat this as an error.
The PCEP speaker MUST send a PCError message with Error-Type = 19
("Invalid Operation") and Error-Value = TBD3 ("Unsupported multipath capability").</t>
        </section>
      </section>
      <section anchor="PATH-ID">
        <name>Path ID</name>
        <t>The Path ID uniquely identifies a Path within the context of an LSP.
A single Path ID space is shared among all paths within the LSP, 
including forward paths, reverse paths (R-flag=1), and pure backup 
paths (B-flag=1). Path IDs MUST be unique across all these path types 
within the same LSP.
The meaning of "Path" depends on the type of LSP:</t>
        <ul spacing="normal">
          <li>
            <t>For a regular SR Policy Candidate Path, the Paths within that LSP
are the Segment Lists.</t>
          </li>
          <li>
            <t>For a Composite Candidate Path (<xref target="CCP"/>), the Paths within that LSP
are the constituent SR Policies, each of which is identified by its
Color (carried in the COLOR TLV within the corresponding PATH-ATTRIB
object).</t>
          </li>
        </ul>
        <t>Value 0 indicates an unallocated Path ID.
The value of 0 MAY be used when this Path is not referenced 
and the allocation of a Path ID is not necessary.</t>
        <t>Path IDs are allocated by the PCEP peer that owns the LSP.
If the LSP is delegated to the PCE, then the PCE allocates the Path IDs
and sends them in the PCReply/PCUpd/PCInitiate messages.
If the LSP is locally computed on the PCC, then the PCC allocates the
Path IDs and sends them in the PCReq/PCRpt messages.</t>
        <t>If a PCEP speaker detects that there are two Paths with the same non-zero 
Path ID, then the PCEP speaker MUST send PCError message with
Error-Type = 1 ("Reception of an invalid object") and
Error-Value = 38 ("Conflicting Path ID"). Multiple paths MAY have Path ID 
set to 0, as this value indicates those paths are not referenced and do 
not require unique identification.</t>
      </section>
      <section anchor="LOADBALANCING">
        <name>Signaling Multiple Paths for Load-Balancing</name>
        <t>The PATH-ATTRIB object can be used to signal multiple paths and indicate
(un)equal load-balancing amongst the set of multipaths. In this case, the
PATH-ATTRIB is populated for each ERO as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>The PCE MAY assign a unique Path ID to each ERO path and populate
it inside the PATH-ATTRIB object. The Path ID is unique within the
context of a PLSP (PCE Label Switched Path) (when non-zero).</t>
          </li>
          <li>
            <t>The PCE MAY include the MULTIPATH-WEIGHT TLV inside the PATH-ATTRIB object,
populating a weight value to reflect the relative share of traffic 
to be carried by the path. If the MULTIPATH-WEIGHT is not carried inside a
PATH-ATTRIB object, the PCC MUST assume the default weight of 1 when computing
the traffic share.</t>
          </li>
          <li>
            <t>The PCC derives the fraction of flows carried by a specific primary path
from the ratio of its weight to the sum of all other multipath weights.
For SR Policy, the use of weights for load-balancing between Segment 
Lists of a Candidate Path is described in Section 2.11 of <xref target="RFC9256"/>.</t>
          </li>
        </ol>
      </section>
      <section anchor="PROTECTION">
        <name>Signaling Multiple Paths for Protection</name>
        <t>The PATH-ATTRIB object can be used to describe a set of backup paths protecting
a primary path within a PCEP LSP. This capability is currently defined only for P2MP 
paths. Support for P2P paths with the MULTIPATH-BACKUP TLV is out of scope for this 
document. In this case, the PATH-ATTRIB is populated for each ERO as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>The PCE assigns a unique Path ID to each ERO path and populates
it inside the PATH-ATTRIB object. The Path ID is unique within the
context of a PLSP (PCE Label Switched Path).</t>
          </li>
          <li>
            <t>The PCE MAY include the MULTIPATH-BACKUP TLV inside the PATH-ATTRIB object for each
ERO that is protected, specifying the backup path IDs to reflect the set of backup
paths protecting the primary path. The PCE updates the Length field and Backup Path
Count in the MULTIPATH-BACKUP according to the number of backup path IDs included.</t>
          </li>
          <li>
            <t>The PCE MAY include the MULTIPATH-BACKUP TLV inside the PATH-ATTRIB object for each
ERO that is unprotected. In this case, MULTIPATH-BACKUP does not carry
any backup path IDs in the TLV. If the path acts as a pure backup (i.e.,
the path only carries rerouted traffic after the protected paths fail), then
the B flag MUST be set.</t>
          </li>
        </ol>
        <t>Primary paths which do not include the MULTIPATH-BACKUP TLV are assumed
to be protected by all the backup paths (i.e., omitting the TLV is equivalent to
including the TLV with all the backup path IDs filled in).</t>
        <t>Note that a given PCC may not support certain backup combinations,
such as a backup path that is itself protected by another backup path, etc.
If a PCC does not support a requested backup scenario,
the PCC MUST send a PCError message with
Error-Type = 19 ("Invalid Operation") and
Error-Value = 20 ("Not supported path backup").
Additionally, if a P2P path is sent with a MULTIPATH-BACKUP TLV,
the PCC or PCE SHOULD reject it with the same PCError as above.</t>
      </section>
      <section anchor="OPPDIR">
        <name>Signaling Opposite-Direction Path Information</name>
        <t>The PATH-ATTRIB object can be used to signal opposite-direction path 
associations within a PCEP LSP. This capability is used to establish 
bidirectional path relationships where forward and reverse paths can be 
explicitly mapped to each other. In this case, the
PATH-ATTRIB is populated for each ERO as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>The PCEP peer (PCC or PCE) allocates a unique Path ID to each path 
and populates it inside the PATH-ATTRIB object. The Path ID is unique 
within the context of a PLSP (PCE Label Switched Path).</t>
          </li>
          <li>
            <t>For paths that have opposite-direction counterparts, the 
MULTIPATH-OPPDIR-PATH TLV is added to the PATH-ATTRIB object. The 
Opposite Direction Path ID field is set to reference the Path ID of 
the corresponding opposite-direction path.</t>
          </li>
          <li>
            <t>Multiple instances of the MULTIPATH-OPPDIR-PATH TLV MAY be present 
in the same PATH-ATTRIB object to support many-to-many mappings 
between forward and reverse paths. This allows a single forward path 
to map to multiple reverse paths and vice versa. Many-to-many 
mapping can occur when a Segment List contains Node Segment(s) that 
traverse parallel links at a midpoint. The reverse of this Segment 
List may require multiple Reverse Segment Lists to cover all the 
parallel links at the midpoint.</t>
          </li>
          <li>
            <t>The N-flag and L-flag in the MULTIPATH-OPPDIR-PATH TLV MAY be set 
to indicate node co-routing or link co-routing respectively. These 
flags inform the receiver about the relationship between the forward 
and reverse paths.</t>
          </li>
          <li>
            <t>For paths that have no opposite-direction counterpart, the 
MULTIPATH-OPPDIR-PATH TLV is omitted from the PATH-ATTRIB object.</t>
          </li>
        </ol>
        <t>Forward paths (R-flag=0) and reverse paths (R-flag=1) are included in the 
same PCEP LSP, allowing bidirectional relationships to be established 
atomically. The opposite-direction path associations MUST be symmetric 
within the same LSP. When path A references path B as its opposite-direction 
path, path B MUST also reference path A as its opposite-direction path. 
Additionally, their R-flags in the PATH-ATTRIB object MUST have opposite 
values (one set to 0, the other to 1).</t>
        <t>If a PCEP speaker receives an opposite-direction path mapping that is 
asymmetric or where the R-flags are inconsistent, it MUST send a PCError 
message with Error-Type = 19 ("Invalid Operation") and Error-Value = TBD4 
("Invalid opposite-direction path mapping").</t>
        <t>See <xref target="OPPDIREX"/> for an example of usage.</t>
      </section>
    </section>
    <section anchor="RBNF">
      <name>PCEP Message Extensions</name>
      <t>The RBNF of PCRpt and PCUpd messages, as defined in <xref target="RFC8231"/>, use a 
combination of &lt;intended-path&gt; and/or &lt;actual-path&gt;. PCReq and PCRep 
messages, as defined in <xref target="RFC5440"/> and extended by <xref target="RFC8231"/>, directly 
include ERO and RRO within their respective message structures rather 
than encapsulating them within &lt;intended-path&gt; or &lt;actual-path&gt; constructs.</t>
      <t>As specified in Section 6.1 of <xref target="RFC8231"/>, within the context of messages 
that use these constructs, &lt;intended-path&gt; is represented by the ERO 
and &lt;actual-path&gt; is represented by the RRO:</t>
      <artwork><![CDATA[
   <intended-path> ::= <ERO>

   <actual-path> ::= <RRO>
]]></artwork>
      <t>This document extends <xref target="RFC8231"/> by allowing multiple EROs/RROs to be
present in the &lt;intended-path&gt;/&lt;actual-path&gt;:</t>
      <artwork><![CDATA[
   <intended-path> ::= <ERO> |
                       <PATH-ATTRIB><ERO>[<intended-path-multipath>]

   <intended-path-multipath> ::= <PATH-ATTRIB><ERO>
                                 [<intended-path-multipath>]

   <actual-path> ::= <RRO> |
                     <PATH-ATTRIB><RRO>[<actual-path-multipath>]

   <actual-path-multipath> ::= <PATH-ATTRIB><RRO>
                               [<actual-path-multipath>]
]]></artwork>
      <t>Similarly, this document extends <xref target="RFC8281"/> by allowing multiple paths 
in the PCInitiate message by allowing multiple EROs with their 
associated path attributes. The PCE-initiated LSP instantiation format is 
updated to:</t>
      <artwork><![CDATA[
   <PCE-initiated-lsp-instantiation> ::= <SRP>
                                          <LSP>
                                          [<END-POINTS>]
                                          <intended-path>
                                          [<attribute-list>]
]]></artwork>
      <t>where &lt;intended-path&gt; follows the recursive definition above, allowing 
multiple paths to be signaled in a single PCInitiate message. When multiple 
paths are present, each ERO MUST be preceded by a PATH-ATTRIB object that 
describes it. A single path MAY be sent as a bare ERO without PATH-ATTRIB 
for backward compatibility.</t>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <t>Note to the RFC Editor - remove this section before publication, as
well as remove the reference to <xref target="RFC7942"/>.</t>
      <t>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 <xref target="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.</t>
      <t>According to <xref target="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".</t>
      <section anchor="cisco-systems">
        <name>Cisco Systems</name>
        <artwork><![CDATA[
Organization: Cisco Systems
Implementation: IOS-XR PCC and PCE
Description: Circuit-Style SR Policies
Maturity Level: Supported feature
Coverage: Multiple Segment Lists and reverse paths in SR Policy
Contact: mkoldych@cisco.com
]]></artwork>
      </section>
      <section anchor="ciena-corp">
        <name>Ciena Corp</name>
        <artwork><![CDATA[
Organization: Ciena Corp
Implementation: Head-end and controller
Maturity Level: Proof of concept
Coverage: Partial
Contact: byadav@ciena.com
]]></artwork>
      </section>
      <section anchor="huawei-technologies">
        <name>Huawei Technologies</name>
        <artwork><![CDATA[
Organization: Huawei Technologies Co.,Ltd.
Implementation: Huawei's Router and Controller
Maturity Level: Proof of concept
Coverage: Partial
Contact: tanren@huawei.com 
]]></artwork>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>All IANA actions in this section pertain to the "Path Computation 
Element Protocol (PCEP) Numbers" registry group.</t>
      <section anchor="pcep-object">
        <name>PCEP Object</name>
        <t>IANA is requested to confirm the following allocation in the 
   "PCEP Objects" registry:</t>
        <artwork><![CDATA[
 +--------------+-------------+-------------------+-----------------+
 | Object-Class | Name        | Object-Type       | Reference       |
 | Value        |             | Value             |                 |
 +--------------+-------------+-------------------+-----------------+
 | 45           | PATH-ATTRIB | 0: Reserved       |                 |
 |              |             | 1: PATH-ATTRIB    | This document   |
 |              |             | 2-15: Unassigned  |                 |
 +--------------+-------------+-------------------+-----------------+
]]></artwork>
        <t>Object-Type values are managed via the IETF Review policy as per <xref target="RFC8126"/>.</t>
      </section>
      <section anchor="pcep-tlv">
        <name>PCEP TLV</name>
        <t>IANA is requested to confirm the following allocations in the
   "PCEP TLV Type Indicators" registry:</t>
        <artwork><![CDATA[
 +------------+-----------------------------------+-----------------+
 | TLV Type   | TLV Name                          | Reference       |
 | Value      |                                   |                 |
 +------------+-----------------------------------+-----------------+
 | 60         | MULTIPATH-CAP                     | This document   |
 +------------+-----------------------------------+-----------------+
 | 61         | MULTIPATH-WEIGHT                  | This document   |
 +------------+-----------------------------------+-----------------+
 | 62         | MULTIPATH-BACKUP                  | This document   |
 +------------+-----------------------------------+-----------------+
 | 63         | MULTIPATH-OPPDIR-PATH             | This document   |
 +------------+-----------------------------------+-----------------+
]]></artwork>
        <t>IANA is requested to make new allocations in the
   "PCEP TLV Type Indicators" registry:</t>
        <artwork><![CDATA[
 +------------+-----------------------------------+-----------------+
 | TLV Type   | TLV Name                          | Reference       |
 | Value      |                                   |                 |
 +------------+-----------------------------------+-----------------+
 | TBD1       | MULTIPATH-FORWARD-CLASS           | This document   |
 +------------+-----------------------------------+-----------------+
]]></artwork>
      </section>
      <section anchor="pcep-error-object">
        <name>PCEP-Error Object</name>
        <t>IANA is requested to confirm the following allocations in the
   "PCEP-ERROR Object Error Types and Values" registry:</t>
        <artwork><![CDATA[
 +------------+-----------------------------------+-----------------+
 | Error-Type | Error-Value                       | Reference       |
 +------------+-----------------------------------+-----------------+
 | 10         | 38 - Conflicting Path ID          | This document   |
 +------------+-----------------------------------+-----------------+
 | 19         | 20 - Not supported path backup    | This document   |
 +------------+-----------------------------------+-----------------+
 | 19         | 21 - Non-empty path               | This document   |
 +------------+-----------------------------------+-----------------+
]]></artwork>
        <t>IANA is requested to make new allocations in the
   "PCEP-ERROR Object Error Types and Values" registry:</t>
        <artwork><![CDATA[
 +------------+-----------------------------------+-----------------+
 | Error-Type | Error-Value                       | Reference       |
 +------------+-----------------------------------+-----------------+
 | 10         | TBD2 - Unexpected PATH-ATTRIB     | This document   |
 |            |        Object                     |                 |
 +------------+-----------------------------------+-----------------+
 | 19         | TBD3 - Unsupported multipath      | This document   |
 |            |        capability                 |                 |
 +------------+-----------------------------------+-----------------+
 | 19         | TBD4 - Invalid opposite-direction | This document   |
 |            |        path mapping               |                 |
 +------------+-----------------------------------+-----------------+
]]></artwork>
      </section>
      <section anchor="flags-in-the-multipath-cap-tlv">
        <name>Flags in the MULTIPATH-CAP TLV</name>
        <t>IANA is requested to create a new registry called "Flags in 
MULTIPATH-CAP TLV" to manage the Flag field of the MULTIPATH-CAP TLV.
New values are to be assigned by "IETF review" <xref target="RFC8126"/></t>
        <artwork><![CDATA[
 +------------+-----------------------------------+-----------------+
 | Bit        | Description                       | Reference       |
 +------------+-----------------------------------+-----------------+
 | 0-10       | Unassigned                        | This document   |
 +------------+-----------------------------------+-----------------+
 | 11         | C-flag: Composite Candidate       | This document   |
 |            |  Path support                     |                 |
 +------------+-----------------------------------+-----------------+
 | 12         | F-flag: MULTIPATH-FORWARD-CLASS   | This document   |
 |            |  TLV support                      |                 |
 +------------+-----------------------------------+-----------------+
 | 13         | O-flag: MULTIPATH-OPPDIR-PATH     | This document   |
 |            |  TLV support                      |                 |
 +------------+-----------------------------------+-----------------+
 | 14         | B-flag: MULTIPATH-BACKUP TLV      | This document   |
 |            |  support                          |                 |
 +------------+-----------------------------------+-----------------+
 | 15         | W-flag: MULTIPATH-WEIGHT TLV      | This document   |
 |            |  support                          |                 |
 +------------+-----------------------------------+-----------------+
]]></artwork>
      </section>
      <section anchor="flags-in-the-path-attrib-object">
        <name>Flags in the PATH-ATTRIB Object</name>
        <t>IANA is requested to create a new registry called "Flags in 
PATH-ATTRIB Object" to manage the Flag field of the PATH-ATTRIB object.
New values are to be assigned by "IETF review" <xref target="RFC8126"/></t>
        <artwork><![CDATA[
 +------------+-----------------------------------+-----------------+
 | Bit        | Description                       | Reference       |
 +------------+-----------------------------------+-----------------+
 | 0-27       | Unassigned                        | This document   |
 +------------+-----------------------------------+-----------------+
 | 28         | R-flag: Reverse path              | This document   |
 +------------+-----------------------------------+-----------------+
 | 29-31      | O-flag: Operational state         | This document   |
 +------------+-----------------------------------+-----------------+
]]></artwork>
      </section>
      <section anchor="flags-in-the-multipath-backup-tlv">
        <name>Flags in the MULTIPATH-BACKUP TLV</name>
        <t>IANA is requested to create a new registry called "Flags in 
MULTIPATH-BACKUP TLV" to manage the Flag field of the MULTIPATH-BACKUP TLV.
New values are to be assigned by "IETF review" <xref target="RFC8126"/></t>
        <artwork><![CDATA[
 +------------+-----------------------------------+-----------------+
 | Bit        | Description                       | Reference       |
 +------------+-----------------------------------+-----------------+
 | 0-14       | Unassigned                        | This document   |
 +------------+-----------------------------------+-----------------+
 | 15         | B-flag: Pure backup               | This document   |
 +------------+-----------------------------------+-----------------+
]]></artwork>
      </section>
      <section anchor="flags-in-the-multipath-oppdir-path-tlv">
        <name>Flags in the MULTIPATH-OPPDIR-PATH TLV</name>
        <t>IANA is requested to create a new registry called "Flags in 
MULTIPATH-OPPDIR-PATH TLV" to manage the Flag field of the 
MULTIPATH-OPPDIR-PATH TLV.
New values are to be assigned by "IETF review" <xref target="RFC8126"/></t>
        <artwork><![CDATA[
 +------------+-----------------------------------+-----------------+
 | Bit        | Description                       | Reference       |
 +------------+-----------------------------------+-----------------+
 | 0-12       | Unassigned                        | This document   |
 +------------+-----------------------------------+-----------------+
 | 14         | L-flag: Link co-routed            | This document   |
 +------------+-----------------------------------+-----------------+
 | 15         | N-flag: Node co-routed            | This document   |
 +------------+-----------------------------------+-----------------+
]]></artwork>
      </section>
      <section anchor="flags-in-the-multipath-forward-class-tlv">
        <name>Flags in the MULTIPATH-FORWARD-CLASS TLV</name>
        <t>IANA is requested to create a new registry called "Flags in 
MULTIPATH-FORWARD-CLASS TLV" to manage the Flag field of the 
MULTIPATH-FORWARD-CLASS TLV.
New values are to be assigned by "IETF review" <xref target="RFC8126"/></t>
        <artwork><![CDATA[
 +------------+-----------------------------------+-----------------+
 | Bit        | Description                       | Reference       |
 +------------+-----------------------------------+-----------------+
 | 0-27       | Unassigned                        | This document   |
 +------------+-----------------------------------+-----------------+
 | 28         | T-flag: MPLS TC type              | This document   |
 +------------+-----------------------------------+-----------------+
 | 29-31      | FC: Forwarding class              | This document   |
 +------------+-----------------------------------+-----------------+
]]></artwork>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations described in <xref target="RFC5440"/>, <xref target="RFC8231"/>,
<xref target="RFC8281"/>, <xref target="RFC8664"/>, <xref target="RFC9256"/>,
<xref target="RFC9862"/> and
<xref target="RFC9863"/> are applicable to this specification.</t>
      <t>As per <xref target="RFC8231"/>, it is RECOMMENDED that these PCEP extensions can only
be activated on authenticated and encrypted sessions across PCEs and PCCs
belonging to the same administrative authority, using Transport Layer
Security (TLS) <xref target="RFC8253"/> <xref target="I-D.ietf-pce-pceps-tls13"/> as per the 
recommendations and best current practices in <xref target="RFC9325"/>.</t>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>All manageability requirements and considerations listed in <xref target="RFC5440"/>,
<xref target="RFC8231"/>, <xref target="RFC8664"/>, and <xref target="RFC9256"/> apply to the PCEP protocol
extensions defined in this document. In addition, the requirements and
considerations listed in this section apply.</t>
      <section anchor="control-of-function-and-policy">
        <name>Control of Function and Policy</name>
        <t>A PCEP speaker (PCC or PCE) implementation SHOULD allow an operator to enable
or disable the multipath capabilities advertised in the MULTIPATH-CAP TLV
(see <xref target="OP"/>).</t>
      </section>
      <section anchor="information-and-data-models">
        <name>Information and Data Models</name>
        <t>It is expected that a future version of the PCEP YANG module
<xref target="RFC9826"/> will be extended to include the PCEP extensions
defined in this document.</t>
      </section>
      <section anchor="liveness-detection-and-monitoring">
        <name>Liveness Detection and Monitoring</name>
        <t>The mechanisms defined in this document do not introduce any new liveness
detection or monitoring requirements in addition to those already defined
in <xref target="RFC5440"/> and <xref target="RFC8231"/>.</t>
      </section>
      <section anchor="verify-correct-operations">
        <name>Verify Correct Operations</name>
        <t>In addition to the verification requirements in <xref target="RFC5440"/> and <xref target="RFC8231"/>,
the following considerations apply:</t>
        <ul spacing="normal">
          <li>
            <t>An implementation SHOULD allow an operator to view the capabilities
advertised in the MULTIPATH-CAP TLV by each PCEP peer for a session
and for individual LSPs.</t>
          </li>
          <li>
            <t>An implementation SHOULD allow an operator to view the PATH-ATTRIB
object and all its associated TLVs for each path within an LSP. This
includes the Path ID, weight, backup information, and
opposite-direction path associations.</t>
          </li>
          <li>
            <t>An implementation SHOULD provide a mechanism to log and display
the new PCEP errors defined in this document</t>
          </li>
        </ul>
      </section>
      <section anchor="requirements-on-other-protocols">
        <name>Requirements On Other Protocols</name>
        <t>The PCEP extensions defined in this document do not impose any new
requirements on other protocols.</t>
      </section>
      <section anchor="impact-on-network-operations">
        <name>Impact On Network Operations</name>
        <t>The mechanisms in this document allow for more complex LSP structures
with multiple paths. Network operators should be aware of the potential
increase in PCEP message sizes and the additional state that must be
maintained by PCEP speakers. The "Number of Multipaths" field in the
MULTIPATH-CAP TLV can be used to control the scale of multipath
computations and state.</t>
      </section>
    </section>
    <section anchor="acknowledgement">
      <name>Acknowledgement</name>
      <t>Thanks to Adrian Farrel for shepherding this document, Ketan 
   Talaulikar for his thorough AD review, Dhruv
   Dhody for ideas and discussion, and Diego Achaval, Quan Xiong, Giuseppe Fioccola, Italo
   Busi, Yuan Yaping, and Cheng Li for their reviews.</t>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <section anchor="original-authors">
        <name>Original Authors</name>
        <t>The following individuals are the original authors who initiated and
developed the core work of this document. Mike Koldychev is also listed
as editor in the Authors' Addresses section. The remaining individuals
appear here rather than in the Authors' Addresses section due to the
IETF guidelines on the maximum number of listed authors, but should be
considered co-authors of this document. Samuel Sidor joined the effort
at a later stage as an additional editor.</t>
        <artwork><![CDATA[
   Mike Koldychev (also listed as editor)
   Ciena Corporation
   Email: mkoldych@ciena.com

   Siva Sivabalan
   Ciena Corporation
   Email: ssivabal@ciena.com

   Tarek Saad
   Cisco Systems
   Email: tsaad@cisco.com

   Vishnu Pavan Beeram
   Juniper Networks, Inc.
   Email: vbeeram@juniper.net

   Hooman Bidgoli
   Nokia
   Email: hooman.bidgoli@nokia.com

   Shuping Peng
   Huawei Technologies
   Email: pengshuping@huawei.com

   Bhupendra Yadav
   Ciena
   Email: byadav@ciena.com

   Gyan Mishra
   Verizon Inc.
   Email: hayabusagsm@gmail.com
]]></artwork>
      </section>
      <section anchor="additional-contributors">
        <name>Additional Contributors</name>
        <t>The following individuals made contributions to this document:</t>
        <artwork><![CDATA[
   Zafar Ali
   Cisco Systems
   Email: zali@cisco.com

   Andrew Stone
   Nokia
   Email: andrew.stone@nokia.com

   Chen Ran
   ZTE
   Email: chen.ran@zte.com.cn
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC9256">
          <front>
            <title>Segment Routing Policy Architecture</title>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="K. Talaulikar" initials="K." role="editor" surname="Talaulikar"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <author fullname="A. Bogdanov" initials="A." surname="Bogdanov"/>
            <author fullname="P. Mattes" initials="P." surname="Mattes"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>Segment Routing (SR) allows a node to steer a packet flow along any path. Intermediate per-path states are eliminated thanks to source routing. SR Policy is an ordered list of segments (i.e., instructions) that represent a source-routed policy. Packet flows are steered into an SR Policy on a node where it is instantiated called a headend node. The packets steered into an SR Policy carry an ordered list of segments associated with that SR Policy.</t>
              <t>This document updates RFC 8402 as it details the concepts of SR Policy and steering into an SR Policy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9256"/>
          <seriesInfo name="DOI" value="10.17487/RFC9256"/>
        </reference>
        <reference anchor="RFC9862">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Extensions for Segment Routing (SR) Policy Candidate Paths</title>
            <author fullname="M. Koldychev" initials="M." surname="Koldychev"/>
            <author fullname="S. Sivabalan" initials="S." surname="Sivabalan"/>
            <author fullname="S. Sidor" initials="S." surname="Sidor"/>
            <author fullname="C. Barth" initials="C." surname="Barth"/>
            <author fullname="S. Peng" initials="S." surname="Peng"/>
            <author fullname="H. Bidgoli" initials="H." surname="Bidgoli"/>
            <date month="October" year="2025"/>
            <abstract>
              <t>A Segment Routing (SR) Policy is an ordered list of instructions called "segments" that represent a source-routed policy. Packet flows are steered into an SR Policy on a node where it is instantiated. An SR Policy is made of one or more Candidate Paths.</t>
              <t>This document specifies the Path Computation Element Communication Protocol (PCEP) extension to signal Candidate Paths of an SR Policy. Additionally, this document updates RFC 8231 to allow delegation and setup of an SR Label Switched Path (LSP) without using the path computation request and reply messages. This document is applicable to both Segment Routing over MPLS (SR-MPLS) and Segment Routing over IPv6 (SRv6).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9862"/>
          <seriesInfo name="DOI" value="10.17487/RFC9862"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC9603">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Extensions for IPv6 Segment Routing</title>
            <author fullname="C. Li" initials="C." role="editor" surname="Li"/>
            <author fullname="P. Kaladharan" initials="P." surname="Kaladharan"/>
            <author fullname="S. Sivabalan" initials="S." surname="Sivabalan"/>
            <author fullname="M. Koldychev" initials="M." surname="Koldychev"/>
            <author fullname="Y. Zhu" initials="Y." surname="Zhu"/>
            <date month="July" year="2024"/>
            <abstract>
              <t>Segment Routing (SR) can be used to steer packets through a network using the IPv6 or MPLS data plane, employing the source routing paradigm.</t>
              <t>An SR Path can be derived from a variety of mechanisms, including an IGP Shortest Path Tree (SPT), explicit configuration, or a Path Computation Element (PCE).</t>
              <t>Since SR can be applied to both MPLS and IPv6 data planes, a PCE should be able to compute an SR Path for both MPLS and IPv6 data planes. The Path Computation Element Communication Protocol (PCEP) extension and mechanisms to support SR-MPLS have been defined. This document outlines the necessary extensions to support SR for the IPv6 data plane within PCEP.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9603"/>
          <seriesInfo name="DOI" value="10.17487/RFC9603"/>
        </reference>
        <reference anchor="RFC8231">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Extensions for Stateful PCE</title>
            <author fullname="E. Crabbe" initials="E." surname="Crabbe"/>
            <author fullname="I. Minei" initials="I." surname="Minei"/>
            <author fullname="J. Medved" initials="J." surname="Medved"/>
            <author fullname="R. Varga" initials="R." surname="Varga"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>The Path Computation Element Communication Protocol (PCEP) provides mechanisms for Path Computation Elements (PCEs) to perform path computations in response to Path Computation Client (PCC) requests.</t>
              <t>Although PCEP explicitly makes no assumptions regarding the information available to the PCE, it also makes no provisions for PCE control of timing and sequence of path computations within and across PCEP sessions. This document describes a set of extensions to PCEP to enable stateful control of MPLS-TE and GMPLS Label Switched Paths (LSPs) via PCEP.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8231"/>
          <seriesInfo name="DOI" value="10.17487/RFC8231"/>
        </reference>
        <reference anchor="RFC5440">
          <front>
            <title>Path Computation Element (PCE) Communication Protocol (PCEP)</title>
            <author fullname="JP. Vasseur" initials="JP." role="editor" surname="Vasseur"/>
            <author fullname="JL. Le Roux" initials="JL." role="editor" surname="Le Roux"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document specifies the Path Computation Element (PCE) Communication Protocol (PCEP) for communications between a Path Computation Client (PCC) and a PCE, or between two PCEs. Such interactions include path computation requests and path computation replies as well as notifications of specific states related to the use of a PCE in the context of Multiprotocol Label Switching (MPLS) and Generalized MPLS (GMPLS) Traffic Engineering. PCEP is designed to be flexible and extensible so as to easily allow for the addition of further messages and objects, should further requirements be expressed in the future. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5440"/>
          <seriesInfo name="DOI" value="10.17487/RFC5440"/>
        </reference>
        <reference anchor="RFC5511">
          <front>
            <title>Routing Backus-Naur Form (RBNF): A Syntax Used to Form Encoding Rules in Various Routing Protocol Specifications</title>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="April" year="2009"/>
            <abstract>
              <t>Several protocols have been specified in the Routing Area of the IETF using a common variant of the Backus-Naur Form (BNF) of representing message syntax. However, there is no formal definition of this version of BNF.</t>
              <t>There is value in using the same variant of BNF for the set of protocols that are commonly used together. This reduces confusion and simplifies implementation.</t>
              <t>Updating existing documents to use some other variant of BNF that is already formally documented would be a substantial piece of work.</t>
              <t>This document provides a formal definition of the variant of BNF that has been used (that we call Routing BNF) and makes it available for use by new protocols. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5511"/>
          <seriesInfo name="DOI" value="10.17487/RFC5511"/>
        </reference>
        <reference anchor="I-D.ietf-pce-sr-bidir-path">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Extensions for Associated Bidirectional Segment Routing (SR) LSPs</title>
            <author fullname="Cheng Li" initials="C." surname="Li">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Mach Chen" initials="M." surname="Chen">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Weiqiang Cheng" initials="W." surname="Cheng">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Rakesh Gandhi" initials="R." surname="Gandhi">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Quan Xiong" initials="Q." surname="Xiong">
              <organization>ZTE Corporation</organization>
            </author>
            <date day="6" month="March" year="2026"/>
            <abstract>
              <t>   Segment Routing (SR) steers packets through a network using the IPv6
   or MPLS data planes via source routing.  Stateful Path Computation
   Element Communication Protocol (PCEP) extensions are defined for SR
   Traffic Engineering (TE) LSPs.

   PCEP supports grouping two RSVP-TE signaled, unidirectional MPLS-TE
   Label-Switched Paths (LSPs) with one in each direction in a network
   into an associated bidirectional LSP.  This document extends PCEP
   support to group two unidirectional SR LSPs into an associated
   bidirectional SR LSP.  The mechanisms defined in this document apply
   to both stateless and stateful PCEs for PCE-initiated and PCC-
   initiated LSPs.


              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-pce-sr-bidir-path-25"/>
        </reference>
        <reference anchor="RFC9863">
          <front>
            <title>Path Computation Element Protocol (PCEP) Extension for Color</title>
            <author fullname="B. Rajagopalan" initials="B." surname="Rajagopalan"/>
            <author fullname="V. Beeram" initials="V." surname="Beeram"/>
            <author fullname="S. Peng" initials="S." surname="Peng"/>
            <author fullname="M. Koldychev" initials="M." surname="Koldychev"/>
            <author fullname="G. Mishra" initials="G." surname="Mishra"/>
            <date month="October" year="2025"/>
            <abstract>
              <t>Color is a 32-bit numerical (unsigned integer) attribute used to associate a Traffic Engineering (TE) tunnel or policy with an intent or objective. For example, a TE Tunnel constructed to deliver low latency services and whose path is optimized for delay can be tagged with a color that represents "low latency." This document specifies extensions to the Path Computation Element Protocol (PCEP) to carry the color attribute.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9863"/>
          <seriesInfo name="DOI" value="10.17487/RFC9863"/>
        </reference>
        <reference anchor="RFC8281">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Extensions for PCE-Initiated LSP Setup in a Stateful PCE Model</title>
            <author fullname="E. Crabbe" initials="E." surname="Crabbe"/>
            <author fullname="I. Minei" initials="I." surname="Minei"/>
            <author fullname="S. Sivabalan" initials="S." surname="Sivabalan"/>
            <author fullname="R. Varga" initials="R." surname="Varga"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>The Path Computation Element Communication Protocol (PCEP) provides mechanisms for Path Computation Elements (PCEs) to perform path computations in response to Path Computation Client (PCC) requests.</t>
              <t>The extensions for stateful PCE provide active control of Multiprotocol Label Switching (MPLS) Traffic Engineering Label Switched Paths (TE LSPs) via PCEP, for a model where the PCC delegates control over one or more locally configured LSPs to the PCE. This document describes the creation and deletion of PCE-initiated LSPs under the stateful PCE model.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8281"/>
          <seriesInfo name="DOI" value="10.17487/RFC8281"/>
        </reference>
        <reference anchor="RFC8664">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Extensions for Segment Routing</title>
            <author fullname="S. Sivabalan" initials="S." surname="Sivabalan"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <author fullname="W. Henderickx" initials="W." surname="Henderickx"/>
            <author fullname="J. Hardwick" initials="J." surname="Hardwick"/>
            <date month="December" year="2019"/>
            <abstract>
              <t>Segment Routing (SR) enables any head-end node to select any path without relying on a hop-by-hop signaling technique (e.g., LDP or RSVP-TE). It depends only on "segments" that are advertised by link-state Interior Gateway Protocols (IGPs). An SR path can be derived from a variety of mechanisms, including an IGP Shortest Path Tree (SPT), an explicit configuration, or a Path Computation Element (PCE). This document specifies extensions to the Path Computation Element Communication Protocol (PCEP) that allow a stateful PCE to compute and initiate Traffic-Engineering (TE) paths, as well as a Path Computation Client (PCC) to request a path subject to certain constraints and optimization criteria in SR networks.</t>
              <t>This document updates RFC 8408.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8664"/>
          <seriesInfo name="DOI" value="10.17487/RFC8664"/>
        </reference>
        <reference anchor="RFC8253">
          <front>
            <title>PCEPS: Usage of TLS to Provide a Secure Transport for the Path Computation Element Communication Protocol (PCEP)</title>
            <author fullname="D. Lopez" initials="D." surname="Lopez"/>
            <author fullname="O. Gonzalez de Dios" initials="O." surname="Gonzalez de Dios"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="D. Dhody" initials="D." surname="Dhody"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>The Path Computation Element Communication Protocol (PCEP) defines the mechanisms for the communication between a Path Computation Client (PCC) and a Path Computation Element (PCE), or among PCEs. This document describes PCEPS -- the usage of Transport Layer Security (TLS) to provide a secure transport for PCEP. The additional security mechanisms are provided by the transport protocol supporting PCEP; therefore, they do not affect the flexibility and extensibility of PCEP.</t>
              <t>This document updates RFC 5440 in regards to the PCEP initialization phase procedures.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8253"/>
          <seriesInfo name="DOI" value="10.17487/RFC8253"/>
        </reference>
        <reference anchor="I-D.ietf-pce-pceps-tls13">
          <front>
            <title>Updates for PCEPS: TLS Connection Establishment Restrictions</title>
            <author fullname="Dhruv Dhody" initials="D." surname="Dhody">
              <organization>Huawei</organization>
            </author>
            <author fullname="Sean Turner" initials="S." surname="Turner">
              <organization>sn3rd</organization>
            </author>
            <author fullname="Russ Housley" initials="R." surname="Housley">
              <organization>Vigil Security, LLC</organization>
            </author>
            <date day="9" month="January" year="2024"/>
            <abstract>
              <t>   Section 3.4 of RFC 8253 specifies TLS connection establishment
   restrictions for PCEPS; PCEPS refers to usage of TLS to provide a
   secure transport for PCEP (Path Computation Element Communication
   Protocol).  This document adds restrictions to specify what PCEPS
   implementations do if they support more than one version of the TLS
   protocol and to restrict the use of TLS 1.3's early data.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-pce-pceps-tls13-04"/>
        </reference>
        <reference anchor="RFC9325">
          <front>
            <title>Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <date month="November" year="2022"/>
            <abstract>
              <t>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) are used to protect data exchanged over a wide range of application protocols and can also form the basis for secure transport protocols. Over the years, the industry has witnessed several serious attacks on TLS and DTLS, including attacks on the most commonly used cipher suites and their modes of operation. This document provides the latest recommendations for ensuring the security of deployed services that use TLS and DTLS. These recommendations are applicable to the majority of use cases.</t>
              <t>RFC 7525, an earlier version of the TLS recommendations, was published when the industry was transitioning to TLS 1.2. Years later, this transition is largely complete, and TLS 1.3 is widely available. This document updates the guidance given the new environment and obsoletes RFC 7525. In addition, this document updates RFCs 5288 and 6066 in view of recent attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="195"/>
          <seriesInfo name="RFC" value="9325"/>
          <seriesInfo name="DOI" value="10.17487/RFC9325"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC4655">
          <front>
            <title>A Path Computation Element (PCE)-Based Architecture</title>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <author fullname="J.-P. Vasseur" initials="J.-P." surname="Vasseur"/>
            <author fullname="J. Ash" initials="J." surname="Ash"/>
            <date month="August" year="2006"/>
            <abstract>
              <t>Constraint-based path computation is a fundamental building block for traffic engineering systems such as Multiprotocol Label Switching (MPLS) and Generalized Multiprotocol Label Switching (GMPLS) networks. Path computation in large, multi-domain, multi-region, or multi-layer networks is complex and may require special computational components and cooperation between the different network domains.</t>
              <t>This document specifies the architecture for a Path Computation Element (PCE)-based model to address this problem space. This document does not attempt to provide a detailed description of all the architectural components, but rather it describes a set of building blocks for the PCE architecture from which solutions may be constructed. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4655"/>
          <seriesInfo name="DOI" value="10.17487/RFC4655"/>
        </reference>
        <reference anchor="RFC9059">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Extensions for Associated Bidirectional Label Switched Paths (LSPs)</title>
            <author fullname="R. Gandhi" initials="R." role="editor" surname="Gandhi"/>
            <author fullname="C. Barth" initials="C." surname="Barth"/>
            <author fullname="B. Wen" initials="B." surname="Wen"/>
            <date month="June" year="2021"/>
            <abstract>
              <t>This document defines Path Computation Element Communication Protocol (PCEP) extensions for grouping two unidirectional MPLS-TE Label Switched Paths (LSPs), one in each direction in the network, into an associated bidirectional LSP. These PCEP extensions can be applied either using a stateful PCE for both PCE-initiated and PCC-initiated LSPs or using a stateless PCE. The PCEP procedures defined are applicable to the LSPs using RSVP-TE for signaling.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9059"/>
          <seriesInfo name="DOI" value="10.17487/RFC9059"/>
        </reference>
        <reference anchor="I-D.ietf-spring-cs-sr-policy">
          <front>
            <title>Circuit Style Segment Routing Policy</title>
            <author fullname="Christian Schmutzer" initials="C." surname="Schmutzer">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Zafar Ali" initials="Z." surname="Ali">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Praveen Maheshwari" initials="P." surname="Maheshwari">
              <organization>Airtel India</organization>
            </author>
            <author fullname="Reza Rokui" initials="R." surname="Rokui">
              <organization>Ciena</organization>
            </author>
            <author fullname="Andrew Stone" initials="A." surname="Stone">
              <organization>Nokia</organization>
            </author>
            <date day="12" month="March" year="2026"/>
            <abstract>
              <t>   This document describes how Segment Routing (SR) policies can be used
   to satisfy the requirements for bandwidth, end-to-end recovery and
   persistent paths within a SR network.  The association of two co-
   routed unidirectional SR Policies satisfying these requirements is
   called "Circuit Style" SR Policy (CS-SR Policy).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-spring-cs-sr-policy-17"/>
        </reference>
        <reference anchor="I-D.draft-ietf-pce-sr-p2mp-policy">
          <front>
            <title>PCEP extensions for SR P2MP Policy</title>
            <author fullname="Hooman Bidgoli" initials="H." surname="Bidgoli">
              <organization>Nokia</organization>
            </author>
            <author fullname="Daniel Voyer" initials="D." surname="Voyer">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Anuj Budhiraja" initials="A." surname="Budhiraja">
              <organization>Cisco System</organization>
            </author>
            <author fullname="Rishabh Parekh (editor)" initials="R." surname="Parekh">
              <organization>Arrcus</organization>
            </author>
            <author fullname="Siva Sivabalan" initials="S." surname="Sivabalan">
              <organization>Ciena</organization>
            </author>
            <date day="23" month="February" year="2026"/>
            <abstract>
              <t>   Segment Routing (SR) Point-to-Multipoint (P2MP) Policies are a set of
   policies that enable architecture for P2MP service delivery.  This
   document specifies extensions to the Path Computation Element
   Communication Protocol (PCEP) that allow a stateful PCE to compute
   and initiate P2MP paths from a Root to a set of Leaf nodes.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-pce-sr-p2mp-policy-14"/>
        </reference>
        <reference anchor="RFC7942">
          <front>
            <title>Improving Awareness of Running Code: The Implementation Status Section</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. 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.</t>
              <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="205"/>
          <seriesInfo name="RFC" value="7942"/>
          <seriesInfo name="DOI" value="10.17487/RFC7942"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC9826">
          <front>
            <title>A YANG Data Model for the Path Computation Element Communication Protocol (PCEP)</title>
            <author fullname="D. Dhody" initials="D." role="editor" surname="Dhody"/>
            <author fullname="V. Beeram" initials="V." surname="Beeram"/>
            <author fullname="J. Hardwick" initials="J." surname="Hardwick"/>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <date month="September" year="2025"/>
            <abstract>
              <t>This document defines a YANG data model for the management of the Path Computation Element Communication Protocol (PCEP) for communications between a Path Computation Client (PCC) and a Path Computation Element (PCE), or between two PCEs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9826"/>
          <seriesInfo name="DOI" value="10.17487/RFC9826"/>
        </reference>
      </references>
    </references>
    <?line 1130?>

<section anchor="examples">
      <name>Examples</name>
      <section anchor="sr-policy-candidate-path-with-multiple-segment-lists">
        <name>SR Policy Candidate Path with Multiple Segment Lists</name>
        <t>Consider the following sample SR Policy.</t>
        <artwork><![CDATA[
SR policy POL1 <headend, color, endpoint>
    Candidate Path CP1 <protocol-origin = 20, originator-asn = 100,
                        originator-address = 192.0.2.1,
                        discriminator = 1>
        Preference 200
        Weight W1, SID-List1 <SID11...SID1i>
        Weight W2, SID-List2 <SID21...SID2j>
    Candidate Path CP2 <protocol-origin = 20, originator-asn = 100,
                        originator-address = 198.51.100.1,
                        discriminator = 2>
        Preference 100
        Weight W3, SID-List3 <SID31...SID3i>
        Weight W4, SID-List4 <SID41...SID4j>
]]></artwork>
        <t>As specified in <xref target="RFC9862"/>, CP1 and CP2 
are signaled as separate state-report elements and each has 
a unique PLSP-ID, assigned by the PCC. 
For this example, PLSP-ID 100 is assigned to CP1 and PLSP-ID 200 to CP2.</t>
        <t>The state-report (as defined in <xref target="RFC8231"/>) for CP1 can be encoded as:</t>
        <artwork><![CDATA[
<state-report> =
    <LSP PLSP-ID=100>
    <ASSOCIATION>
    <PATH-ATTRIB Path ID=1 <WEIGHT-TLV Weight=W1>>
    <ERO SID-List1>
    <PATH-ATTRIB Path ID=2 <WEIGHT-TLV Weight=W2>>
    <ERO SID-List2>
]]></artwork>
        <t>The state-report for CP2 can be encoded as:</t>
        <artwork><![CDATA[
<state-report> =
    <LSP PLSP-ID=200>
    <ASSOCIATION>
    <PATH-ATTRIB Path ID=1 <WEIGHT-TLV Weight=W3>>
    <ERO SID-List3>
    <PATH-ATTRIB Path ID=2 <WEIGHT-TLV Weight=W4>>
    <ERO SID-List4>
]]></artwork>
        <t>The above sample state-report elements only 
specify the minimum mandatory objects, 
of course other objects like SRP, LSPA, METRIC, etc., are allowed to be 
inserted.</t>
        <t>Note that the syntax</t>
        <artwork><![CDATA[
<PATH-ATTRIB Path ID=1 <WEIGHT-TLV Weight=W1>>
]]></artwork>
        <t>means that this is PATH-ATTRIB object 
with Path ID field set to 1 and 
with a MULTIPATH-WEIGHT TLV carrying weight of "W1".</t>
      </section>
      <section anchor="two-primary-paths-protected-by-one-backup-path">
        <name>Two Primary Paths Protected by One Backup Path</name>
        <t>Suppose there are 3 paths: A, B, C.
Where A and B are primary and C is to be used only when A or B fail.
Suppose the Path IDs for A, B, C are respectively 1, 2, 3.
This would be encoded in a state-report as:</t>
        <artwork><![CDATA[
<state-report> =
    <LSP>
    <ASSOCIATION>
    <PATH-ATTRIB Path ID=1 <BACKUP-TLV B=0, Backup_Paths=[3]>>
    <ERO A>
    <PATH-ATTRIB Path ID=2 <BACKUP-TLV B=0, Backup_Paths=[3]>>
    <ERO B>
    <PATH-ATTRIB Path ID=3 <BACKUP-TLV B=1, Backup_Paths=[]>>
    <ERO C>
]]></artwork>
        <t>Note that the syntax</t>
        <artwork><![CDATA[
<PATH-ATTRIB Path ID=1 <BACKUP-TLV B=0, Backup_Paths=[3]>>
]]></artwork>
        <t>means that this is PATH-ATTRIB object 
with Path ID field set to 1 and 
with a MULTIPATH-BACKUP TLV that has B-flag cleared and contains
a single backup path with Backup Path ID of 3.</t>
      </section>
      <section anchor="CCPEX">
        <name>Composite Candidate Path</name>
        <t>Consider the following Composite Candidate Path.</t>
        <artwork><![CDATA[
SR policy POL100 <headend = H1, color = 100, endpoint = E1>
    Candidate Path CP1 <protocol-origin = 20, originator-asn = 100,
                        originator-address = 192.0.2.1,
                        discriminator = 1>
        Preference 200
        Weight W1, SR policy <color = 1>
        Weight W2, SR policy <color = 2>
]]></artwork>
        <t>This is signaled in PCEP as:</t>
        <artwork><![CDATA[
    <LSP PLSP-ID=100>
        <ASSOCIATION>
        <PATH-ATTRIB Path ID=1
            <WEIGHT-TLV Weight=W1>
            <COLOR-TLV Color=1>>
        <ERO (empty)>
        <PATH-ATTRIB Path ID=2
            <WEIGHT-TLV Weight=W2>
            <COLOR-TLV Color=2>>
        <ERO (empty)>
]]></artwork>
      </section>
      <section anchor="OPPDIREX">
        <name>Opposite Direction Tunnels</name>
        <t>Consider the two opposite-direction SR Policies between
endpoints H1 and E1.</t>
        <artwork><![CDATA[
SR policy POL1 <headend = H1, color, endpoint = E1>
    Candidate Path CP1
        Preference 200
        Bidirectional Association = A1
        SID-List = <H1,M1,M2,E1>
        SID-List = <H1,M3,M4,E1>
    Candidate Path CP2
        Preference 100
        Bidirectional Association = A2
        SID-List = <H1,M5,M6,E1>
        SID-List = <H1,M7,M8,E1>

SR policy POL2 <headend = E1, color, endpoint = H1>
    Candidate Path CP1
        Preference 200
        Bidirectional Association = A1
        SID-List = <E1,M2,M1,H1>
        SID-List = <E1,M4,M3,H1>
    Candidate Path CP2
        Preference 100
        Bidirectional Association = A2
        SID-List = <E1,M6,M5,H1>
]]></artwork>
        <t>The state-report for POL1, CP1 can be encoded as:</t>
        <artwork><![CDATA[
<state-report> =
    <LSP PLSP-ID=100>
    <BIDIRECTIONAL ASSOCIATION = A1>
    <PATH-ATTRIB Path ID=1 R-flag=0
        <OPPDIR-PATH-TLV OppositePath ID=3>>
    <ERO <H1,M1,M2,E1>>
    <PATH-ATTRIB Path ID=2 R-flag=0
        <OPPDIR-PATH-TLV OppositePath ID=4>>
    <ERO <H1,M3,M4,E1>>
    <PATH-ATTRIB Path ID=3 R-flag=1
        <OPPDIR-PATH-TLV OppositePath ID=1>>
    <ERO <E1,M2,M1,H1>>
    <PATH-ATTRIB Path ID=4 R-flag=1
        <OPPDIR-PATH-TLV OppositePath ID=2>>
    <ERO <E1,M4,M3,H1>>
]]></artwork>
        <t>The state-report for POL1, CP2 can be encoded as:</t>
        <artwork><![CDATA[
<state-report> =
    <LSP PLSP-ID=200>
    <BIDIRECTIONAL ASSOCIATION = A2>
    <PATH-ATTRIB Path ID=1 R-flag=0
        <OPPDIR-PATH-TLV OppositePath ID=3>>
    <ERO <H1,M5,M6,E1>>
    <PATH-ATTRIB Path ID=2 R-flag=0
        <OPPDIR-PATH-TLV OppositePath ID=0>>
    <ERO <H1,M7,M8,E1>>
    <PATH-ATTRIB Path ID=3 R-flag=1
        <OPPDIR-PATH-TLV OppositePath ID=1>>
    <ERO <E1,M6,M5,H1>>
]]></artwork>
        <t>The state-report for POL2, CP1 can be encoded as:</t>
        <artwork><![CDATA[
<state-report> =
    <LSP PLSP-ID=100>
    <BIDIRECTIONAL ASSOCIATION = A1>
    <PATH-ATTRIB Path ID=1 R-flag=0
        <OPPDIR-PATH-TLV OppositePath ID=3>>
    <ERO <E1,M2,M1,H1>>
    <PATH-ATTRIB Path ID=2 R-flag=0
        <OPPDIR-PATH-TLV OppositePath ID=4>>
    <ERO <E1,M4,M3,H1>>
    <PATH-ATTRIB Path ID=3 R-flag=1
        <OPPDIR-PATH-TLV OppositePath ID=1>>
    <ERO <H1,M1,M2,E1>>
    <PATH-ATTRIB Path ID=4 R-flag=1
        <OPPDIR-PATH-TLV OppositePath ID=2>>
    <ERO <H1,M3,M4,E1>>
]]></artwork>
        <t>The state-report for POL2, CP2 can be encoded as:</t>
        <artwork><![CDATA[
<state-report> =
    <LSP PLSP-ID=200>
    <BIDIRECTIONAL ASSOCIATION = A2>
    <PATH-ATTRIB Path ID=1 R-flag=0
        <OPPDIR-PATH-TLV OppositePath ID=3>>
    <ERO <E1,M6,M5,H1>>
    <PATH-ATTRIB Path ID=2 R-flag=1
        <OPPDIR-PATH-TLV OppositePath ID=0>>
    <ERO <H1,M7,M8,E1>>
    <PATH-ATTRIB Path ID=3 R-flag=1
        <OPPDIR-PATH-TLV OppositePath ID=1>>
    <ERO <H1,M5,M6,E1>>
]]></artwork>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
lYhIsWmJ/oUkb4OWFclj+JlAlNs2s/w+8m9DwgOJxU2m5Q+fAZo/95P/Pbed
dDxT3+YPWNGLdW+esACjHZYWwv1osGy0wiLJip8YlmErLJIJ8Ilh2WyFxT+E
+TSwkFjQHaxLPVBTEAK/cWvtk4+4Imxw16SEsCL9k1GCCPQ+n7N8oDHToJX+
/tnZyZm9lpbnuKCyITQXaVeekHa8c6L3wVHQI2jnY8Gy4cvozZe6r1vKIT7F
riMsX3jzDNcBls50q08MywbB4jeAbezRv6xc/I3W+220TvXPfd1e/9y9p+9D
aOVHkNu+osYnT0SlVEWKK2qrIn3sirwUvV91RVuwoiXn4o9YUZAK8KlWRNyL
yuy1nxXRKEZWql2vYWUyHqsjiztPf8yt0lbckKox3goLB3SmaEJ8VLLkGmlr
8sqAej16vhgfjVS9jhZ6hdwxjkyuBB7YRxYau3FZbY0Xd2tsk33mCYXGet+J
jfeBh9wFy1MqJd+Jsc2w2iqHl8BSZw5S8TblsH1FT8UcuCLfFbLNwbqNzwet
CK3xZQt64hX5DtVJY0V1x+rfYUVb3jy7jRV5JQ4PX9HS1Tz9ip5787xtrMir
s/y3WJF1mF53Zd6J+/RhSqY54P1api1P8zc10wbLen/4uZvnV1Yzw5f+moU9
zvw2Np8Qli/6mxt2HitOT7wm2ZgrYD4BLK1M1iYFP5otVw35GHOueus3VmuH
BSy6LTfPr23R+ZrI6tZTr9TxU8FyD3nXkvI/Go3Xxr2f0Lvf/Y3c22EBch+6
eX5tcvdNyUMh9/D6xl+H9Y4FlvC+zn8J1mu0hP1ozNcY+VHs13j7NwZsh+Vf
1rS7sJ6Pd2HQp4TFN+1ej1ou8vlEsNgknnPMIMaIZz2R54KaRMiXQbpdUc8J
rWpTemHxhvKT0913L15sVX9x85VedZfjkCtcgssdOQER0yPH0lm9Jed1QIUl
nCfhF5BwR/az/dHJ0dH+8d7+nksQLaTezVTFQbaNJCZSYgbTbSTNxaI59koo
Y+6YRiU46ThfzPAvafhZ2N58MGhhWzcXMBLeweh1t6BytmiCPaJBXHETIhw+
Q1RjURE+e4Hd1Mm5PowWJldun1YvDs/X3BKfI3bqN7HD/2ZFv0yKDcJddXOi
woTjKVDSRDYSgbw0WKPKvWP0jBoEjTnhVrZgc/ic800CH6Qt8YvFqI2hS/0p
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
8f8BlkiOju3bAAA=

-->

</rfc>
