<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<rfc
      xmlns:xi="http://www.w3.org/2001/XInclude"
      category="exp"
      docName="draft-liu-pce-pcep-flowspec-v2-00"
      ipr="trust200902"
      obsoletes=""
      updates=""
      submissionType="IETF"
      xml:lang="en"
      tocInclude="true"
      tocDepth="4"
      symRefs="true"
      sortRefs="true"
      version="3">

 <!-- ***** FRONT MATTER ***** -->

 <front>
   <title abbrev="PCEP Tunnel Flow Spec">PCEP Extension for Flow Specification Version 2</title>
    <seriesInfo name="Internet-Draft" value="draft-liu-pce-pcep-flowspec-v2-00"/>
   <author fullname="Yao Liu" surname="Liu">
      <organization>ZTE Corporation</organization>
      <address>
        <postal>
          <street/>
          <!-- Reorder these if your country does things differently -->

         <city></city>
          <region/>
          <code/>
          <country>China</country>
        </postal>
        <phone></phone>
        <email>liu.yao71@zte.com.cn</email>
        <!-- uri and facsimile elements may also be added -->
     </address>
    </author>
	
	
    <date year="2026"/>

   <!-- Meta-data Declarations -->

   <area>Routing</area>
    <workgroup>PCE</workgroup>


   <keyword>PCEP</keyword>
   <keyword>Flow Specification</keyword>

   <abstract>
    
	  <t>Traffic flows may be categorized and described using "Flow Specifications". RFC8955 defines the Flow Specification and describes how Flow Specification components are used to describe traffic flows. RFC8955 also defines how Flow Specifications may be distributed in BGP to allow specific traffic flows to be associated with routes. The flow specification protocol defined in RFC8955, RFC8956, RFC9117 is called BGP flow specification version 1 (BGP FSv1).</t>
	  <t>RFC9168 specifies a set of extensions to PCEP to support the dissemination of Flow Specifications. This allows a PCE to indicate what traffic should be placed on each path that it is aware of. RFC9168 inherits the BGP Flow Spec registry and ordering rules as well as the limitations in BGP FSv1.</t>
	  <t>This document proposes extensions to PCEP to add the support of Flow Specification v2 to allow the user to order the flow specification rules. </t>
  
    </abstract>
  </front>
  <middle>
  
    <section numbered="true" toc="default">
      <name>Introduction</name>  

	  <t>BGP flow specification as defined by <xref target="RFC8955"/>, <xref target="RFC8956"/>, <xref target="RFC9117"/> specifies the distribution of traffic filter policy (traffic filters and actions) via BGP to a mesh of BGP peers. The traffic filter policy is applied when packets are received on a router with the flow specification function turned on. The flow specification protocol defined in <xref target="RFC8955"/>, <xref target="RFC8956"/>, <xref target="RFC9117"/> is called BGP flow specification version 1 (BGP FSv1). </t>
	  
 	<t> To address the limitations of BGP FSv1, <xref target="I-D.ietf-idr-flowspec-v2"/> specifies version 2 of the BGP flow specification protocol (BGP FSv2). <xref target="I-D.ietf-idr-fsv2-ip-basic"/> provides the basic FSv2 framework specification for transmitting user-ordered IP filters in the FSv2 NLRI with Extended Community to specify actions.</t> 
	
	<t><xref target="RFC9168"/> specifies a set of extensions to PCEP to support dissemination of Flow Specifications. This allows a PCE to indicate what traffic should be placed on each path that it is aware of. <xref target="I-D.ietf-pce-pcep-l2-flowspec"/> further extends the support for Ethernet Layer 2 (L2) and Layer 2 Virtual Private Network (L2VPN) traffic filtering rules in PCEP Flow Specifications. </t>
	
	<t>The current PCEP Extensions for Flow Specification <xref target="RFC9168"/> <xref target="I-D.ietf-pce-pcep-l2-flowspec"/> inherit the BGP Flow Spec registry and ordering rules in BGP FSv1 <xref target="RFC8955"/> <xref target="RFC8956"/>, so it has the same limitations as BGP FSv1 in the aspect of flow filtering as analyzed in <xref target="I-D.ietf-idr-flowspec-v2"/>, that is, lack of consistent TLV encoding prevented extension of encodings and inability to allow user defined order for filtering rules. In terms of the action associated with the Flow Specification, PCEP Flow Specification is not affected by shortcoming of inability to order actions to provide deterministic interactions or to allow users to define order for actions in BGPv1, since there is only one action that is applicable in the PCEP context (that is, directing the matching traffic to the identified LSP). </t>
	
	<t>This document proposes extensions to PCEP to add the support of Flow Specification v2 to allow the user to order the flow specification rules. </t>
	<t> Currently, only the IP Basic Filters are considered in this document. Future version may add the support of MPLS/L2/SFC/Tunneled Flow Specifications with the development of BGP FSv2 <xref target="I-D.ietf-idr-flowspec-v2"/>.</t>
	<t>A new object called the FLOWSPECv2 object is defined in this document. The flow filtering rules indicated by the Flow Specifications are mainly defined by BGP Flow version 2 Specifications in in <xref target="I-D.ietf-idr-flowspec-v2"/> and <xref target="I-D.ietf-idr-fsv2-ip-basic"/>. And the coexistence of FLOWSPEC object defined in <xref target="RFC9168"/> and FLOWSPECv2 object are also considered.</t>

	  </section>


<section numbered="true" toc="default">
        <name>Terminology</name>

 <t>This document uses the following terms defined in <xref target="RFC5440"/>: PCC, PCE, PCEP Peer.</t>

 <t>The following term from <xref target="RFC8955"/> is used frequently throughout this document:</t>
       <t>A Flow Specification is an n-tuple consisting of several matching criteria that can be applied to IP traffic. A given IP packet is said to match the defined Flow Specification if it matches all the specified criteria.</t>


  <t>This document uses the following terms defined in <xref target="I-D.ietf-idr-flowspec-v2"/>: BGP FSv1, BGP FSv2.</t>
  <t>The term "PCEP FSv1" is used to refer to the PCEP flow specification defined in <xref target="RFC9168"/>, and "PCEP FSv2" is used to indicate the PCEP flow specification extensions proposed in this document.</t>

	  
<section numbered="true" toc="default">	  
        <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" format="default"></xref> <xref target="RFC8174" format="default"></xref> when, and only when, they appear in all capitals, as shown here.</t>
      </section>

</section>


<section title="Procedures for PCE Use of Flow Specification v2">

   <t> The steps in the setup and use of LSPs section 3 of <xref target="RFC9168"/> defines the procedures for PCE use of Flow Specifications. For PCEP Flow Specification v2, the steps in the setup and use of LSPs follow the same specification defined in section 3.1 of <xref target="RFC9168"/> respectively. </t>
   <t>As for the elements of the procedure, this document also follows the specification in section 3.2 of <xref target="RFC9168"/> except that:</t>
		<ul spacing="normal">
		<li>a new "PCE FlowSpecv2 Capability TLV" is defined in this document to indicate the ability to support Flow Specifications can be indicated in the PCEP Open message;</li>
		<li>a new PCE-CAP-FLAGS sub-TLV bit, the "FlowSpecv2 Capable flag" is defined in this document to indicate that an advertising PCE supports the procedures of PCE FlowSpecv2 defined in this document;</li>
		<li>a new "PCEP FLOWSPECv2 object" is defined in this document to carry version 2 of Flow Specifications in PCEP messages.</li>
		</ul>
<t>The following sections describe these points.</t>
</section>

<section numbered="true" toc="default">
        <name>PCE FlowSpecv2 Capability TLV</name>

      <t>The PCE-FLOWSPECv2-CAPABILITY TLV is an optional TLV that can be carried in the OPEN object <xref target="RFC5440"/> to exchange the PCE FlowSpecv2 capabilities of the PCEP speakers.</t>
      <t>The format of the PCE-FLOWSPECv2-CAPABILITY TLV follows the format of all PCEP TLVs as defined in <xref target="RFC5440"/> and is shown in Figure 1.</t>
      <figure anchor="capfig" align="left" suppress-title="false" >
        <name slugifiedName="name-pce-flowspecv2-capability-tlv-">PCE-FLOWSPECv2-CAPABILITY TLV Format</name>
        <artwork>     
 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=2             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|           Value=0             |          Padding              |
+---------------------------------------------------------------+  
   </artwork>
      </figure>
      <t>The type of the PCE-FLOWSPECv2-CAPABILITY TLV is TBD1, and it has a fixed length of 2 octets.
    The Value field MUST be set to 0 and MUST be ignored on receipt.  The two bytes of padding MUST be set to zero and ignored on receipt.</t>
      <t>The inclusion of this TLV in an OPEN object indicates that the sender can perform FlowSpecv2 handling as defined in this document.</t>
    </section>
	
    <section>
      <name slugifiedName="name-pcep-flowspec-object">PCEP FLOWSPECv2 Object</name>
      <t>The PCEP FLOWSPECv2 object defined in this document is compliant with the PCEP object format defined in <xref target="RFC5440"/>.
      It is OPTIONAL in the PCReq, PCRep, PCErr, PCInitiate, PCRpt, and PCUpd messages and MAY be present zero, one, or more times.  Each instance of the object specifies a separate traffic flow.</t>
      <t>The PCEP FLOWSPECv2 object MAY carry FlowSpecv2 filter rules encoded in a Flow Filter TLV as defined in Section 6.</t>
      <t>The FLOWSPECv2 Object-Class is TBD2.</t>
      <t>The FLOWSPECv2 Object-Type is TBD3.</t>
      <t>The format of the body of the PCEP FLOWSPECv2 object is shown in Figure 2.</t>
      <figure anchor="FlowSpecFig" align="left" suppress-title="false">
        <name slugifiedName="name-pcep-flowspecv2-object-body-f">PCEP FLOWSPECv2 Object Body Format</name>
        <artwork>    
 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                            FS-ID                              |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|         AFI                   |  Reserved     |   Flags   |L|R|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
//                             TLVs                            //
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+    
   </artwork>
      </figure>
      <dl>
        <dt>FS-ID (32 bits):</dt>
        <dd> A PCEP-specific identifier for the FlowSpec information.  A PCE or PCC creates an FS-ID for each FlowSpec that it originates, and the value is unique within the scope of that PCE or PCC and is constant for the lifetime of a PCEP session. All subsequent PCEP messages can identify the FlowSpec using the FS-ID.  The values 0 and 0xFFFFFFFF are reserved and MUST NOT be used.  Note that <xref target="I-D.gont-numeric-ids-sec-considerations"/> gives advice on assigning transient numeric identifiers such as the FS-ID so as to minimize security risks.</dd>
        <dt>AFI (16 bits):</dt>
        <dd> Address Family Identifier as used in BGP <xref target="RFC4760"/>. AFI=1 for IPv4, AFI=2 for IPv6, AFI=6 for L2, AFI=25 for L2VPN, and AFI=31 for SFC as per <xref target="I-D.ietf-idr-flowspec-v2"/>.</dd>
        <dt>Reserved (8 bits):</dt>
        <dd>
          MUST be set to zero on transmission and ignored on receipt.</dd>
        <dt>Flags (8 bits):</dt>
        <dd>
          <t>Two flags are currently assigned: </t>
          <dl indent="3" newline="false" spacing="normal" >
            <dt>R bit:</dt>
            <dd>The Remove bit is set when a PCEP FLOWSPECv2 object is included in a PCEP message to indicate removal of the Flow Specification from the associated tunnel.
        If the bit is clear, the Flow Specification is being added or modified.</dd>
            <dt>L bit:</dt>
            <dd>The Longest Prefix Match (LPM) bit is set to indicate that the Flow Specification is to be installed as a route subject to LPM
 forwarding.  If the bit is clear, the Flow Specification described by the
 IP Basic Flow Filter TLV (see Section 6) is to be installed as a Flow Specification.  If the bit is set, only IP Basic Flow Filter TLV that describe IPv4 or IPv6 destinations are meaningful in the Flow Filter TLV, and others are ignored.
	If the L is set and the receiver does not support the use of Flow Specifications that are present in the IP Basic Flow Filter TLV for the installation of a route subject to LPM forwarding, then the PCEP peer MUST respond with a PCErr message with Error-Type 30 (FlowSpec Error) and Error-value 5 (Unsupported LPM Route).</dd>
          </dl>
        </dd>
      </dl>
      <t>Unassigned bits MUST be set to zero on transmission and ignored on receipt.
      </t>
      <t>If the PCEP speaker receives a message with the R bit set in the FLOWSPECv2 object and the Flow Specification identified with an FS-ID does not exist, it MUST generate a PCErr with Error-Type 30 (FlowSpec Error) and Error-value 4 (Unknown FlowSpec). </t>
      <t>If the PCEP speaker does not understand or support the AFI in the FLOWSPEC message, the PCEP peer MUST respond with a PCErr message with Error-Type 30 (FlowSpec Error) and Error-value 2 (Malformed FlowSpec).</t>
      <t>The following TLVs can be used in the FLOWSPEC object:
      </t>
      <dl>
        <dt>Speaker Entity Identifier TLV:</dt>
        <dd> As specified in <xref target="RFC8232"/>, the SPEAKER-ENTITY-ID TLV encodes a unique identifier for the node that does not change during the lifetime of the PCEP speaker. This is used to uniquely identify the FlowSpec originator and thus is used in conjunction with the FS-ID to uniquely identify the FlowSpec information. This TLV MUST be included.  If the TLV is missing, the PCEP peer MUST respond with a PCErr message with Error-Type 30 (FlowSpec Error) and Error-value 2 (Malformed FlowSpec).  If more than one instance of this TLV is present, the first MUST be processed, and subsequent instances MUST be ignored.</dd>
        <dt>IP Basic Flow Filter TLV (variable):</dt>
        <dd> One TLV MAY be included. The Flow Filter TLV is OPTIONAL when the R bit is set.</dd>
      </dl>
      <t>The IP Basic Flow Filter TLV MUST be present when the R bit is clear. If the TLV is missing when the R bit is clear, the PCEP peer MUST respond with a PCErr message with Error-Type 30 (FlowSpec Error) and Error-value 2 (Malformed FlowSpec).</t>

    </section>
	
    <section>
      <name slugifiedName="name-flow-filterv2-tlv">IP Basic Flow Filter TLV</name>
      <t>One new PCEP TLV is defined to convey Flow Specification version 2 filtering rules that specify what traffic is carried on a path.  The TLV follows the format of all PCEP TLVs as defined in <xref target="RFC5440" />.  </t>
	  
         <figure>
        <name>IP Basic Flow Filter TLV</name>
        <artwork>    
 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                 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                            Order                              |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
//                          sub-TLVs                            //
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+    
   </artwork>
      </figure>

<t>The Type field values come from the code point space for PCEP TLVs and has the value TBB4 for IP Basic Flow Filter TLV.</t>
<t>The value field contains an order field, it is a 4-octet field with a value 1-N following the semantic . The value 0 (zero) is invalid, if the value 0 is received, the PCEP peer MUST respond with a PCErr message with Error-Type 30 (FlowSpec Error) and Error-value 2 (Malformed FlowSpec).</t>
<t>(Currently, the dependency filter chain field in the IP Basic TLV <xref target="I-D.ietf-idr-fsv2-ip-basic"/> is not carried in IP Basic Flow Filter TLV defined in this document since this field is set all zero for the IP Basic Filter rules in <xref target="I-D.ietf-idr-fsv2-ip-basic"/>) </t>	  
      <t>The Value field of the TLV contains one or more sub-TLVs (the Flow Specification TLVs) as defined in Section 7, and they represent the complete definition of a IP Flow Specification for traffic to be placed on the tunnel. This tunnel is indicated by the PCEP message in which the PCEP FLOWSPECV2 object is carried.  The set of Flow Specification TLVs in a single instance of a Flow Filter TLV is combined to indicate the specific Flow Specification.  </t>
	  

    </section>

	<section>
	 <name>IP Basic Flow Specification TLVs</name>

   <t>The IP Basic Flow Filter TLV carries one or more IP Basic Flow Specification TLVs.  IP Basic Flow Specification TLV follows the format of all PCEP TLVs as defined in <xref target="RFC5440" />.  However, the Type values are selected from a separate IANA registry rather than from the common PCEP TLV registry.</t>

      <t>Type values are chosen so that there can be commonality with Flow Specifications defined for use with BGP <xref target="I-D.ietf-idr-fsv2-ip-basic"/>.  This is possible because the BGP Flow Spec version 2 encoding uses a single octet to encode the type, whereas PCEP uses 2 octets.  Thus, the space of values for the Type field is partitioned as shown in Table 1.</t>
      <table anchor="fspectlvs" align="center">
        <name >IP Basic Flow Specification TLV Type Ranges</name>
        <thead>
          <tr>
            <th align="left" colspan="1" rowspan="1">Range</th>
            <th align="left" colspan="1" rowspan="1">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left" colspan="1" rowspan="1">0-255</td>
            <td align="left" colspan="1" rowspan="1">
              <t>Per BGP Flow Spec registry defined by
               <xref target="I-D.ietf-idr-fsv2-ip-basic"/>.</t>
              <t> Not to be allocated in this registry.</t>
            </td>
          </tr>
          <tr>
            <td align="left" colspan="1" rowspan="1">256-65535</td>
            <td align="left" colspan="1" rowspan="1">New PCEP Flow Specifications allocated according to the registry defined in this document.</td>
          </tr>
        </tbody>
      </table>
      <t><xref target="I-D.ietf-idr-fsv2-ip-basic"/> is the reference for the "BGP FSv2 Component Types" registry and defines the allocations it contains. </t>
      <t>The content of the Value field in each TLV is specific to the type/AFI and describes the parameters of the Flow Specification.  The definition of the format of many of these Value fields is inherited from BGP FSv2 specifications for basic IP<xref target="I-D.ietf-idr-fsv2-ip-basic"/>, but it may also be inherited from future BGP specifications.</t>
  
      <t>When used in other protocols (such as BGP), these Flow Specifications are also associated with actions to indicate how traffic matching the Flow Specification should be treated.  In PCEP, however, the only action is to associate the traffic with a tunnel and to forward matching traffic onto that path, so no encoding of an action is needed.</t>
   

	


 </section>


   <section>
      <name>Detailed Procedures</name>
      <t>When using the protocol extensions defined in this document, the following produres of PCEP FSv1 defined in <xref target="RFC5440"/> apply as well.</t>
	  <ul spacing="normal">
	  <li>Default Behavior and Backward Compatibility: same as <xref target="RFC5440"/> section 8.1.</li>
	  <li>Composite Flow Specifications: same as <xref target="RFC5440"/> section 8.2.</li>
	  <li>Modifying Flow Specifications: same as <xref target="RFC5440"/> section 8.3.</li>
	  <li>Multiple Flow Specifications: same as <xref target="RFC5440"/> section 8.4 for the the PCEP FLOWSPECv2 object.</li>
	  <li>Adding and Removing Flow Specifications: same as <xref target="RFC5440"/> section 8.5 for the the PCEP FLOWSPECv2 object.</li>
	  </ul>
	  
	  <t>Besides, the following subsections outline some additional  procedures for using the protocol extensions defined in this document.</t>

      <section>
        <name>Priorities and Overlapping Flow Specifications</name>
		
		<t>Flow Specifications can overlap. For example, two different Flow Specifications may be identical except for the length of the prefix in the destination address. In these cases, the PCC must determine how to prioritize the Flow Specifications so as to know which path to assign packets that match both Flow Specifications. That is, the PCC must assign a precedence to the Flow Specifications so that it checks each incoming packet for a match in a predictable order.</t>
	
		<t><xref target="I-D.ietf-idr-flowspec-v2"/> specifies the ordering of FSv2 Filters and it provides rules and features to keep filters in a deterministic order between FSv1 and FSv2. PCCs MUST apply the same ordering rules as defined in <xref target="I-D.ietf-idr-flowspec-v2"/>. </t>
		
		<t>When the PCC receives both the PCEP FLOWSPEC object and PCEP FLOWSPECv2 object, the FSv1 rules are added after FSv2 rules</t>
		
		<t>FSv2 rules are ordered based on user-specified order. The user-specified order is carried in the FSv2 NLRI and a numerical lower value takes precedence over a numerically higher value. For rules received with the same order value, the FSv1 rules apply (order by component type and then by value of the components).</t>
			
		<t>An implementation that receives a PCEP message carrying a Flow Specification that it cannot resolve against other Flow Specifications already installed (for example, because the new Flow Specification has irresolvable conflicts with other Flow Specifications that are already installed) MUST respond with a PCErr message with Error-Type 30 (FlowSpec Error) and Error-value 3 (Unresolvable Conflict) and MUST NOT install the Flow Specification.</t>
		
		</section>
		
		
 </section>		

    <section>
      <name>IANA Considerations</name>
      <t>This document requests that IANA allocate code points for the protocol elements defined in this document.</t>
      <section>
        <name>PCEP Objects</name>
        <t> Each PCEP object has an Object-Class and an Object-Type.  IANA maintains a subregistry called "PCEP Objects".  IANA is requested to make an assignment from this subregistry as follows:</t>
        <table>
          <name>PCEP Objects Subregistry Additions</name>
          <thead>
            <tr>
              <th align="left" colspan="1" rowspan="1">Object-Class Value</th>
              <th align="left" colspan="1" rowspan="1">Name</th>
              <th align="left" colspan="1" rowspan="1">Object-Type</th>
              <th align="left" colspan="1" rowspan="1">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td rowspan="2" align="left" colspan="1">TBD5</td>
              <td rowspan="2" align="left" colspan="1">FLOWSPEC</td>
              <td align="left" colspan="1" rowspan="1">0: Reserved</td>
              <td align="left" colspan="1" rowspan="1">[This.I-D]</td>
            </tr>
            <tr>
              <td align="left" colspan="1" rowspan="1">1: Flow Specification version 2</td>
              <td align="left" colspan="1" rowspan="1">[This.I-D]</td>
            </tr>
          </tbody>
        </table>
        <section>
          <name>PCEP FLOWSPECv2 Object Flag Field</name>
          <t>This document requests that a new subregistry, "FLOWSPEC Object Flag Field", be created within the "Path Computation Element Protocol(PCEP) Numbers" registry to manage the Flag field of the FLOWSPECv2 object.  New values are to be assigned by Standards Action <xref target="RFC8126" format="default" sectionFormat="of" derivedContent="RFC8126"/>. Each bit should be tracked with the following qualities:
          </t>
          <ul>
            <li>Bit number (counting from bit 0 as the most significant bit)</li>
            <li>Capability description</li>
            <li>Defining RFC</li>
          </ul>
          <t>The initial population of this registry is as follows:</t>
          <table align="left">
            <name>Initial Contents of the FLOWSPEC Object Flag Field Registry</name>
            <thead>
              <tr>
                <th align="left" colspan="1" rowspan="1">Bit</th>
                <th align="left" colspan="1" rowspan="1">Description</th>
                <th align="left" colspan="1" rowspan="1">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left" colspan="1" rowspan="1">0-5</td>
                <td align="left" colspan="1" rowspan="1">Unassigned</td>
                <td align="left" colspan="1" rowspan="1"/>
              </tr>
              <tr>
                <td align="left" colspan="1" rowspan="1">6</td>
                <td align="left" colspan="1" rowspan="1">LPM (L bit)</td>
                <td align="left" colspan="1" rowspan="1">[This.I-D]</td>
              </tr>
              <tr>
                <td align="left" colspan="1" rowspan="1">7</td>
                <td align="left" colspan="1" rowspan="1"> Remove (R bit)</td>
                <td align="left" colspan="1" rowspan="1">[This.I-D]</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
      <section>
        <name>PCEP TLV Type Indicators</name>
        <t>IANA maintains a subregistry called "PCEP TLV Type Indicators". IANA is requested to make an assignment from this subregistry as follows:</t>
        <table align="left">
          <name slugifiedName="name-pcep-tlv-type-indicators-su">PCEP TLV Type Indicators Subregistry Additions</name>
          <thead>
            <tr>
              <th align="left" colspan="1" rowspan="1">Value</th>
              <th align="left" colspan="1" rowspan="1">Description</th>
              <th align="left" colspan="1" rowspan="1"> Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left" colspan="1" rowspan="1">TBD1</td>
              <td align="left" colspan="1" rowspan="1">PCE-FLOWSPECv2-CAPABILITY TLV</td>
              <td align="left" colspan="1" rowspan="1">[This.I-D]</td>
            </tr>
            <tr>
              <td align="left" colspan="1" rowspan="1">TBD4</td>
              <td align="left" colspan="1" rowspan="1">IP Basic FLOW FILTER TLV</td>
              <td align="left" colspan="1" rowspan="1">[This.I-D]</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section>
        <name>IP Basic Flow Specification TLV Type Indicators</name>
        <t>IANA is requested to create a new subregistry called the "PCEP Flow Specification TLV Type Indicators" registry.</t>
        <t>Allocations from this registry are to be made according to the following assignment policies <xref target="RFC8126"/>:</t>
        <table align="left">
          <name slugifiedName="name-registration-procedures-for">Registration Procedures for the PCEP Flow Specification TLV Type Indicators Subregistry</name>
          <thead>
            <tr>
              <th align="left" colspan="1" rowspan="1">Range</th>
              <th align="left" colspan="1" rowspan="1">Registration Procedures</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left" colspan="1" rowspan="1">0-255</td>
              <td align="left" colspan="1" rowspan="1">
                <t>Reserved - must not be allocated.</t>
                <t>Usage mirrors the BGP Flow Spec registry
              <xref target="RFC8955" format="default" sectionFormat="of" derivedContent="RFC8955"/> <xref target="RFC8956" format="default" sectionFormat="of" derivedContent="RFC8956"/>.</t>
              </td>
            </tr>
            <tr>
              <td align="left" colspan="1" rowspan="1">256-64506</td>
              <td align="left" colspan="1" rowspan="1">Specification Required</td>
            </tr>
            <tr>
              <td align="left" colspan="1" rowspan="1">64507-65531</td>
              <td align="left" colspan="1" rowspan="1">First Come First Served</td>
            </tr>
            <tr>
              <td align="left" colspan="1" rowspan="1">65532-65535</td>
              <td align="left" colspan="1" rowspan="1">Experimental Use</td>
            </tr>
          </tbody>
        </table>
      </section>
</section> 





 

<section title="Security Considerations" anchor="Security">

 <t>TBA</t> 

</section>


    <section title="Manageability Considerations" toc="default">
      <section title="Control of Function and Policy" toc="default">
        <t><xref target="RFC9168"/> describe the management of multiple flowspecs as well as control via configurations and policies. This is applicable to the Tunneled flowspec defined in this document.</t>

      </section>

      <section title="Information and Data Models" toc="default">
        <t>The PCEP YANG module <xref target="RFC9826"/> would need to be augmented to cover tunneled flowspec.</t>
      </section>

      <section title="Liveness Detection and Monitoring" toc="default">
        <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 title="Verify Correct Operations" toc="default">
        <t>Mechanisms defined in this document do not imply any new operation verification requirements in addition to those already listed in <xref target="RFC9168"/>.</t>
      </section>

      <section title="Requirements On Other Protocols" toc="default">
        <t>Mechanisms defined in this document do not imply any new requirements on other protocols.</t>
      </section>

      <section title="Impact On Network Operations" toc="default">
        <t>Mechanisms defined in this document do not have any new impact on network operations in addition to those already listed in <xref target="RFC9168"/>.</t>
      </section>
    </section>	
  </middle>
  <!--  *****BACK MATTER ***** -->

 <back>

<references>
  <name>References</name>

  <references>
    <name>Normative References</name>
    <?rfc include="reference.RFC.2119.xml"?>
    <?rfc include="reference.RFC.8174.xml"?>
    <?rfc include="reference.RFC.5440.xml"?>
    
    <?rfc include="reference.RFC.8955.xml"?>
    <?rfc include="reference.RFC.8956.xml"?>
    <?rfc include="reference.RFC.4760.xml"?>
    
    <?rfc include="reference.RFC.8232.xml"?>
    <?rfc include="reference.RFC.9168.xml"?>
    
    <?rfc include="reference.I-D.ietf-idr-flowspec-v2.xml"?>
    <?rfc include="reference.I-D.ietf-idr-fsv2-ip-basic.xml"?>
  </references>

  <references>
    <name>Informative References</name>
    <?rfc include="reference.RFC.9117.xml"?>
    <?rfc include="reference.RFC.8126.xml"?>
    
    <?rfc include="reference.RFC.9826.xml"?>
    <?rfc include="reference.I-D.gont-numeric-ids-sec-considerations.xml"?>
    
    <?rfc include="reference.I-D.ietf-pce-pcep-l2-flowspec.xml"?>
  </references>
</references>


 </back>
</rfc>
