<?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.5 (Ruby 3.0.2) -->
<?rfc tocompact="yes"?>
<?rfc tocindent="yes"?>
<?rfc rfcedstyle="yes"?>
<?rfc subcompact="no"?>
<?rfc compact="yes"?>
<?rfc iprnotified="Yes"?>
<?rfc strict="no"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-pce-segment-routing-ipv6-21" category="std" consensus="true" submissionType="IETF" tocDepth="4" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.2 -->
  <front>
    <title abbrev="PCEP-SRv6">Path Computation Element Communication Protocol (PCEP) Extensions for Segment Routing leveraging the IPv6 dataplane</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-pce-segment-routing-ipv6-21"/>
    <author initials="C." surname="Li" fullname="Cheng Li(Editor)">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>Huawei Campus, No. 156 Beiqing Rd.</street>
          <city>Beijing</city>
          <code>100095</code>
          <country>China</country>
        </postal>
        <email>c.l@huawei.com</email>
      </address>
    </author>
    <author initials="P." surname="Kaladharan" fullname="Prejeeth Kaladharan">
      <organization>RtBrick Inc</organization>
      <address>
        <postal>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <country>India</country>
        </postal>
        <email>prejeeth@rtbrick.com</email>
      </address>
    </author>
    <author initials="S." surname="Sivabalan" fullname="Siva Sivabalan">
      <organization>Ciena Corporation</organization>
      <address>
        <email>msiva282@gmail.com</email>
      </address>
    </author>
    <author initials="M." surname="Koldychev" fullname="Mike Koldychev">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>mkoldych@cisco.com</email>
      </address>
    </author>
    <author initials="Y." surname="Zhu" fullname="Yongqing Zhu">
      <organization>China Telecom</organization>
      <address>
        <postal>
          <street>109 West Zhongshan Ave, Tianhe District</street>
          <city>Bangalore</city>
          <region>Guangzhou</region>
          <country>P.R. China</country>
        </postal>
        <email>zhuyq8@chinatelecom.cn</email>
      </address>
    </author>
    <date year="2024" month="February" day="01"/>
    <area>Routing</area>
    <workgroup>PCE Working Group</workgroup>
    <abstract>
      <?line 113?>

<t>Segment Routing (SR) can be used to steer packets through an IPv6 or MPLS network using the source routing paradigm. 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).</t>
      <t>A Segment Routed 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 forwarding planes, a PCE should be able to compute an SR Path for both MPLS and IPv6 forwarding planes. The PCEP extension and mechanisms to support SR-MPLS have been defined. This document describes the extensions required for SR support for the IPv6 data plane in the Path Computation Element communication Protocol (PCEP).</t>
    </abstract>
  </front>
  <middle>
    <?line 123?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>As defined in <xref target="RFC8402"/>, Segment Routing (SR) architecture allows the source node to steer a packet through a path indicated by an ordered list of instructions, called segments. A segment can represent any instruction, topological or service-based, and it can have a semantic local to an SR node or global within an SR domain.</t>
      <t>When the SR architecture is applied to the MPLS forwarding plane, it is called SR-MPLS. When the SR architecture is applied to the IPv6 data plane, is is called SRv6 (Segment Routing over IPv6 data plane) <xref target="RFC8754"/>.</t>
      <t>An SR path can be derived from an IGP Shortest Path Tree (SPT), but SR-TE (Segment Routing Traffic Engineering) paths might not follow IGP SPT. Such paths may be chosen by a suitable network planning tool, or a PCE and provisioned on the ingress node.</t>
      <t><xref target="RFC5440"/> describes Path Computation Element communication Protocol (PCEP) for communication between a Path Computation Client (PCC) and a Path Computation Element (PCE) or between a pair of PCEs. A PCE or a PCC operating as a PCE (in hierarchical PCE environment) computes paths for MPLS Traffic Engineering LSPs (MPLS-TE LSPs) based on various constraints and optimization criteria.</t>
      <t><xref target="RFC8231"/> specifies extensions to PCEP that allow a stateful PCE to compute and recommend network paths in compliance with <xref target="RFC4657"/> and defines objects and TLVs for MPLS-TE LSPs. Stateful PCEP extensions provide synchronization of LSP state between a PCC and a PCE or between a pair of PCEs, delegation of LSP control, reporting of LSP state from a PCC to a PCE, controlling the setup and path routing of an LSP from a PCE to a PCC. Stateful PCEP extensions are intended for an operational model in which LSPs are configured on the PCC, and control over them is delegated to the PCE.</t>
      <t>A mechanism to dynamically initiate LSPs on a PCC based on the requests from a stateful PCE or a controller using stateful PCE is specified in <xref target="RFC8281"/>. As per <xref target="RFC8664"/>, it is possible to use a stateful PCE for computing one or more SR-TE paths taking into account various constraints and objective functions. Once a path is chosen, the stateful PCE can initiate an SR-TE path on a PCC using PCEP extensions specified in <xref target="RFC8281"/> and the SR-specific PCEP extensions specified in <xref target="RFC8664"/>. <xref target="RFC8664"/> specifies PCEP extensions for supporting a SR-TE LSP for the MPLS data plane. This document extends <xref target="RFC8664"/> to support SR for the IPv6 data plane. Additionally, using procedures described in this document, a PCC can request an SRv6 path from either a stateful or stateless PCE. This specification relies on the PATH-SETUP-TYPE TLV and procedures specified in <xref target="RFC8408"/>.</t>
      <t>This specification provides a mechanism for a network controller (acting as a PCE) to instantiate candidate paths for an SR Policy onto a
head-end node (acting as a PCC) using PCEP. For more information on the SR Policy Architecture, see <xref target="RFC9256"/> which is applicable to both SR-MPLS and SRv6.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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>
        <?line -18?>

</section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>This document uses the following terms defined in <xref target="RFC5440"/>: PCC, PCE, PCEP, PCEP Peer.</t>
      <t>This document uses the following terms defined in <xref target="RFC8051"/>: Stateful PCE, Delegation.</t>
      <t>Further, following terms are used in the document,</t>
      <dl>
        <dt>MSD:</dt>
        <dd>
          <t>Maximum SID Depth.</t>
        </dd>
        <dt>PST:</dt>
        <dd>
          <t>Path Setup Type.</t>
        </dd>
        <dt>SR:</dt>
        <dd>
          <t>Segment Routing.</t>
        </dd>
        <dt>SID:</dt>
        <dd>
          <t>Segment Identifier.</t>
        </dd>
        <dt>SRv6:</dt>
        <dd>
          <t>Segment Routing over IPv6 data plane.</t>
        </dd>
        <dt>SRH:</dt>
        <dd>
          <t>IPv6 Segment Routing Header.</t>
        </dd>
        <dt>SRv6 Path:</dt>
        <dd>
          <t>IPv6 Segment List (List of IPv6 SIDs representing a path in IPv6 SR domain in the context of this document)</t>
        </dd>
      </dl>
      <t>Further, note that the term LSP used in the PCEP specifications,
would be equivalent to an SRv6 Path (represented as a list of SRv6
segments) in the context of supporting SRv6 in PCEP.</t>
    </section>
    <section anchor="Overview">
      <name>Overview of PCEP Operation in SRv6 Networks</name>
      <t>Basic operations for PCEP speakers are as per <xref target="RFC8664"/>. SRv6 Paths computed by a PCE can be represented as an ordered list of SRv6 segments.</t>
      <t><xref target="RFC8664"/> defined a new Explicit Route Object (ERO) subobject denoted by "SR-ERO subobject" capable of carrying a SID as well as the identity of the node/adjacency represented by the SID for SR-MPLS. SR-capable PCEP speakers can generate and/or process such an ERO subobject. An ERO containing SR-ERO subobjects can be included in the PCEP Path Computation Reply (PCRep) message defined in <xref target="RFC5440"/>, the PCEP LSP Initiate Request message (PCInitiate) defined in <xref target="RFC8281"/>, as well as in the PCEP LSP Update Request (PCUpd) and PCEP LSP State Report (PCRpt) messages defined in <xref target="RFC8231"/>. <xref target="RFC8664"/> also defines a new Reported Route Object(RRO) called SR-RRO to represents the SID list that was applied by the PCC, that is, the actual path taken by the LSP in SR-MPLS network.</t>
      <t>This document defines new subobjects "SRv6-ERO" and "SRv6-RRO" in the ERO and the RRO respectively to carry the SRv6 SID. SRv6-capable
PCEP speakers <bcp14>MUST</bcp14> be able to generate and/or process these subobjects.</t>
      <t>When a PCEP session between a PCC and a PCE is established, both PCEP speakers exchange their capabilities to indicate their ability to support SRv6 specific functionality as described in <xref target="SRv6-PCE-Capability-sub-TLV"/>.</t>
      <t>In summary, this document,</t>
      <ul spacing="normal">
        <li>
          <t>Defines a new PCEP capability for SRv6.</t>
        </li>
        <li>
          <t>Defines a new subobject SRv6-ERO in ERO.</t>
        </li>
        <li>
          <t>Defines a new subobject SRv6-RRO in RRO.</t>
        </li>
        <li>
          <t>Defines a new path setup type (PST) <xref target="RFC8408"/> carried in the
PATH-SETUP-TYPE TLV and the PATH-SETUP-TYPE-CAPABILITY TLV.</t>
        </li>
      </ul>
      <section anchor="Operation-overview">
        <name>Operation Overview</name>
        <t>In SR networks, an SR source node encodes all packets being steered onto an SR path with a list of segments.</t>
        <t>For the use of an IPv6 control plane but an MPLS data plane, mechanism remains the same as specified in <xref target="RFC8664"/>.</t>
        <t>This document describes the extension to support SRv6 in PCEP. A PCC or PCE indicates its ability to support SRv6 during the PCEP
session Initialization Phase via a new SRv6-PCE-CAPABILITY sub-TLV
(see details in <xref target="SRv6-PCE-Capability-sub-TLV"/>).</t>
      </section>
      <section anchor="SRv6-Specific-PCEP-Message-Extensions">
        <name>SRv6-Specific PCEP Message Extensions</name>
        <t>As defined in <xref target="RFC5440"/>, a PCEP message consists of
a common header followed by a variable length body made up of
mandatory and/or optional objects. This document does not require any
changes in the format of PCReq and PCRep messages specified in <xref target="RFC5440"/>,
PCInitiate message specified in <xref target="RFC8281"/>, and PCRpt and PCUpd messages
specified in <xref target="RFC8231"/>. However, PCEP messages pertaining to SRv6 <bcp14>MUST</bcp14>
include PATH-SETUP-TYPE TLV in the RP (Request Parameters) or SRP (Stateful PCE Request Parameters) object to clearly
identify that SRv6 is intended.</t>
        <!-- In other words, a PCEP speaker MUST NOT infer whether or
   not a PCEP message pertains to SRv6 from any other object or
   TLV. -->

</section>
    </section>
    <section anchor="Object-Formats">
      <name>Object Formats</name>
      <section anchor="The-OPEN-Object">
        <name>The OPEN Object</name>
        <section anchor="SRv6-PCE-Capability-sub-TLV">
          <name>The SRv6 PCE Capability sub-TLV</name>
          <t>This document defines a new Path Setup Type (PST) <xref target="RFC8408"/> for SRv6, as follows.</t>
          <ul spacing="normal">
            <li>
              <t>PST = 3 : Path is setup using SRv6.</t>
            </li>
          </ul>
          <t>A PCEP speaker indicates its support of the function described in this document by sending a PATH-SETUP-TYPE-CAPABILITY TLV in the OPEN object with this new PST "3" included in the PST list.</t>
          <t>This document also defines the SRv6-PCE-CAPABILITY sub-TLV. PCEP speakers use this sub-TLV to exchange information about their SRv6 capability. If a PCEP speaker includes PST=3 in the PST List of the PATH-SETUP-TYPE-CAPABILITY TLV then it <bcp14>MUST</bcp14> also include the SRv6-PCE-CAPABILITY sub-TLV inside the PATH-SETUP-TYPE-CAPABILITY TLV. For further error handling, please see <xref target="Procedures"/>.</t>
          <t>The format of the SRv6-PCE-CAPABILITY sub-TLV is shown in the following figure.</t>
          <figure anchor="SRv6-PCE-CAPABILITY-sub-TLV-format">
            <name>SRv6-PCE-CAPABILITY sub-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=27            |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Reserved           |             Flags         |N| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   MSD-Type    | MSD-Value     |   MSD-Type    | MSD-Value     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//                             ...                             //
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   MSD-Type    | MSD-Value     |           Padding             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>The code point for the TLV type is 27 and the format is compliant with the PCEP TLV format defined in <xref target="RFC5440"/>. That is, the sub-TLV is composed of 2 octets for the type, 2 octets specifying the length, and a Value field. The Type field when set to 27 identifies the SRv6-PCE-CAPABILITY sub-TLV and the presence of the sub-TLV indicates the support for the SRv6 paths in PCEP. The Length field defines the length of the value portion in octets. The TLV is padded to 4-octet alignment, and padding is not included in the Length field. The (MSD-Type,MSD-Value) pairs are <bcp14>OPTIONAL</bcp14>. The number of (MSD-Type,MSD-Value) pairs can be determined from the Length field of the TLV.</t>
          <t>The value comprises of -</t>
          <ul empty="true">
            <li>
              <t>Reserved: 2 octet, this field <bcp14>MUST</bcp14> be set to 0 on
transmission, and ignored on receipt.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>Flags: 2 octet, one bit is currently assigned in this
document. <xref target="SRv6-PCE-Capability-Flags"/></t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <ul spacing="normal">
                <li>
                  <t>N bit: A PCC sets this flag bit to 1 to indicate that it
is capable of resolving a Node or Adjacency Identifier (NAI)
to an SRv6-SID.</t>
                </li>
                <li>
                  <t>Unassigned bits <bcp14>MUST</bcp14> be set to 0 on transmission and ignored
  on receipt</t>
                </li>
              </ul>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>A pair of (MSD-Type, MSD-Value): Where MSD-Type (1 octet) is
as per the IGP MSD Type registry created by <xref target="RFC8491"/> and populated
with SRv6 MSD types as per <xref target="RFC9352"/>;
MSD-Value (1 octet) is as per <xref target="RFC8491"/>.</t>
            </li>
          </ul>
          <t>The SRv6 MSD information advertised via SRv6-PCE-Capability sub-TLV conveys the SRv6 capabilities of the PCEP speaker alone. However, when it comes to the computation of an SR Policy for the SRv6 dataplane, the SRv6 MSD capabilities of all the intermediate SRv6 Endpoint node as well as the tailend node also need to be considered to ensure those midpoints are able to correctly process their segments and for the tailend to dispose of the SRv6 encapsulation. The SRv6 MSD capabilities of other nodes might be learned as part of the topology information via BGP-LS<xref target="RFC9514"/> or via PCEP if the PCE also happens to have PCEP sessions to those nodes.</t>
          <t>It is recommended that the SRv6 MSD information be not included in the SRv6-PCE-Capability sub-TLV in deployments where the PCE is able to obtain this via IGP/BGP-LS as part of the topology information.</t>
        </section>
      </section>
      <section anchor="The-SRP-Object">
        <name>The RP/SRP Object</name>
        <t>This document defines a new Path Setup Type (PST=3) for SRv6. In order to indicate that the path is for SRv6, any RP or SRP object <bcp14>MUST</bcp14> include the PATH-SETUP-TYPE TLV as specified in <xref target="RFC8408"/>, where PST is set to 3.</t>
      </section>
      <section anchor="ERO">
        <name>ERO</name>
        <t>In order to support SRv6, a new "SRv6-ERO" subobject is defined for inclusion in the ERO.</t>
        <section anchor="SRv6-ERO-Subobject">
          <name>SRv6-ERO Subobject</name>
          <t>An SRv6-ERO subobject is formatted as shown in the following figure.</t>
          <figure anchor="SRv6-ERO-Subobject-Format">
            <name>SRv6-ERO Subobject 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
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |L|   Type=40   |     Length    | NT    |     Flags     |V|T|F|S|
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |              Reserved         |      Endpoint Behavior        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                                                               |
   |                   SRv6 SID (conditional)                      |
   |                        (128-bit)                              |
   |                                                               |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   //                 NAI (variable, conditional)                 //
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                                                               |
   |                  SID Structure (conditional)                  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>The fields in the SRv6-ERO subobject are as follows:</t>
          <t>The 'L' Flag: Indicates whether the subobject represents a
loose-hop (see <xref target="RFC3209"/>). If this flag is set to
zero, a PCC <bcp14>MUST NOT</bcp14> overwrite the SID value present in the SRv6-ERO
subobject. Otherwise, a PCC <bcp14>MAY</bcp14> expand or replace one or more SID
values in the received SRv6-ERO based on its local policy.</t>
          <t>Type: indicates the content of the subobject, i.e. when the field
is set to 40, the suboject is an SRv6-ERO subobject
representing an SRv6 SID.</t>
          <t>Length: Contains the total length of the subobject in octets. The
Length <bcp14>MUST</bcp14> be at least 24, and <bcp14>MUST</bcp14> be a multiple of 4. An SRv6-ERO
subobject <bcp14>MUST</bcp14> contain at least one of an SRv6-SID or an NAI. The S
and F bit in the Flags field indicates whether the SRv6-SID or NAI
fields are absent.</t>
          <t>NAI Type (NT): Indicates the type and format of the NAI contained
in the object body, if any is present. If the F bit is set to one
(see below) then the NT field has no meaning and <bcp14>MUST</bcp14> be ignored by
the receiver. This document creates a new PCEP SRv6-ERO NAI Types
registry in IANA add allocates the following values.</t>
          <ul empty="true">
            <li>
              <t>If NT value is 0, the NAI <bcp14>MUST NOT</bcp14> be included.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>When NT value is 2, the NAI is as per the 'IPv6 Node ID'
format defined in <xref target="RFC8664"/>, which specifies an
IPv6 address. This is used to identify the owner of the SRv6
Identifier. This is optional, as the LOC (the locator portion)
of the SRv6 SID serves a similar purpose (when present).</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>When NT value is 4, the NAI is as per the 'IPv6 Adjacency'
format defined in <xref target="RFC8664"/>, which specify a pair
of IPv6 addresses. This is used to identify the IPv6 Adjacency
and used with the SRv6 Adj-SID.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>When NT value is 6, the NAI is as per the 'link-local IPv6
addresses' format defined in <xref target="RFC8664"/>, which
specify a pair of (global IPv6 address, interface ID) tuples. It
is used to identify the IPv6 Adjacency and used with the SRv6
Adj-SID.</t>
            </li>
          </ul>
          <t>Flags: Used to carry additional information pertaining to the
SRv6-SID. This document defines the following flag bits. The other
bits <bcp14>MUST</bcp14> be set to zero by the sender and <bcp14>MUST</bcp14> be ignored by the
receiver.</t>
          <ul spacing="normal">
            <li>
              <t>S: When this bit is set to 1, the SRv6-SID value in the
subobject body is absent. In this case, the PCC is responsible
for choosing the SRv6-SID value, e.g., by looking up in the
SR-DB using the NAI which, in this case, <bcp14>MUST</bcp14> be present in the
subobject. If the S bit is set to 1 then F bit <bcp14>MUST</bcp14> be set to
zero.</t>
            </li>
            <li>
              <t>F: When this bit is set to 1, the NAI value in the subobject
body is absent. The F bit <bcp14>MUST</bcp14> be set to 1 if NT=0, and
otherwise <bcp14>MUST</bcp14> be set to zero. The S and F bits <bcp14>MUST NOT</bcp14> both be
set to 1.</t>
            </li>
            <li>
              <t>T: When this bit is set to 1, the SID Structure value in the
subobject body is present. The T bit <bcp14>MUST</bcp14> be set to 0 when S bit
is set to 1. If the T bit is set when the S bit is set, the T
bit <bcp14>MUST</bcp14> be ignored. Thus, the T bit indicates the presence of
an optional 8-byte SID Structure when SRv6 SID is included. The
SID Structure is defined in <xref target="SID-Structure"/>.</t>
            </li>
            <li>
              <t>V: The "SID verification" bit usage is as per Section 5.1 of <xref target="RFC9256"/>. If a PCC "Verification fails" for a SID, it <bcp14>MUST</bcp14> report this error by
 including the LSP-ERROR-CODE TLV with LSP error-value "SID Verification fails" in the LSP object in the PCRpt message to the PCE.</t>
            </li>
          </ul>
          <t>Reserved: <bcp14>MUST</bcp14> be set to zero while sending and ignored on receipt.</t>
          <t>Endpoint Behavior: A 16-bit field representing the behavior
associated with the SRv6 SIDs. This information is optional, but it is recommended to signal it always if possible. It could be used for maintainability and diagnostic purpose. If behavior is not known, value '0xFFFF' defined in the registry "SRv6 Endpoint Behaviors" is used <xref target="RFC8986"/>.</t>
          <t>SRv6 SID: SRv6 Identifier is an 128-bit value representing the SRv6 segment.</t>
          <t>NAI: The NAI associated with the SRv6-SID. The NAI's format
depends on the value in the NT field, and is described in <xref target="RFC8664"/>.</t>
          <t>At least one SRv6-SID or the NAI <bcp14>MUST</bcp14> be included in the SRv6-ERO subobject, and both <bcp14>MAY</bcp14> be included.</t>
          <section anchor="SID-Structure">
            <name>SID Structure</name>
            <t>The SID Structure is an optional part of the SR-ERO subobject,
as described in <xref target="SRv6-ERO-Subobject"/>.</t>
            <t><xref target="RFC8986"/> defines an SRv6 SID as consisting of LOC:FUNCT:ARG,
where a locator (LOC) is encoded in the L most significant bits of
the SID, followed by F bits of function (FUNCT) and A bits of
arguments (ARG).  A locator may be represented as B:N where B is
the SRv6 SID locator block (IPv6 prefix allocated for SRv6 SIDs by
the operator) and N is the identifier of the parent node
instantiating the SID called locator node.</t>
            <t>It is
formatted as shown in the following figure.</t>
            <figure anchor="SID-Structure-Format">
              <name>SID Structure 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
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |    LB Length  |  LN Length    | Fun. Length   |  Arg. Length  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                 Reserved                      |   Flags       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


]]></artwork>
            </figure>
            <t>where:</t>
            <t>LB Length: 1 octet. SRv6 SID Locator Block length in bits.</t>
            <t>LN Length: 1 octet. SRv6 SID Locator Node length in bits.</t>
            <t>Fun. Length: 1 octet. SRv6 SID Function length in bits.</t>
            <t>Arg. Length: 1 octet. SRv6 SID Arguments length in bits.</t>
            <t>The sum of all four sizes in the SID Structure must be lower or
equal to 128 bits. If the sum of all four sizes advertised in the
SID Structure is larger than 128 bits, the corresponding SRv6 SID
<bcp14>MUST</bcp14> be considered invalid and a PCErr message with Error-Type =
10 ("Reception of an invalid object") and Error-Value = 37 ("Invalid SRv6 SID Structure") is returned.</t>
            <t>Reserved: <bcp14>MUST</bcp14> be set to zero while sending and ignored on
receipt.</t>
            <t>Flags: Currently no flags are defined. Unassigned bits must be
set to zero while sending and ignored on receipt.</t>
            <t>The SRv6 SID Structure provides the detailed encoding
information of an SRv6 SID, which is useful in the use cases that
require to know the SRv6 SID structure. When a PCEP speaker
receives the SRv6 SID and its structure information, the SRv6 SID
can be parsed based on the SRv6 SID Structure and/or possible
local policies. The SRv6 SID Structure could be used by the PCE for ease
of operations and monitoring.  For example, this information could be
used for validation of SRv6 SIDs being instantiated in the network
and checked for conformance to the SRv6 SID allocation scheme chosen
by the operator as described in Section 3.2 of <xref target="RFC8986"/>.  In the future, PCE might also be utilized to verify and automate the security of the SRv6 domain by provisioning filtering rules at the domain boundaries as described in Section 5 of <xref target="RFC8754"/>.  The details of these potential applications are outside the scope of this document.</t>
          </section>
          <section anchor="order">
            <name>Order of the Optional fields</name>
            <t>The optional elements in the SRv6-ERO subobject i.e. SRv6 SID, NAI and the
SID Structure <bcp14>MUST</bcp14> be encoded in the order as depicted in <xref target="SRv6-ERO-Subobject-Format"/>.
The presence of each of them is indicated by the respective flags i.e.
S flag, F flag and T flag.</t>
            <t>In order to ensure future compatibility, any optional elements added to the SRv6-ERO subobject in the future must specify their order and request the Internet Assigned Numbers Authority (IANA) to allocate a flag to indicate their presence from the subregistry created in <xref target="SRv6-ERO-flag"/>.</t>
          </section>
        </section>
      </section>
      <section anchor="RRO">
        <name>RRO</name>
        <t>In order to support SRv6, a new "SRv6-RRO" subobject is defined for inclusion in the RRO.</t>
        <section anchor="SRv6-RRO-Subobject">
          <name>SRv6-RRO Subobject</name>
          <t>A PCC reports an SRv6 path to a PCE by sending a PCRpt message,
per <xref target="RFC8231"/>. The RRO on this message represents the
SID list that was applied by the PCC, that is, the actual path
taken. The procedures of <xref target="RFC8664"/> with respect to
the RRO apply equally to this specification without change.</t>
          <t>An RRO contains one or more subobjects called "SRv6-RRO
subobjects" whose format is shown below.</t>
          <figure anchor="SRv6-RRO-Subobject-Format">
            <name>SRv6-RRO Subobject 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=40     |     Length    |  NT   |     Flags     |V|T|F|S|
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |              Reserved         |      Endpoint Behavior        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                                                               |
   |                      SRv6 SID(optional)                       |
   |                           (128-bit)                           |
   |                                                               |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   //                    NAI (variable)                           //
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                                                               |
   |                     SID Structure (optional)                  |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

]]></artwork>
          </figure>
          <t>The format of the SRv6-RRO subobject is the same as that of the
SRv6-ERO subobject, but without the L flag.</t>
          <t>The V flag has no meaning in the SRv6-RRO and is ignored on
receipt at the PCE.</t>
          <t>Ordering of SRv6-RRO subobjects by PCC in PCRpt message remains
as per <xref target="RFC8664"/>.</t>
          <t>The ordering of optional elements in the SRv6-RRO subobject is the same as described in <xref target="order"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="Procedures">
      <name>Procedures</name>
      <section anchor="Exchanging-SRv6-Capability">
        <name>Exchanging the SRv6 Capability</name>
        <t>A PCC indicates that it is capable of supporting the head-end
functions for SRv6 by including the SRv6-PCE-CAPABILITY sub-TLV in the
Open message that it sends to a PCE. A PCE indicates that it is
capable of computing SRv6 paths by including the SRv6-PCE-CAPABILITY
sub-TLV in the Open message that it sends to a PCC.</t>
        <t>If a PCEP speaker receives a PATH-SETUP-TYPE-CAPABILITY TLV with a
PST list containing PST=3, but the SRv6-PCE-CAPABILITY sub-TLV is absent, then the PCEP speaker <bcp14>MUST</bcp14> send a PCErr message with Error-Type = 10 (Reception of an invalid object) and Error-Value = 34 (Missing PCE-SRv6-CAPABILITY sub-TLV) and <bcp14>MUST</bcp14> then close the PCEP session. If a PCEP speaker receives a PATH-SETUP-TYPE-CAPABILITY TLV with an SRv6-PCE-CAPABILITY sub-TLV, but the PST list does not contain PST=3, then the PCEP speaker <bcp14>MUST</bcp14> ignore the SRv6-PCE-CAPABILITY sub-TLV.</t>
        <t>In case the MSD-Type in SRv6-PCE-CAPABILITY sub-TLV received by the PCE
does not correspond to one of the SRv6 MSD types, the PCE <bcp14>MUST</bcp14> respond
with a PCErr message (Error-Type = 1 "PCEP session establishment
failure" and Error-Value = 1 "reception of an invalid Open message or a
non Open message.").</t>
        <t>Note that the MSD-Type, MSD-Value exchanged via the
SRv6-PCE-CAPABILITY sub-TLV indicates the SRv6 SID imposition limit
for the sender PCC node only. However, if a PCE learns these via alternate mechanisms, e.g routing protocols <xref target="RFC9352"/>, then it ignores the values in the SRv6-PCE-CAPABILITY sub-TLV. Furthermore, whenever a PCE learns any other SRv6 MSD types that may be defined in the future via alternate mechanisms, it <bcp14>MUST</bcp14> use those values regardless of the values exchanged in the SRv6-PCE-CAPABILITY sub-TLV.</t>
        <t>During path computation, PCE must consider the MSD information of all the nodes along the path instead of only the MSD information of the ingress PCC since a packet may be dropped on any node in a forwarding path because of MSD exceeding. The MSD capabilities of all SR nodes along the path can be learned as part of the topology information via IGP/BGP-LS or via PCEP if the PCE also happens to have PCEP sessions to those nodes.</t>
        <t>A PCE <bcp14>MUST NOT</bcp14> send SRv6 paths exceeding the SRv6 MSD capabilities of the PCC. If a PCC needs to modify the SRv6 MSD value signaled via the Open message, it <bcp14>MUST</bcp14> close the PCEP session and re-establish it with the new value. If the PCC receives an SRv6 path that exceed its SRv6 MSD capabilties, the PCC <bcp14>MUST</bcp14> send a PCErr message with Error-Type = 10 (Reception of an invalid object) and Error-Value = 39 (Unsupported number of SRv6-ERO subobjects).</t>
        <t>The N flag and (MSD-Type,MSD-Value) pair inside the SRv6-PCE-CAPABILITY sub-TLV are meaningful only in the Open message sent to a PCE. As such,the flags <bcp14>MUST</bcp14> be set to zero and a (MSD-Type,MSD-Value) pair <bcp14>MUST NOT</bcp14> be present in the SRv6-PCE-CAPABILITY sub-TLV in an Open message sent to a PCC.  Similarly, a PCC <bcp14>MUST</bcp14> ignore flags and any (MSD-Type,MSD-Value) pair in a received Open message. If a PCE receives multiple SRv6-PCE-CAPABILITY sub-TLVs in an Open message, it processes only the first sub-TLV received.</t>
      </section>
      <section anchor="ERO-Processing">
        <name>ERO Processing</name>
        <t>The processing of ERO remains unchanged in accordance with both <xref target="RFC5440"/> and <xref target="RFC8664"/>.</t>
        <section anchor="srv6-ero-validation">
          <name>SRv6 ERO Validation</name>
          <t>If a PCC does not support the SRv6 PCE Capability and thus cannot
recognize the SRv6-ERO or SRv6-RRO subobjects, it should respond according to the rules for a malformed object as described in <xref target="RFC5440"/>.</t>
          <t>On receiving an SRv6-ERO, a PCC <bcp14>MUST</bcp14> validate that the Length
field, the S bit, the F bit, the T bit, and the NT field are
consistent, as follows.</t>
          <ul spacing="normal">
            <li>
              <t>If NT=0, the F bit <bcp14>MUST</bcp14> be 1, the S bit <bcp14>MUST</bcp14> be zero and the
Length <bcp14>MUST</bcp14> be 24.</t>
            </li>
            <li>
              <t>If NT=2, the F bit <bcp14>MUST</bcp14> be zero. If the S bit is 1, the
Length <bcp14>MUST</bcp14> be 24, otherwise the Length <bcp14>MUST</bcp14> be 40.</t>
            </li>
            <li>
              <t>If NT=4, the F bit <bcp14>MUST</bcp14> be zero. If the S bit is 1, the
Length <bcp14>MUST</bcp14> be 40, otherwise the Length <bcp14>MUST</bcp14> be 56.</t>
            </li>
            <li>
              <t>If NT=6, the F bit <bcp14>MUST</bcp14> be zero. If the S bit is 1, the
Length <bcp14>MUST</bcp14> be 48, otherwise the Length <bcp14>MUST</bcp14> be 64.</t>
            </li>
            <li>
              <t>If T bit is 1, then S bit <bcp14>MUST</bcp14> be zero.</t>
            </li>
          </ul>
          <t>If a PCC finds that the NT field, Length field, S bit, F bit, and
T bit are not consistent, it <bcp14>MUST</bcp14> consider the entire ERO invalid
and <bcp14>MUST</bcp14> send a PCErr message with Error-Type = 10 ("Reception of an
invalid object") and Error-Value = 11 ("Malformed object").</t>
          <t>If a PCC does not recognize or support the value in the NT field, it
<bcp14>MUST</bcp14> consider the entire ERO invalid and send a PCErr message
with Error-Type = 10 ("Reception of an invalid object") and Error-
value = 40 ("Unsupported NAI Type in the SRv6-ERO/SRv6-RRO subobject").</t>
          <t>If a PCC receives an SRv6-ERO subobject in which the S and F bits are
both set to 1 (that is, both the SID and NAI are absent), it <bcp14>MUST</bcp14>
consider the entire ERO invalid and send a PCErr message with Error-
Type = 10 ("Reception of an invalid object") and Error-value = 41
("Both SID and NAI are absent in the SRv6-ERO subobject").</t>
          <t>If a PCC receives an SRv6-ERO subobject in which the S bit is set to 1
and the F bit is set to zero (that is, the SID is absent and the NAI
is present), but the PCC does not support NAI resolution, it <bcp14>MUST</bcp14>
consider the entire ERO invalid and send a PCErr message with Error-
Type = 4 ("Not supported object") and Error-value = 4 ("Unsupported
parameter").</t>
          <t>If a PCC detects that the subobjects of an ERO are a mixture of SRv6-
ERO subobjects and subobjects of other types, then it <bcp14>MUST</bcp14> send a
PCErr message with Error-Type = 10 ("Reception of an invalid object")
and Error-value = 42 ("ERO mixes SRv6-ERO subobjects with other
subobject types").</t>
          <t>In case a PCEP speaker receives an SRv6-ERO subobject, when the PST is not set to 3 or SRv6-PCE-CAPABILITY sub-TLV was not exchanged, it <bcp14>MUST</bcp14> send a PCErr message with Error-Type = 19 ("Invalid Operation") and Error-Value = 19 ("Attempted SRv6 when the capability was not advertised").</t>
          <t>If a PCC receives an SRv6 path that exceeds the SRv6 MSD capabilities, it <bcp14>MUST</bcp14> send a PCErr message with Error-Type = 10 ("Reception of an invalid object") and Error-Value = 43 ("Unsupported number of SRv6-ERO subobjects") as per <xref target="RFC8664"/>.</t>
        </section>
        <section anchor="interpreting-the-srv6-ero">
          <name>Interpreting the SRv6-ERO</name>
          <t>The SRv6-ERO contains a sequence of subobjects. According to <xref target="RFC9256"/>, each
SRv6-ERO subobject in the sequence identifies a segment that the
traffic will be directed to, in the order given. That is, the first
subobject identifies the first segment the traffic will be directed
to, the second SRv6-ERO subobject represents the second segment, and
so on.</t>
        </section>
      </section>
      <section anchor="RRO-Processing">
        <name>RRO Processing</name>
        <t>The syntax checking rules that apply to the SRv6-RRO subobject are
identical to those of the SRv6-ERO subobject, except as noted
below.</t>
        <t>If a PCEP speaker receives an SRv6-RRO subobject in which both SRv6
SID and NAI are absent, it <bcp14>MUST</bcp14> consider the entire RRO invalid and
send a PCErr message with Error-Type = 10 ("Reception of an invalid
object") and Error-Value = 35 ("Both SID and NAI
are absent in
SRv6-RRO subobject").</t>
        <t>If a PCE detects that the subobjects of an RRO are a mixture of
SRv6-RRO subobjects and subobjects of other types, then it <bcp14>MUST</bcp14> send a
PCErr message with Error-Type = 10 ("Reception of an invalid object")
and Error-Value = 36 ("RRO mixes SRv6-RRO subobjects
with other
subobject types").</t>
        <t>The mechanism by which the PCC learns the path is outside the scope of this document.</t>
      </section>
    </section>
    <section anchor="Security-Considerations">
      <name>Security Considerations</name>
      <t>The security considerations described in <xref target="RFC5440"/>, section 2.5 of <xref target="RFC6952"/>, <xref target="RFC8231"/>, <xref target="RFC8281"/>, <xref target="RFC8253"/> and <xref target="RFC8664"/> are applicable to this specification.</t>
      <t>Note that this specification enables a network controller to
instantiate an SRv6 path in the network.  This creates an additional
vulnerability if the security mechanisms of <xref target="RFC5440"/>, <xref target="RFC8231"/>, and <xref target="RFC8281"/>
are not used.  If there is no integrity protection on the
session, then an attacker could create an SRv6 path that may not subjected
to the further verification checks. Further, the MSD field in the Open message
could disclose node forwarding capabilities if suitable security mechanisms
are not in place. Hence, securing the PCEP session using Transport Layer Security (TLS) <xref target="RFC8253"/> is <bcp14>RECOMMENDED</bcp14>.</t>
    </section>
    <section anchor="Manage">
      <name>Manageability Considerations</name>
      <t>All manageability requirements and considerations listed in <xref target="RFC5440"/>, <xref target="RFC8231"/>,
<xref target="RFC8281"/>, and <xref target="RFC8664"/> apply to PCEP protocol extensions defined in this
document. In addition, 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 implementation <bcp14>SHOULD</bcp14> allow the operator to configure the SRv6 capability.
Further a policy to accept NAI only for the SRv6 <bcp14>SHOULD</bcp14> be allowed to be set.</t>
      </section>
      <section anchor="information-and-data-models">
        <name>Information and Data Models</name>
        <t>The PCEP YANG module is out of the scope of this document and defined in other documents, for example, <xref target="I-D.ietf-pce-pcep-yang"/>. An augmented YANG module for SRv6 is also specified in another document <xref target="I-D.ietf-pce-pcep-srv6-yang"/> that allows for SRv6 capability and MSD configurations as well as to monitor the SRv6 paths set in the network.</t>
      </section>
      <section anchor="liveness-detection-and-monitoring">
        <name>Liveness Detection and Monitoring</name>
        <t>Mechanisms defined in this document do not imply any new liveness
detection and monitoring requirements in addition to those already
listed in <xref target="RFC5440"/>.</t>
      </section>
      <section anchor="verify-correct-operations">
        <name>Verify Correct Operations</name>
        <t>Verification of the mechanisms defined in this document can be built on those already listed in <xref target="RFC5440"/>, <xref target="RFC8231"/>, and <xref target="RFC8664"/>.</t>
      </section>
      <section anchor="requirements-on-other-protocols">
        <name>Requirements On Other Protocols</name>
        <t>Mechanisms defined in this document do not imply any new
requirements on other protocols.</t>
      </section>
      <section anchor="impact-on-network-operations">
        <name>Impact On Network Operations</name>
        <t>Mechanisms defined in <xref target="RFC5440"/>, <xref target="RFC8231"/>, and <xref target="RFC8664"/> also apply to PCEP
extensions defined in this document.</t>
      </section>
    </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="ciscos-commercial-delivery">
        <name>Cisco's Commercial Delivery</name>
        <ul spacing="normal">
          <li>
            <t>Organization: Cisco Systems, Inc.</t>
          </li>
          <li>
            <t>Implementation: IOS-XR PCE and PCC.</t>
          </li>
          <li>
            <t>Description: Implementation with experimental codepoints.</t>
          </li>
          <li>
            <t>Maturity Level: Production</t>
          </li>
          <li>
            <t>Coverage: Partial</t>
          </li>
          <li>
            <t>Contact: ssidor@cisco.com</t>
          </li>
        </ul>
      </section>
      <section anchor="huaweis-commercial-delivery">
        <name>Huawei's Commercial Delivery</name>
        <ul spacing="normal">
          <li>
            <t>Organization: Huawei Technologies Co.,Ltd.</t>
          </li>
          <li>
            <t>Implementation: Huawei Routers and NCE Controller</t>
          </li>
          <li>
            <t>Description: Huawei has Implemented this draft to support PCE-Initiated SRv6 Policy.</t>
          </li>
          <li>
            <t>Maturity Level: Production</t>
          </li>
          <li>
            <t>Coverage: Partial</t>
          </li>
          <li>
            <t>Contact: yuwei.yuwei@huawei.com</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="IANA-Considerations">
      <name>IANA Considerations</name>
      <section anchor="PCEP-ERO-and-RRO-subobjects">
        <name>PCEP ERO and RRO subobjects</name>
        <t>This document defines a new subobject type for the PCEP explicit
route object (ERO), and a new subobject type for the PCEP reported route
object (RRO). The code points for subobject types of these objects is
maintained in the RSVP parameters registry, under the EXPLICIT_ROUTE
and REPORTED_ROUTE objects. IANA is requested to confirm the following allocations in the RSVP Parameters registry for each of the new subobject types
defined in this document.</t>
        <artwork><![CDATA[
  Object                Subobject                  Subobject Type
  --------------------- -------------------------- ------------------
  EXPLICIT_ROUTE        SRv6-ERO (PCEP-specific)     40
  REPORTED_ROUTE        SRv6-RRO (PCEP-specific)     40

]]></artwork>
      </section>
      <section anchor="new-srv6-ero-nai-type-registry">
        <name>New SRv6-ERO NAI Type Registry</name>
        <t>IANA is requested to create a new sub-registry, named "PCEP SRv6-ERO NAI Types", within the "Path Computation Element Protocol (PCEP) Numbers" registry to manage the 4-bit NT field in SRv6-ERO subobject. The allocation policy for this new registry is by IETF Review<xref target="RFC8126"/>.The new registry contains the following values.</t>
        <artwork><![CDATA[
  Value      Description                      Reference
  -----      -----------                      ---------
  0          NAI is absent.                   This document
  1          Unassigned                       
  2          NAI is an IPv6 node ID.          This document
  3          Unassigned                       
  4          NAI is an IPv6 adjacency         This document
             with global IPv6 addresses. 

  5          Unassigned                       
  6          NAI is an IPv6 adjacency         This document
             with link-local IPv6 addresses.  
  7-15       Unassigned  
]]></artwork>
      </section>
      <section anchor="SRv6-ERO-flag">
        <name>New SRv6-ERO Flag Registry</name>
        <t>IANA is requested to create a new sub-registry, named "SRv6-ERO
Flag Field", within the "Path Computation Element Protocol (PCEP)
Numbers" registry to manage the 12-bit Flag field of the SRv6-ERO subobject.
New values are to be assigned by Standards Action <xref target="RFC8126"/>.
Each bit should be tracked with the following qualities.</t>
        <ul spacing="normal">
          <li>
            <t>Bit (counting from bit 0 as the most significant
bit)</t>
          </li>
          <li>
            <t>Description</t>
          </li>
          <li>
            <t>Reference</t>
          </li>
        </ul>
        <t>The following values are defined in this document.</t>
        <artwork><![CDATA[
                Bit     Description            Reference
                -----   ------------------     --------------
                 0-7      Unassigned
                   8      SID Verification (V)  This document
                   9      SID Structure is      This document
                          present (T)
                  10      NAI is absent (F)     This document
                  11      SID is absent (S)     This document
]]></artwork>
      </section>
      <section anchor="lsp-error-code-tlv">
        <name>LSP-ERROR-CODE TLV</name>
        <t>This document defines a new value in the sub-registry "LSP-ERROR-CODE TLV Error Code Field" in the "Path Computation Element Protocol(PCEP) Numbers" registry.</t>
        <artwork><![CDATA[
    Value      Meaning                     Reference
    ---       -----------------------     -----------
     9        SID Verification fails      This document
]]></artwork>
      </section>
      <section anchor="sub-TLV-Type-Indicators">
        <name>PATH-SETUP-TYPE-CAPABILITY Sub-TLV Type Indicators</name>
        <t>IANA maintains a sub-registry, named "PATH-SETUP-TYPE-CAPABILITY
Sub-TLV Type Indicators", within the "Path Computation Element
Protocol (PCEP) Numbers" registry to manage the type indicator space
for sub-TLVs of the PATH-SETUP-TYPE-CAPABILITY TLV. IANA is requested to
confirm the following allocations in the sub-registry.</t>
        <artwork><![CDATA[
   Value     Meaning                     Reference
   -----     -------                     ---------
   27        SRv6-PCE-CAPABILITY         This Document
]]></artwork>
      </section>
      <section anchor="SRv6-PCE-Capability-Flags">
        <name>SRv6 PCE Capability Flags</name>
        <t>IANA is requested to create a new sub-registry, named "SRv6
Capability Flag Field", within the "Path Computation Element Protocol (PCEP) Numbers" registry to manage the 16-bit Flag field of the SRv6-PCE-CAPABILITY sub-TLV. New values are to be assigned by Standards Action <xref target="RFC8126"/>. Each bit should be tracked with the following qualities.</t>
        <ul spacing="normal">
          <li>
            <t>Bit (counting from bit 0 as the most significant
bit)</t>
          </li>
          <li>
            <t>Description</t>
          </li>
          <li>
            <t>Reference</t>
          </li>
        </ul>
        <t>The following values are defined in this document.</t>
        <artwork><![CDATA[
                 Bit     Description           Reference
                -----   ------------------     --------------
                 0-13    Unassigned
                  14     Node or Adjacency     This document
                         Identifier (NAI) is
                         supported (N)
                  15     Unassigned
]]></artwork>
      </section>
      <section anchor="New-Path-Setup-Type">
        <name>New Path Setup Type</name>
        <t><xref target="RFC8408"/> created a sub-registry within the "Path
Computation Element Protocol (PCEP) Numbers" registry called "PCEP
Path Setup Types". IANA is requested to confirm the following allocations
in the sub-registry.</t>
        <artwork><![CDATA[
Value             Description                  Reference
-----             -----------                  ---------
3                 Traffic engineering path is  This Document
                  setup using SRv6.

]]></artwork>
      </section>
      <section anchor="ERROR-Objects">
        <name>ERROR Objects</name>
        <t>IANA is requested to confirm the following allocations in the PCEP-ERROR
Object
Error Types and Values registry for the following new error-values.</t>
        <artwork><![CDATA[
   Error-Type   Meaning
   ----------   -------
   10           Reception of an invalid object
                Error-value = 34 (Missing
                PCE-SRv6-CAPABILITY sub-TLV)
                Error-value = 35 (Both SID and NAI are absent
                in SRv6-RRO subobject)
                Error-value = 36 (RRO mixes SRv6-RRO subobjects
                with other subobject types)
                Error-value = 37 (Invalid SRv6 SID Structure)
   19           Invalid Operation
                Error-value = 19 (Attempted SRv6 when the
                capability was not advertised)

]]></artwork>
        <t>IANA is requested to make a new allocations in the PCEP-ERROR Object
Error Types and Values registry for the following new error-values.</t>
        <artwork><![CDATA[
   Error-Type   Meaning
   ----------   -------
   10           Reception of an invalid object
                Error-value = 39 (Unsupported number of
                SRv6-ERO subobjects)
                Error-value = 40 (Unsupported NAI Type
                in the SRv6-ERO/SRv6-RRO subobject)
                Error-value = 41 (Both SID and NAI are
                absent in the SRv6-ERO subobject)
                Error-value = 42 (ERO mixes SRv6-ERO
                subobjects with other subobject types)
                Error-value = 43 (Unsupported number
                of SRv6-ERO subobjects)

]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC3209">
          <front>
            <title>RSVP-TE: Extensions to RSVP for LSP Tunnels</title>
            <author fullname="D. Awduche" initials="D." surname="Awduche"/>
            <author fullname="L. Berger" initials="L." surname="Berger"/>
            <author fullname="D. Gan" initials="D." surname="Gan"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <author fullname="V. Srinivasan" initials="V." surname="Srinivasan"/>
            <author fullname="G. Swallow" initials="G." surname="Swallow"/>
            <date month="December" year="2001"/>
            <abstract>
              <t>This document describes the use of RSVP (Resource Reservation Protocol), including all the necessary extensions, to establish label-switched paths (LSPs) in MPLS (Multi-Protocol Label Switching). Since the flow along an LSP is completely identified by the label applied at the ingress node of the path, these paths may be treated as tunnels. A key application of LSP tunnels is traffic engineering with MPLS as specified in RFC 2702. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3209"/>
          <seriesInfo name="DOI" value="10.17487/RFC3209"/>
        </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="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="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="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="RFC8408">
          <front>
            <title>Conveying Path Setup Type in PCE Communication Protocol (PCEP) Messages</title>
            <author fullname="S. Sivabalan" initials="S." surname="Sivabalan"/>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <author fullname="I. Minei" initials="I." surname="Minei"/>
            <author fullname="R. Varga" initials="R." surname="Varga"/>
            <author fullname="J. Hardwick" initials="J." surname="Hardwick"/>
            <date month="July" year="2018"/>
            <abstract>
              <t>A Path Computation Element (PCE) can compute Traffic Engineering (TE) paths through a network; these paths are subject to various constraints. Currently, TE paths are Label Switched Paths (LSPs) that are set up using the RSVP-TE signaling protocol. However, other TE path setup methods are possible within the PCE architecture. This document proposes an extension to the PCE Communication Protocol (PCEP) to allow support for different path setup methods over a given PCEP session.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8408"/>
          <seriesInfo name="DOI" value="10.17487/RFC8408"/>
        </reference>
        <reference anchor="RFC8491">
          <front>
            <title>Signaling Maximum SID Depth (MSD) Using IS-IS</title>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <author fullname="U. Chunduri" initials="U." surname="Chunduri"/>
            <author fullname="S. Aldrin" initials="S." surname="Aldrin"/>
            <author fullname="L. Ginsberg" initials="L." surname="Ginsberg"/>
            <date month="November" year="2018"/>
            <abstract>
              <t>This document defines a way for an Intermediate System to Intermediate System (IS-IS) router to advertise multiple types of supported Maximum SID Depths (MSDs) at node and/or link granularity. Such advertisements allow entities (e.g., centralized controllers) to determine whether a particular Segment ID (SID) stack can be supported in a given network. This document only defines one type of MSD: Base MPLS Imposition. However, it defines an encoding that can support other MSD types. This document focuses on MSD use in a network that is Segment Routing (SR) enabled, but MSD may also be useful when SR is not enabled.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8491"/>
          <seriesInfo name="DOI" value="10.17487/RFC8491"/>
        </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="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="RFC8986">
          <front>
            <title>Segment Routing over IPv6 (SRv6) Network Programming</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="P. Camarillo" initials="P." role="editor" surname="Camarillo"/>
            <author fullname="J. Leddy" initials="J." surname="Leddy"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
            <author fullname="Z. Li" initials="Z." surname="Li"/>
            <date month="February" year="2021"/>
            <abstract>
              <t>The Segment Routing over IPv6 (SRv6) Network Programming framework enables a network operator or an application to specify a packet processing program by encoding a sequence of instructions in the IPv6 packet header.</t>
              <t>Each instruction is implemented on one or several nodes in the network and identified by an SRv6 Segment Identifier in the packet.</t>
              <t>This document defines the SRv6 Network Programming concept and specifies the base set of SRv6 behaviors that enables the creation of interoperable overlays with underlay optimization.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8986"/>
          <seriesInfo name="DOI" value="10.17487/RFC8986"/>
        </reference>
        <reference anchor="RFC9514">
          <front>
            <title>Border Gateway Protocol - Link State (BGP-LS) Extensions for Segment Routing over IPv6 (SRv6)</title>
            <author fullname="G. Dawra" initials="G." surname="Dawra"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="K. Talaulikar" initials="K." role="editor" surname="Talaulikar"/>
            <author fullname="M. Chen" initials="M." surname="Chen"/>
            <author fullname="D. Bernier" initials="D." surname="Bernier"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <date month="December" year="2023"/>
            <abstract>
              <t>Segment Routing over IPv6 (SRv6) allows for a flexible definition of end-to-end paths within various topologies by encoding paths as sequences of topological or functional sub-paths called "segments". These segments are advertised by various protocols such as BGP, IS-IS, and OSPFv3.</t>
              <t>This document defines extensions to BGP - Link State (BGP-LS) to advertise SRv6 segments along with their behaviors and other attributes via BGP. The BGP-LS address-family solution for SRv6 described in this document is similar to BGP-LS for SR for the MPLS data plane, which is defined in RFC 9085.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9514"/>
          <seriesInfo name="DOI" value="10.17487/RFC9514"/>
        </reference>
        <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="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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC4657">
          <front>
            <title>Path Computation Element (PCE) Communication Protocol Generic Requirements</title>
            <author fullname="J. Ash" initials="J." role="editor" surname="Ash"/>
            <author fullname="J.L. Le Roux" initials="J.L." role="editor" surname="Le Roux"/>
            <date month="September" year="2006"/>
            <abstract>
              <t>The PCE model is described in the "PCE Architecture" document and facilitates path computation requests from Path Computation Clients (PCCs) to Path Computation Elements (PCEs). This document specifies generic requirements for a communication protocol between PCCs and PCEs, and also between PCEs where cooperation between PCEs is desirable. Subsequent documents will specify application-specific requirements for the PCE communication protocol. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4657"/>
          <seriesInfo name="DOI" value="10.17487/RFC4657"/>
        </reference>
        <reference anchor="RFC6952">
          <front>
            <title>Analysis of BGP, LDP, PCEP, and MSDP Issues According to the Keying and Authentication for Routing Protocols (KARP) Design Guide</title>
            <author fullname="M. Jethanandani" initials="M." surname="Jethanandani"/>
            <author fullname="K. Patel" initials="K." surname="Patel"/>
            <author fullname="L. Zheng" initials="L." surname="Zheng"/>
            <date month="May" year="2013"/>
            <abstract>
              <t>This document analyzes TCP-based routing protocols, the Border Gateway Protocol (BGP), the Label Distribution Protocol (LDP), the Path Computation Element Communication Protocol (PCEP), and the Multicast Source Distribution Protocol (MSDP), according to guidelines set forth in Section 4.2 of "Keying and Authentication for Routing Protocols Design Guidelines", RFC 6518.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6952"/>
          <seriesInfo name="DOI" value="10.17487/RFC6952"/>
        </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="RFC8051">
          <front>
            <title>Applicability of a Stateful Path Computation Element (PCE)</title>
            <author fullname="X. Zhang" initials="X." role="editor" surname="Zhang"/>
            <author fullname="I. Minei" initials="I." role="editor" surname="Minei"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>A stateful Path Computation Element (PCE) maintains information about Label Switched Path (LSP) characteristics and resource usage within a network in order to provide traffic-engineering calculations for its associated Path Computation Clients (PCCs). This document describes general considerations for a stateful PCE deployment and examines its applicability and benefits, as well as its challenges and limitations, through a number of use cases. PCE Communication Protocol (PCEP) extensions required for stateful PCE usage are covered in separate documents.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8051"/>
          <seriesInfo name="DOI" value="10.17487/RFC8051"/>
        </reference>
        <reference anchor="RFC8402">
          <front>
            <title>Segment Routing Architecture</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
            <author fullname="L. Ginsberg" initials="L." surname="Ginsberg"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
            <author fullname="R. Shakir" initials="R." surname="Shakir"/>
            <date month="July" year="2018"/>
            <abstract>
              <t>Segment Routing (SR) leverages the source routing paradigm. A node steers a packet through an ordered list of instructions, called "segments". A segment can represent any instruction, topological or service based. A segment can have a semantic local to an SR node or global within an SR domain. SR provides a mechanism that allows a flow to be restricted to a specific topological path, while maintaining per-flow state only at the ingress node(s) to the SR domain.</t>
              <t>SR can be directly applied to the MPLS architecture with no change to the forwarding plane. A segment is encoded as an MPLS label. An ordered list of segments is encoded as a stack of labels. The segment to process is on the top of the stack. Upon completion of a segment, the related label is popped from the stack.</t>
              <t>SR can be applied to the IPv6 architecture, with a new type of routing header. A segment is encoded as an IPv6 address. An ordered list of segments is encoded as an ordered list of IPv6 addresses in the routing header. The active segment is indicated by the Destination Address (DA) of the packet. The next active segment is indicated by a pointer in the new routing header.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8402"/>
          <seriesInfo name="DOI" value="10.17487/RFC8402"/>
        </reference>
        <reference anchor="RFC8754">
          <front>
            <title>IPv6 Segment Routing Header (SRH)</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="D. Dukes" initials="D." role="editor" surname="Dukes"/>
            <author fullname="S. Previdi" initials="S." surname="Previdi"/>
            <author fullname="J. Leddy" initials="J." surname="Leddy"/>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <date month="March" year="2020"/>
            <abstract>
              <t>Segment Routing can be applied to the IPv6 data plane using a new type of Routing Extension Header called the Segment Routing Header (SRH). This document describes the SRH and how it is used by nodes that are Segment Routing (SR) capable.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8754"/>
          <seriesInfo name="DOI" value="10.17487/RFC8754"/>
        </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="RFC9352">
          <front>
            <title>IS-IS Extensions to Support Segment Routing over the IPv6 Data Plane</title>
            <author fullname="P. Psenak" initials="P." role="editor" surname="Psenak"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="A. Bashandy" initials="A." surname="Bashandy"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <author fullname="Z. Hu" initials="Z." surname="Hu"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>The Segment Routing (SR) architecture allows a flexible definition of the end-to-end path by encoding it as a sequence of topological elements called "segments". It can be implemented over the MPLS or the IPv6 data plane. This document describes the IS-IS extensions required to support SR over the IPv6 data plane.</t>
              <t>This document updates RFC 7370 by modifying an existing registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9352"/>
          <seriesInfo name="DOI" value="10.17487/RFC9352"/>
        </reference>
        <reference anchor="I-D.ietf-pce-pcep-yang">
          <front>
            <title>A YANG Data Model for Path Computation Element Communications Protocol (PCEP)</title>
            <author fullname="Dhruv Dhody" initials="D." surname="Dhody">
              <organization>Huawei</organization>
            </author>
            <author fullname="Vishnu Pavan Beeram" initials="V. P." surname="Beeram">
              <organization>Juniper Networks</organization>
            </author>
            <author fullname="Jonathan Hardwick" initials="J." surname="Hardwick">
              <organization>Microsoft</organization>
            </author>
            <author fullname="Jeff Tantsura" initials="J." surname="Tantsura">
              <organization>Nvidia</organization>
            </author>
            <date day="11" month="September" year="2023"/>
            <abstract>
              <t>   This document defines a YANG data model for the management of Path
   Computation Element communications Protocol (PCEP) for communications
   between a Path Computation Client (PCC) and a Path Computation
   Element (PCE), or between two PCEs.  The data model includes
   configuration and state data.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-pce-pcep-yang-22"/>
        </reference>
        <reference anchor="I-D.ietf-pce-pcep-srv6-yang">
          <front>
            <title>A YANG Data Model for Segment Routing (SR) Policy and SR in IPv6 (SRv6) support in Path Computation Element Communications Protocol (PCEP)</title>
            <author fullname="Cheng Li" initials="C." surname="Li">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Siva Sivabalan" initials="S." surname="Sivabalan">
              <organization>Ciena Corporation</organization>
            </author>
            <author fullname="Shuping Peng" initials="S." surname="Peng">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Mike Koldychev" initials="M." surname="Koldychev">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Luc-Fabrice Ndifor" initials="L." surname="Ndifor">
              <organization>MTN Cameroon</organization>
            </author>
            <date day="11" month="September" year="2023"/>
            <abstract>
              <t>   This document augments a YANG data model for the management of Path
   Computation Element Communications Protocol (PCEP) for communications
   between a Path Computation Client (PCC) and a Path Computation
   Element (PCE), or between two PCEs in support for Segment Routing in
   IPv6 (SRv6) and SR Policy.  The data model includes configuration
   data and state data (status information and counters for the
   collection of statistics).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-pce-pcep-srv6-yang-04"/>
        </reference>
      </references>
    </references>
    <?line 990?>

<section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors would like to thank Jeff Tantsura, Adrian Farrel, Aijun
Wang, Khasanov Boris, Ketan Talaulikar, Martin Vigoureux, Hariharan Ananthakrishnan, Xinyue Zhang, John Scudder, Julien Meuric and Robert Varga for valuable suggestions.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="M. S." surname="Negi" fullname="Mahendra Singh Negi">
        <organization>RtBrick Inc</organization>
        <address>
          <postal>
            <city>Bangalore</city>
            <region>Karnataka</region>
            <country>India</country>
          </postal>
          <email>mahend.ietf@gmail.com</email>
        </address>
      </contact>
      <contact initials="D." surname="Dhody" fullname="Dhruv Dhody">
        <organization>Huawei</organization>
        <address>
          <postal>
            <country>India</country>
          </postal>
          <email>dhruv.ietf@gmail.com</email>
        </address>
      </contact>
      <contact initials="H." surname="Wumin" fullname="Huang Wumin">
        <organization>Huawei Technologies</organization>
        <address>
          <postal>
            <street>Huawei Building, No. 156 Beiqing Rd.</street>
            <city>Beijing</city>
            <code>100095</code>
            <country>China</country>
          </postal>
          <email>huangwumin@huawei.com</email>
        </address>
      </contact>
      <contact initials="S." surname="Peng" fullname="Shuping Peng">
        <organization>Huawei Technologies</organization>
        <address>
          <postal>
            <street>Huawei Building, No. 156 Beiqing Rd.</street>
            <city>Beijing</city>
            <code>100095</code>
            <country>China</country>
          </postal>
          <email>pengshuping@huawei.com</email>
        </address>
      </contact>
      <contact initials="R." surname="Chen" fullname="Ran Chen">
        <organization>ZTE Corporation</organization>
        <address>
          <postal>
            <country>China</country>
          </postal>
          <email>chen.ran@zte.com.cn</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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
xDIUtc4IajGQekeHg8NXZ+dno5/xM5JVjzzZZMUWyCTzsJc56XTGLmiRXF2x
ZXx/O3DjjOyn+dyeaY1j9jrEMftKrC/bHj95cte51kEFENsUHQzs3SE1wnhX
+EQC/bnwpmYIdz37LcdjzVTOBqIFSc+1pnlzd7eenDTI1Yh/cm0eaZbaltaB
uaIfYw2pg6VqfFvYhzJ7kLn33LjjBrMIEHGbREIpjvDdqgrhqw6afNMYpNO8
eMA22RZSoI+uAn/GG5EmXuzPh0fBdz2K6JHveu67j61HOkaGCb8xwgr9PQn6
sbJrFZFXOkvp7BLUHFa5jTqDHiJicqDR3QDtjLPpSi/gQw1bBlovgPijMstX
hvOhH5c8eYbj1Q/HMuTeWWkOw/DwRjELs0KRTW1W50AgihAEQeWEXZOkZKrK
yWE73XV+pa7peVnKbyBz7RiqrRmL1NeAoFtUl32skpZoNBSgOqI2FBRKtJJW
D4pMeTjQHSP7B1EOGwd074Lc+lf4zjeWdOuHzPJQlM3BPJ6vFGtx1ysWwLxv
Cut8BRr887/1ekD2OiPnEHkVLKWIfNHGYkYHCH40i+njLFda0zLWKEtQUFgE
yDnRSkYRMLk9ckXd633HZqvotKe0+KSp04OePPhIewZ9IJeDkwvz9YdH8KSH
T3r8hD7j71hHB3y5TWi2rNlVa7boOq1D5FZoRrYIDSPJSOPjDVWQ9IEv9bf6
qRZbFF1i1A/7nET4qcNwDUK+ZpiZ6OZGYG/wEeJOBqWNT/nvkVKGHgnHslgk
NKhHmj1MYevpVlPVhucoVxpMPdA5jYa1hpX2a9oNCiMa2awbkJXVeHyfXDTG
qApWcmjdnV7R12fXdbIW4AuE+tun/hSMkX2/QMdPUvTQ0x6hWZqNfs8s0W2Z
yGf3KA3kgbxm61zHeQ5/weSncwpwWsJOR/WSHI4D64YVwerz0XsBMr4zy4GN
34VPXaDD/wU/Sj/RzZ+dlme7Lc+eYvMdePVU7+lnel8/1y/0y095pv5b7wv/
p373IcLt++3uc/9R8P6chV7w/mvDMIwxPAH20RoY9Ok8uincu4vfvxoMb66O
e8TBaEz86200r2ILw8b3XwGGb75poRL30+/3N77/5pv/IDyYn0E0JSbq/3wN
PNDW+nCgH7VsUSOTerKZKab828ebNjN/+fgjMwE0EfQyA7lvj5+IeeF8YdsD
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
6PYyAUytAAA=

-->

</rfc>
