<?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.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-pce-multipath-27" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.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-27"/>
    <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="June" day="09"/>
    <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. For SR Policy, support for <xref target="RFC9862"/> is a
prerequisite for using the multipath extensions defined in this document
with SR Policy Candidate Paths.</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 Multipath, 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 Equal-Cost Multipath, 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>For example, a Path Computation Client (PCC) may request a path with 80 Gbps of 
bandwidth, but all links in the network have only 60 Gbps of capacity each.  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 a 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"/>.
The relationship between the per-path Operational state and the
LSP-level Operational state in the LSP object is outside the scope
of this document; for SR Policy, the Candidate Path validity
criterion is defined in Section 2.8 of <xref target="RFC9256"/>.</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 are not installed in forwarding for
load-balancing purposes, but MAY be used by the PCC for operations
such as Performance Measurement (PM) or Bidirectional Forwarding
Detection (BFD).</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>A 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 octets.</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 paths in the multipath (including this path): see <xref target="LOADBALANCING"/> for details.
For SR Policy, if the Weight value is 0, the corresponding Segment List
is declared invalid per Section 5.1 of <xref target="RFC9256"/> and carries no
traffic. If all paths within an LSP have Weight 0, the sum of weights
is zero, making the candidate path invalid per Section 2.11 of
<xref target="RFC9256"/>. Signaling a zero-weight path alongside paths with
non-zero weights can be used to drain traffic from a path while
retaining its forwarding instructions.</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="OPPDIR-PATH-TLV">
        <name>MULTIPATH-OPPDIR-PATH TLV</name>
        <t>A 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 octets.</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. The value 0 is reserved and 
MUST NOT be used in this field. If no opposite-direction path exists, 
the MULTIPATH-OPPDIR-PATH TLV MUST NOT be included in the PATH-ATTRIB 
object (see <xref target="OPPDIR"/>). If a PCEP speaker receives a 
MULTIPATH-OPPDIR-PATH TLV with Opposite Direction Path ID set to 0, it 
MUST send a PCError message with Error-Type = 19 ("Invalid Operation") 
and Error-Value = TBD4 ("Invalid opposite-direction path mapping").</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, this document makes 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 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>A 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            |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                          Flags                        |T| FC  |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>Type (16 bits): TBD1 for "MULTIPATH-FORWARD-CLASS" TLV.</t>
          <t>Length (16 bits): 4 octets.</t>
          <t>Flags (29 bits): Unassigned bits MUST be set to 0 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>A 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| |W|
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>Type (16 bits): 60 for "MULTIPATH-CAP" TLV.</t>
          <t>Length (16 bits): 4 octets.</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 value is per-LSP when carried in the LSP object; the effective value
governing a given LSP is the LSP object value if present, otherwise the
OPEN object value (see below).
This count does not include reverse paths (R-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 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>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.
For PCC-Initiated LSPs, if the PCC has not set the O-flag in the 
MULTIPATH-CAP TLV of the LSP object, the PCE SHOULD NOT include reverse 
path information in the corresponding response. If the PCC receives 
unsolicited reverse path information, it MAY ignore it.</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").
When a PCE receives a PCRpt message containing more paths
than its own computation capability, it MUST NOT treat this as an
error condition; PCRpt conveys PCC-reported operational state and is
not subject to the PCE's computation limits.</t>
          <t>The PCC MAY also include the MULTIPATH-CAP TLV 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-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 and reverse paths (R-flag=1). Path IDs MUST be 
unique across forward and reverse paths 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.
When LSP delegation changes (e.g., the PCC revokes delegation from the PCE),
the new path owner SHOULD retain the existing Path IDs to simplify path
correlation in the event of re-delegation. If the new owner cannot retain
them, it MAY allocate new Path IDs.</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 a PCError message with
Error-Type = 10 ("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
equal or unequal 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 the weights of all paths in the multipath.
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="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 
in a single message exchange. The opposite-direction path associations MUST be symmetric
within the same LSP: for each (A -&gt; B) reference expressed via a
MULTIPATH-OPPDIR-PATH TLV instance in path A's PATH-ATTRIB object, the
corresponding (B -&gt; A) reference MUST also be present as a
MULTIPATH-OPPDIR-PATH TLV instance in path B's PATH-ATTRIB object.
Multiple MULTIPATH-OPPDIR-PATH TLV instances per PATH-ATTRIB object are
permitted, supporting many-to-many mappings. Additionally, the R-flags of
opposite-direction paths 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"/>, uses 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>
      <t>The RBNF extensions defined in this section are additive and apply
only to sessions where the capabilities from the MULTIPATH-CAP TLV
have been successfully negotiated (<xref target="OP"/>). Legacy PCEP peers that do
not advertise the MULTIPATH-CAP TLV will not receive PATH-ATTRIB
objects introduced by the updated RBNF.</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   |
 +------------+-----------------------------------+-----------------+
 | 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         | 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         | Unassigned                        | This document   |
 +------------+-----------------------------------+-----------------+
 | 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-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-13       | 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>
      <t>The multipath extensions defined in this document allow a PCE to signal
multiple paths per LSP, which increases the per-LSP state maintained by
the PCC. A misbehaving or compromised PCE could exploit this to amplify
state at the PCC by maximizing multipath fan-out. The "Number of Multipaths"
field in the MULTIPATH-CAP TLV provides an upper bound on the number of
paths a PCC will accept per LSP, and operators SHOULD configure a non-zero
value to limit exposure. The existing PCEP authentication and encryption
recommendations (TLS per <xref target="RFC8253"/>) mitigate the risk of unauthorized
PCE access.</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, 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>
        <t>Paths within a single LSP may have significantly different properties,
such as MTU, latency, and available bandwidth. When flow-based
load-balancing is used across such paths, individual flows are hashed to
a single path, so per-path MTU or latency divergence is a per-flow concern
rather than a per-packet one. However, operators should be aware that
advertising weighted load-balancing across paths with very different
latencies can degrade application performance. Similarly, if paths have
different MTUs, the effective MTU for flows on each path will differ;
operators should ensure that PMTUD or consistent MTU configuration is
in place. For bidirectional applications relying on Performance Measurement
(PM) or BFD, note that forward and reverse paths may have asymmetric
properties, and implementations should account for this.</t>
        <t>PCE implementations should minimize unnecessary churn in multipath state.
With multiple paths per LSP, frequent re-computation or weight changes
cause flow redistribution across Segment Lists, which may perturb
congestion control state and trigger PMTUD re-discovery on a broader
scale than with single-path LSPs.</t>
        <t>For Composite Candidate Paths, recursive policy resolution is therefore
bounded, as Section 2.2 of <xref target="RFC9256"/> prohibits constituent SR Policies
of a composite Candidate Path from themselves using composite Candidate Paths.</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="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.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="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 1075?>

<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="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>
    <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>
    <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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
/u3RAAA=

-->

</rfc>
