<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 2.7.0) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc comments="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-teas-rfc8776-update-09" category="std" consensus="true" submissionType="IETF" obsoletes="8776" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="TE Common YANG Types">Common YANG Data Types for Traffic Engineering</title>

    <author initials="I." surname="Busi" fullname="Italo Busi">
      <organization>Huawei</organization>
      <address>
        <email>italo.busi@huawei.com</email>
      </address>
    </author>
    <author initials="A." surname="Guo" fullname="Aihua Guo">
      <organization>Futurewei Technologies</organization>
      <address>
        <email>aihuaguo.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="X." surname="Liu" fullname="Xufeng Liu">
      <organization>Alef Edge</organization>
      <address>
        <email>xufeng.liu.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="T." surname="Saad" fullname="Tarek Saad">
      <organization>Cisco Systems Inc.</organization>
      <address>
        <email>tsaad.net@gmail.com</email>
      </address>
    </author>
    <author initials="I." surname="Bryskin" fullname="Igor Bryskin">
      <organization>Individual</organization>
      <address>
        <email>i_bryskin@yahoo.com</email>
      </address>
    </author>

    <date year="2024" month="January" day="29"/>

    
    <workgroup>TEAS Working Group</workgroup>
    

    <abstract>


<t>This document defines a collection of common data types and groupings in YANG data modeling language. These derived common types and groupings are intended to be imported by modules that model Traffic Engineering (TE) configuration and state capabilities. This document obsoletes RFC 8776.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>YANG <xref target="RFC6020"/> <xref target="RFC7950"/> is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols such as the Network Configuration Protocol (NETCONF) <xref target="RFC6241"/>. The YANG language supports a small set of built-in data types and provides mechanisms to derive other types from the built-in types.</t>

<t>This document introduces a collection of common data types derived from the built-in YANG data types. The derived types and groupings are designed to be the common types applicable for modeling Traffic Engineering (TE) features in model(s) defined outside of this document.</t>

<t>This document adds few additional common data types, identities, and groupings to both the "ietf-te-types" and the "ietf-te-packet-types" YANG models and obsoletes <xref target="RFC8776"/>.</t>

<t>For further details, see the revision statements of the YANG modules in Sections X and Y or the summary in Appendix A.</t>

<t>CHANGE NOTE: These definitions have been developed in <xref target="I-D.ietf-teas-yang-te"/>, <xref target="I-D.ietf-teas-yang-path-computation"/> and <xref target="I-D.ietf-teas-yang-l3-te-topo"/> and are quite mature: <xref target="I-D.ietf-teas-yang-te"/> and <xref target="I-D.ietf-teas-yang-path-computation"/> in particular are in WG Last Call and some definitions have been moved to this document as part of WG LC comments resolution.</t>

<t>RFC Editor: remove the CHANGE NOTE above and this note</t>

<section anchor="requirements-notation"><name>Requirements Notation</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

</section>
<section anchor="terminology"><name>Terminology</name>

<t>The terminology for describing YANG data models is found in
   <xref target="RFC7950"/>.</t>

</section>
<section anchor="prefixes-in-data-node-names"><name>Prefixes in Data Node Names</name>

<t>In this document, names of data nodes and other data model objects
  are prefixed using the standard prefix associated with the
  corresponding YANG imported modules, as shown in <xref target="tab-prefixes"/>.</t>

<texttable title="Prefixes and corresponding YANG modules" anchor="tab-prefixes">
      <ttcol align='left'>Prefix</ttcol>
      <ttcol align='left'>YANG module</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>yang</c>
      <c>ietf-yang-types</c>
      <c><xref target="RFC6991"/></c>
      <c>inet</c>
      <c>ietf-inet-types</c>
      <c><xref target="RFC6991"/></c>
      <c>rt-types</c>
      <c>ietf-routing-types</c>
      <c><xref target="RFC8294"/></c>
      <c>te-types</c>
      <c>ietf-te-types</c>
      <c>RFCXXXX</c>
      <c>te-packet-types</c>
      <c>ietf-te-packet-types</c>
      <c>RFCXXXX</c>
</texttable>

<t>RFC Editor: Please replace XXXX with the RFC number assigned to this document.</t>

</section>
</section>
<section anchor="acronyms-and-abbreviations"><name>Acronyms and Abbreviations</name>

<t>GMPLS:</t>

<ul empty="true"><li>
  <t>Generalized Multiprotocol Label Switching</t>
</li></ul>

<t>LSP:</t>

<ul empty="true"><li>
  <t>Label Switched Path</t>
</li></ul>

<t>LSR:</t>

<ul empty="true"><li>
  <t>Label Switching Router</t>
</li></ul>

<t>LER:</t>

<ul empty="true"><li>
  <t>Label Edge Router</t>
</li></ul>

<t>MPLS:</t>

<ul empty="true"><li>
  <t>Multiprotocol Label Switching</t>
</li></ul>

<t>RSVP:</t>

<ul empty="true"><li>
  <t>Resource Reservation Protocol</t>
</li></ul>

<t>TE:</t>

<ul empty="true"><li>
  <t>Traffic Engineering</t>
</li></ul>

<t>DS-TE:</t>

<ul empty="true"><li>
  <t>Differentiated Services Traffic Engineering</t>
</li></ul>

<t>SRLG:</t>

<ul empty="true"><li>
  <t>Shared Risk Link Group</t>
</li></ul>

<t>NBMA:</t>

<ul empty="true"><li>
  <t>Non-Broadcast Multi-Access</t>
</li></ul>

<t>APS:</t>

<ul empty="true"><li>
  <t>Automatic Protection Switching</t>
</li></ul>

<t>SD:</t>

<ul empty="true"><li>
  <t>Signal Degrade</t>
</li></ul>

<t>SF:</t>

<ul empty="true"><li>
  <t>Signal Fail</t>
</li></ul>

<t>WTR:</t>

<ul empty="true"><li>
  <t>Wait-to-Restore</t>
</li></ul>

<t>PM:</t>

<ul empty="true"><li>
  <t>Performance Metrics</t>
</li></ul>

</section>
<section anchor="overview"><name>Overview</name>

<t>This document defines two YANG modules for common TE types: "ietf-te-types" for TE generic types and "ietf-te-packet-types" for packet-specific types. Other technology-specific TE types are outside the scope of this document.</t>

<section anchor="te-types-module-contents"><name>TE Types Module Contents</name>

<t>The "ietf-te-types" module (<xref target="te-yang-code"/>) contains common TE types that are independent and agnostic of any specific technology or control-plane instance.</t>

<t>The "ietf-te-types" module contains the following YANG reusable types and groupings:</t>

<t>te-bandwidth:</t>

<ul empty="true"><li>
  <t>A YANG grouping that defines the generic TE bandwidth. The modeling structure allows augmentation for each technology. For unspecified technologies, the string-encoded "te-bandwidth" type is used.</t>
</li></ul>

<t>te-label:</t>

<ul empty="true"><li>
  <t>A YANG grouping that defines the generic TE label. The modeling structure allows augmentation for each technology. For unspecified technologies, "rt-types:generalized-label" is used.</t>
</li></ul>

<t>performance-metrics-attributes:</t>

<ul empty="true"><li>
  <t>A YANG grouping that defines one-way and two-way measured Performance Metrics (PM) and indications of anomalies on link(s) or the path as defined in <xref target="RFC7471"/>, <xref target="RFC8570"/>, and <xref target="RFC7823"/>.</t>
</li></ul>

<t>performance-metrics-throttle-container:</t>

<ul empty="true"><li>
  <t>A YANG grouping that defines configurable thresholds for advertisement suppression and measurement intervals.</t>
</li></ul>

<t>te-ds-class:</t>

<ul empty="true"><li>
  <t>A type representing the Differentiated Services (DS) Class-Type of traffic as defined in <xref target="RFC4124"/>.</t>
</li></ul>

<t>te-label-direction:</t>

<ul empty="true"><li>
  <t>An enumerated type for specifying the forward or reverse direction of a label.</t>
</li></ul>

<t>te-hop-type:</t>

<ul empty="true"><li>
  <t>An enumerated type for specifying that a hop is loose or strict.</t>
</li></ul>

<t>te-global-id:</t>

<ul empty="true"><li>
  <t>A type representing the identifier that uniquely identifies an operator, which can be either a provider or a client. The definition of this type is taken from <xref target="RFC6370"/> and <xref target="RFC5003"/>. This attribute type is used solely to provide a globally unique context for TE topologies.</t>
</li></ul>

<t>te-node-id:</t>

<ul empty="true"><li>
  <t>A type representing the identifier for a node in a TE topology. The identifier is represented as 4 octets in dotted-quad notation. This attribute MAY be mapped to the Router Address TLV described in Section 2.4.1 of <xref target="RFC3630"/>, the TE Router ID described in Section 3 of <xref target="RFC6827"/>, the Traffic Engineering Router ID TLV described in Section 4.3 of <xref target="RFC5305"/>, or the TE Router ID TLV described in Section 3.2.1 of <xref target="RFC6119"/>. The reachability of such a TE node MAY be achieved by a mechanism such as that described in Section 6.2 of <xref target="RFC6827"/>.</t>
</li></ul>

<t>te-topology-id:</t>

<ul empty="true"><li>
  <t>A type representing the identifier for a topology. It is optional to have one or more prefixes at the beginning, separated by colons. The prefixes can be "network-types" as defined in the "ietf-network" module in <xref target="RFC8345"/>, to help the user better understand the topology before further inquiry is made.</t>
</li></ul>

<t>te-tp-id:</t>

<ul empty="true"><li>
  <t>A type representing the identifier of a TE interface Link Termination Point (LTP) on a specific TE node where the TE link connects. This attribute is mapped to a local or remote link identifier <xref target="RFC3630"/> <xref target="RFC5305"/>.</t>
</li></ul>

<t>te-path-disjointness:</t>

<ul empty="true"><li>
  <t>A type representing the different resource disjointness options for a TE tunnel path as defined in <xref target="RFC4872"/>.</t>
</li></ul>

<t>admin-groups:</t>

<ul empty="true"><li>
  <t>A union type for a TE link's classic or extended administrative groups as defined in <xref target="RFC3630"/>, <xref target="RFC5305"/>, and <xref target="RFC7308"/>.</t>
</li></ul>

<t>srlg:</t>

<ul empty="true"><li>
  <t>A type representing the Shared Risk Link Group (SRLG) as defined in <xref target="RFC4203"/> and <xref target="RFC5307"/>.</t>
</li></ul>

<t>te-metric:</t>

<ul empty="true"><li>
  <t>A type representing the TE metric as defined in <xref target="RFC3785"/>.</t>
</li></ul>

<t>te-recovery-status:</t>

<ul empty="true"><li>
  <t>An enumerated type for the different statuses of a recovery action as defined in <xref target="RFC4427"/> and <xref target="RFC6378"/>.</t>
</li></ul>

<t>path-attribute-flags:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported LSP path flags as defined in <xref target="RFC3209"/>, <xref target="RFC4090"/>, <xref target="RFC4736"/>, <xref target="RFC5712"/>, <xref target="RFC4920"/>, <xref target="RFC5420"/>, <xref target="RFC7570"/>, <xref target="RFC4875"/>, <xref target="RFC5151"/>, <xref target="RFC5150"/>, <xref target="RFC6001"/>, <xref target="RFC6790"/>, <xref target="RFC7260"/>, <xref target="RFC8001"/>, <xref target="RFC8149"/>, and <xref target="RFC8169"/>.</t>
</li></ul>

<t>link-protection-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported link protection types as defined in <xref target="RFC4872"/> and <xref target="RFC4427"/>.</t>
</li></ul>

<t>restoration-scheme-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported LSP restoration schemes as defined in <xref target="RFC4872"/>.</t>
</li></ul>

<t>protection-external-commands:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported protection-related external commands used for troubleshooting purposes, as defined in <xref target="RFC4427"/> and <xref target="ITU_G.808.1"/>.</t>
</li></ul>

<t>CHANGE NOTE: The description and reference of the identity action-exercise, which applies only to APS and it is not defined in RFC4427, has been updated to reference ITU-T G.808.1.</t>

<t>RFC Editor: remove the CHANGE NOTE above and this note</t>

<t>association-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported LSP association types as defined in <xref target="RFC6780"/>, <xref target="RFC4872"/>, <xref target="RFC4873"/>, and <xref target="RFC8800"/>.</t>
</li></ul>

<t>CHANGE NOTE: The association-type-diversity identity, defined in <xref target="RFC8800"/> has been added to the association-type base identity.</t>

<t>RFC Editor: remove the CHANGE NOTE above and this note</t>

<t>objective-function-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported path objective functions as defined in <xref target="RFC5541"/>.</t>
</li></ul>

<t>CHANGE NOTE: The objective-function-type identity has been redefined to be used only for path objective functions and a new svec-objective-function-type identity has been added for the Synchronization VECtor (SVEC) objective functions. Therefore the of-minimize-agg-bandwidth-consumption, of-minimize-load-most-loaded-link and of-minimize-cost-path-set identities, defined in <xref target="RFC5541"/> and derived from the objective-function-type identity, have been obsoleted because not applicable to paths but to Synchronization VECtor (SVEC) objects.</t>

<t>RFC Editor: remove the CHANGE NOTE above and this note</t>

<t>te-tunnel-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported TE tunnel types as defined in <xref target="RFC3209"/> and <xref target="RFC4875"/>.</t>
</li></ul>

<t>lsp-encoding-types:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported LSP encoding types as defined in <xref target="RFC3471"/>.</t>
</li></ul>

<t>lsp-protection-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported LSP protection types as defined in <xref target="RFC4872"/> and <xref target="RFC4873"/>.</t>
</li></ul>

<t>switching-capabilities:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported interface switching capabilities as defined in <xref target="RFC3471"/>.</t>
</li></ul>

<t>resource-affinities-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported attribute filters associated with a tunnel that must be satisfied for a link to be acceptable as defined in <xref target="RFC2702"/> and <xref target="RFC3209"/>.</t>
</li></ul>

<t>CHANGE NOTE: The description of the path-metric-type has been updated</t>

<t>RFC Editor: remove the CHANGE NOTE above and this note</t>

<t>path-metric-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported path metric types as defined in <xref target="RFC3630"/> <xref target="RFC3785"/>, <xref target="RFC5440"/>, <xref target="RFC7471"/>, <xref target="RFC8233"/> and <xref target="RFC8570"/>.</t>
</li></ul>

<ul empty="true"><li>
  <t>The unit of the path metric value is interpreted in the context of the path metric type. The derived identities SHOULD describe the unit and maximum value of the path metric types they define.</t>
</li></ul>

<ul empty="true"><li>
  <t>For example, the bound of the 'path-metric-loss', defined in 'ietf-te-packet-types', is defined in multiples of the basic unit 0.000003% as described in <xref target="RFC7471"/> and <xref target="RFC8570"/>.</t>
</li></ul>

<t>explicit-route-hop:</t>

<ul empty="true"><li>
  <t>A YANG grouping that defines supported explicit routes as defined in <xref target="RFC3209"/> and <xref target="RFC3477"/>.</t>
</li></ul>

<t>te-link-access-type:</t>

<ul empty="true"><li>
  <t>An enumerated type for the different TE link access types as defined in <xref target="RFC3630"/>.</t>
</li></ul>

<t>CHANGE NOTE: The module "ietf-te-types" has been updated to add the following YANG identities, types and groupings.</t>

<t>RFC Editor: remove the CHANGE NOTE above and this note</t>

<t>lsp-provisioning-error-reason:</t>

<ul empty="true"><li>
  <t>A base YANG identity for reporting LSP provisioning error reasons. No standard LPS provisioning error reasons are defined in this document.</t>
</li></ul>

<t>path-computation-error-reason:</t>

<ul empty="true"><li>
  <t>A base YANG identity for reporting path computation error reasons as defined in <xref target="pc-error"/>.</t>
</li></ul>

<t>protocol-origin-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for the type of protocol origin as defined in <xref target="protocol-origin"/>.</t>
</li></ul>

<t>svec-objective-function-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported SVEC objective functions as defined in <xref target="RFC5541"/> and <xref target="RFC8685"/>.</t>
</li></ul>

<t>svec-metric-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported SVEC objective functions as defined in <xref target="RFC5541"/>.</t>
</li></ul>

<t>encoding-and-switching-type:</t>

<ul empty="true"><li>
  <t>This is a common grouping to define the LSP encoding and switching types.</t>
</li></ul>

<t>CHANGE NOTE: The tunnel-admin-state-auto YANG identity, derived from the tunnel-admin-status-type base YANG identity has also been added. No description is provided, since no description for the tunnel-admin-status-type base YANG identity has been provided in RFC8776.</t>

<t>CHANGE NOTE: The lsp-restoration-restore-none YANG identity, derived from the lsp-restoration-type base YANG identity has also been added. No description is provided, since no description for the lsp-restoration-type base YANG identity has been provided in RFC8776.</t>

<t>RFC Editor: remove the two CHANGE NOTEs above and this note</t>

<section anchor="pc-error"><name>Path Computation Errors</name>

<t>The "ietf-te-types" module contains the YANG reusable identities for reporting path computation error reasons as defined in <xref target="RFC5440"/>, <xref target="RFC5441"/>, <xref target="RFC5520"/>, <xref target="RFC5557"/>, <xref target="RFC8306"/>, and <xref target="RFC8685"/>.</t>

<t>It also defines the following additional YANG reusable identities for reporting also the following path computation error reasons:</t>

<t>path-computation-error-no-topology:</t>

<ul empty="true"><li>
  <t>A YANG identity for reporting path computation error when there is no topology with the provided topology identifier.</t>
</li></ul>

</section>
<section anchor="protocol-origin"><name>Protocol Origin</name>

<t>The "ietf-te-types" module contains the YANG reusable identities for the type of protocol origin as defined in <xref target="RFC5440"/> and <xref target="RFC9012"/>.</t>

<t>It also defines the following additional YANG reusable identities for the type of protocol origin:</t>

<t>protocol-origin-api:</t>

<ul empty="true"><li>
  <t>A YANG identity to be used when  the type of protocol origin is an Application Programmable Interface (API).</t>
</li></ul>

</section>
</section>
<section anchor="packet-te-types-module-contents"><name>Packet TE Types Module Contents</name>

<t>The "ietf-te-packet-types" module (<xref target="pkt-yang-code"/>) covers the common types and groupings that are specific to packet technology.</t>

<t>The "ietf-te-packet-types" module contains the following YANG reusable types and groupings:</t>

<t>backup-protection-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported protection types that a backup or bypass tunnel can provide as defined in <xref target="RFC4090"/>.</t>
</li></ul>

<t>te-class-type:</t>

<ul empty="true"><li>
  <t>A type that represents the Diffserv-TE Class-Type as defined in <xref target="RFC4124"/>.</t>
</li></ul>

<t>bc-type:</t>

<ul empty="true"><li>
  <t>A type that represents Diffserv-TE Bandwidth Constraints (BCs) as defined in <xref target="RFC4124"/>.</t>
</li></ul>

<t>bc-model-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for supported Diffserv-TE Bandwidth Constraints Models as defined in <xref target="RFC4125"/>, <xref target="RFC4126"/>, and <xref target="RFC4127"/>.</t>
</li></ul>

<t>te-bandwidth-requested-type:</t>

<ul empty="true"><li>
  <t>An enumerated type for the different options to request bandwidth for a specific tunnel.</t>
</li></ul>

<t>performance-metrics-attributes-packet:</t>

<ul empty="true"><li>
  <t>A YANG grouping that contains the generic performance metrics and additional packet-specific metrics.</t>
</li></ul>

<t>CHANGE NOTE: The module "ietf-te-packet-types" has been updated to add the following YANG identities and groupings.</t>

<t>RFC Editor: remove the CHANGE NOTE above and this note</t>

<t>bandwidth-profile-type:</t>

<ul empty="true"><li>
  <t>A base YANG identity for various bandwidth profiles specified in <xref target="MEF_10.3"/>, <xref target="RFC2697"/>, <xref target="RFC2698"/> and <xref target="RFC4115"/> that may be used to limit bandwidth utilization of packet flows (e.g., MPLS-TE LSPs).</t>
</li></ul>

<t>te-packet-path-bandwidth</t>

<ul empty="true"><li>
  <t>A YANG grouping that defines the path bandwidth information and could be used in any Packet TE model (e.g., MPLS-TE topology model) for the path bandwidth representation (e.g., the bandwidth of an MPLS-TE LSP).</t>
</li></ul>

<ul empty="true"><li>
  <t>All the path and LSP bandwidth related sections in the "ietf-te-types" generic module, <xref target="te-yang-code"/>, need to be augmented with this grouping for the usage of Packet TE technologies.</t>
</li></ul>

<ul empty="true"><li>
  <t>The Packet TE path bandwidth can be represented by a bandwidth profile as follow:</t>
</li></ul>

<figure><artwork type="ascii-art"><![CDATA[
         +--:(packet)
           +--rw bandwidth-profile-name?   string
           +--rw bandwidth-profile-type?   identityref
           +--rw cir?                      uint64
           +--rw eir?                      uint64
           +--rw cbs?                      uint64
           +--rw ebs?                      uint64
]]></artwork></figure>

<t>NOTE: Other formats for the MPLS-TE path bandwidth are defined in <xref target="I-D.ietf-teas-yang-te-mpls"/> and they could be added in a future update of this document.</t>

<t>te-packet-link-bandwidth:</t>

<ul empty="true"><li>
  <t>A YANG grouping that defines the link bandwidth information and could be used in any Packet TE model (e.g., MPLS-TE topology) for link bandwidth representation.</t>
</li></ul>

<ul empty="true"><li>
  <t>All the link bandwidth related sections in the "ietf-te-types" generic module, <xref target="te-yang-code"/>, need to be augmented with this grouping for the usage of Packet TE technologies.</t>
</li></ul>

</section>
</section>
<section anchor="te-yang-code"><name>TE Types YANG Module</name>

<t>The "ietf-te-types" module imports from the following modules:</t>

<t><list style="symbols">
  <t>"ietf-yang-types" and "ietf-inet-types" as defined in <xref target="RFC6991"/></t>
  <t>"ietf-routing-types" as defined in <xref target="RFC8294"/></t>
</list></t>

<t>In addition to <xref target="RFC6991"/> and <xref target="RFC8294"/>, this module references the following documents in defining the types and YANG groupings:
<xref target="RFC3272"/>, <xref target="RFC4090"/>, <xref target="RFC4202"/>, <xref target="RFC4328"/>, <xref target="RFC4561"/>, <xref target="RFC4657"/>, <xref target="RFC4736"/>, <xref target="RFC6004"/>, <xref target="RFC6511"/>, <xref target="RFC7139"/>, <xref target="RFC7308"/>, <xref target="RFC7551"/>, <xref target="RFC7571"/>, <xref target="RFC7579"/>, and <xref target="ITU-T_G.709"/>.</t>

<t>CHANGE NOTE: Please focus your review only on the updates to the YANG model: see also <xref target="te-yang-diff"/>.</t>

<t>RFC Editor: remove the CHANGE NOTE above and this note</t>

<figure title="TE Types YANG module" anchor="fig-te-yang"><sourcecode type="yang" markers="true" name="ietf-te-types@2024-01-29.yang"><![CDATA[
module ietf-te-types {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-te-types";
  prefix te-types;

  import ietf-inet-types {
    prefix inet;
    reference
      "RFC 6991: Common YANG Data Types";
  }
  import ietf-yang-types {
    prefix yang;
    reference
      "RFC 6991: Common YANG Data Types";
  }
  import ietf-routing-types {
    prefix rt-types;
    reference
      "RFC 8294: Common YANG Data Types for the Routing Area";
  }

  import ietf-network {
    prefix "nw";
    reference "RFC 8345: A YANG Data Model for Network Topologies";
  }

  import ietf-network-topology {
    prefix "nt";
    reference "RFC 8345: A YANG Data Model for Network Topologies";
  }

  organization
    "IETF Traffic Engineering Architecture and Signaling (TEAS)
     Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/teas/>
     WG List:  <mailto:teas@ietf.org>

     Editor:   Tarek Saad
               <mailto:tsaad.net@gmail.com>

     Editor:   Rakesh Gandhi
               <mailto:rgandhi@cisco.com>

     Editor:   Vishnu Pavan Beeram
               <mailto:vbeeram@juniper.net>

     Editor:   Xufeng Liu
               <mailto:xufeng.liu.ietf@gmail.com>

     Editor:   Igor Bryskin
               <mailto:i_bryskin@yahoo.com>";
  description
    "This YANG module contains a collection of generally useful
     YANG data type definitions specific to TE.  The model fully
     conforms to the Network Management Datastore Architecture
     (NMDA).

     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 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.

     Copyright (c) 2024 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Revised BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX
     (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
     for full legal notices.";
  revision 2024-01-29 {
    description
      "Added:
      - base identity lsp-provisioning-error-reason;
      - identity association-type-diversity;
      - identity tunnel-admin-state-auto;
      - identity lsp-restoration-restore-none;
      - identity restoration-scheme-rerouting;
      - base identity path-computation-error-reason and
        its derived identities;
      - base identity protocol-origin-type and
        its derived identities;
      - base identity svec-objective-function-type and its derived
        identities;
      - base identity svec-metric-type and its derived identities;
      - grouping encoding-and-switching-type.
      
      Updated:
      - description of the base identity objective-function-type;
      - description and reference of identity action-exercise;
      - typedef te-node-id to support also 16 octects TE identifiers.
      
      Obsoleted:
      - identity of-minimize-agg-bandwidth-consumption;
      - identity of-minimize-load-most-loaded-link;
      - identity of-minimize-cost-path-set;
      - identity lsp-protection-reroute-extra;
      - identity lsp-protection-reroute.

      Container explicit-route-objects-always renamed as
      explicit-route-objects.";
    reference
      "RFC XXXX: Common YANG Data Types for Traffic Engineering";
  }
  // RFC Editor: replace XXXX with actual RFC number, update date
  // information and remove this note

  revision 2020-06-10 {
    description
      "Latest revision of TE types.";
    reference
      "RFC 8776: Common YANG Data Types for Traffic Engineering";
  }

  /**
   * Typedefs
   */

  typedef admin-group {
    type yang:hex-string {
      /* 01:02:03:04 */
      length "1..11";
    }
    description
      "Administrative group / resource class / color representation
       in 'hex-string' type.
       The most significant byte in the hex-string is the farthest
       to the left in the byte sequence.  Leading zero bytes in the
       configured value may be omitted for brevity.";
    reference
      "RFC 3630: Traffic Engineering (TE) Extensions to OSPF
       Version 2
       RFC 5305: IS-IS Extensions for Traffic Engineering
       RFC 7308: Extended Administrative Groups in MPLS Traffic
       Engineering (MPLS-TE)";
  }

  typedef admin-groups {
    type union {
      type admin-group;
      type extended-admin-group;
    }
    description
      "Derived types for TE administrative groups.";
  }

  typedef extended-admin-group {
    type yang:hex-string;
    description
      "Extended administrative group / resource class / color
       representation in 'hex-string' type.
       The most significant byte in the hex-string is the farthest
       to the left in the byte sequence.  Leading zero bytes in the
       configured value may be omitted for brevity.";
    reference
      "RFC 7308: Extended Administrative Groups in MPLS Traffic
       Engineering (MPLS-TE)";
  }

  typedef path-attribute-flags {
    type union {
      type identityref {
        base session-attributes-flags;
      }
      type identityref {
        base lsp-attributes-flags;
      }
    }
    description
      "Path attributes flags type.";
  }

  typedef performance-metrics-normality {
    type enumeration {
      enum unknown {
        value 0;
        description
          "Unknown.";
      }
      enum normal {
        value 1;
        description
          "Normal.  Indicates that the anomalous bit is not set.";
      }
      enum abnormal {
        value 2;
        description
          "Abnormal.  Indicates that the anomalous bit is set.";
      }
    }
    description
      "Indicates whether a performance metric is normal (anomalous
       bit not set), abnormal (anomalous bit set), or unknown.";
    reference
      "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions
       RFC 7823: Performance-Based Path Selection for Explicitly
       Routed Label Switched Paths (LSPs) Using TE Metric
       Extensions
       RFC 8570: IS-IS Traffic Engineering (TE) Metric Extensions";
  }

  typedef srlg {
    type uint32;
    description
      "SRLG type.";
    reference
      "RFC 4203: OSPF Extensions in Support of Generalized
       Multi-Protocol Label Switching (GMPLS)
       RFC 5307: IS-IS Extensions in Support of Generalized
       Multi-Protocol Label Switching (GMPLS)";
  }

  typedef te-common-status {
    type enumeration {
      enum up {
        description
          "Enabled.";
      }
      enum down {
        description
          "Disabled.";
      }
      enum testing {
        description
          "In some test mode.";
      }
      enum preparing-maintenance {
        description
          "The resource is disabled in the control plane to prepare
           for a graceful shutdown for maintenance purposes.";
        reference
          "RFC 5817: Graceful Shutdown in MPLS and Generalized MPLS
           Traffic Engineering Networks";
      }
      enum maintenance {
        description
          "The resource is disabled in the data plane for maintenance
           purposes.";
      }
      enum unknown {
        description
          "Status is unknown.";
      }
    }
    description
      "Defines a type representing the common states of a TE
       resource.";
  }

  typedef te-bandwidth {
    type string {
      pattern '0[xX](0((\.0?)?[pP](\+)?0?|(\.0?))|'
            + '1(\.([\da-fA-F]{0,5}[02468aAcCeE]?)?)?'
            + '[pP](\+)?(12[0-7]|'
            + '1[01]\d|0?\d?\d)?)|0[xX][\da-fA-F]{1,8}|\d+'
            + '(,(0[xX](0((\.0?)?[pP](\+)?0?|(\.0?))|'
            + '1(\.([\da-fA-F]{0,5}[02468aAcCeE]?)?)?'
            + '[pP](\+)?(12[0-7]|'
            + '1[01]\d|0?\d?\d)?)|0[xX][\da-fA-F]{1,8}|\d+))*';
    }
    description
      "This is the generic bandwidth type.  It is a string containing
       a list of numbers separated by commas, where each of these
       numbers can be non-negative decimal, hex integer, or
       hex float:

       (dec | hex | float)[*(','(dec | hex | float))]

       For the packet-switching type, the string encoding follows
       the type 'bandwidth-ieee-float32' as defined in RFC 8294
       (e.g., 0x1p10), where the units are in bytes per second.

       For the Optical Transport Network (OTN) switching type,
       a list of integers can be used, such as '0,2,3,1', indicating
       two ODU0s and one ODU3.  ('ODU' stands for 'Optical Data
       Unit'.)  For Dense Wavelength Division Multiplexing (DWDM),
       a list of pairs of slot numbers and widths can be used,
       such as '0,2,3,3', indicating a frequency slot 0 with
       slot width 2 and a frequency slot 3 with slot width 3.
       Canonically, the string is represented as all lowercase and in
       hex, where the prefix '0x' precedes the hex number.";
    reference
      "RFC 8294: Common YANG Data Types for the Routing Area
       ITU-T Recommendation G.709: Interfaces for the
       optical transport network";
  }

  typedef te-ds-class {
    type uint8 {
      range "0..7";
    }
    description
      "The Differentiated Services Class-Type of traffic.";
    reference
      "RFC 4124: Protocol Extensions for Support of Diffserv-aware
       MPLS Traffic Engineering, Section 4.3.1";
  }

  typedef te-global-id {
    type uint32;
    description
      "An identifier to uniquely identify an operator, which can be
       either a provider or a client.
       The definition of this type is taken from RFCs 6370 and 5003.
       This attribute type is used solely to provide a globally
       unique context for TE topologies.";
    reference
      "RFC 5003: Attachment Individual Identifier (AII) Types for
       Aggregation
       RFC 6370: MPLS Transport Profile (MPLS-TP) Identifiers";
  }

  typedef te-hop-type {
    type enumeration {
      enum loose {
        description
          "A loose hop in an explicit path.";
      }
      enum strict {
        description
          "A strict hop in an explicit path.";
      }
    }
    description
      "Enumerated type for specifying loose or strict paths.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
       Section 4.3.3";
  }

  typedef te-link-access-type {
    type enumeration {
      enum point-to-point {
        description
          "The link is point-to-point.";
      }
      enum multi-access {
        description
          "The link is multi-access, including broadcast and NBMA.";
      }
    }
    description
      "Defines a type representing the access type of a TE link.";
    reference
      "RFC 3630: Traffic Engineering (TE) Extensions to OSPF
       Version 2";
  }

  typedef te-label-direction {
    type enumeration {
      enum forward {
        description
          "Label allocated for the forward LSP direction.";
      }
      enum reverse {
        description
          "Label allocated for the reverse LSP direction.";
      }
    }
    description
      "Enumerated type for specifying the forward or reverse
       label.";
  }

  typedef te-link-direction {
    type enumeration {
      enum incoming {
        description
          "The explicit route represents an incoming link on
           a node.";
      }
      enum outgoing {
        description
          "The explicit route represents an outgoing link on
           a node.";
      }
    }
    description
      "Enumerated type for specifying the direction of a link on
       a node.";
  }

  typedef te-metric {
    type uint32;
    description
      "TE metric.";
    reference
      "RFC 3785: Use of Interior Gateway Protocol (IGP) Metric as a
       second MPLS Traffic Engineering (TE) Metric";
  }

  // CHANGE NOTE: The typedef te-node-id below has been
  // updated in this module revision
  // RFC Editor: remove the note above and this note
  typedef te-node-id {
    type union {
      type yang:dotted-quad;
      type inet:ipv6-address-no-zone;
    }
    description
      "A type representing the identifier for a node in a TE
       topology.

       The identifier is represented either as 4 octets in
       dotted-quad notation or 16 octets in full, mixed, shortened,
       or shortened-mixed IPv6 address notation.

       This attribute MAY be mapped to the Router Address TLV
       described in Section 2.4.1 of RFC 3630, the TE Router ID
       described in Section 3 of RFC 6827, the Traffic Engineering
       Router ID TLV described in Section 4.3 of RFC 5305, the TE
       Router ID TLV described in Section 3.2.1 of RFC 6119, or the
       IPv6 TE Router ID TLV described in Section 4.1 of RFC 6119.

       The reachability of such a TE node MAY be achieved by a
       mechanism such as that described in Section 6.2 of RFC 6827.";
    reference
      "RFC 3630: Traffic Engineering (TE) Extensions to OSPF
       Version 2, Section 2.4.1

       RFC 5305: IS-IS Extensions for Traffic Engineering,
       Section 4.3

       RFC 6119: IPv6 Traffic Engineering in IS-IS, Section 3.2.1

       RFC 6827: Automatically Switched Optical Network (ASON)
       Routing for OSPFv2 Protocols, Section 3";
  }

  typedef te-oper-status {
    type te-common-status;
    description
      "Defines a type representing the operational status of
       a TE resource.";
  }

  typedef te-admin-status {
    type te-common-status;
    description
      "Defines a type representing the administrative status of
       a TE resource.";
  }

  typedef te-path-disjointness {
    type bits {
      bit node {
        position 0;
        description
          "Node disjoint.";
      }
      bit link {
        position 1;
        description
          "Link disjoint.";
      }
      bit srlg {
        position 2;
        description
          "SRLG (Shared Risk Link Group) disjoint.";
      }
    }
    description
      "Type of the resource disjointness for a TE tunnel path.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  typedef te-recovery-status {
    type enumeration {
      enum normal {
        description
          "Both the recovery span and the working span are fully
           allocated and active, data traffic is being
           transported over (or selected from) the working
           span, and no trigger events are reported.";
      }
      enum recovery-started {
        description
          "The recovery action has been started but not completed.";
      }
      enum recovery-succeeded {
        description
          "The recovery action has succeeded.  The working span has
           reported a failure/degrade condition, and the user traffic
           is being transported (or selected) on the recovery span.";
      }
      enum recovery-failed {
        description
          "The recovery action has failed.";
      }
      enum reversion-started {
        description
          "The reversion has started.";
      }
      enum reversion-succeeded {
        description
          "The reversion action has succeeded.";
      }
      enum reversion-failed {
        description
          "The reversion has failed.";
      }
      enum recovery-unavailable {
        description
          "The recovery is unavailable, as a result of either an
           operator's lockout command or a failure condition
           detected on the recovery span.";
      }
      enum recovery-admin {
        description
          "The operator has issued a command to switch the user
           traffic to the recovery span.";
      }
      enum wait-to-restore {
        description
          "The recovery domain is recovering from a failure/degrade
           condition on the working span that is being controlled by
           the Wait-to-Restore (WTR) timer.";
      }
    }
    description
      "Defines the status of a recovery action.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)
       RFC 6378: MPLS Transport Profile (MPLS-TP) Linear Protection";
  }

  typedef te-template-name {
    type string {
      pattern '/?([a-zA-Z0-9\-_.]+)(/[a-zA-Z0-9\-_.]+)*';
    }
    description
      "A type for the name of a TE node template or TE link
       template.";
  }

  typedef te-topology-event-type {
    type enumeration {
      enum add {
        value 0;
        description
          "A TE node or TE link has been added.";
      }
      enum remove {
        value 1;
        description
          "A TE node or TE link has been removed.";
      }
      enum update {
        value 2;
        description
          "A TE node or TE link has been updated.";
      }
    }
    description
      "TE event type for notifications.";
  }

  typedef te-topology-id {
    type union {
      type string {
        length "0";
        // empty string
      }
      type string {
        pattern '([a-zA-Z0-9\-_.]+:)*'
              + '/?([a-zA-Z0-9\-_.]+)(/[a-zA-Z0-9\-_.]+)*';
      }
    }
    description
      "An identifier for a topology.
       It is optional to have one or more prefixes at the beginning,
       separated by colons.  The prefixes can be 'network-types' as
       defined in the 'ietf-network' module in RFC 8345, to help the
       user better understand the topology before further inquiry
       is made.";
    reference
      "RFC 8345: A YANG Data Model for Network Topologies";
  }

  typedef te-tp-id {
    type union {
      type uint32;
      // Unnumbered
      type inet:ip-address;
      // IPv4 or IPv6 address
    }
    description
      "An identifier for a TE link endpoint on a node.
       This attribute is mapped to a local or remote link identifier
       as defined in RFCs 3630 and 5305.";
    reference
      "RFC 3630: Traffic Engineering (TE) Extensions to OSPF
       Version 2
       RFC 5305: IS-IS Extensions for Traffic Engineering";
  }

  // CHANGE NOTE: The typedef path-type below has been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  typedef path-type {
    type enumeration {
      enum primary-path {
        description
          "Indicates that the TE path is a primary path.";
      }
      enum secondary-path {
        description
          "Indicates that the TE path is a secondary path.";
      }
      enum primary-reverse-path {
        description
          "Indicates that the TE path is a primary reverse path.";
      }
      enum secondary-reverse-path {
        description
          "Indicates that the TE path is a secondary reverse path.";
      }
    }
    description
      "The type of TE path, indicating whether a path is a primary, 
      or a reverse primary, or a secondary, or a reverse secondary 
      path.";
  }

  // CHANGE NOTE: The typedef te-gen-node-id below has been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  typedef te-gen-node-id {
    type union {
      type te-node-id;
      type inet:ip-address;
      type nw:node-id;
    }
    description
      "Generic type that identifies a node in a TE topology.";
  }

  /* TE features */

  feature p2mp-te {
    description
      "Indicates support for Point-to-Multipoint TE (P2MP-TE).";
    reference
      "RFC 4875: Extensions to Resource Reservation Protocol -
       Traffic Engineering (RSVP-TE) for Point-to-Multipoint TE
       Label Switched Paths (LSPs)";
  }

  feature frr-te {
    description
      "Indicates support for TE Fast Reroute (FRR).";
    reference
      "RFC 4090: Fast Reroute Extensions to RSVP-TE for LSP Tunnels";
  }

  feature extended-admin-groups {
    description
      "Indicates support for TE link extended administrative
       groups.";
    reference
      "RFC 7308: Extended Administrative Groups in MPLS Traffic
       Engineering (MPLS-TE)";
  }

  feature named-path-affinities {
    description
      "Indicates support for named path affinities.";
  }

  feature named-extended-admin-groups {
    description
      "Indicates support for named extended administrative groups.";
  }

  feature named-srlg-groups {
    description
      "Indicates support for named SRLG groups.";
  }

  feature named-path-constraints {
    description
      "Indicates support for named path constraints.";
  }

  feature path-optimization-metric {
    description
      "Indicates support for path optimization metrics.";
  }

  feature path-optimization-objective-function {
    description
      "Indicates support for path optimization objective functions.";
  }

  /*
   * Identities
   */

  // CHANGE NOTE: The base identity lsp-provisioning-error-reason 
  // has been added in this module revision
  // RFC Editor: remove the note above and this note
  identity lsp-provisioning-error-reason {
    description
      "Base identity for LSP provisioning errors.";
  }

  identity session-attributes-flags {
    description
      "Base identity for the RSVP-TE session attributes flags.";
  }

  identity local-protection-desired {
    base session-attributes-flags;
    description
      "Local protection is desired.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
       Section 4.7.1";
  }

  identity se-style-desired {
    base session-attributes-flags;
    description
      "Shared explicit style, to allow the LSP to be established
       and share resources with the old LSP.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
  }

  identity local-recording-desired {
    base session-attributes-flags;
    description
      "Label recording is desired.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
       Section 4.7.1";
  }

  identity bandwidth-protection-desired {
    base session-attributes-flags;
    description
      "Requests FRR bandwidth protection on LSRs, if present.";
    reference
      "RFC 4090: Fast Reroute Extensions to RSVP-TE for LSP Tunnels";
  }

  identity node-protection-desired {
    base session-attributes-flags;
    description
      "Requests FRR node protection on LSRs, if present.";
    reference
      "RFC 4090: Fast Reroute Extensions to RSVP-TE for LSP Tunnels";
  }

  identity path-reevaluation-request {
    base session-attributes-flags;
    description
      "This flag indicates that a path re-evaluation (of the
       current path in use) is requested.  Note that this does
       not trigger any LSP reroutes but instead just signals a
       request to evaluate whether a preferable path exists.";
    reference
      "RFC 4736: Reoptimization of Multiprotocol Label Switching
       (MPLS) Traffic Engineering (TE) Loosely Routed Label Switched
       Path (LSP)";
  }

  identity soft-preemption-desired {
    base session-attributes-flags;
    description
      "Soft preemption of LSP resources is desired.";
    reference
      "RFC 5712: MPLS Traffic Engineering Soft Preemption";
  }

  identity lsp-attributes-flags {
    description
      "Base identity for LSP attributes flags.";
  }

  identity end-to-end-rerouting-desired {
    base lsp-attributes-flags;
    description
      "Indicates end-to-end rerouting behavior for an LSP
       undergoing establishment.  This MAY also be used to
       specify the behavior of end-to-end LSP recovery for
       established LSPs.";
    reference
      "RFC 4920: Crankback Signaling Extensions for MPLS and GMPLS
       RSVP-TE
       RFC 5420: Encoding of Attributes for MPLS LSP Establishment
       Using Resource Reservation Protocol Traffic Engineering
       (RSVP-TE)
       RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)";
  }

  identity boundary-rerouting-desired {
    base lsp-attributes-flags;
    description
      "Indicates boundary rerouting behavior for an LSP undergoing
       establishment.  This MAY also be used to specify
       segment-based LSP recovery through nested crankback for
       established LSPs.  The boundary Area Border Router (ABR) /
       Autonomous System Border Router (ASBR) can decide to forward
       the PathErr message upstream to either an upstream boundary
       ABR/ASBR or the ingress LSR.  Alternatively, it can try to
       select another egress boundary LSR.";
    reference
      "RFC 4920: Crankback Signaling Extensions for MPLS and GMPLS
       RSVP-TE
       RFC 5420: Encoding of Attributes for MPLS LSP Establishment
       Using Resource Reservation Protocol Traffic Engineering
       (RSVP-TE)
       RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)";
  }

  identity segment-based-rerouting-desired {
    base lsp-attributes-flags;
    description
      "Indicates segment-based rerouting behavior for an LSP
       undergoing establishment.  This MAY also be used to specify
       segment-based LSP recovery for established LSPs.";
    reference
      "RFC 4920: Crankback Signaling Extensions for MPLS and GMPLS
       RSVP-TE
       RFC 5420: Encoding of Attributes for MPLS LSP Establishment
       Using Resource Reservation Protocol Traffic Engineering
       (RSVP-TE)
       RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)";
  }

  identity lsp-integrity-required {
    base lsp-attributes-flags;
    description
      "Indicates that LSP integrity is required.";
    reference
      "RFC 4875: Extensions to Resource Reservation Protocol -
       Traffic Engineering (RSVP-TE) for Point-to-Multipoint TE
       Label Switched Paths (LSPs)
       RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)";
  }

  identity contiguous-lsp-desired {
    base lsp-attributes-flags;
    description
      "Indicates that a contiguous LSP is desired.";
    reference
      "RFC 5151: Inter-Domain MPLS and GMPLS Traffic Engineering --
       Resource Reservation Protocol-Traffic Engineering (RSVP-TE)
       Extensions
       RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)";
  }

  identity lsp-stitching-desired {
    base lsp-attributes-flags;
    description
      "Indicates that LSP stitching is desired.";
    reference
      "RFC 5150: Label Switched Path Stitching with Generalized
       Multiprotocol Label Switching Traffic Engineering (GMPLS TE)
       RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)";
  }

  identity pre-planned-lsp-flag {
    base lsp-attributes-flags;
    description
      "Indicates that the LSP MUST be provisioned in the
       control plane only.";
    reference
      "RFC 6001: Generalized MPLS (GMPLS) Protocol Extensions for
       Multi-Layer and Multi-Region Networks (MLN/MRN)
       RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)";
  }

  identity non-php-behavior-flag {
    base lsp-attributes-flags;
    description
      "Indicates that non-PHP (non-Penultimate Hop Popping) behavior
       for the LSP is desired.";
    reference
      "RFC 6511: Non-Penultimate Hop Popping Behavior and Out-of-Band
       Mapping for RSVP-TE Label Switched Paths
       RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)";
  }

  identity oob-mapping-flag {
    base lsp-attributes-flags;
    description
      "Indicates that signaling of the egress binding information is
       out of band (e.g., via the Border Gateway Protocol (BGP)).";
    reference
      "RFC 6511: Non-Penultimate Hop Popping Behavior and Out-of-Band
       Mapping for RSVP-TE Label Switched Paths
       RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)";
  }

  identity entropy-label-capability {
    base lsp-attributes-flags;
    description
      "Indicates entropy label capability.";
    reference
      "RFC 6790: The Use of Entropy Labels in MPLS Forwarding
       RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)";
  }

  identity oam-mep-entity-desired {
    base lsp-attributes-flags;
    description
      "OAM Maintenance Entity Group End Point (MEP) entities
       desired.";
    reference
      "RFC 7260: GMPLS RSVP-TE Extensions for Operations,
       Administration, and Maintenance (OAM) Configuration";
  }

  identity oam-mip-entity-desired {
    base lsp-attributes-flags;
    description
      "OAM Maintenance Entity Group Intermediate Points (MIP)
       entities desired.";
    reference
      "RFC 7260: GMPLS RSVP-TE Extensions for Operations,
       Administration, and Maintenance (OAM) Configuration";
  }

  identity srlg-collection-desired {
    base lsp-attributes-flags;
    description
      "SRLG collection desired.";
    reference
      "RFC 7570: Label Switched Path (LSP) Attribute in the Explicit
       Route Object (ERO)
       RFC 8001: RSVP-TE Extensions for Collecting Shared Risk
       Link Group (SRLG) Information";
  }

  identity loopback-desired {
    base lsp-attributes-flags;
    description
      "This flag indicates that a particular node on the LSP is
       required to enter loopback mode.  This can also be
       used to specify the loopback state of the node.";
    reference
      "RFC 7571: GMPLS RSVP-TE Extensions for Lock Instruct and
       Loopback";
  }

  identity p2mp-te-tree-eval-request {
    base lsp-attributes-flags;
    description
      "P2MP-TE tree re-evaluation request.";
    reference
      "RFC 8149: RSVP Extensions for Reoptimization of Loosely Routed
       Point-to-Multipoint Traffic Engineering Label Switched Paths
       (LSPs)";
  }

  identity rtm-set-desired {
    base lsp-attributes-flags;
    description
      "Residence Time Measurement (RTM) attribute flag requested.";
    reference
      "RFC 8169: Residence Time Measurement in MPLS Networks";
  }

  identity link-protection-type {
    description
      "Base identity for the link protection type.";
  }

  identity link-protection-unprotected {
    base link-protection-type;
    description
      "Unprotected link type.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  identity link-protection-extra-traffic {
    base link-protection-type;
    description
      "Extra-Traffic protected link type.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity link-protection-shared {
    base link-protection-type;
    description
      "Shared protected link type.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  identity link-protection-1-for-1 {
    base link-protection-type;
    description
      "One-for-one (1:1) protected link type.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  identity link-protection-1-plus-1 {
    base link-protection-type;
    description
      "One-plus-one (1+1) protected link type.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  identity link-protection-enhanced {
    base link-protection-type;
    description
      "A compound link protection type derived from the underlay
       TE tunnel protection configuration supporting the TE link.";
  }

  identity association-type {
    description
      "Base identity for the tunnel association.";
  }

  identity association-type-recovery {
    base association-type;
    description
      "Association type for recovery, used to associate LSPs of the
       same tunnel for recovery.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery
       RFC 6780: RSVP ASSOCIATION Object Extensions";
  }

  identity association-type-resource-sharing {
    base association-type;
    description
      "Association type for resource sharing, used to enable
       resource sharing during make-before-break.";
    reference
      "RFC 4873: GMPLS Segment Recovery
       RFC 6780: RSVP ASSOCIATION Object Extensions";
  }

  identity association-type-double-sided-bidir {
    base association-type;
    description
      "Association type for double-sided bidirectional LSPs,
       used to associate two LSPs of two tunnels that are
       independently configured on either endpoint.";
    reference
      "RFC 7551: RSVP-TE Extensions for Associated Bidirectional
       Label Switched Paths (LSPs)";
  }

  identity association-type-single-sided-bidir {
    base association-type;
    description
      "Association type for single-sided bidirectional LSPs,
       used to associate two LSPs of two tunnels, where one
       tunnel is configured on one side/endpoint and the other
       tunnel is dynamically created on the other endpoint.";
    reference
      "RFC 6780: RSVP ASSOCIATION Object Extensions
       RFC 7551: RSVP-TE Extensions for Associated Bidirectional
       Label Switched Paths (LSPs)";
  }

  // CHANGE NOTE: The identity association-type-diversity below has 
  // been added in this module revision
  // RFC Editor: remove the note above and this note
  identity association-type-diversity {
    base association-type;
    description
      "Association Type diversity used to associate LSPs whose 
      paths are to be diverse from each other.";
    reference
      "RFC8800: Path Computation Element Communication Protocol 
      (PCEP) Extension for Label Switched Path (LSP) Diversity 
      Constraint Signaling";
  }

  // CHANGE NOTE: The description of the base identity 
  // objective-function-type has been updated 
  // in this module revision
  // RFC Editor: remove the note above and this note
  identity objective-function-type {
    description
      "Base identity for path objective function type.";
  }

  identity of-minimize-cost-path {
    base objective-function-type;
    description
      "Objective function for minimizing path cost.";
    reference
      "RFC 5541: Encoding of Objective Functions in the Path
       Computation Element Communication Protocol (PCEP)";
  }

  identity of-minimize-load-path {
    base objective-function-type;
    description
      "Objective function for minimizing the load on one or more
       paths.";
    reference
      "RFC 5541: Encoding of Objective Functions in the Path
       Computation Element Communication Protocol (PCEP)";
  }

  identity of-maximize-residual-bandwidth {
    base objective-function-type;
    description
      "Objective function for maximizing residual bandwidth.";
    reference
      "RFC 5541: Encoding of Objective Functions in the Path
       Computation Element Communication Protocol (PCEP)";
  }

  // CHANGE NOTE: The identity of-minimize-agg-bandwidth-consumption
  // below has been obsoleted in this module revision
  // RFC Editor: remove the note above and this note
  identity of-minimize-agg-bandwidth-consumption {
    base objective-function-type;
    status obsolete;
    description
      "Objective function for minimizing aggregate bandwidth
      consumption.";
    reference
      "RFC 5541: Encoding of Objective Functions in the Path
      Computation Element Communication Protocol (PCEP)";
  }

  // CHANGE NOTE: The identity of-minimize-load-most-loaded-link
  // below has been obsoleted in this module revision
  // RFC Editor: remove the note above and this note
  identity of-minimize-load-most-loaded-link {
    base objective-function-type;
    status obsolete;
    description
      "Objective function for minimizing the load on the link that
      is carrying the highest load.";
    reference
      "RFC 5541: Encoding of Objective Functions in the Path
      Computation Element Communication Protocol (PCEP)";
  }

  // CHANGE NOTE: The identity of-minimize-cost-path-set
  // below has been obsoleted in this module revision
  // RFC Editor: remove the note above and this note
  identity of-minimize-cost-path-set {
    base objective-function-type;
    status obsolete;
    description
      "Objective function for minimizing the cost on a path set.";
    reference
      "RFC 5541: Encoding of Objective Functions in the Path
       Computation Element Communication Protocol (PCEP)";
  }

  identity path-computation-method {
    description
      "Base identity for supported path computation mechanisms.";
  }

  identity path-locally-computed {
    base path-computation-method;
    description
      "Indicates a constrained-path LSP in which the
       path is computed by the local LER.";
    reference
      "RFC 3272: Overview and Principles of Internet Traffic
       Engineering, Section 5.4";
  }

  identity path-externally-queried {
    base path-computation-method;
    description
      "Constrained-path LSP in which the path is obtained by
       querying an external source, such as a PCE server.
       In the case that an LSP is defined to be externally queried,
       it may also have associated explicit definitions (provided
       to the external source to aid computation).  The path that is
       returned by the external source may require further local
       computation on the device.";
    reference
      "RFC 3272: Overview and Principles of Internet Traffic
       Engineering
       RFC 4657: Path Computation Element (PCE) Communication
       Protocol Generic Requirements";
  }

  identity path-explicitly-defined {
    base path-computation-method;
    description
      "Constrained-path LSP in which the path is
       explicitly specified as a collection of strict and/or loose
       hops.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels
       RFC 3272: Overview and Principles of Internet Traffic
       Engineering";
  }

  identity lsp-metric-type {
    description
      "Base identity for the LSP metric specification types.";
  }

  identity lsp-metric-relative {
    base lsp-metric-type;
    description
      "The metric specified for the LSPs to which this identity
       refers is specified as a value relative to the IGP metric
       cost to the LSP's tail end.";
    reference
      "RFC 4657: Path Computation Element (PCE) Communication
       Protocol Generic Requirements";
  }

  identity lsp-metric-absolute {
    base lsp-metric-type;
    description
      "The metric specified for the LSPs to which this identity
       refers is specified as an absolute value.";
    reference
      "RFC 4657: Path Computation Element (PCE) Communication
       Protocol Generic Requirements";
  }

  identity lsp-metric-inherited {
    base lsp-metric-type;
    description
      "The metric for the LSPs to which this identity refers is
       not specified explicitly; rather, it is directly inherited
       from the IGP cost.";
    reference
      "RFC 4657: Path Computation Element (PCE) Communication
       Protocol Generic Requirements";
  }

  identity te-tunnel-type {
    description
      "Base identity from which specific tunnel types are derived.";
  }

  identity te-tunnel-p2p {
    base te-tunnel-type;
    description
      "TE Point-to-Point (P2P) tunnel type.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
  }

  identity te-tunnel-p2mp {
    base te-tunnel-type;
    description
      "TE P2MP tunnel type.";
    reference
      "RFC 4875: Extensions to Resource Reservation Protocol -
       Traffic Engineering (RSVP-TE) for Point-to-Multipoint TE
       Label Switched Paths (LSPs)";
  }

  identity tunnel-action-type {
    description
      "Base identity from which specific tunnel action types
       are derived.";
  }

  identity tunnel-action-resetup {
    base tunnel-action-type;
    description
      "TE tunnel action that tears down the tunnel's current LSP
       (if any) and attempts to re-establish a new LSP.";
  }

  identity tunnel-action-reoptimize {
    base tunnel-action-type;
    description
      "TE tunnel action that reoptimizes the placement of the
       tunnel LSP(s).";
  }

  identity tunnel-action-switchpath {
    base tunnel-action-type;
    description
      "TE tunnel action that switches the tunnel's LSP to use the
       specified path.";
  }

  identity te-action-result {
    description
      "Base identity from which specific TE action results
       are derived.";
  }

  identity te-action-success {
    base te-action-result;
    description
      "TE action was successful.";
  }

  identity te-action-fail {
    base te-action-result;
    description
      "TE action failed.";
  }

  identity tunnel-action-inprogress {
    base te-action-result;
    description
      "TE action is in progress.";
  }

  identity tunnel-admin-state-type {
    description
      "Base identity for TE tunnel administrative states.";
  }

  identity tunnel-admin-state-up {
    base tunnel-admin-state-type;
    description
      "Tunnel's administrative state is up.";
  }

  identity tunnel-admin-state-down {
    base tunnel-admin-state-type;
    description
      "Tunnel's administrative state is down.";
  }

  // CHANGE NOTE: The identity tunnel-admin-state-auto below
  // has been added in this module revision
  // RFC Editor: remove the note above and this note
  identity tunnel-admin-state-auto {
    base tunnel-admin-state-type;
    description
      "Tunnel administrative auto state. The administrative status
      in state datastore transitions to 'tunnel-admin-up' when the
      tunnel used by the client layer, and to 'tunnel-admin-down'
      when it is not used by the client layer.";
  }

  identity tunnel-state-type {
    description
      "Base identity for TE tunnel states.";
  }

  identity tunnel-state-up {
    base tunnel-state-type;
    description
      "Tunnel's state is up.";
  }

  identity tunnel-state-down {
    base tunnel-state-type;
    description
      "Tunnel's state is down.";
  }

  identity lsp-state-type {
    description
      "Base identity for TE LSP states.";
  }

  identity lsp-path-computing {
    base lsp-state-type;
    description
      "State path computation is in progress.";
  }

  identity lsp-path-computation-ok {
    base lsp-state-type;
    description
      "State path computation was successful.";
  }

  identity lsp-path-computation-failed {
    base lsp-state-type;
    description
      "State path computation failed.";
  }

  identity lsp-state-setting-up {
    base lsp-state-type;
    description
      "State is being set up.";
  }

  identity lsp-state-setup-ok {
    base lsp-state-type;
    description
      "State setup was successful.";
  }

  identity lsp-state-setup-failed {
    base lsp-state-type;
    description
      "State setup failed.";
  }

  identity lsp-state-up {
    base lsp-state-type;
    description
      "State is up.";
  }

  identity lsp-state-tearing-down {
    base lsp-state-type;
    description
      "State is being torn down.";
  }

  identity lsp-state-down {
    base lsp-state-type;
    description
      "State is down.";
  }

  identity path-invalidation-action-type {
    description
      "Base identity for TE path invalidation action types.";
  }

  identity path-invalidation-action-drop {
    base path-invalidation-action-type;
    description
      "Upon invalidation of the TE tunnel path, the tunnel remains
       valid, but any packet mapped over the tunnel is dropped.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
       Section 2.5";
  }

  identity path-invalidation-action-teardown {
    base path-invalidation-action-type;
    description
      "TE path invalidation action teardown.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
       Section 2.5";
  }

  identity lsp-restoration-type {
    description
      "Base identity from which LSP restoration types are derived.";
  }

    // CHANGE NOTE: The identity lsp-restoration-restore-none 
    // below has been added in this module revision
    // RFC Editor: remove the note above and this note
    identity lsp-restoration-restore-none {
      base lsp-restoration-type;
      description
        "No LSP affected by a failure is restored.";
    }

  identity lsp-restoration-restore-any {
    base lsp-restoration-type;
    description
      "Any LSP affected by a failure is restored.";
  }

  identity lsp-restoration-restore-all {
    base lsp-restoration-type;
    description
      "Affected LSPs are restored after all LSPs of the tunnel are
       broken.";
  }

  identity restoration-scheme-type {
    description
      "Base identity for LSP restoration schemes.";
  }

    // CHANGE NOTE: The identity restoration-scheme-rerouting 
    // below has been added in this module revision
    // RFC Editor: remove the note above and this note
    identity restoration-scheme-rerouting {
      base restoration-scheme-type;
      description
        "Restoration LSP is computed after the failure detection.
        
        This restoration scheme is also known as
        'Full LSP Re-routing.'";
      reference
        "RFC 4427: Recovery (Protection and Restoration) Terminology
        for Generalized Multi-Protocol Label Switching (GMPLS)";
    }

  identity restoration-scheme-preconfigured {
    base restoration-scheme-type;
    description
      "Restoration LSP is preconfigured prior to the failure.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity restoration-scheme-precomputed {
    base restoration-scheme-type;
    description
      "Restoration LSP is precomputed prior to the failure.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity restoration-scheme-presignaled {
    base restoration-scheme-type;
    description
      "Restoration LSP is presignaled prior to the failure.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity lsp-protection-type {
    description
      "Base identity from which LSP protection types are derived.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  identity lsp-protection-unprotected {
    base lsp-protection-type;
    description
      "'Unprotected' LSP protection type.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  // CHANGE NOTE: The identity lsp-protection-reroute-extra
  // below has been obsoleted in this module revision
  // RFC Editor: remove the note above and this note
  identity lsp-protection-reroute-extra {
    base lsp-protection-type;
    status obsolete;
    description
      "'(Full) Rerouting' LSP protection type.
      
      This identity has been obsoleted: the
      'restoration-scheme-rerouting' identity SHOULD be used
      instead.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  // CHANGE NOTE: The identity lsp-protection-reroute
  // below has been obsoleted in this module revision
  // RFC Editor: remove the note above and this note
  identity lsp-protection-reroute {
    base lsp-protection-type;
    status obsolete;
    description
      "'Rerouting without Extra-Traffic' LSP protection type.
      
      This identity has been obsoleted: the
      'restoration-scheme-rerouting' identity SHOULD be used
      instead.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  identity lsp-protection-1-for-n {
    base lsp-protection-type;
    description
      "'1:N Protection with Extra-Traffic' LSP protection type.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  identity lsp-protection-1-for-1 {
    base lsp-protection-type;
    description
      "LSP protection '1:1 Protection Type'.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  identity lsp-protection-unidir-1-plus-1 {
    base lsp-protection-type;
    description
      "'1+1 Unidirectional Protection' LSP protection type.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  identity lsp-protection-bidir-1-plus-1 {
    base lsp-protection-type;
    description
      "'1+1 Bidirectional Protection' LSP protection type.";
    reference
      "RFC 4872: RSVP-TE Extensions in Support of End-to-End
       Generalized Multi-Protocol Label Switching (GMPLS) Recovery";
  }

  identity lsp-protection-extra-traffic {
    base lsp-protection-type;
    description
      "Extra-Traffic LSP protection type.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity lsp-protection-state {
    description
      "Base identity of protection states for reporting purposes.";
  }

  identity normal {
    base lsp-protection-state;
    description
      "Normal state.";
  }

  identity signal-fail-of-protection {
    base lsp-protection-state;
    description
      "The protection transport entity has a signal fail condition
       that is of higher priority than the forced switchover
       command.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity lockout-of-protection {
    base lsp-protection-state;
    description
      "A Loss of Protection (LoP) command is active.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity forced-switch {
    base lsp-protection-state;
    description
      "A forced switchover command is active.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity signal-fail {
    base lsp-protection-state;
    description
      "There is a signal fail condition on either the working path
       or the protection path.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity signal-degrade {
    base lsp-protection-state;
    description
      "There is a signal degrade condition on either the working
       path or the protection path.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity manual-switch {
    base lsp-protection-state;
    description
      "A manual switchover command is active.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity wait-to-restore {
    base lsp-protection-state;
    description
      "A WTR timer is running.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity do-not-revert {
    base lsp-protection-state;
    description
      "A Do Not Revert (DNR) condition is active because of
       non-revertive behavior.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity failure-of-protocol {
    base lsp-protection-state;
    description
      "LSP protection is not working because of a protocol failure
       condition.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity protection-external-commands {
    description
      "Base identity from which protection-related external commands
       used for troubleshooting purposes are derived.";
  }

  identity action-freeze {
    base protection-external-commands;
    description
      "A temporary configuration action initiated by an operator
       command that prevents any switchover action from being taken
       and, as such, freezes the current state.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity clear-freeze {
    base protection-external-commands;
    description
      "An action that clears the active freeze state.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity action-lockout-of-normal {
    base protection-external-commands;
    description
      "A temporary configuration action initiated by an operator
       command to ensure that the normal traffic is not allowed
       to use the protection transport entity.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity clear-lockout-of-normal {
    base protection-external-commands;
    description
      "An action that clears the active lockout of the
       normal state.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity action-lockout-of-protection {
    base protection-external-commands;
    description
      "A temporary configuration action initiated by an operator
       command to ensure that the protection transport entity is
       temporarily not available to transport a traffic signal
       (either normal or Extra-Traffic).";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity action-forced-switch {
    base protection-external-commands;
    description
      "A switchover action initiated by an operator command to switch
       the Extra-Traffic signal, the normal traffic signal, or the
       null signal to the protection transport entity, unless a
       switchover command of equal or higher priority is in effect.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity action-manual-switch {
    base protection-external-commands;
    description
      "A switchover action initiated by an operator command to switch
       the Extra-Traffic signal, the normal traffic signal, or
       the null signal to the protection transport entity, unless
       a fault condition exists on other transport entities or a
       switchover command of equal or higher priority is in effect.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  // CHANGE NOTE: The description and reference of the 
  // identity action-exercise have been updated in this module 
  // revision
  // RFC Editor: remove the note above and this note
  identity action-exercise {
    base protection-external-commands;
    description
      "An action that starts testing whether or not Automatic 
       Protection Switching (APS) communication is operating 
       correctly.  It is of lower priority than any
       other state or command.";
    reference
      "ITU-T G.808.1 v4.0 (05/2014): Generic protection switching - 
      Linear trail and subnetwork protection";
  }

  identity clear {
    base protection-external-commands;
    description
      "An action that clears the active near-end lockout of a
       protection, forced switchover, manual switchover, WTR state,
       or exercise command.";
    reference
      "RFC 4427: Recovery (Protection and Restoration) Terminology
       for Generalized Multi-Protocol Label Switching (GMPLS)";
  }

  identity switching-capabilities {
    description
      "Base identity for interface switching capabilities.";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity switching-psc1 {
    base switching-capabilities;
    description
      "Packet-Switch Capable-1 (PSC-1).";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity switching-evpl {
    base switching-capabilities;
    description
      "Ethernet Virtual Private Line (EVPL).";
    reference
      "RFC 6004: Generalized MPLS (GMPLS) Support for Metro Ethernet
       Forum and G.8011 Ethernet Service Switching";
  }

  identity switching-l2sc {
    base switching-capabilities;
    description
      "Layer-2 Switch Capable (L2SC).";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity switching-tdm {
    base switching-capabilities;
    description
      "Time-Division-Multiplex Capable (TDM).";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity switching-otn {
    base switching-capabilities;
    description
      "OTN-TDM capable.";
    reference
      "RFC 7138: Traffic Engineering Extensions to OSPF for GMPLS
       Control of Evolving G.709 Optical Transport Networks";
  }

  identity switching-dcsc {
    base switching-capabilities;
    description
      "Data Channel Switching Capable (DCSC).";
    reference
      "RFC 6002: Generalized MPLS (GMPLS) Data Channel
       Switching Capable (DCSC) and Channel Set Label Extensions";
  }

  identity switching-lsc {
    base switching-capabilities;
    description
      "Lambda-Switch Capable (LSC).";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity switching-fsc {
    base switching-capabilities;
    description
      "Fiber-Switch Capable (FSC).";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity lsp-encoding-types {
    description
      "Base identity for encoding types.";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity lsp-encoding-packet {
    base lsp-encoding-types;
    description
      "Packet LSP encoding.";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity lsp-encoding-ethernet {
    base lsp-encoding-types;
    description
      "Ethernet LSP encoding.";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity lsp-encoding-pdh {
    base lsp-encoding-types;
    description
      "ANSI/ETSI PDH LSP encoding.";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity lsp-encoding-sdh {
    base lsp-encoding-types;
    description
      "SDH ITU-T G.707 / SONET ANSI T1.105 LSP encoding.";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity lsp-encoding-digital-wrapper {
    base lsp-encoding-types;
    description
      "Digital Wrapper LSP encoding.";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity lsp-encoding-lambda {
    base lsp-encoding-types;
    description
      "Lambda (photonic) LSP encoding.";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity lsp-encoding-fiber {
    base lsp-encoding-types;
    description
      "Fiber LSP encoding.";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity lsp-encoding-fiber-channel {
    base lsp-encoding-types;
    description
      "FiberChannel LSP encoding.";
    reference
      "RFC 3471: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Functional Description";
  }

  identity lsp-encoding-oduk {
    base lsp-encoding-types;
    description
      "G.709 ODUk (Digital Path) LSP encoding.";
    reference
      "RFC 4328: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Extensions for G.709 Optical Transport Networks
       Control";
  }

  identity lsp-encoding-optical-channel {
    base lsp-encoding-types;
    description
      "G.709 Optical Channel LSP encoding.";
    reference
      "RFC 4328: Generalized Multi-Protocol Label Switching (GMPLS)
       Signaling Extensions for G.709 Optical Transport Networks
       Control";
  }

  identity lsp-encoding-line {
    base lsp-encoding-types;
    description
      "Line (e.g., 8B/10B) LSP encoding.";
    reference
      "RFC 6004: Generalized MPLS (GMPLS) Support for Metro
       Ethernet Forum and G.8011 Ethernet Service Switching";
  }

  identity path-signaling-type {
    description
      "Base identity from which specific LSP path setup types
       are derived.";
  }

  identity path-setup-static {
    base path-signaling-type;
    description
      "Static LSP provisioning path setup.";
  }

  identity path-setup-rsvp {
    base path-signaling-type;
    description
      "RSVP-TE signaling path setup.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
  }

  identity path-setup-sr {
    base path-signaling-type;
    description
      "Segment-routing path setup.";
  }

  identity path-scope-type {
    description
      "Base identity from which specific path scope types are
       derived.";
  }

  identity path-scope-segment {
    base path-scope-type;
    description
      "Path scope segment.";
    reference
      "RFC 4873: GMPLS Segment Recovery";
  }

  identity path-scope-end-to-end {
    base path-scope-type;
    description
      "Path scope end to end.";
    reference
      "RFC 4873: GMPLS Segment Recovery";
  }

  identity route-usage-type {
    description
      "Base identity for route usage.";
  }

  identity route-include-object {
    base route-usage-type;
    description
      "'Include route' object.";
  }

  identity route-exclude-object {
    base route-usage-type;
    description
      "'Exclude route' object.";
    reference
      "RFC 4874: Exclude Routes - Extension to Resource ReserVation
       Protocol-Traffic Engineering (RSVP-TE)";
  }

  identity route-exclude-srlg {
    base route-usage-type;
    description
      "Excludes SRLGs.";
    reference
      "RFC 4874: Exclude Routes - Extension to Resource ReserVation
       Protocol-Traffic Engineering (RSVP-TE)";
  }

  // CHANGE NOTE: The description of the identity path-metric-type
  // has been updated in this module revision
  // RFC Editor: remove the note above and this note
  identity path-metric-type {
    description
      "Base identity for the path metric type.
      
      Derived identities SHOULD describe the unit and maximum value
      of the path metric types they define.";
  }

  identity path-metric-te {
    base path-metric-type;
    description
      "TE path metric.";
    reference
      "RFC 3785: Use of Interior Gateway Protocol (IGP) Metric as a
       second MPLS Traffic Engineering (TE) Metric";
  }

  identity path-metric-igp {
    base path-metric-type;
    description
      "IGP path metric.";
    reference
      "RFC 3785: Use of Interior Gateway Protocol (IGP) Metric as a
       second MPLS Traffic Engineering (TE) Metric";
  }

  // CHANGE NOTE: The reference for the identity path-metric-hop
  // has been added in this module revision
  // RFC Editor: remove the note above and this note
  identity path-metric-hop {
    base path-metric-type;
    description
      "Hop path metric.";
    reference
      "RFC5440: Path Computation Element (PCE) Communication
      Protocol (PCEP)";
  }


  identity path-metric-delay-average {
    base path-metric-type;
    description
      "Average unidirectional link delay.";
    reference
      "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions";
  }

  identity path-metric-delay-minimum {
    base path-metric-type;
    description
      "Minimum unidirectional link delay.";
    reference
      "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions";
  }

  identity path-metric-residual-bandwidth {
    base path-metric-type;
    description
      "Unidirectional Residual Bandwidth, which is defined to be
       Maximum Bandwidth (RFC 3630) minus the bandwidth currently
       allocated to LSPs.";
    reference
      "RFC 3630: Traffic Engineering (TE) Extensions to OSPF
       Version 2
       RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions";
  }

  identity path-metric-optimize-includes {
    base path-metric-type;
    description
      "A metric that optimizes the number of included resources
       specified in a set.";
  }

  identity path-metric-optimize-excludes {
    base path-metric-type;
    description
      "A metric that optimizes to a maximum the number of excluded
       resources specified in a set.";
  }

  identity path-tiebreaker-type {
    description
      "Base identity for the path tiebreaker type.";
  }

  identity path-tiebreaker-minfill {
    base path-tiebreaker-type;
    description
      "Min-Fill LSP path placement.";
  }

  identity path-tiebreaker-maxfill {
    base path-tiebreaker-type;
    description
      "Max-Fill LSP path placement.";
  }

  identity path-tiebreaker-random {
    base path-tiebreaker-type;
    description
      "Random LSP path placement.";
  }

  identity resource-affinities-type {
    description
      "Base identity for resource class affinities.";
    reference
      "RFC 2702: Requirements for Traffic Engineering Over MPLS";
  }

  identity resource-aff-include-all {
    base resource-affinities-type;
    description
      "The set of attribute filters associated with a
       tunnel, all of which must be present for a link
       to be acceptable.";
    reference
      "RFC 2702: Requirements for Traffic Engineering Over MPLS
       RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
  }

  identity resource-aff-include-any {
    base resource-affinities-type;
    description
      "The set of attribute filters associated with a
       tunnel, any of which must be present for a link
       to be acceptable.";
    reference
      "RFC 2702: Requirements for Traffic Engineering Over MPLS
       RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
  }

  identity resource-aff-exclude-any {
    base resource-affinities-type;
    description
      "The set of attribute filters associated with a
       tunnel, any of which renders a link unacceptable.";
    reference
      "RFC 2702: Requirements for Traffic Engineering Over MPLS
       RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
  }

  identity te-optimization-criterion {
    description
      "Base identity for the TE optimization criteria.";
    reference
      "RFC 3272: Overview and Principles of Internet Traffic
       Engineering";
  }

  identity not-optimized {
    base te-optimization-criterion;
    description
      "Optimization is not applied.";
  }

  identity cost {
    base te-optimization-criterion;
    description
      "Optimized on cost.";
    reference
      "RFC 5541: Encoding of Objective Functions in the Path
       Computation Element Communication Protocol (PCEP)";
  }

  identity delay {
    base te-optimization-criterion;
    description
      "Optimized on delay.";
    reference
      "RFC 5541: Encoding of Objective Functions in the Path
       Computation Element Communication Protocol (PCEP)";
  }

  identity path-computation-srlg-type {
    description
      "Base identity for SRLG path computation.";
  }

  identity srlg-ignore {
    base path-computation-srlg-type;
    description
      "Ignores SRLGs in the path computation.";
  }

  identity srlg-strict {
    base path-computation-srlg-type;
    description
      "Includes a strict SRLG check in the path computation.";
  }

  identity srlg-preferred {
    base path-computation-srlg-type;
    description
      "Includes a preferred SRLG check in the path computation.";
  }

  identity srlg-weighted {
    base path-computation-srlg-type;
    description
      "Includes a weighted SRLG check in the path computation.";
  }

  // CHANGE NOTE: The base identity path-computation-error-reason 
  // and its derived identities below have been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  identity path-computation-error-reason {
    description
      "Base identity for path computation error reasons.";
  }

    identity path-computation-error-path-not-found {
      base path-computation-error-reason;
      description
        "Path computation has failed because of an unspecified 
        reason.";
      reference
        "Section 7.5 of RFC5440: Path Computation Element (PCE)
        Communication Protocol (PCEP)";
    }

    identity path-computation-error-no-topology {
      base path-computation-error-reason;
      description
        "Path computation has failed because there is no topology
        with the provided topology-identifier.";
    }

    identity path-computation-error-no-dependent-server {
      base path-computation-error-reason;
      description
        "Path computation has failed because one or more dependent
        path computation servers are unavailable.

        The dependent path computation server could be
        a Backward-Recursive Path Computation (BRPC) downstream
        PCE or a child PCE.";
      reference
        "RFC5441, RFC8685";
    }

    identity path-computation-error-pce-unavailable {
      base path-computation-error-reason;
      description
        "Path computation has failed because PCE is not available.
        
        It corresponds to bit 31 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC5440: Path Computation Element (PCE) Communication
        Protocol (PCEP);
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-no-inclusion-hop {
      base path-computation-error-reason;
      description
        "Path computation has failed because there is no
        node or link provided by one or more inclusion hops.";
    }

    identity path-computation-error-destination-unknown-in-domain {
      base path-computation-error-reason;
      description
        "Path computation has failed because the destination node is
        unknown in indicated destination domain.
        
        It corresponds to bit 19 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC8685;
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-no-resource {
      base path-computation-error-reason;
      description
        "Path computation has failed because there is no
        available resource in one or more domains.
        
        It corresponds to bit 20 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC8685;
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-child-pce-unresponsive {
      base path-computation-error-no-dependent-server;
      description
        "Path computation has failed because child PCE is not
        responsive.
        
        It corresponds to bit 21 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC8685;
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-destination-domain-unknown {
      base path-computation-error-reason;
      description
        "Path computation has failed because the destination domain
        was unknown.
        
        It corresponds to bit 22 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC8685;
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-p2mp {
      base path-computation-error-reason;
      description
        "Path computation has failed because of P2MP reachability
        problem.
        
        It corresponds to bit 24 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC8306;
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-no-gco-migration {
      base path-computation-error-reason;
      description
        "Path computation has failed because of no Global Concurrent
        Optimization (GCO) migration path found.
        
        It corresponds to bit 26 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC5557;
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-no-gco-solution {
      base path-computation-error-reason;
      description
        "Path computation has failed because of no GCO solution
        found.
        
        It corresponds to bit 25 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC5557;
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-pks-expansion {
      base path-computation-error-reason;
      description
        "Path computation has failed because of Path-Key Subobject
        (PKS)  expansion failure.
        
        It corresponds to bit 27 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC5520;
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-brpc-chain-unavailable {
      base path-computation-error-no-dependent-server;
      description
        "Path computation has failed because PCE BRPC chain
        unavailable.
        
        It corresponds to bit 28 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC5441;
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-source-unknown {
      base path-computation-error-reason;
      description
        "Path computation has failed because source node is 
        unknown.
        
        It corresponds to bit 29 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC5440: Path Computation Element (PCE) Communication
        Protocol (PCEP);
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-destination-unknown {
      base path-computation-error-reason;
      description
        "Path computation has failed because destination node is
        unknown.
        
        It corresponds to bit 30 of the Flags field of the 
        NO-PATH-VECTOR TLV.";
      reference
        "RFC5440: Path Computation Element (PCE) Communication
        Protocol (PCEP);
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

    identity path-computation-error-no-server {
      base path-computation-error-reason;
      description
        "Path computation has failed because path computation
        server is unavailable.";
      reference
        "RFC5440: Path Computation Element (PCE) Communication
        Protocol (PCEP);
        
        https://www.iana.org/assignments/pcep/pcep.xhtml";
    }

  // CHANGE NOTE: The base identity protocol-origin-type and 
  // its derived identities below have been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  identity protocol-origin-type {
    description
      "Base identity for protocol origin type.";
  }

    identity protocol-origin-api {
      base protocol-origin-type;
      description
        "Protocol origin is via Application Programmable Interface
        (API).";
    }

    identity protocol-origin-pcep {
      base protocol-origin-type;
      description
        "Protocol origin is Path Computation Engine Protocol 
        (PCEP).";
      reference
        "RFC5440: Path Computation Element (PCE) Communication
        Protocol (PCEP)";
    }

    identity protocol-origin-bgp {
      base protocol-origin-type;
      description
        "Protocol origin is Border Gateway Protocol (BGP).";
      reference "RFC9012";
    }

  // CHANGE NOTE: The base identity svec-objective-function-type 
  // and its derived identities below have been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  identity svec-objective-function-type {
    description
      "Base identity for SVEC objective function type.";
    reference
      "RFC5541: Encoding of Objective Functions in the Path
       Computation Element Communication Protocol (PCEP).";
  }

    identity svec-of-minimize-agg-bandwidth-consumption {
      base svec-objective-function-type;
      description
        "Objective function for minimizing aggregate bandwidth 
        consumption (MBC).";
      reference
        "RFC5541: Encoding of Objective Functions in the Path
        Computation Element Communication Protocol (PCEP).";
    }

    identity svec-of-minimize-load-most-loaded-link {
      base svec-objective-function-type;
      description
        "Objective function for minimizing the load on the link that 
        is carrying the highest load (MLL).";
      reference
        "RFC5541: Encoding of Objective Functions in the Path
        Computation Element Communication Protocol (PCEP).";
    }

    identity svec-of-minimize-cost-path-set {
      base svec-objective-function-type;
      description
        "Objective function for minimizing the cost on a path set 
        (MCC).";
      reference
        "RFC5541: Encoding of Objective Functions in the Path
        Computation Element Communication Protocol (PCEP).";
    }

    identity svec-of-minimize-common-transit-domain {
      base svec-objective-function-type;
      description
        "Objective function for minimizing the number of common 
        transit domains (MCTD).";
      reference
        "RFC8685: Path Computation Element Communication Protocol 
        (PCEP) Extensions for the Hierarchical Path Computation 
        Element (H-PCE) Architecture.";
    }

    identity svec-of-minimize-shared-link {
      base svec-objective-function-type;
      description
        "Objective function for minimizing the number of shared 
        links (MSL).";
      reference
        "RFC8685: Path Computation Element Communication Protocol 
        (PCEP) Extensions for the Hierarchical Path Computation 
        Element (H-PCE) Architecture.";
    }

    identity svec-of-minimize-shared-srlg {
      base svec-objective-function-type;
      description
        "Objective function for minimizing the number of shared 
        Shared Risk Link Groups (SRLG) (MSS).";
      reference
        "RFC8685: Path Computation Element Communication Protocol 
        (PCEP) Extensions for the Hierarchical Path Computation 
        Element (H-PCE) Architecture.";
    }

    identity svec-of-minimize-shared-nodes {
      base svec-objective-function-type;
      description
        "Objective function for minimizing the number of shared 
        nodes (MSN).";
      reference
        "RFC8685: Path Computation Element Communication Protocol 
        (PCEP) Extensions for the Hierarchical Path Computation 
        Element (H-PCE) Architecture.";
    }

  // CHANGE NOTE: The base identity svec-metric-type and 
  // its derived identities below have been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  identity svec-metric-type {
    description
      "Base identity for SVEC metric type.";
    reference
      "RFC5541: Encoding of Objective Functions in the Path
       Computation Element Communication Protocol (PCEP).";
  }

    identity svec-metric-cumul-te {
      base svec-metric-type;
      description
        "Cumulative TE cost.";
      reference
        "RFC5541: Encoding of Objective Functions in the Path
        Computation Element Communication Protocol (PCEP).";
    }

    identity svec-metric-cumul-igp {
      base svec-metric-type;
      description
        "Cumulative IGP cost.";
      reference
        "RFC5541: Encoding of Objective Functions in the Path
        Computation Element Communication Protocol (PCEP).";
    }

    identity svec-metric-cumul-hop {
      base svec-metric-type;
      description
        "Cumulative Hop path metric.";
      reference
        "RFC5541: Encoding of Objective Functions in the Path
        Computation Element Communication Protocol (PCEP).";
    }

    identity svec-metric-aggregate-bandwidth-consumption {
      base svec-metric-type;
      description
        "Aggregate bandwidth consumption.";
      reference
        "RFC5541: Encoding of Objective Functions in the Path
        Computation Element Communication Protocol (PCEP).";
    }

    identity svec-metric-load-of-the-most-loaded-link {
      base svec-metric-type;
      description
        "Load of the most loaded link.";
      reference
        "RFC5541: Encoding of Objective Functions in the Path
        Computation Element Communication Protocol (PCEP).";
    }

  /**
   * TE bandwidth groupings
   **/

  grouping te-bandwidth {
    description
      "This grouping defines the generic TE bandwidth.
       For some known data-plane technologies, specific modeling
       structures are specified.  The string-encoded 'te-bandwidth'
       type is used for unspecified technologies.
       The modeling structure can be augmented later for other
       technologies.";
    container te-bandwidth {
      description
        "Container that specifies TE bandwidth.  The choices
         can be augmented for specific data-plane technologies.";
      choice technology {
        default "generic";
        description
          "Data-plane technology type.";
        case generic {
          leaf generic {
            type te-bandwidth;
            description
              "Bandwidth specified in a generic format.";
          }
        }
      }
    }
  }

  /**
   * TE label groupings
   **/

  grouping te-label {
    description
      "This grouping defines the generic TE label.
       The modeling structure can be augmented for each technology.
       For unspecified technologies, 'rt-types:generalized-label'
       is used.";
    container te-label {
      description
        "Container that specifies the TE label.  The choices can
         be augmented for specific data-plane technologies.";
      choice technology {
        default "generic";
        description
          "Data-plane technology type.";
        case generic {
          leaf generic {
            type rt-types:generalized-label;
            description
              "TE label specified in a generic format.";
          }
        }
      }
      leaf direction {
        type te-label-direction;
        default "forward";
        description
          "Label direction.";
      }
    }
  }

  grouping te-topology-identifier {
    description
      "Augmentation for a TE topology.";
    container te-topology-identifier {
      description
        "TE topology identifier container.";
      leaf provider-id {
        type te-global-id;
        default "0";
        description
          "An identifier to uniquely identify a provider.
           If omitted, it assumes that the topology provider ID
           value = 0 (the default).";
      }
      leaf client-id {
        type te-global-id;
        default "0";
        description
          "An identifier to uniquely identify a client.
           If omitted, it assumes that the topology client ID
           value = 0 (the default).";
      }
      leaf topology-id {
        type te-topology-id;
        default "";
        description
          "When the datastore contains several topologies,
           'topology-id' distinguishes between them.  If omitted,
           the default (empty) string for this leaf is assumed.";
      }
    }
  }

  /**
   * TE performance metrics groupings
   **/

  grouping performance-metrics-one-way-delay-loss {
    description
      "Performance Metrics (PM) information in real time that can
       be applicable to links or connections.  PM defined in this
       grouping are applicable to generic TE PM as well as packet TE
       PM.";
    reference
      "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions
       RFC 7823: Performance-Based Path Selection for Explicitly
       Routed Label Switched Paths (LSPs) Using TE Metric
       Extensions
       RFC 8570: IS-IS Traffic Engineering (TE) Metric Extensions";
    leaf one-way-delay {
      type uint32 {
        range "0..16777215";
      }
      description
        "One-way delay or latency in microseconds.";
    }
    leaf one-way-delay-normality {
      type te-types:performance-metrics-normality;
      description
        "One-way delay normality.";
    }
  }

  grouping performance-metrics-two-way-delay-loss {
    description
      "PM information in real time that can be applicable to links or
       connections.  PM defined in this grouping are applicable to
       generic TE PM as well as packet TE PM.";
    reference
      "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions
       RFC 7823: Performance-Based Path Selection for Explicitly
       Routed Label Switched Paths (LSPs) Using TE Metric
       Extensions
       RFC 8570: IS-IS Traffic Engineering (TE) Metric Extensions";
    leaf two-way-delay {
      type uint32 {
        range "0..16777215";
      }
      description
        "Two-way delay or latency in microseconds.";
    }
    leaf two-way-delay-normality {
      type te-types:performance-metrics-normality;
      description
        "Two-way delay normality.";
    }
  }

  grouping performance-metrics-one-way-bandwidth {
    description
      "PM information in real time that can be applicable to links.
       PM defined in this grouping are applicable to generic TE PM
       as well as packet TE PM.";
    reference
      "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions
       RFC 7823: Performance-Based Path Selection for Explicitly
       Routed Label Switched Paths (LSPs) Using TE Metric
       Extensions
       RFC 8570: IS-IS Traffic Engineering (TE) Metric Extensions";
    leaf one-way-residual-bandwidth {
      type rt-types:bandwidth-ieee-float32;
      units "bytes per second";
      default "0x0p0";
      description
        "Residual bandwidth that subtracts tunnel reservations from
         Maximum Bandwidth (or link capacity) (RFC 3630) and
         provides an aggregated remainder across QoS classes.";
      reference
        "RFC 3630: Traffic Engineering (TE) Extensions to OSPF
         Version 2";
    }
    leaf one-way-residual-bandwidth-normality {
      type te-types:performance-metrics-normality;
      default "normal";
      description
        "Residual bandwidth normality.";
    }
    leaf one-way-available-bandwidth {
      type rt-types:bandwidth-ieee-float32;
      units "bytes per second";
      default "0x0p0";
      description
        "Available bandwidth that is defined to be residual
         bandwidth minus the measured bandwidth used for the
         actual forwarding of non-RSVP-TE LSP packets.  For a
         bundled link, available bandwidth is defined to be the
         sum of the component link available bandwidths.";
    }
    leaf one-way-available-bandwidth-normality {
      type te-types:performance-metrics-normality;
      default "normal";
      description
        "Available bandwidth normality.";
    }
    leaf one-way-utilized-bandwidth {
      type rt-types:bandwidth-ieee-float32;
      units "bytes per second";
      default "0x0p0";
      description
        "Bandwidth utilization that represents the actual
         utilization of the link (i.e., as measured in the router).
         For a bundled link, bandwidth utilization is defined to
         be the sum of the component link bandwidth utilizations.";
    }
    leaf one-way-utilized-bandwidth-normality {
      type te-types:performance-metrics-normality;
      default "normal";
      description
        "Bandwidth utilization normality.";
    }
  }

  grouping one-way-performance-metrics {
    description
      "One-way PM throttle grouping.";
    leaf one-way-delay {
      type uint32 {
        range "0..16777215";
      }
      default "0";
      description
        "One-way delay or latency in microseconds.";
    }
    leaf one-way-residual-bandwidth {
      type rt-types:bandwidth-ieee-float32;
      units "bytes per second";
      default "0x0p0";
      description
        "Residual bandwidth that subtracts tunnel reservations from
         Maximum Bandwidth (or link capacity) (RFC 3630) and
         provides an aggregated remainder across QoS classes.";
      reference
        "RFC 3630: Traffic Engineering (TE) Extensions to OSPF
         Version 2";
    }
    leaf one-way-available-bandwidth {
      type rt-types:bandwidth-ieee-float32;
      units "bytes per second";
      default "0x0p0";
      description
        "Available bandwidth that is defined to be residual
         bandwidth minus the measured bandwidth used for the
         actual forwarding of non-RSVP-TE LSP packets.  For a
         bundled link, available bandwidth is defined to be the
         sum of the component link available bandwidths.";
    }
    leaf one-way-utilized-bandwidth {
      type rt-types:bandwidth-ieee-float32;
      units "bytes per second";
      default "0x0p0";
      description
        "Bandwidth utilization that represents the actual
         utilization of the link (i.e., as measured in the router).
         For a bundled link, bandwidth utilization is defined to
         be the sum of the component link bandwidth utilizations.";
    }
  }

  grouping two-way-performance-metrics {
    description
      "Two-way PM throttle grouping.";
    leaf two-way-delay {
      type uint32 {
        range "0..16777215";
      }
      default "0";
      description
        "Two-way delay or latency in microseconds.";
    }
  }

  grouping performance-metrics-thresholds {
    description
      "Grouping for configurable thresholds for measured
       attributes.";
    uses one-way-performance-metrics;
    uses two-way-performance-metrics;
  }

  grouping performance-metrics-attributes {
    description
      "Contains PM attributes.";
    container performance-metrics-one-way {
      description
        "One-way link performance information in real time.";
      reference
        "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions
         RFC 7823: Performance-Based Path Selection for Explicitly
         Routed Label Switched Paths (LSPs) Using TE Metric
         Extensions
         RFC 8570: IS-IS Traffic Engineering (TE) Metric Extensions";
      uses performance-metrics-one-way-delay-loss;
      uses performance-metrics-one-way-bandwidth;
    }
    container performance-metrics-two-way {
      description
        "Two-way link performance information in real time.";
      reference
        "RFC 6374: Packet Loss and Delay Measurement for MPLS
         Networks";
      uses performance-metrics-two-way-delay-loss;
    }
  }

  grouping performance-metrics-throttle-container {
    description
      "Controls PM throttling.";
    container throttle {
      must 'suppression-interval >= measure-interval' {
        error-message "'suppression-interval' cannot be less than "
                    + "'measure-interval'.";
        description
          "Constraint on 'suppression-interval' and
           'measure-interval'.";
      }
      description
        "Link performance information in real time.";
      reference
        "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions
         RFC 7823: Performance-Based Path Selection for Explicitly
         Routed Label Switched Paths (LSPs) Using TE Metric
         Extensions
         RFC 8570: IS-IS Traffic Engineering (TE) Metric Extensions";
      leaf one-way-delay-offset {
        type uint32 {
          range "0..16777215";
        }
        default "0";
        description
          "Offset value to be added to the measured delay value.";
      }
      leaf measure-interval {
        type uint32;
        default "30";
        description
          "Interval, in seconds, to measure the extended metric
           values.";
      }
      leaf advertisement-interval {
        type uint32;
        default "0";
        description
          "Interval, in seconds, to advertise the extended metric
           values.";
      }
      leaf suppression-interval {
        type uint32 {
          range "1..max";
        }
        default "120";
        description
          "Interval, in seconds, to suppress advertisement of the
           extended metric values.";
        reference
          "RFC 8570: IS-IS Traffic Engineering (TE) Metric
           Extensions, Section 6";
      }
      container threshold-out {
        uses performance-metrics-thresholds;
        description
          "If the measured parameter falls outside an upper bound
           for all but the minimum-delay metric (or a lower bound
           for the minimum-delay metric only) and the advertised
           value is not already outside that bound, an 'anomalous'
           announcement (anomalous bit set) will be triggered.";
      }
      container threshold-in {
        uses performance-metrics-thresholds;
        description
          "If the measured parameter falls inside an upper bound
           for all but the minimum-delay metric (or a lower bound
           for the minimum-delay metric only) and the advertised
           value is not already inside that bound, a 'normal'
           announcement (anomalous bit cleared) will be triggered.";
      }
      container threshold-accelerated-advertisement {
        description
          "When the difference between the last advertised value and
           the current measured value exceeds this threshold, an
           'anomalous' announcement (anomalous bit set) will be
           triggered.";
        uses performance-metrics-thresholds;
      }
    }
  }

  /**
   * TE tunnel generic groupings
   **/

  // CHANGE NOTE: The explicit-route-hop grouping below has been
  // updated in this module revision
  // RFC Editor: remove the note above and this note
  grouping explicit-route-hop {
    description
      "The explicit route entry grouping.";
    choice type {
      description
        "The explicit route entry type.";
      case numbered-node-hop {
        container numbered-node-hop {
          must "node-id-uri or node-id" {
            description
              "At least one node identifier MUST be present.";
          }
          leaf node-id-uri {
            type nw:node-id;
            description
              "The identifier of a node in the topology.";
          }
          leaf node-id {
            type te-node-id;
            description
              "The identifier of a node in the TE topology.";
          }
          leaf hop-type {
            type te-hop-type;
            default "strict";
            description
              "Strict or loose hop.";
          }
          description
            "Numbered node route hop.";
          reference
            "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
             Section 4.3, EXPLICIT_ROUTE in RSVP-TE
             RFC 3477: Signalling Unnumbered Links in Resource
             ReSerVation Protocol - Traffic Engineering (RSVP-TE)";
        }
      }
      case numbered-link-hop {
        container numbered-link-hop {
          leaf link-tp-id {
            type te-tp-id;
            mandatory true;
            description
              "TE Link Termination Point (LTP) identifier.";
          }
          leaf hop-type {
            type te-hop-type;
            default "strict";
            description
              "Strict or loose hop.";
          }
          leaf direction {
            type te-link-direction;
            default "outgoing";
            description
              "Link route object direction.";
          }
          description
            "Numbered link explicit route hop.";
          reference
            "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
             Section 4.3, EXPLICIT_ROUTE in RSVP-TE
             RFC 3477: Signalling Unnumbered Links in Resource
             ReSerVation Protocol - Traffic Engineering (RSVP-TE)";
        }
      }
      case unnumbered-link-hop {
        container unnumbered-link-hop {
          must "(link-tp-id-uri or link-tp-id) and " +
                "(node-id-uri or node-id)" {
            description
              "At least one node identifier and at least one Link 
              Termination Point (LTP) identifier MUST be present.";
          }
          leaf link-tp-id-uri {
            type nt:tp-id;
            description
              "Link Termination Point (LTP) identifier.";
          }
          leaf link-tp-id {
            type te-tp-id;
            description
              "TE LTP identifier.  The combination of the TE link ID
               and the TE node ID is used to identify an unnumbered
               TE link.";
          }
          leaf node-id-uri {
            type nw:node-id;
            description
              "The identifier of a node in the topology.";
          }
          leaf node-id {
            type te-node-id;
            description
              "The identifier of a node in the TE topology.";
          }
          leaf hop-type {
            type te-hop-type;
            default "strict";
            description
              "Strict or loose hop.";
          }
          leaf direction {
            type te-link-direction;
            default "outgoing";
            description
              "Link route object direction.";
          }
          description
            "Unnumbered link explicit route hop.";
          reference
            "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
             Section 4.3, EXPLICIT_ROUTE in RSVP-TE
             RFC 3477: Signalling Unnumbered Links in Resource
             ReSerVation Protocol - Traffic Engineering (RSVP-TE)";
        }
      }
      case as-number {
        container as-number-hop {
          leaf as-number {
            type inet:as-number;
            mandatory true;
            description
              "The Autonomous System (AS) number.";
          }
          leaf hop-type {
            type te-hop-type;
            default "strict";
            description
              "Strict or loose hop.";
          }
          description
            "AS explicit route hop.";
        }
      }
      case label {
        container label-hop {
          description
            "Label hop type.";
          uses te-label;
        }
        description
          "The label explicit route hop type.";
      }
    }
  }

  grouping record-route-state {
    description
      "The Record Route grouping.";
    leaf index {
      type uint32;
      description
        "Record Route hop index.  The index is used to
         identify an entry in the list.  The order of entries
         is defined by the user without relying on key values.";
    }
    choice type {
      description
        "The Record Route entry type.";
      case numbered-node-hop {
        container numbered-node-hop {
          must "node-id-uri or node-id" {
            description
              "At least one node identifier MUST be present.";
          }
          description
            "Numbered node route hop container.";
          leaf node-id-uri {
            type nw:node-id;
            description
              "The identifier of a node in the topology.";
          }
          leaf node-id {
            type te-node-id;
            description
              "The identifier of a node in the TE topology.";
          }
          leaf-list flags {
            type path-attribute-flags;
            description
              "Path attributes flags.";
            reference
              "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels
               RFC 4090: Fast Reroute Extensions to RSVP-TE for LSP
               Tunnels
               RFC 4561: Definition of a Record Route Object (RRO)
               Node-Id Sub-Object";
          }
        }
        description
          "Numbered node route hop.";
      }
      case numbered-link-hop {
        container numbered-link-hop {
          description
            "Numbered link route hop container.";
          leaf link-tp-id {
            type te-tp-id;
            mandatory true;
            description
              "Numbered TE LTP identifier.";
          }
          leaf-list flags {
            type path-attribute-flags;
            description
              "Path attributes flags.";
            reference
              "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels
               RFC 4090: Fast Reroute Extensions to RSVP-TE for LSP
               Tunnels
               RFC 4561: Definition of a Record Route Object (RRO)
               Node-Id Sub-Object";
          }
        }
        description
          "Numbered link route hop.";
      }
      case unnumbered-link-hop {
        container unnumbered-link-hop {
          must "(link-tp-id-uri or link-tp-id) and " +
              "(node-id-uri or node-id)" {
            description
              "At least one node identifier and at least one Link 
              Termination Point (LTP) identifier MUST be present.";
          }
          leaf link-tp-id-uri {
            type nt:tp-id;
            description
              "Link Termination Point (LTP) identifier.";
          }
          leaf link-tp-id {
            type te-tp-id;
            description
              "TE LTP identifier.  The combination of the TE link ID
               and the TE node ID is used to identify an unnumbered
               TE link.";
          }
          leaf node-id-uri {
            type nw:node-id;
            description
              "The identifier of a node in the topology.";
          }
          leaf node-id {
            type te-node-id;
            description
              "The identifier of a node in the TE topology.";
          }
          leaf-list flags {
            type path-attribute-flags;
            description
              "Path attributes flags.";
            reference
              "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels
               RFC 4090: Fast Reroute Extensions to RSVP-TE for LSP
               Tunnels
               RFC 4561: Definition of a Record Route Object (RRO)
               Node-Id Sub-Object";
          }
          description
            "Unnumbered link Record Route hop.";
          reference
            "RFC 3477: Signalling Unnumbered Links in Resource
             ReSerVation Protocol - Traffic Engineering (RSVP-TE)";
        }
        description
          "Unnumbered link route hop.";
      }
      case label {
        container label-hop {
          description
            "Label route hop type.";
          uses te-label;
          leaf-list flags {
            type path-attribute-flags;
            description
              "Path attributes flags.";
            reference
              "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels
               RFC 4090: Fast Reroute Extensions to RSVP-TE for LSP
               Tunnels
               RFC 4561: Definition of a Record Route Object (RRO)
               Node-Id Sub-Object";
          }
        }
        description
          "The label Record Route entry types.";
      }
    }
  }

  grouping label-restriction-info {
    description
      "Label set item information.";
    leaf restriction {
      type enumeration {
        enum inclusive {
          description
            "The label or label range is inclusive.";
        }
        enum exclusive {
          description
            "The label or label range is exclusive.";
        }
      }
      default "inclusive";
      description
        "Indicates whether the list item is inclusive or exclusive.";
    }
    leaf index {
      type uint32;
      description
        "The index of the label restriction list entry.";
    }
    container label-start {
      must "(not(../label-end/te-label/direction) and"
         + " not(te-label/direction))"
         + " or "
         + "(../label-end/te-label/direction = te-label/direction)"
         + " or "
         + "(not(te-label/direction) and"
         + " (../label-end/te-label/direction = 'forward'))"
         + " or "
         + "(not(../label-end/te-label/direction) and"
         + " (te-label/direction = 'forward'))" {
        error-message "'label-start' and 'label-end' must have the "
                    + "same direction.";
      }
      description
        "This is the starting label if a label range is specified.
         This is the label value if a single label is specified,
         in which case the 'label-end' attribute is not set.";
      uses te-label;
    }
    container label-end {
      must "(not(../label-start/te-label/direction) and"
         + " not(te-label/direction))"
         + " or "
         + "(../label-start/te-label/direction = te-label/direction)"
         + " or "
         + "(not(te-label/direction) and"
         + " (../label-start/te-label/direction = 'forward'))"
         + " or "
         + "(not(../label-start/te-label/direction) and"
         + " (te-label/direction = 'forward'))" {
        error-message "'label-start' and 'label-end' must have the "
                    + "same direction.";
      }
      description
        "This is the ending label if a label range is specified.
         This attribute is not set if a single label is specified.";
      uses te-label;
    }
    container label-step {
      description
        "The step increment between labels in the label range.
         The label start/end values will have to be consistent
         with the sign of label step.  For example,
         'label-start' < 'label-end' enforces 'label-step' > 0
         'label-start' > 'label-end' enforces 'label-step' < 0.";
      choice technology {
        default "generic";
        description
          "Data-plane technology type.";
        case generic {
          leaf generic {
            type int32;
            default "1";
            description
              "Label range step.";
          }
        }
      }
    }
    leaf range-bitmap {
      type yang:hex-string;
      description
        "When there are gaps between 'label-start' and 'label-end',
         this attribute is used to specify the positions
         of the used labels.  This is represented in big endian as
         'hex-string'.
         The most significant byte in the hex-string is the farthest
         to the left in the byte sequence.  Leading zero bytes in the
         configured value may be omitted for brevity.
         Each bit position in the 'range-bitmap' 'hex-string' maps
         to a label in the range derived from 'label-start'.

         For example, assuming that 'label-start' = 16000 and
         'range-bitmap' = 0x01000001, then:

         - bit position (0) is set, and the corresponding mapped
           label from the range is 16000 + (0 * 'label-step') or
           16000 for default 'label-step' = 1.
         - bit position (24) is set, and the corresponding mapped
           label from the range is 16000 + (24 * 'label-step') or
           16024 for default 'label-step' = 1.";
    }
  }

  grouping label-set-info {
    description
      "Grouping for the list of label restrictions specifying what
       labels may or may not be used.";
    container label-restrictions {
      description
        "The label restrictions container.";
      list label-restriction {
        key "index";
        description
          "The absence of the label restrictions container implies
           that all labels are acceptable; otherwise, only restricted
           labels are available.";
        reference
          "RFC 7579: General Network Element Constraint Encoding
           for GMPLS-Controlled Networks";
        uses label-restriction-info;
      }
    }
  }

  grouping optimization-metric-entry {
    description
      "Optimization metrics configuration grouping.";
    leaf metric-type {
      type identityref {
        base path-metric-type;
      }
      description
        "Identifies the 'metric-type' that the path computation
         process uses for optimization.";
    }
    leaf weight {
      type uint8;
      default "1";
      description
        "TE path metric normalization weight.";
    }
    container explicit-route-exclude-objects {
      when "../metric-type = "
         + "'te-types:path-metric-optimize-excludes'";
      description
        "Container for the 'exclude route' object list.";
      uses path-route-exclude-objects;
    }
    container explicit-route-include-objects {
      when "../metric-type = "
         + "'te-types:path-metric-optimize-includes'";
      description
        "Container for the 'include route' object list.";
      uses path-route-include-objects;
    }
  }

  grouping common-constraints {
    description
      "Common constraints grouping that can be set on
       a constraint set or directly on the tunnel.";
    uses te-bandwidth {
      description
        "A requested bandwidth to use for path computation.";
    }
    leaf link-protection {
      type identityref {
        base link-protection-type;
      }
      default "te-types:link-protection-unprotected";
      description
        "Link protection type required for the links included
         in the computed path.";
      reference
        "RFC 4202: Routing Extensions in Support of
         Generalized Multi-Protocol Label Switching (GMPLS)";
    }
    leaf setup-priority {
      type uint8 {
        range "0..7";
      }
      default "7";
      description
        "TE LSP requested setup priority.";
      reference
        "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
    }
    leaf hold-priority {
      type uint8 {
        range "0..7";
      }
      default "7";
      description
        "TE LSP requested hold priority.";
      reference
        "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
    }
    leaf signaling-type {
      type identityref {
        base path-signaling-type;
      }
      default "te-types:path-setup-rsvp";
      description
        "TE tunnel path signaling type.";
    }
  }

  grouping tunnel-constraints {
    description
      "Tunnel constraints grouping that can be set on
       a constraint set or directly on the tunnel.";
    leaf network-id {
      type nw:network-id;
      description
        "The network topology identifier.";
    }
    uses te-topology-identifier;
    uses common-constraints;
  }

  grouping path-constraints-route-objects {
    description
      "List of route entries to be included or excluded when
       performing the path computation.";
    // CHANGE NOTE: The explicit-route-objects container below has
    // been updated in this module revision
    // RFC Editor: remove the note above and this note
    container explicit-route-objects {
      description
        "Container for the explicit route object lists.";
      list route-object-exclude-always {
        key "index";
        ordered-by user;
        description
          "List of route objects to always exclude from the path
           computation.";
        leaf index {
          type uint32;
          description
            "Explicit Route Object index.  The index is used to
             identify an entry in the list.  The order of entries
             is defined by the user without relying on key values.";
        }
        uses explicit-route-hop;
      }
      list route-object-include-exclude {
        key "index";
        ordered-by user;
        description
          "List of route objects to include or exclude in the path
           computation.";
        leaf explicit-route-usage {
          type identityref {
            base route-usage-type;
          }
          default "te-types:route-include-object";
          description
            "Indicates whether to include or exclude the
             route object.  The default is to include it.";
        }
        leaf index {
          type uint32;
          description
            "Route object include-exclude index.  The index is used
             to identify an entry in the list.  The order of entries
             is defined by the user without relying on key values.";
        }
        uses explicit-route-hop {
          augment "type" {
            case srlg {
              container srlg {
                description
                  "SRLG container.";
                leaf srlg {
                  type uint32;
                  description
                    "SRLG value.";
                }
              }
              description
                "An SRLG value to be included or excluded.";
            }
            description
              "Augmentation for a generic explicit route for SRLG
               exclusion.";
          }
        }
      }
    }
  }

  grouping path-route-include-objects {
    description
      "List of route objects to be included when performing
       the path computation.";
    list route-object-include-object {
      key "index";
      ordered-by user;
      description
        "List of Explicit Route Objects to be included in the
         path computation.";
      leaf index {
        type uint32;
        description
          "Route object entry index.  The index is used to
           identify an entry in the list.  The order of entries
           is defined by the user without relying on key values.";
      }
      uses explicit-route-hop;
    }
  }

  grouping path-route-exclude-objects {
    description
      "List of route objects to be excluded when performing
       the path computation.";
    list route-object-exclude-object {
      key "index";
      ordered-by user;
      description
        "List of Explicit Route Objects to be excluded in the
         path computation.";
      leaf index {
        type uint32;
        description
          "Route object entry index.  The index is used to
           identify an entry in the list.  The order of entries
           is defined by the user without relying on key values.";
      }
      uses explicit-route-hop {
        augment "type" {
          case srlg {
            container srlg {
              description
                "SRLG container.";
              leaf srlg {
                type uint32;
                description
                  "SRLG value.";
              }
            }
            description
              "An SRLG value to be included or excluded.";
          }
          description
            "Augmentation for a generic explicit route for SRLG
             exclusion.";
        }
      }
    }
  }

  grouping generic-path-metric-bounds {
    description
      "TE path metric bounds grouping.";
    container path-metric-bounds {
      description
        "TE path metric bounds container.";
      list path-metric-bound {
        key "metric-type";
        description
          "List of TE path metric bounds.";
        leaf metric-type {
          type identityref {
            base path-metric-type;
          }
          description
            "Identifies an entry in the list of 'metric-type' items
             bound for the TE path.";
        }
        leaf upper-bound {
          type uint64;
          default "0";
          description
            "Upper bound on the end-to-end TE path metric.
            
            A zero indicates an unbounded upper limit for the
            specific 'metric-type'.
            
            The unit of is interpreted in the context of the
            path-metric-type.";
        }
      }
    }
  }

  grouping generic-path-optimization {
    description
      "TE generic path optimization grouping.";
    container optimizations {
      description
        "The objective function container that includes
         attributes to impose when computing a TE path.";
      choice algorithm {
        description
          "Optimizations algorithm.";
        case metric {
          if-feature "path-optimization-metric";
          /* Optimize by metric */
          list optimization-metric {
            key "metric-type";
            description
              "TE path metric type.";
            uses optimization-metric-entry;
          }
          /* Tiebreakers */
          container tiebreakers {
            description
              "Container for the list of tiebreakers.";
            list tiebreaker {
              key "tiebreaker-type";
              description
                "The list of tiebreaker criteria to apply on an
                 equally favored set of paths, in order to pick
                 the best.";
              leaf tiebreaker-type {
                type identityref {
                  base path-metric-type;
                }
                description
                  "Identifies an entry in the list of tiebreakers.";
              }
            }
          }
        }
        case objective-function {
          if-feature "path-optimization-objective-function";
          /* Objective functions */
          container objective-function {
            description
              "The objective function container that includes
               attributes to impose when computing a TE path.";
            leaf objective-function-type {
              type identityref {
                base objective-function-type;
              }
              default "te-types:of-minimize-cost-path";
              description
                "Objective function entry.";
            }
          }
        }
      }
    }
  }

  grouping generic-path-affinities {
    description
      "Path affinities grouping.";
    container path-affinities-values {
      description
        "Path affinities represented as values.";
      list path-affinities-value {
        key "usage";
        description
          "List of named affinity constraints.";
        leaf usage {
          type identityref {
            base resource-affinities-type;
          }
          description
            "Identifies an entry in the list of value affinity
             constraints.";
        }
        leaf value {
          type admin-groups;
          default "";
          description
            "The affinity value.  The default is empty.";
        }
      }
    }
    container path-affinity-names {
      description
        "Path affinities represented as names.";
      list path-affinity-name {
        key "usage";
        description
          "List of named affinity constraints.";
        leaf usage {
          type identityref {
            base resource-affinities-type;
          }
          description
            "Identifies an entry in the list of named affinity
             constraints.";
        }
        list affinity-name {
          key "name";
          leaf name {
            type string;
            description
              "Identifies a named affinity entry.";
          }
          description
            "List of named affinities.";
        }
      }
    }
  }

  grouping generic-path-srlgs {
    description
      "Path SRLG grouping.";
    container path-srlgs-lists {
      description
        "Path SRLG properties container.";
      list path-srlgs-list {
        key "usage";
        description
          "List of SRLG values to be included or excluded.";
        leaf usage {
          type identityref {
            base route-usage-type;
          }
          description
            "Identifies an entry in a list of SRLGs to either
             include or exclude.";
        }
        leaf-list values {
          type srlg;
          description
            "List of SRLG values.";
        }
      }
    }
    container path-srlgs-names {
      description
        "Container for the list of named SRLGs.";
      list path-srlgs-name {
        key "usage";
        description
          "List of named SRLGs to be included or excluded.";
        leaf usage {
          type identityref {
            base route-usage-type;
          }
          description
            "Identifies an entry in a list of named SRLGs to either
             include or exclude.";
        }
        leaf-list names {
          type string;
          description
            "List of named SRLGs.";
        }
      }
    }
  }

  grouping generic-path-disjointness {
    description
      "Path disjointness grouping.";
    leaf disjointness {
      type te-path-disjointness;
      description
        "The type of resource disjointness.
         When configured for a primary path, the disjointness level
         applies to all secondary LSPs.  When configured for a
         secondary path, the disjointness level overrides the level
         configured for the primary path.";
    }
  }

  grouping common-path-constraints-attributes {
    description
      "Common path constraints configuration grouping.";
    uses common-constraints;
    uses generic-path-metric-bounds;
    uses generic-path-affinities;
    uses generic-path-srlgs;
  }

  grouping generic-path-constraints {
    description
      "Global named path constraints configuration grouping.";
    container path-constraints {
      description
        "TE named path constraints container.";
      uses common-path-constraints-attributes;
      uses generic-path-disjointness;
    }
  }

  grouping generic-path-properties {
    description
      "TE generic path properties grouping.";
    container path-properties {
      config false;
      description
        "The TE path properties.";
      list path-metric {
        key "metric-type";
        description
          "TE path metric type.";
        leaf metric-type {
          type identityref {
            base path-metric-type;
          }
          description
            "TE path metric type.";
        }
        leaf accumulative-value {
          type uint64;
          description
            "TE path metric accumulative value.";
        }
      }
      uses generic-path-affinities;
      uses generic-path-srlgs;
      container path-route-objects {
        description
          "Container for the list of route objects either returned by
           the computation engine or actually used by an LSP.";
        list path-route-object {
          key "index";
          ordered-by user;
          description
            "List of route objects either returned by the computation
             engine or actually used by an LSP.";
          leaf index {
            type uint32;
            description
              "Route object entry index.  The index is used to
               identify an entry in the list.  The order of entries
               is defined by the user without relying on key
               values.";
          }
          uses explicit-route-hop;
        }
      }
    }
  }

  // NOTE: The grouping encoding-and-switching-type below has been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  grouping encoding-and-switching-type {
    description
      "Common grouping to define the LSP encoding and
      switching types";
    leaf encoding {
      type identityref {
        base te-types:lsp-encoding-types;
      }
      description
        "LSP encoding type.";
      reference
        "RFC3945";
    }
    leaf switching-type {
      type identityref {
        base te-types:switching-capabilities;
      }
      description
        "LSP switching type.";
      reference
        "RFC3945";
    }
  }

  // CHANGE NOTE: The typedef te-gen-node-id below has been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  grouping te-generic-node-id {
    description
      "A reusable grouping for a TE generic node identifier.";
    leaf id {
      type te-gen-node-id;
      description
        "The identifier of the node. Can be represented as IP
         address or dotted quad address or as an URI.";
    }
    leaf type {
      type enumeration {
        enum ip {
          description
            "IP address representation of the node identifier.";
        }
        enum te-id {
          description
            "TE identifier of the node";
        }
        enum node-id {
          description
            "URI representation of the node identifier.";
        }
      }
      description
        "Type of node identifier representation.";
    }
  }
}
]]></sourcecode></figure>

</section>
<section anchor="pkt-yang-code"><name>Packet TE Types YANG Module</name>

<t>The "ietf-te-packet-types" module imports from the "ietf-te-types" module defined in <xref target="te-yang-code"/> of this document.</t>

<t>CHANGE NOTE: Please focus your review only on the updates to the YANG model: see also <xref target="te-yang-diff"/>.</t>

<t>RFC Editor: remove the CHANGE NOTE above and this note</t>

<figure title="Packet TE Types YANG module" anchor="fig-pkt-yang"><sourcecode type="yang" markers="true" name="ietf-te-packet-types@2024-01-25.yang"><![CDATA[
module ietf-te-packet-types {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-te-packet-types";
  prefix te-packet-types;

  /* Import TE generic types */

  import ietf-te-types {
    prefix te-types;
    reference
      "RFCXXXX: Common YANG Data Types for Traffic Engineering";
  }
  // RFC Editor: replace XXXX with actual RFC number
  // and remove this note

  organization
    "IETF Traffic Engineering Architecture and Signaling (TEAS)
     Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/teas/>
     WG List:  <mailto:teas@ietf.org>

     Editor:   Tarek Saad
               <mailto:tsaad.net@gmail.com>

     Editor:   Rakesh Gandhi
               <mailto:rgandhi@cisco.com>

     Editor:   Vishnu Pavan Beeram
               <mailto:vbeeram@juniper.net>

     Editor:   Xufeng Liu
               <mailto:xufeng.liu.ietf@gmail.com>

     Editor:   Igor Bryskin
               <mailto:i_bryskin@yahoo.com>";
  description
    "This YANG module contains a collection of generally useful YANG
     data type definitions specific to Packet Traffic Enginnering
     (TE).
     
     The model fully conforms to the Network Management Datastore
     Architecture (NMDA).

     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 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.

     Copyright (c) 2024 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Revised BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX
     (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
     for full legal notices.";
  revision 2024-01-25 {
    description
      "Added common TE packet identities:
       - bandwidth-profile-type;
       - path-metric-loss;
       - path-metric-delay-variation.

       Added common TE packet groupings:
       - te-packet-path-bandwidth;
       - te-packet-link-bandwidth.
       
       Updated module description.";
    reference
      "RFC XXXX: Common YANG Data Types for Traffic Engineering";
  }
  // RFC Editor: replace XXXX with actual RFC number, update date
  // information and remove this note

  revision 2020-06-10 {
    description
      "Latest revision of TE MPLS types.";
    reference
      "RFC 8776: Common YANG Data Types for Traffic Engineering";
  }

  /*
   * Identities
   */

  // CHANGE NOTE: The base identity bandwidth-profile-type and 
  // its derived identities below have been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  identity bandwidth-profile-type {
    description
      "Bandwidth Profile Types";
  }

    identity mef-10-bwp {
      base bandwidth-profile-type;
      description
        "MEF 10 Bandwidth Profile";
      reference
        "MEF 10.3: Ethernet Services Attributes Phase 3";
    }

    identity rfc-2697-bwp {
      base bandwidth-profile-type;
      description
        "RFC 2697 Bandwidth Profile";
      reference
        "RFC2697: A Single Rate Three Color Marker";
    }

    identity rfc-2698-bwp {
      base bandwidth-profile-type;
      description
        "RFC 2698 Bandwidth Profile";
      reference
        "RFC2698: A Two Rate Three Color Marker";
    }

    identity rfc-4115-bwp {
      base bandwidth-profile-type;
      description
        "RFC 4115 Bandwidth Profile";
      reference
        "RFC4115: A Differentiated Service Two-Rate, Three-Color 
        Marker with Efficient Handling of in-Profile Traffic";
    }

  // CHANGE NOTE: The identity path-metric-loss below has 
  // been added in this module revision
  // RFC Editor: remove the note above and this note
  identity path-metric-loss {
    base te-types:path-metric-type;
    description
      "The path loss (as a packet percentage) metric type
      encodes a function of the unidirectional loss metrics of all
      links traversed by a P2P path.
       
      The basic unit is 0.000003%,
      where (2^24 - 2) or 50.331642% is the maximum value of the
      path loss percentage that can be expressed.
      
      Values that are larger than the maximum value SHOULD be
      encoded as the maximum value.";
    reference
      "RFC8233: Extensions to the Path Computation Element
      Communication Protocol (PCEP) to Compute Service-Aware Label
      Switched Paths (LSPs);

      RFC7471: OSPF Traffic Engineering (TE) Metric Extensions;

      RFC8570: IS-IS Traffic Engineering (TE) Metric Extensions.";
  }

  // CHANGE NOTE: The identity path-metric-delay-variation below has 
  // been added in this module revision
  // RFC Editor: remove the note above and this note
  identity path-metric-delay-variation {
    base te-types:path-metric-type;
    description
      "The path delay variation encodes the sum of the unidirectional
      delay variation metrics of all links traversed by a P2P path.
      
      The path delay variation metric unit is in microseconds, where
      (2^24 - 1) or 16,777,215 microseconds (16.777215 sec) is the
      maximum value of the path delay variation that can be
      expressed.
      
      Values that are larger than the maximum value SHOULD be
      encoded as the maximum value.";
    reference
      "RFC8233: Extensions to the Path Computation Element
      Communication Protocol (PCEP) to Compute Service-Aware Label
      Switched Paths (LSPs);

      RFC7471: OSPF Traffic Engineering (TE) Metric Extensions;

      RFC8570: IS-IS Traffic Engineering (TE) Metric Extensions.";
  }

  /*
   * Typedefs
   */

  typedef te-bandwidth-requested-type {
    type enumeration {
      enum specified {
        description
          "Bandwidth is explicitly specified.";
      }
      enum auto {
        description
          "Bandwidth is automatically computed.";
      }
    }
    description
      "Enumerated type for specifying whether bandwidth is
       explicitly specified or automatically computed.";
  }

  typedef te-class-type {
    type uint8;
    description
      "Diffserv-TE Class-Type.  Defines a set of Traffic Trunks
       crossing a link that is governed by a specific set of
       bandwidth constraints.  Class-Type is used for the purposes
       of link bandwidth allocation, constraint-based routing, and
       admission control.";
    reference
      "RFC 4124: Protocol Extensions for Support of Diffserv-aware
       MPLS Traffic Engineering";
  }

  typedef bc-type {
    type uint8 {
      range "0..7";
    }
    description
      "Diffserv-TE bandwidth constraints as defined in RFC 4124.";
    reference
      "RFC 4124: Protocol Extensions for Support of Diffserv-aware
       MPLS Traffic Engineering";
  }

  typedef bandwidth-kbps {
    type uint64;
    units "Kbps";
    description
      "Bandwidth values, expressed in kilobits per second.";
  }

  typedef bandwidth-mbps {
    type uint64;
    units "Mbps";
    description
      "Bandwidth values, expressed in megabits per second.";
  }

  typedef bandwidth-gbps {
    type uint64;
    units "Gbps";
    description
      "Bandwidth values, expressed in gigabits per second.";
  }

  identity backup-protection-type {
    description
      "Base identity for the backup protection type.";
  }

  identity backup-protection-link {
    base backup-protection-type;
    description
      "Backup provides link protection only.";
  }

  identity backup-protection-node-link {
    base backup-protection-type;
    description
      "Backup offers node (preferred) or link protection.";
  }

  identity bc-model-type {
    description
      "Base identity for the Diffserv-TE Bandwidth Constraints
       Model type.";
    reference
      "RFC 4124: Protocol Extensions for Support of Diffserv-aware
       MPLS Traffic Engineering";
  }

  identity bc-model-rdm {
    base bc-model-type;
    description
      "Russian Dolls Bandwidth Constraints Model type.";
    reference
      "RFC 4127: Russian Dolls Bandwidth Constraints Model for
                 Diffserv-aware MPLS Traffic Engineering";
  }

  identity bc-model-mam {
    base bc-model-type;
    description
      "Maximum Allocation Bandwidth Constraints Model type.";
    reference
      "RFC 4125: Maximum Allocation Bandwidth Constraints Model for
                 Diffserv-aware MPLS Traffic Engineering";
  }

  identity bc-model-mar {
    base bc-model-type;
    description
      "Maximum Allocation with Reservation Bandwidth Constraints
       Model type.";
    reference
      "RFC 4126: Max Allocation with Reservation Bandwidth
       Constraints Model for Diffserv-aware MPLS Traffic Engineering
       & Performance Comparisons";
  }

  /*
   * Groupings
   */

  grouping performance-metrics-attributes-packet {
    description
      "Contains PM attributes.";
    uses te-types:performance-metrics-attributes {
      augment "performance-metrics-one-way" {
        leaf one-way-min-delay {
          type uint32 {
            range "0..16777215";
          }
          description
            "One-way minimum delay or latency in microseconds.";
        }
        leaf one-way-min-delay-normality {
          type te-types:performance-metrics-normality;
          default "normal";
          description
            "One-way minimum delay or latency normality.";
        }
        leaf one-way-max-delay {
          type uint32 {
            range "0..16777215";
          }
          description
            "One-way maximum delay or latency in microseconds.";
        }
        leaf one-way-max-delay-normality {
          type te-types:performance-metrics-normality;
          default "normal";
          description
            "One-way maximum delay or latency normality.";
        }
        leaf one-way-delay-variation {
          type uint32 {
            range "0..16777215";
          }
          description
            "One-way delay variation in microseconds.";
          reference
            "RFC 5481: Packet Delay Variation Applicability
             Statement, Section 4.2";
        }
        leaf one-way-delay-variation-normality {
          type te-types:performance-metrics-normality;
          default "normal";
          description
            "One-way delay variation normality.";
          reference
            "RFC 7471: OSPF Traffic Engineering (TE) Metric
             Extensions
             RFC 7823: Performance-Based Path Selection for
             Explicitly Routed Label Switched Paths (LSPs) Using
             TE Metric Extensions
             RFC 8570: IS-IS Traffic Engineering (TE) Metric
             Extensions";
        }
        leaf one-way-packet-loss {
          type decimal64 {
            fraction-digits 6;
            range "0..50.331642";
          }
          description
            "One-way packet loss as a percentage of the total traffic
             sent over a configurable interval.  The finest precision
             is 0.000003%, where the maximum is 50.331642%.";
          reference
            "RFC 8570: IS-IS Traffic Engineering (TE) Metric
             Extensions, Section 4.4";
        }
        leaf one-way-packet-loss-normality {
          type te-types:performance-metrics-normality;
          default "normal";
          description
            "Packet loss normality.";
          reference
            "RFC 7471: OSPF Traffic Engineering (TE) Metric
             Extensions
             RFC 7823: Performance-Based Path Selection for
             Explicitly Routed Label Switched Paths (LSPs) Using
             TE Metric Extensions
             RFC 8570: IS-IS Traffic Engineering (TE) Metric
             Extensions";
        }
        description
          "PM one-way packet-specific augmentation for a generic PM
           grouping.";
      }
      augment "performance-metrics-two-way" {
        leaf two-way-min-delay {
          type uint32 {
            range "0..16777215";
          }
          default "0";
          description
            "Two-way minimum delay or latency in microseconds.";
        }
        leaf two-way-min-delay-normality {
          type te-types:performance-metrics-normality;
          default "normal";
          description
            "Two-way minimum delay or latency normality.";
          reference
            "RFC 7471: OSPF Traffic Engineering (TE) Metric
             Extensions
             RFC 7823: Performance-Based Path Selection for
             Explicitly Routed Label Switched Paths (LSPs) Using
             TE Metric Extensions
             RFC 8570: IS-IS Traffic Engineering (TE) Metric
             Extensions";
        }
        leaf two-way-max-delay {
          type uint32 {
            range "0..16777215";
          }
          default "0";
          description
            "Two-way maximum delay or latency in microseconds.";
        }
        leaf two-way-max-delay-normality {
          type te-types:performance-metrics-normality;
          default "normal";
          description
            "Two-way maximum delay or latency normality.";
          reference
            "RFC 7471: OSPF Traffic Engineering (TE) Metric
             Extensions
             RFC 7823: Performance-Based Path Selection for
             Explicitly Routed Label Switched Paths (LSPs) Using
             TE Metric Extensions
             RFC 8570: IS-IS Traffic Engineering (TE) Metric
             Extensions";
        }
        leaf two-way-delay-variation {
          type uint32 {
            range "0..16777215";
          }
          default "0";
          description
            "Two-way delay variation in microseconds.";
          reference
            "RFC 5481: Packet Delay Variation Applicability
             Statement, Section 4.2";
        }
        leaf two-way-delay-variation-normality {
          type te-types:performance-metrics-normality;
          default "normal";
          description
            "Two-way delay variation normality.";
          reference
            "RFC 7471: OSPF Traffic Engineering (TE) Metric
             Extensions
             RFC 7823: Performance-Based Path Selection for
             Explicitly Routed Label Switched Paths (LSPs) Using
             TE Metric Extensions
             RFC 8570: IS-IS Traffic Engineering (TE) Metric
             Extensions";
        }
        leaf two-way-packet-loss {
          type decimal64 {
            fraction-digits 6;
            range "0..50.331642";
          }
          default "0";
          description
            "Two-way packet loss as a percentage of the total traffic
             sent over a configurable interval.  The finest precision
             is 0.000003%.";
        }
        leaf two-way-packet-loss-normality {
          type te-types:performance-metrics-normality;
          default "normal";
          description
            "Two-way packet loss normality.";
        }
        description
          "PM two-way packet-specific augmentation for a generic PM
           grouping.";
        reference
          "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions
           RFC 7823: Performance-Based Path Selection for
           Explicitly Routed Label Switched Paths (LSPs) Using
           TE Metric Extensions
           RFC 8570: IS-IS Traffic Engineering (TE) Metric
           Extensions";
      }
    }
  }

  grouping one-way-performance-metrics-packet {
    description
      "One-way packet PM throttle grouping.";
    leaf one-way-min-delay {
      type uint32 {
        range "0..16777215";
      }
      default "0";
      description
        "One-way minimum delay or latency in microseconds.";
    }
    leaf one-way-max-delay {
      type uint32 {
        range "0..16777215";
      }
      default "0";
      description
        "One-way maximum delay or latency in microseconds.";
    }
    leaf one-way-delay-variation {
      type uint32 {
        range "0..16777215";
      }
      default "0";
      description
        "One-way delay variation in microseconds.";
    }
    leaf one-way-packet-loss {
      type decimal64 {
        fraction-digits 6;
        range "0..50.331642";
      }
      default "0";
      description
        "One-way packet loss as a percentage of the total traffic
         sent over a configurable interval.  The finest precision is
         0.000003%.";
    }
  }

  grouping two-way-performance-metrics-packet {
    description
      "Two-way packet PM throttle grouping.";
    leaf two-way-min-delay {
      type uint32 {
        range "0..16777215";
      }
      default "0";
      description
        "Two-way minimum delay or latency in microseconds.";
    }
    leaf two-way-max-delay {
      type uint32 {
        range "0..16777215";
      }
      default "0";
      description
        "Two-way maximum delay or latency in microseconds.";
    }
    leaf two-way-delay-variation {
      type uint32 {
        range "0..16777215";
      }
      default "0";
      description
        "Two-way delay variation in microseconds.";
    }
    leaf two-way-packet-loss {
      type decimal64 {
        fraction-digits 6;
        range "0..50.331642";
      }
      default "0";
      description
        "Two-way packet loss as a percentage of the total traffic
         sent over a configurable interval.  The finest precision is
         0.000003%.";
    }
  }

  grouping performance-metrics-throttle-container-packet {
    description
      "Packet PM threshold grouping.";
    uses te-types:performance-metrics-throttle-container {
      augment "throttle/threshold-out" {
        uses one-way-performance-metrics-packet;
        uses two-way-performance-metrics-packet;
        description
          "PM threshold-out packet augmentation for a
           generic grouping.";
      }
      augment "throttle/threshold-in" {
        uses one-way-performance-metrics-packet;
        uses two-way-performance-metrics-packet;
        description
          "PM threshold-in packet augmentation for a
           generic grouping.";
      }
      augment "throttle/threshold-accelerated-advertisement" {
        uses one-way-performance-metrics-packet;
        uses two-way-performance-metrics-packet;
        description
          "PM accelerated advertisement packet augmentation for a
           generic grouping.";
      }
    }
  }

  // CHANGE NOTE: The te-packet-path-bandwidth below has been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  grouping te-packet-path-bandwidth {
    description
      "Path bandwidth for Packet. ";
    leaf bandwidth-profile-name {
      type string;
      description "Name of Bandwidth Profile.";
    }
    leaf bandwidth-profile-type {
      type identityref {
        base bandwidth-profile-type;
      }
      description "Type of Bandwidth Profile.";
    }
    leaf cir {
      type uint64;
      units "bits/second";
      mandatory true;
      description
        "Committed Information Rate (CIR).";
    }
    leaf cbs {
      type uint64;
      units "bits/second";
      mandatory true;
      description
        "Committed Burst Size (CBS).";
    }
    leaf eir {
      type uint64;
      units "bits/second";
      description
        "Excess Information Rate (EIR).";
    }
    leaf ebs {
      type uint64;
      units "bytes";
      description
        "Excess Burst Size (EBS).";
    }
    leaf pir {
      type uint64;
      units "bits/second";
      description
        "Peak Information Rate (PIR).";
    }
    leaf pbs {
      type uint64;
      units "bytes";
      description
        "Peak Burst Size (PBS).";
    }
  }

  // CHANGE NOTE: The te-packet-path-bandwidth below has been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  grouping te-packet-link-bandwidth {
    description
      "Link Bandwidth for Packet. ";
    leaf packet-bandwidth {
      type uint64;
      units "bits/second";
      description
        "Available bandwith value.";
    }
  }
}
]]></sourcecode></figure>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>For the following URIs in the "IETF XML Registry" <xref target="RFC3688"/>, IANA has updated the reference field to refer to this document:</t>

<figure><artwork><![CDATA[
      URI: urn:ietf:params:xml:ns:yang:ietf-te-types
      Registrant Contact:  The IESG.
      XML: N/A, the requested URI is an XML namespace.

      URI: urn:ietf:params:xml:ns:yang:ietf-te-packet-types
      Registrant Contact:  The IESG.
      XML: N/A, the requested URI is an XML namespace.
]]></artwork></figure>

<t>This document also adds updated YANG modules to the "YANG Module
Names" registry <xref target="RFC7950"/>:</t>

<figure><artwork><![CDATA[
      name:      ietf-te-types
      namespace: urn:ietf:params:xml:ns:yang:ietf-te-types
      prefix:    te-types
      reference: RFC XXXX

      name:      ietf-te-packet-types
      namespace: urn:ietf:params:xml:ns:yang:ietf-te-packet-types
      prefix:    te-packet-types
      reference: RFC XXXX
]]></artwork></figure>

<t>RFC Editor: Please replace XXXX with the RFC number assigned to this document.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>The YANG module specified in this document defines a schema for data
   that is designed to be accessed via network management protocols such
   as NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>.  The lowest NETCONF layer
   is the secure transport layer, and the mandatory-to-implement secure
   transport is Secure Shell (SSH) <xref target="RFC6242"/>.  The lowest RESTCONF layer
   is HTTPS, and the mandatory-to-implement secure transport is TLS
   <xref target="RFC8446"/>.</t>

<t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/>
   provides the means to restrict access for particular NETCONF or
   RESTCONF users to a preconfigured subset of all available NETCONF or
   RESTCONF protocol operations and content.</t>

<t>The YANG module in this document defines common TE type definitions
   (e.g., typedef, identity, and grouping statements) in YANG data
   modeling language to be imported and used by other TE modules.  When
   imported and used, the resultant schema will have data nodes that can
   be writable or readable.  Access to such data nodes may be considered
   sensitive or vulnerable in some network environments.  Write
   operations (e.g., edit-config) to these data nodes without proper
   protection can have a negative effect on network operations.</t>

<t>The security considerations spelled out in the YANG 1.1 specification
   <xref target="RFC7950"/> apply for this document as well.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>

<reference anchor="ITU_G.808.1" >
  <front>
    <title>Generic protection switching - Linear trail and subnetwork protection</title>
    <author >
      <organization>ITU-T Recommendation G.808.1</organization>
    </author>
    <date year="2014" month="May"/>
  </front>
  <seriesInfo name="ITU-T G.808.1" value=""/>
</reference>


<reference anchor='RFC6020' target='https://www.rfc-editor.org/info/rfc6020'>
  <front>
    <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
    <author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'/>
    <date month='October' year='2010'/>
    <abstract>
      <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6020'/>
  <seriesInfo name='DOI' value='10.17487/RFC6020'/>
</reference>

<reference anchor='RFC7950' target='https://www.rfc-editor.org/info/rfc7950'>
  <front>
    <title>The YANG 1.1 Data Modeling Language</title>
    <author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'/>
    <date month='August' year='2016'/>
    <abstract>
      <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7950'/>
  <seriesInfo name='DOI' value='10.17487/RFC7950'/>
</reference>

<reference anchor='RFC6241' target='https://www.rfc-editor.org/info/rfc6241'>
  <front>
    <title>Network Configuration Protocol (NETCONF)</title>
    <author fullname='R. Enns' initials='R.' role='editor' surname='Enns'/>
    <author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'/>
    <author fullname='J. Schoenwaelder' initials='J.' role='editor' surname='Schoenwaelder'/>
    <author fullname='A. Bierman' initials='A.' role='editor' surname='Bierman'/>
    <date month='June' year='2011'/>
    <abstract>
      <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6241'/>
  <seriesInfo name='DOI' value='10.17487/RFC6241'/>
</reference>

<reference anchor='RFC8776' target='https://www.rfc-editor.org/info/rfc8776'>
  <front>
    <title>Common YANG Data Types for Traffic Engineering</title>
    <author fullname='T. Saad' initials='T.' surname='Saad'/>
    <author fullname='R. Gandhi' initials='R.' surname='Gandhi'/>
    <author fullname='X. Liu' initials='X.' surname='Liu'/>
    <author fullname='V. Beeram' initials='V.' surname='Beeram'/>
    <author fullname='I. Bryskin' initials='I.' surname='Bryskin'/>
    <date month='June' year='2020'/>
    <abstract>
      <t>This document defines a collection of common data types and groupings in YANG data modeling language. These derived common types and groupings are intended to be imported by modules that model Traffic Engineering (TE) configuration and state capabilities.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8776'/>
  <seriesInfo name='DOI' value='10.17487/RFC8776'/>
</reference>

<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/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' target='https://www.rfc-editor.org/info/rfc8174'>
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname='B. Leiba' initials='B.' surname='Leiba'/>
    <date month='May' year='2017'/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='8174'/>
  <seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>

<reference anchor='RFC6991' target='https://www.rfc-editor.org/info/rfc6991'>
  <front>
    <title>Common YANG Data Types</title>
    <author fullname='J. Schoenwaelder' initials='J.' role='editor' surname='Schoenwaelder'/>
    <date month='July' year='2013'/>
    <abstract>
      <t>This document introduces a collection of common data types to be used with the YANG data modeling language. This document obsoletes RFC 6021.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6991'/>
  <seriesInfo name='DOI' value='10.17487/RFC6991'/>
</reference>

<reference anchor='RFC8294' target='https://www.rfc-editor.org/info/rfc8294'>
  <front>
    <title>Common YANG Data Types for the Routing Area</title>
    <author fullname='X. Liu' initials='X.' surname='Liu'/>
    <author fullname='Y. Qu' initials='Y.' surname='Qu'/>
    <author fullname='A. Lindem' initials='A.' surname='Lindem'/>
    <author fullname='C. Hopps' initials='C.' surname='Hopps'/>
    <author fullname='L. Berger' initials='L.' surname='Berger'/>
    <date month='December' year='2017'/>
    <abstract>
      <t>This document defines a collection of common data types using the YANG data modeling language. These derived common types are designed to be imported by other modules defined in the routing area.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8294'/>
  <seriesInfo name='DOI' value='10.17487/RFC8294'/>
</reference>

<reference anchor='RFC8345' target='https://www.rfc-editor.org/info/rfc8345'>
  <front>
    <title>A YANG Data Model for Network Topologies</title>
    <author fullname='A. Clemm' initials='A.' surname='Clemm'/>
    <author fullname='J. Medved' initials='J.' surname='Medved'/>
    <author fullname='R. Varga' initials='R.' surname='Varga'/>
    <author fullname='N. Bahadur' initials='N.' surname='Bahadur'/>
    <author fullname='H. Ananthakrishnan' initials='H.' surname='Ananthakrishnan'/>
    <author fullname='X. Liu' initials='X.' surname='Liu'/>
    <date month='March' year='2018'/>
    <abstract>
      <t>This document defines an abstract (generic, or base) YANG data model for network/service topologies and inventories. The data model serves as a base model that is augmented with technology-specific details in other, more specific topology and inventory data models.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8345'/>
  <seriesInfo name='DOI' value='10.17487/RFC8345'/>
</reference>

<reference anchor='RFC8800' target='https://www.rfc-editor.org/info/rfc8800'>
  <front>
    <title>Path Computation Element Communication Protocol (PCEP) Extension for Label Switched Path (LSP) Diversity Constraint Signaling</title>
    <author fullname='S. Litkowski' initials='S.' surname='Litkowski'/>
    <author fullname='S. Sivabalan' initials='S.' surname='Sivabalan'/>
    <author fullname='C. Barth' initials='C.' surname='Barth'/>
    <author fullname='M. Negi' initials='M.' surname='Negi'/>
    <date month='July' year='2020'/>
    <abstract>
      <t>This document introduces a simple mechanism to associate a group of Label Switched Paths (LSPs) via an extension to the Path Computation Element Communication Protocol (PCEP) with the purpose of computing diverse (disjointed) paths for those LSPs. The proposed extension allows a Path Computation Client (PCC) to advertise to a Path Computation Element (PCE) that a particular LSP belongs to a particular Disjoint Association Group; thus, the PCE knows that the LSPs in the same group need to be disjoint from each other.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8800'/>
  <seriesInfo name='DOI' value='10.17487/RFC8800'/>
</reference>

<reference anchor='RFC5541' target='https://www.rfc-editor.org/info/rfc5541'>
  <front>
    <title>Encoding of Objective Functions in the Path Computation Element Communication Protocol (PCEP)</title>
    <author fullname='JL. Le Roux' initials='JL.' surname='Le Roux'/>
    <author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'/>
    <author fullname='Y. Lee' initials='Y.' surname='Lee'/>
    <date month='June' year='2009'/>
    <abstract>
      <t>The computation of one or a set of Traffic Engineering Label Switched Paths (TE LSPs) in MultiProtocol Label Switching (MPLS) and Generalized MPLS (GMPLS) networks is subject to a set of one or more specific optimization criteria, referred to as objective functions (e.g., minimum cost path, widest path, etc.).</t>
      <t>In the Path Computation Element (PCE) architecture, a Path Computation Client (PCC) may want a path to be computed for one or more TE LSPs according to a specific objective function. Thus, the PCC needs to instruct the PCE to use the correct objective function. Furthermore, it is possible that not all PCEs support the same set of objective functions; therefore, it is useful for the PCC to be able to automatically discover the set of objective functions supported by each PCE.</t>
      <t>This document defines extensions to the PCE communication Protocol (PCEP) to allow a PCE to indicate the set of objective functions it supports. Extensions are also defined so that a PCC can indicate in a path computation request the required objective function, and a PCE can report in a path computation reply the objective function that was used for path computation.</t>
      <t>This document defines objective function code types for six objective functions previously listed in the PCE requirements work, and provides the definition of four new metric types that apply to a set of synchronized requests. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5541'/>
  <seriesInfo name='DOI' value='10.17487/RFC5541'/>
</reference>

<reference anchor='RFC5440' target='https://www.rfc-editor.org/info/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='RFC8685' target='https://www.rfc-editor.org/info/rfc8685'>
  <front>
    <title>Path Computation Element Communication Protocol (PCEP) Extensions for the Hierarchical Path Computation Element (H-PCE) Architecture</title>
    <author fullname='F. Zhang' initials='F.' surname='Zhang'/>
    <author fullname='Q. Zhao' initials='Q.' surname='Zhao'/>
    <author fullname='O. Gonzalez de Dios' initials='O.' surname='Gonzalez de Dios'/>
    <author fullname='R. Casellas' initials='R.' surname='Casellas'/>
    <author fullname='D. King' initials='D.' surname='King'/>
    <date month='December' year='2019'/>
    <abstract>
      <t>The Hierarchical Path Computation Element (H-PCE) architecture is defined in RFC 6805. It provides a mechanism to derive an optimum end-to-end path in a multi-domain environment by using a hierarchical relationship between domains to select the optimum sequence of domains and optimum paths across those domains.</t>
      <t>This document defines extensions to the Path Computation Element Communication Protocol (PCEP) to support H-PCE procedures.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8685'/>
  <seriesInfo name='DOI' value='10.17487/RFC8685'/>
</reference>

<reference anchor='RFC5441' target='https://www.rfc-editor.org/info/rfc5441'>
  <front>
    <title>A Backward-Recursive PCE-Based Computation (BRPC) Procedure to Compute Shortest Constrained Inter-Domain Traffic Engineering Label Switched Paths</title>
    <author fullname='JP. Vasseur' initials='JP.' role='editor' surname='Vasseur'/>
    <author fullname='R. Zhang' initials='R.' surname='Zhang'/>
    <author fullname='N. Bitar' initials='N.' surname='Bitar'/>
    <author fullname='JL. Le Roux' initials='JL.' surname='Le Roux'/>
    <date month='April' year='2009'/>
    <abstract>
      <t>The ability to compute shortest constrained Traffic Engineering Label Switched Paths (TE LSPs) in Multiprotocol Label Switching (MPLS) and Generalized MPLS (GMPLS) networks across multiple domains has been identified as a key requirement. In this context, a domain is a collection of network elements within a common sphere of address management or path computational responsibility such as an IGP area or an Autonomous Systems. This document specifies a procedure relying on the use of multiple Path Computation Elements (PCEs) to compute such inter-domain shortest constrained paths across a predetermined sequence of domains, using a backward-recursive path computation technique. This technique preserves confidentiality across domains, which is sometimes required when domains are managed by different service providers. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5441'/>
  <seriesInfo name='DOI' value='10.17487/RFC5441'/>
</reference>

<reference anchor='RFC5520' target='https://www.rfc-editor.org/info/rfc5520'>
  <front>
    <title>Preserving Topology Confidentiality in Inter-Domain Path Computation Using a Path-Key-Based Mechanism</title>
    <author fullname='R. Bradford' initials='R.' role='editor' surname='Bradford'/>
    <author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'/>
    <author fullname='A. Farrel' initials='A.' surname='Farrel'/>
    <date month='April' year='2009'/>
    <abstract>
      <t>Multiprotocol Label Switching (MPLS) and Generalized MPLS (GMPLS) Traffic Engineering (TE) Label Switched Paths (LSPs) may be computed by Path Computation Elements (PCEs). Where the TE LSP crosses multiple domains, such as Autonomous Systems (ASes), the path may be computed by multiple PCEs that cooperate, with each responsible for computing a segment of the path. However, in some cases (e.g., when ASes are administered by separate Service Providers), it would break confidentiality rules for a PCE to supply a path segment to a PCE in another domain, thus disclosing AS-internal topology information. This issue may be circumvented by returning a loose hop and by invoking a new path computation from the domain boundary Label Switching Router (LSR) during TE LSP setup as the signaling message enters the second domain, but this technique has several issues including the problem of maintaining path diversity.</t>
      <t>This document defines a mechanism to hide the contents of a segment of a path, called the Confidential Path Segment (CPS). The CPS may be replaced by a path-key that can be conveyed in the PCE Communication Protocol (PCEP) and signaled within in a Resource Reservation Protocol TE (RSVP-TE) explicit route object. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5520'/>
  <seriesInfo name='DOI' value='10.17487/RFC5520'/>
</reference>

<reference anchor='RFC5557' target='https://www.rfc-editor.org/info/rfc5557'>
  <front>
    <title>Path Computation Element Communication Protocol (PCEP) Requirements and Protocol Extensions in Support of Global Concurrent Optimization</title>
    <author fullname='Y. Lee' initials='Y.' surname='Lee'/>
    <author fullname='JL. Le Roux' initials='JL.' surname='Le Roux'/>
    <author fullname='D. King' initials='D.' surname='King'/>
    <author fullname='E. Oki' initials='E.' surname='Oki'/>
    <date month='July' year='2009'/>
    <abstract>
      <t>The Path Computation Element Communication Protocol (PCEP) allows Path Computation Clients (PCCs) to request path computations from Path Computation Elements (PCEs), and lets the PCEs return responses. When computing or reoptimizing the routes of a set of Traffic Engineering Label Switched Paths (TE LSPs) through a network, it may be advantageous to perform bulk path computations in order to avoid blocking problems and to achieve more optimal network-wide solutions. Such bulk optimization is termed Global Concurrent Optimization (GCO). A GCO is able to simultaneously consider the entire topology of the network and the complete set of existing TE LSPs, and their respective constraints, and look to optimize or reoptimize the entire network to satisfy all constraints for all TE LSPs. A GCO may also be applied to some subset of the TE LSPs in a network. The GCO application is primarily a Network Management System (NMS) solution.</t>
      <t>This document provides application-specific requirements and the PCEP extensions in support of GCO applications. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5557'/>
  <seriesInfo name='DOI' value='10.17487/RFC5557'/>
</reference>

<reference anchor='RFC8306' target='https://www.rfc-editor.org/info/rfc8306'>
  <front>
    <title>Extensions to the Path Computation Element Communication Protocol (PCEP) for Point-to-Multipoint Traffic Engineering Label Switched Paths</title>
    <author fullname='Q. Zhao' initials='Q.' surname='Zhao'/>
    <author fullname='D. Dhody' initials='D.' role='editor' surname='Dhody'/>
    <author fullname='R. Palleti' initials='R.' surname='Palleti'/>
    <author fullname='D. King' initials='D.' surname='King'/>
    <date month='November' year='2017'/>
    <abstract>
      <t>Point-to-point Multiprotocol Label Switching (MPLS) and Generalized MPLS (GMPLS) Traffic Engineering Label Switched Paths (TE LSPs) may be established using signaling techniques, but their paths may first need to be determined. The Path Computation Element (PCE) has been identified as an appropriate technology for the determination of the paths of point-to-multipoint (P2MP) TE LSPs.</t>
      <t>This document describes extensions to the PCE Communication Protocol (PCEP) to handle requests and responses for the computation of paths for P2MP TE LSPs.</t>
      <t>This document obsoletes RFC 6006.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8306'/>
  <seriesInfo name='DOI' value='10.17487/RFC8306'/>
</reference>

<reference anchor='RFC9012' target='https://www.rfc-editor.org/info/rfc9012'>
  <front>
    <title>The BGP Tunnel Encapsulation Attribute</title>
    <author fullname='K. Patel' initials='K.' surname='Patel'/>
    <author fullname='G. Van de Velde' initials='G.' surname='Van de Velde'/>
    <author fullname='S. Sangli' initials='S.' surname='Sangli'/>
    <author fullname='J. Scudder' initials='J.' surname='Scudder'/>
    <date month='April' year='2021'/>
    <abstract>
      <t>This document defines a BGP path attribute known as the "Tunnel Encapsulation attribute", which can be used with BGP UPDATEs of various Subsequent Address Family Identifiers (SAFIs) to provide information needed to create tunnels and their corresponding encapsulation headers. It provides encodings for a number of tunnel types, along with procedures for choosing between alternate tunnels and routing packets into tunnels.</t>
      <t>This document obsoletes RFC 5512, which provided an earlier definition of the Tunnel Encapsulation attribute. RFC 5512 was never deployed in production. Since RFC 5566 relies on RFC 5512, it is likewise obsoleted. This document updates RFC 5640 by indicating that the Load-Balancing Block sub-TLV may be included in any Tunnel Encapsulation attribute where load balancing is desired.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9012'/>
  <seriesInfo name='DOI' value='10.17487/RFC9012'/>
</reference>

<reference anchor='RFC8040' target='https://www.rfc-editor.org/info/rfc8040'>
  <front>
    <title>RESTCONF Protocol</title>
    <author fullname='A. Bierman' initials='A.' surname='Bierman'/>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <author fullname='K. Watsen' initials='K.' surname='Watsen'/>
    <date month='January' year='2017'/>
    <abstract>
      <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8040'/>
  <seriesInfo name='DOI' value='10.17487/RFC8040'/>
</reference>

<reference anchor='RFC6242' target='https://www.rfc-editor.org/info/rfc6242'>
  <front>
    <title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
    <author fullname='M. Wasserman' initials='M.' surname='Wasserman'/>
    <date month='June' year='2011'/>
    <abstract>
      <t>This document describes a method for invoking and running the Network Configuration Protocol (NETCONF) within a Secure Shell (SSH) session as an SSH subsystem. This document obsoletes RFC 4742. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6242'/>
  <seriesInfo name='DOI' value='10.17487/RFC6242'/>
</reference>

<reference anchor='RFC8446' target='https://www.rfc-editor.org/info/rfc8446'>
  <front>
    <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
    <author fullname='E. Rescorla' initials='E.' surname='Rescorla'/>
    <date month='August' year='2018'/>
    <abstract>
      <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
      <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8446'/>
  <seriesInfo name='DOI' value='10.17487/RFC8446'/>
</reference>

<reference anchor='RFC8341' target='https://www.rfc-editor.org/info/rfc8341'>
  <front>
    <title>Network Configuration Access Control Model</title>
    <author fullname='A. Bierman' initials='A.' surname='Bierman'/>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <date month='March' year='2018'/>
    <abstract>
      <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
      <t>This document obsoletes RFC 6536.</t>
    </abstract>
  </front>
  <seriesInfo name='STD' value='91'/>
  <seriesInfo name='RFC' value='8341'/>
  <seriesInfo name='DOI' value='10.17487/RFC8341'/>
</reference>




    </references>

    <references title='Informative References'>

<reference anchor="MEF_10.3" >
  <front>
    <title>Ethernet Services Attributes Phase 3</title>
    <author >
      <organization>MEF</organization>
    </author>
    <date year="2013" month="October"/>
  </front>
  <seriesInfo name="MEF 10.3" value=""/>
</reference>
<reference anchor="ITU-T_G.709" >
  <front>
    <title>Interfaces for the optical transport network</title>
    <author >
      <organization>International Telecommunication Union</organization>
    </author>
    <date year="2020" month="June"/>
  </front>
  <seriesInfo name="ITU-T G.709" value=""/>
</reference>



<reference anchor='I-D.ietf-teas-yang-te' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-yang-te-35'>
   <front>
      <title>A YANG Data Model for Traffic Engineering Tunnels, Label Switched Paths and Interfaces</title>
      <author fullname='Tarek Saad' initials='T.' surname='Saad'>
         <organization>Cisco Systems Inc</organization>
      </author>
      <author fullname='Rakesh Gandhi' initials='R.' surname='Gandhi'>
         <organization>Cisco Systems Inc</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>Alef Edge</organization>
      </author>
      <author fullname='Vishnu Pavan Beeram' initials='V. P.' surname='Beeram'>
         <organization>Juniper Networks</organization>
      </author>
      <author fullname='Igor Bryskin' initials='I.' surname='Bryskin'>
         <organization>Individual</organization>
      </author>
      <date day='12' month='January' year='2024'/>
      <abstract>
	 <t>   This document defines a YANG data model for the provisioning and
   management of Traffic Engineering (TE) tunnels, Label Switched Paths
   (LSPs), and interfaces.  The model covers data that is independent of
   any technology or dataplane encapsulation and is divided into two
   YANG modules that cover device-specific, and device independent data.

   This model covers data for configuration, operational state, remote
   procedural calls, and event notifications.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teas-yang-te-35'/>
   
</reference>


<reference anchor='I-D.ietf-teas-yang-path-computation' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-yang-path-computation-21'>
   <front>
      <title>A YANG Data Model for requesting path computation</title>
      <author fullname='Italo Busi' initials='I.' surname='Busi'>
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname='Sergio Belotti' initials='S.' surname='Belotti'>
         <organization>Nokia</organization>
      </author>
      <author fullname='Oscar Gonzalez de Dios' initials='O. G.' surname='de Dios'>
         <organization>Telefonica</organization>
      </author>
      <author fullname='Anurag Sharma' initials='A.' surname='Sharma'>
         <organization>Google</organization>
      </author>
      <author fullname='Yan Shi' initials='Y.' surname='Shi'>
         <organization>China Unicom</organization>
      </author>
      <date day='7' month='July' year='2023'/>
      <abstract>
	 <t>   There are scenarios, typically in a hierarchical Software-Defined
   Networking (SDN) context, where the topology information provided by
   a Traffic Engineering (TE) network provider may be insufficient for
   its client to perform multi-domain path computation.  In these cases
   the client would need to request the TE network provider to compute
   some intra-domain paths to be used by the client to choose the
   optimal multi-domain paths.

   This document provides a mechanism to request path computation by
   augmenting the Remote Procedure Calls (RPCs) defined in RFC YYYY.

   [RFC EDITOR NOTE: Please replace RFC YYYY with the RFC number of
   draft-ietf-teas-yang-te once it has been published.

   Moreover, this document describes some use cases where the path
   computation request, via YANG-based protocols (e.g., NETCONF or
   RESTCONF), can be needed.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teas-yang-path-computation-21'/>
   
</reference>


<reference anchor='I-D.ietf-teas-yang-l3-te-topo' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-yang-l3-te-topo-15'>
   <front>
      <title>YANG Data Model for Layer 3 TE Topologies</title>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>Alef Edge</organization>
      </author>
      <author fullname='Igor Bryskin' initials='I.' surname='Bryskin'>
         <organization>Individual</organization>
      </author>
      <author fullname='Vishnu Pavan Beeram' initials='V. P.' surname='Beeram'>
         <organization>Juniper Networks</organization>
      </author>
      <author fullname='Tarek Saad' initials='T.' surname='Saad'>
         <organization>Cisco Systems Inc</organization>
      </author>
      <author fullname='Himanshu C. Shah' initials='H. C.' surname='Shah'>
         <organization>Ciena</organization>
      </author>
      <author fullname='Oscar Gonzalez de Dios' initials='O. G.' surname='de Dios'>
         <organization>Telefonica</organization>
      </author>
      <date day='21' month='October' year='2023'/>
      <abstract>
	 <t>   This document defines a YANG data model for layer 3 traffic
   engineering topologies.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teas-yang-l3-te-topo-15'/>
   
</reference>

<reference anchor='RFC7471' target='https://www.rfc-editor.org/info/rfc7471'>
  <front>
    <title>OSPF Traffic Engineering (TE) Metric Extensions</title>
    <author fullname='S. Giacalone' initials='S.' surname='Giacalone'/>
    <author fullname='D. Ward' initials='D.' surname='Ward'/>
    <author fullname='J. Drake' initials='J.' surname='Drake'/>
    <author fullname='A. Atlas' initials='A.' surname='Atlas'/>
    <author fullname='S. Previdi' initials='S.' surname='Previdi'/>
    <date month='March' year='2015'/>
    <abstract>
      <t>In certain networks, such as, but not limited to, financial information networks (e.g., stock market data providers), network performance information (e.g., link propagation delay) is becoming critical to data path selection.</t>
      <t>This document describes common extensions to RFC 3630 "Traffic Engineering (TE) Extensions to OSPF Version 2" and RFC 5329 "Traffic Engineering Extensions to OSPF Version 3" to enable network performance information to be distributed in a scalable fashion. The information distributed using OSPF TE Metric Extensions can then be used to make path selection decisions based on network performance.</t>
      <t>Note that this document only covers the mechanisms by which network performance information is distributed. The mechanisms for measuring network performance information or using that information, once distributed, are outside the scope of this document.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7471'/>
  <seriesInfo name='DOI' value='10.17487/RFC7471'/>
</reference>

<reference anchor='RFC8570' target='https://www.rfc-editor.org/info/rfc8570'>
  <front>
    <title>IS-IS Traffic Engineering (TE) Metric Extensions</title>
    <author fullname='L. Ginsberg' initials='L.' role='editor' surname='Ginsberg'/>
    <author fullname='S. Previdi' initials='S.' role='editor' surname='Previdi'/>
    <author fullname='S. Giacalone' initials='S.' surname='Giacalone'/>
    <author fullname='D. Ward' initials='D.' surname='Ward'/>
    <author fullname='J. Drake' initials='J.' surname='Drake'/>
    <author fullname='Q. Wu' initials='Q.' surname='Wu'/>
    <date month='March' year='2019'/>
    <abstract>
      <t>In certain networks, such as, but not limited to, financial information networks (e.g., stock market data providers), network-performance criteria (e.g., latency) are becoming as critical to data-path selection as other metrics.</t>
      <t>This document describes extensions to IS-IS Traffic Engineering Extensions (RFC 5305). These extensions provide a way to distribute and collect network-performance information in a scalable fashion. The information distributed using IS-IS TE Metric Extensions can then be used to make path-selection decisions based on network performance.</t>
      <t>Note that this document only covers the mechanisms with which network-performance information is distributed. The mechanisms for measuring network performance or acting on that information, once distributed, are outside the scope of this document.</t>
      <t>This document obsoletes RFC 7810.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8570'/>
  <seriesInfo name='DOI' value='10.17487/RFC8570'/>
</reference>

<reference anchor='RFC7823' target='https://www.rfc-editor.org/info/rfc7823'>
  <front>
    <title>Performance-Based Path Selection for Explicitly Routed Label Switched Paths (LSPs) Using TE Metric Extensions</title>
    <author fullname='A. Atlas' initials='A.' surname='Atlas'/>
    <author fullname='J. Drake' initials='J.' surname='Drake'/>
    <author fullname='S. Giacalone' initials='S.' surname='Giacalone'/>
    <author fullname='S. Previdi' initials='S.' surname='Previdi'/>
    <date month='May' year='2016'/>
    <abstract>
      <t>In certain networks, it is critical to consider network performance criteria when selecting the path for an explicitly routed RSVP-TE Label Switched Path (LSP). Such performance criteria can include latency, jitter, and loss or other indications such as the conformance to link performance objectives and non-RSVP TE traffic load. This specification describes how a path computation function may use network performance data, such as is advertised via the OSPF and IS-IS TE metric extensions (defined outside the scope of this document) to perform such path selections.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7823'/>
  <seriesInfo name='DOI' value='10.17487/RFC7823'/>
</reference>

<reference anchor='RFC4124' target='https://www.rfc-editor.org/info/rfc4124'>
  <front>
    <title>Protocol Extensions for Support of Diffserv-aware MPLS Traffic Engineering</title>
    <author fullname='F. Le Faucheur' initials='F.' role='editor' surname='Le Faucheur'/>
    <date month='June' year='2005'/>
    <abstract>
      <t>This document specifies the protocol extensions for support of Diffserv-aware MPLS Traffic Engineering (DS-TE). This includes generalization of the semantics of a number of Interior Gateway Protocol (IGP) extensions already defined for existing MPLS Traffic Engineering in RFC 3630, RFC 3784, and additional IGP extensions beyond those. This also includes extensions to RSVP-TE signaling beyond those already specified in RFC 3209 for existing MPLS Traffic Engineering. These extensions address the requirements for DS-TE spelled out in RFC 3564. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4124'/>
  <seriesInfo name='DOI' value='10.17487/RFC4124'/>
</reference>

<reference anchor='RFC6370' target='https://www.rfc-editor.org/info/rfc6370'>
  <front>
    <title>MPLS Transport Profile (MPLS-TP) Identifiers</title>
    <author fullname='M. Bocci' initials='M.' surname='Bocci'/>
    <author fullname='G. Swallow' initials='G.' surname='Swallow'/>
    <author fullname='E. Gray' initials='E.' surname='Gray'/>
    <date month='September' year='2011'/>
    <abstract>
      <t>This document specifies an initial set of identifiers to be used in the Transport Profile of Multiprotocol Label Switching (MPLS-TP). The MPLS-TP requirements (RFC 5654) require that the elements and objects in an MPLS-TP environment are able to be configured and managed without a control plane. In such an environment, many conventions for defining identifiers are possible. This document defines identifiers for MPLS-TP management and Operations, Administration, and Maintenance (OAM) functions compatible with IP/ MPLS conventions.</t>
      <t>This document is a product of a joint Internet Engineering Task Force (IETF) / International Telecommunication Union Telecommunication Standardization Sector (ITU-T) effort to include an MPLS Transport Profile within the IETF MPLS and Pseudowire Emulation Edge-to-Edge (PWE3) architectures to support the capabilities and functionalities of a packet transport network as defined by the ITU-T. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6370'/>
  <seriesInfo name='DOI' value='10.17487/RFC6370'/>
</reference>

<reference anchor='RFC5003' target='https://www.rfc-editor.org/info/rfc5003'>
  <front>
    <title>Attachment Individual Identifier (AII) Types for Aggregation</title>
    <author fullname='C. Metz' initials='C.' surname='Metz'/>
    <author fullname='L. Martini' initials='L.' surname='Martini'/>
    <author fullname='F. Balus' initials='F.' surname='Balus'/>
    <author fullname='J. Sugimoto' initials='J.' surname='Sugimoto'/>
    <date month='September' year='2007'/>
    <abstract>
      <t>The signaling protocols used to establish point-to-point pseudowires include type-length-value (TLV) fields that identify pseudowire endpoints called attachment individual identifiers (AIIs). This document defines AII structures in the form of new AII TLV fields that support AII aggregation for improved scalability and Virtual Private Network (VPN) auto-discovery. It is envisioned that this would be useful in large inter-domain virtual private wire service networks where pseudowires are established between selected local and remote provider edge (PE) nodes based on customer need. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5003'/>
  <seriesInfo name='DOI' value='10.17487/RFC5003'/>
</reference>

<reference anchor='RFC3630' target='https://www.rfc-editor.org/info/rfc3630'>
  <front>
    <title>Traffic Engineering (TE) Extensions to OSPF Version 2</title>
    <author fullname='D. Katz' initials='D.' surname='Katz'/>
    <author fullname='K. Kompella' initials='K.' surname='Kompella'/>
    <author fullname='D. Yeung' initials='D.' surname='Yeung'/>
    <date month='September' year='2003'/>
    <abstract>
      <t>This document describes extensions to the OSPF protocol version 2 to support intra-area Traffic Engineering (TE), using Opaque Link State Advertisements.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3630'/>
  <seriesInfo name='DOI' value='10.17487/RFC3630'/>
</reference>

<reference anchor='RFC6827' target='https://www.rfc-editor.org/info/rfc6827'>
  <front>
    <title>Automatically Switched Optical Network (ASON) Routing for OSPFv2 Protocols</title>
    <author fullname='A. Malis' initials='A.' role='editor' surname='Malis'/>
    <author fullname='A. Lindem' initials='A.' role='editor' surname='Lindem'/>
    <author fullname='D. Papadimitriou' initials='D.' role='editor' surname='Papadimitriou'/>
    <date month='January' year='2013'/>
    <abstract>
      <t>The ITU-T has defined an architecture and requirements for operating an Automatically Switched Optical Network (ASON).</t>
      <t>The Generalized Multiprotocol Label Switching (GMPLS) protocol suite is designed to provide a control plane for a range of network technologies. These include optical networks such as time division multiplexing (TDM) networks including the Synchronous Optical Network/Synchronous Digital Hierarchy (SONET/SDH), Optical Transport Networks (OTNs), and lambda switching optical networks.</t>
      <t>The requirements for GMPLS routing to satisfy the requirements of ASON routing and an evaluation of existing GMPLS routing protocols are provided in other documents. This document defines extensions to the OSPFv2 Link State Routing Protocol to meet the requirements for routing in an ASON.</t>
      <t>Note that this work is scoped to the requirements and evaluation expressed in RFC 4258 and RFC 4652 and the ITU-T Recommendations that were current when those documents were written. Future extensions or revisions of this work may be necessary if the ITU-T Recommendations are revised or if new requirements are introduced into a revision of RFC 4258. This document obsoletes RFC 5787 and updates RFC 5786. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6827'/>
  <seriesInfo name='DOI' value='10.17487/RFC6827'/>
</reference>

<reference anchor='RFC5305' target='https://www.rfc-editor.org/info/rfc5305'>
  <front>
    <title>IS-IS Extensions for Traffic Engineering</title>
    <author fullname='T. Li' initials='T.' surname='Li'/>
    <author fullname='H. Smit' initials='H.' surname='Smit'/>
    <date month='October' year='2008'/>
    <abstract>
      <t>This document describes extensions to the Intermediate System to Intermediate System (IS-IS) protocol to support Traffic Engineering (TE). This document extends the IS-IS protocol by specifying new information that an Intermediate System (router) can place in Link State Protocol Data Units (LSP). This information describes additional details regarding the state of the network that are useful for traffic engineering computations. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5305'/>
  <seriesInfo name='DOI' value='10.17487/RFC5305'/>
</reference>

<reference anchor='RFC6119' target='https://www.rfc-editor.org/info/rfc6119'>
  <front>
    <title>IPv6 Traffic Engineering in IS-IS</title>
    <author fullname='J. Harrison' initials='J.' surname='Harrison'/>
    <author fullname='J. Berger' initials='J.' surname='Berger'/>
    <author fullname='M. Bartlett' initials='M.' surname='Bartlett'/>
    <date month='February' year='2011'/>
    <abstract>
      <t>This document specifies a method for exchanging IPv6 traffic engineering information using the IS-IS routing protocol. This information enables routers in an IS-IS network to calculate traffic-engineered routes using IPv6 addresses. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6119'/>
  <seriesInfo name='DOI' value='10.17487/RFC6119'/>
</reference>

<reference anchor='RFC4872' target='https://www.rfc-editor.org/info/rfc4872'>
  <front>
    <title>RSVP-TE Extensions in Support of End-to-End Generalized Multi-Protocol Label Switching (GMPLS) Recovery</title>
    <author fullname='J.P. Lang' initials='J.P.' role='editor' surname='Lang'/>
    <author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'/>
    <author fullname='D. Papadimitriou' initials='D.' role='editor' surname='Papadimitriou'/>
    <date month='May' year='2007'/>
    <abstract>
      <t>This document describes protocol-specific procedures and extensions for Generalized Multi-Protocol Label Switching (GMPLS) Resource ReSerVation Protocol - Traffic Engineering (RSVP-TE) signaling to support end-to-end Label Switched Path (LSP) recovery that denotes protection and restoration. A generic functional description of GMPLS recovery can be found in a companion document, RFC 4426. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4872'/>
  <seriesInfo name='DOI' value='10.17487/RFC4872'/>
</reference>

<reference anchor='RFC7308' target='https://www.rfc-editor.org/info/rfc7308'>
  <front>
    <title>Extended Administrative Groups in MPLS Traffic Engineering (MPLS-TE)</title>
    <author fullname='E. Osborne' initials='E.' surname='Osborne'/>
    <date month='July' year='2014'/>
    <abstract>
      <t>MPLS Traffic Engineering (MPLS-TE) advertises 32 administrative groups (commonly referred to as "colors" or "link colors") using the Administrative Group sub-TLV. This is defined for OSPFv2 (RFC 3630), OSPFv3 (RFC 5329) and IS-IS (RFC 5305).</t>
      <t>This document adds a sub-TLV to the IGP TE extensions, "Extended Administrative Group". This sub-TLV provides for additional administrative groups (link colors) beyond the current limit of 32.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7308'/>
  <seriesInfo name='DOI' value='10.17487/RFC7308'/>
</reference>

<reference anchor='RFC4203' target='https://www.rfc-editor.org/info/rfc4203'>
  <front>
    <title>OSPF Extensions in Support of Generalized Multi-Protocol Label Switching (GMPLS)</title>
    <author fullname='K. Kompella' initials='K.' role='editor' surname='Kompella'/>
    <author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'/>
    <date month='October' year='2005'/>
    <abstract>
      <t>This document specifies encoding of extensions to the OSPF routing protocol in support of Generalized Multi-Protocol Label Switching (GMPLS). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4203'/>
  <seriesInfo name='DOI' value='10.17487/RFC4203'/>
</reference>

<reference anchor='RFC5307' target='https://www.rfc-editor.org/info/rfc5307'>
  <front>
    <title>IS-IS Extensions in Support of Generalized Multi-Protocol Label Switching (GMPLS)</title>
    <author fullname='K. Kompella' initials='K.' role='editor' surname='Kompella'/>
    <author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'/>
    <date month='October' year='2008'/>
    <abstract>
      <t>This document specifies encoding of extensions to the IS-IS routing protocol in support of Generalized Multi-Protocol Label Switching (GMPLS). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5307'/>
  <seriesInfo name='DOI' value='10.17487/RFC5307'/>
</reference>

<reference anchor='RFC3785' target='https://www.rfc-editor.org/info/rfc3785'>
  <front>
    <title>Use of Interior Gateway Protocol (IGP) Metric as a second MPLS Traffic Engineering (TE) Metric</title>
    <author fullname='F. Le Faucheur' initials='F.' surname='Le Faucheur'/>
    <author fullname='R. Uppili' initials='R.' surname='Uppili'/>
    <author fullname='A. Vedrenne' initials='A.' surname='Vedrenne'/>
    <author fullname='P. Merckx' initials='P.' surname='Merckx'/>
    <author fullname='T. Telkamp' initials='T.' surname='Telkamp'/>
    <date month='May' year='2004'/>
    <abstract>
      <t>This document describes a common practice on how the existing metric of Interior Gateway Protocols (IGP) can be used as an alternative metric to the Traffic Engineering (TE) metric for Constraint Based Routing of MultiProtocol Label Switching (MPLS) Traffic Engineering tunnels. This effectively results in the ability to perform Constraint Based Routing with optimization of one metric (e.g., link bandwidth) for some Traffic Engineering tunnels (e.g., Data Trunks) while optimizing another metric (e.g., propagation delay) for some other tunnels with different requirements (e.g., Voice Trunks). No protocol extensions or modifications are required. This text documents current router implementations and deployment practices. 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='87'/>
  <seriesInfo name='RFC' value='3785'/>
  <seriesInfo name='DOI' value='10.17487/RFC3785'/>
</reference>

<reference anchor='RFC4427' target='https://www.rfc-editor.org/info/rfc4427'>
  <front>
    <title>Recovery (Protection and Restoration) Terminology for Generalized Multi-Protocol Label Switching (GMPLS)</title>
    <author fullname='E. Mannie' initials='E.' role='editor' surname='Mannie'/>
    <author fullname='D. Papadimitriou' initials='D.' role='editor' surname='Papadimitriou'/>
    <date month='March' year='2006'/>
    <abstract>
      <t>This document defines a common terminology for Generalized Multi-Protocol Label Switching (GMPLS)-based recovery mechanisms (i.e., protection and restoration). The terminology is independent of the underlying transport technologies covered by GMPLS. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4427'/>
  <seriesInfo name='DOI' value='10.17487/RFC4427'/>
</reference>

<reference anchor='RFC6378' target='https://www.rfc-editor.org/info/rfc6378'>
  <front>
    <title>MPLS Transport Profile (MPLS-TP) Linear Protection</title>
    <author fullname='Y. Weingarten' initials='Y.' role='editor' surname='Weingarten'/>
    <author fullname='S. Bryant' initials='S.' surname='Bryant'/>
    <author fullname='E. Osborne' initials='E.' surname='Osborne'/>
    <author fullname='N. Sprecher' initials='N.' surname='Sprecher'/>
    <author fullname='A. Fulignoli' initials='A.' role='editor' surname='Fulignoli'/>
    <date month='October' year='2011'/>
    <abstract>
      <t>This document is a product of a joint Internet Engineering Task Force (IETF) / International Telecommunications Union Telecommunications Standardization Sector (ITU-T) effort to include an MPLS Transport Profile within the IETF MPLS and Pseudowire Emulation Edge-to-Edge (PWE3) architectures to support the capabilities and functionalities of a packet transport network as defined by the ITU-T.</t>
      <t>This document addresses the functionality described in the MPLS-TP Survivability Framework document (RFC 6372) and defines a protocol that may be used to fulfill the function of the Protection State Coordination for linear protection, as described in that document. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6378'/>
  <seriesInfo name='DOI' value='10.17487/RFC6378'/>
</reference>

<reference anchor='RFC3209' target='https://www.rfc-editor.org/info/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='RFC4090' target='https://www.rfc-editor.org/info/rfc4090'>
  <front>
    <title>Fast Reroute Extensions to RSVP-TE for LSP Tunnels</title>
    <author fullname='P. Pan' initials='P.' role='editor' surname='Pan'/>
    <author fullname='G. Swallow' initials='G.' role='editor' surname='Swallow'/>
    <author fullname='A. Atlas' initials='A.' role='editor' surname='Atlas'/>
    <date month='May' year='2005'/>
    <abstract>
      <t>This document defines RSVP-TE extensions to establish backup label-switched path (LSP) tunnels for local repair of LSP tunnels. These mechanisms enable the re-direction of traffic onto backup LSP tunnels in 10s of milliseconds, in the event of a failure.</t>
      <t>Two methods are defined here. The one-to-one backup method creates detour LSPs for each protected LSP at each potential point of local repair. The facility backup method creates a bypass tunnel to protect a potential failure point; by taking advantage of MPLS label stacking, this bypass tunnel can protect a set of LSPs that have similar backup constraints. Both methods can be used to protect links and nodes during network failure. The described behavior and extensions to RSVP allow nodes to implement either method or both and to interoperate in a mixed network. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4090'/>
  <seriesInfo name='DOI' value='10.17487/RFC4090'/>
</reference>

<reference anchor='RFC4736' target='https://www.rfc-editor.org/info/rfc4736'>
  <front>
    <title>Reoptimization of Multiprotocol Label Switching (MPLS) Traffic Engineering (TE) Loosely Routed Label Switched Path (LSP)</title>
    <author fullname='JP. Vasseur' initials='JP.' role='editor' surname='Vasseur'/>
    <author fullname='Y. Ikejiri' initials='Y.' surname='Ikejiri'/>
    <author fullname='R. Zhang' initials='R.' surname='Zhang'/>
    <date month='November' year='2006'/>
    <abstract>
      <t>This document defines a mechanism for the reoptimization of loosely routed MPLS and GMPLS (Generalized Multiprotocol Label Switching) Traffic Engineering (TE) Label Switched Paths (LSPs) signaled with Resource Reservation Protocol Traffic Engineering (RSVP-TE). This document proposes a mechanism that allows a TE LSP head-end Label Switching Router (LSR) to trigger a new path re-evaluation on every hop that has a next hop defined as a loose or abstract hop and a mid-point LSR to signal to the head-end LSR that a better path exists (compared to the current path) or that the TE LSP must be reoptimized (because of maintenance required on the TE LSP path). The proposed mechanism applies to the cases of intra- and inter-domain (Interior Gateway Protocol area (IGP area) or Autonomous System) packet and non-packet TE LSPs following a loosely routed path. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4736'/>
  <seriesInfo name='DOI' value='10.17487/RFC4736'/>
</reference>

<reference anchor='RFC5712' target='https://www.rfc-editor.org/info/rfc5712'>
  <front>
    <title>MPLS Traffic Engineering Soft Preemption</title>
    <author fullname='M. Meyer' initials='M.' role='editor' surname='Meyer'/>
    <author fullname='JP. Vasseur' initials='JP.' role='editor' surname='Vasseur'/>
    <date month='January' year='2010'/>
    <abstract>
      <t>This document specifies Multiprotocol Label Switching (MPLS) Traffic Engineering Soft Preemption, a suite of protocol modifications extending the concept of preemption with the goal of reducing or eliminating traffic disruption of preempted Traffic Engineering Label Switched Paths (TE LSPs). Initially, MPLS RSVP-TE was defined with support for only immediate TE LSP displacement upon preemption. The utilization of a reroute request notification helps more gracefully mitigate the reroute process of preempted TE LSP. For the brief period soft preemption is activated, reservations (though not necessarily traffic levels) are in effect under-provisioned until the TE LSP(s) can be rerouted. For this reason, the feature is primarily, but not exclusively, interesting in MPLS-enabled IP networks with Differentiated Services and Traffic Engineering capabilities. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5712'/>
  <seriesInfo name='DOI' value='10.17487/RFC5712'/>
</reference>

<reference anchor='RFC4920' target='https://www.rfc-editor.org/info/rfc4920'>
  <front>
    <title>Crankback Signaling Extensions for MPLS and GMPLS RSVP-TE</title>
    <author fullname='A. Farrel' initials='A.' role='editor' surname='Farrel'/>
    <author fullname='A. Satyanarayana' initials='A.' surname='Satyanarayana'/>
    <author fullname='A. Iwata' initials='A.' surname='Iwata'/>
    <author fullname='N. Fujita' initials='N.' surname='Fujita'/>
    <author fullname='G. Ash' initials='G.' surname='Ash'/>
    <date month='July' year='2007'/>
    <abstract>
      <t>In a distributed, constraint-based routing environment, the information used to compute a path may be out of date. This means that Multiprotocol Label Switching (MPLS) and Generalized MPLS (GMPLS) Traffic Engineered (TE) Label Switched Path (LSP) setup requests may be blocked by links or nodes without sufficient resources. Crankback is a scheme whereby setup failure information is returned from the point of failure to allow new setup attempts to be made avoiding the blocked resources. Crankback can also be applied to LSP recovery to indicate the location of the failed link or node.</t>
      <t>This document specifies crankback signaling extensions for use in MPLS signaling using RSVP-TE as defined in "RSVP-TE: Extensions to RSVP for LSP Tunnels", RFC 3209, and GMPLS signaling as defined in "Generalized Multi-Protocol Label Switching (GMPLS) Signaling Functional Description", RFC 3473. These extensions mean that the LSP setup request can be retried on an alternate path that detours around blocked links or nodes. This offers significant improvements in the successful setup and recovery ratios for LSPs, especially in situations where a large number of setup requests are triggered at the same time. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4920'/>
  <seriesInfo name='DOI' value='10.17487/RFC4920'/>
</reference>

<reference anchor='RFC5420' target='https://www.rfc-editor.org/info/rfc5420'>
  <front>
    <title>Encoding of Attributes for MPLS LSP Establishment Using Resource Reservation Protocol Traffic Engineering (RSVP-TE)</title>
    <author fullname='A. Farrel' initials='A.' role='editor' surname='Farrel'/>
    <author fullname='D. Papadimitriou' initials='D.' surname='Papadimitriou'/>
    <author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'/>
    <author fullname='A. Ayyangar' initials='A.' surname='Ayyangar'/>
    <date month='February' year='2009'/>
    <abstract>
      <t>Multiprotocol Label Switching (MPLS) Label Switched Paths (LSPs) may be established using the Resource Reservation Protocol Traffic Engineering (RSVP-TE) extensions. This protocol includes an object (the SESSION_ATTRIBUTE object) that carries a Flags field used to indicate options and attributes of the LSP. That Flags field has eight bits, allowing for eight options to be set. Recent proposals in many documents that extend RSVP-TE have suggested uses for each of the previously unused bits.</t>
      <t>This document defines a new object for RSVP-TE messages that allows the signaling of further attribute bits and also the carriage of arbitrary attribute parameters to make RSVP-TE easily extensible to support new requirements. Additionally, this document defines a way to record the attributes applied to the LSP on a hop-by-hop basis.</t>
      <t>The object mechanisms defined in this document are equally applicable to Generalized MPLS (GMPLS) Packet Switch Capable (PSC) LSPs and to GMPLS non-PSC LSPs.</t>
      <t>This document replaces and obsoletes the previous version of this work, published as RFC 4420. The only change is in the encoding of the Type-Length-Variable (TLV) data structures. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5420'/>
  <seriesInfo name='DOI' value='10.17487/RFC5420'/>
</reference>

<reference anchor='RFC7570' target='https://www.rfc-editor.org/info/rfc7570'>
  <front>
    <title>Label Switched Path (LSP) Attribute in the Explicit Route Object (ERO)</title>
    <author fullname='C. Margaria' initials='C.' role='editor' surname='Margaria'/>
    <author fullname='G. Martinelli' initials='G.' surname='Martinelli'/>
    <author fullname='S. Balls' initials='S.' surname='Balls'/>
    <author fullname='B. Wright' initials='B.' surname='Wright'/>
    <date month='July' year='2015'/>
    <abstract>
      <t>RFC 5420 extends RSVP-TE to specify or record generic attributes that apply to the whole of the path of a Label Switched Path (LSP). This document defines an extension to the RSVP Explicit Route Object (ERO) and Record Route Object (RRO) to allow them to specify or record generic attributes that apply to a given hop.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7570'/>
  <seriesInfo name='DOI' value='10.17487/RFC7570'/>
</reference>

<reference anchor='RFC4875' target='https://www.rfc-editor.org/info/rfc4875'>
  <front>
    <title>Extensions to Resource Reservation Protocol - Traffic Engineering (RSVP-TE) for Point-to-Multipoint TE Label Switched Paths (LSPs)</title>
    <author fullname='R. Aggarwal' initials='R.' role='editor' surname='Aggarwal'/>
    <author fullname='D. Papadimitriou' initials='D.' role='editor' surname='Papadimitriou'/>
    <author fullname='S. Yasukawa' initials='S.' role='editor' surname='Yasukawa'/>
    <date month='May' year='2007'/>
    <abstract>
      <t>This document describes extensions to Resource Reservation Protocol - Traffic Engineering (RSVP-TE) for the set up of Traffic Engineered (TE) point-to-multipoint (P2MP) Label Switched Paths (LSPs) in Multi- Protocol Label Switching (MPLS) and Generalized MPLS (GMPLS) networks. The solution relies on RSVP-TE without requiring a multicast routing protocol in the Service Provider core. Protocol elements and procedures for this solution are described.</t>
      <t>There can be various applications for P2MP TE LSPs such as IP multicast. Specification of how such applications will use a P2MP TE LSP is outside the scope of this document. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4875'/>
  <seriesInfo name='DOI' value='10.17487/RFC4875'/>
</reference>

<reference anchor='RFC5151' target='https://www.rfc-editor.org/info/rfc5151'>
  <front>
    <title>Inter-Domain MPLS and GMPLS Traffic Engineering -- Resource Reservation Protocol-Traffic Engineering (RSVP-TE) Extensions</title>
    <author fullname='A. Farrel' initials='A.' role='editor' surname='Farrel'/>
    <author fullname='A. Ayyangar' initials='A.' surname='Ayyangar'/>
    <author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'/>
    <date month='February' year='2008'/>
    <abstract>
      <t>This document describes procedures and protocol extensions for the use of Resource Reservation Protocol-Traffic Engineering (RSVP-TE) signaling in Multiprotocol Label Switching-Traffic Engineering (MPLS-TE) packet networks and Generalized MPLS (GMPLS) packet and non-packet networks to support the establishment and maintenance of Label Switched Paths that cross domain boundaries.</t>
      <t>For the purpose of this document, a domain is considered to be any collection of network elements within a common realm of address space or path computation responsibility. Examples of such domains include Autonomous Systems, Interior Gateway Protocol (IGP) routing areas, and GMPLS overlay networks. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5151'/>
  <seriesInfo name='DOI' value='10.17487/RFC5151'/>
</reference>

<reference anchor='RFC5150' target='https://www.rfc-editor.org/info/rfc5150'>
  <front>
    <title>Label Switched Path Stitching with Generalized Multiprotocol Label Switching Traffic Engineering (GMPLS TE)</title>
    <author fullname='A. Ayyangar' initials='A.' surname='Ayyangar'/>
    <author fullname='K. Kompella' initials='K.' surname='Kompella'/>
    <author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'/>
    <author fullname='A. Farrel' initials='A.' surname='Farrel'/>
    <date month='February' year='2008'/>
    <abstract>
      <t>In certain scenarios, there may be a need to combine several Generalized Multiprotocol Label Switching (GMPLS) Label Switched Paths (LSPs) such that a single end-to-end (e2e) LSP is realized and all traffic from one constituent LSP is switched onto the next LSP. We will refer to this as "LSP stitching", the key requirement being that a constituent LSP not be allocated to more than one e2e LSP. The constituent LSPs will be referred to as "LSP segments" (S-LSPs).</t>
      <t>This document describes extensions to the existing GMPLS signaling protocol (Resource Reservation Protocol-Traffic Engineering (RSVP-TE)) to establish e2e LSPs created from S-LSPs, and describes how the LSPs can be managed using the GMPLS signaling and routing protocols.</t>
      <t>It may be possible to configure a GMPLS node to switch the traffic from an LSP for which it is the egress, to another LSP for which it is the ingress, without requiring any signaling or routing extensions whatsoever and such that the operation is completely transparent to other nodes. This will also result in LSP stitching in the data plane. However, this document does not cover this scenario of LSP stitching. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='5150'/>
  <seriesInfo name='DOI' value='10.17487/RFC5150'/>
</reference>

<reference anchor='RFC6001' target='https://www.rfc-editor.org/info/rfc6001'>
  <front>
    <title>Generalized MPLS (GMPLS) Protocol Extensions for Multi-Layer and Multi-Region Networks (MLN/MRN)</title>
    <author fullname='D. Papadimitriou' initials='D.' surname='Papadimitriou'/>
    <author fullname='M. Vigoureux' initials='M.' surname='Vigoureux'/>
    <author fullname='K. Shiomoto' initials='K.' surname='Shiomoto'/>
    <author fullname='D. Brungard' initials='D.' surname='Brungard'/>
    <author fullname='JL. Le Roux' initials='JL.' surname='Le Roux'/>
    <date month='October' year='2010'/>
    <abstract>
      <t>There are specific requirements for the support of networks comprising Label Switching Routers (LSRs) participating in different data plane switching layers controlled by a single Generalized Multi-Protocol Label Switching (GMPLS) control plane instance, referred to as GMPLS Multi-Layer Networks / Multi-Region Networks (MLN/MRN).</t>
      <t>This document defines extensions to GMPLS routing and signaling protocols so as to support the operation of GMPLS Multi-Layer / Multi-Region Networks. It covers the elements of a single GMPLS control plane instance controlling multiple Label Switched Path (LSP) regions or layers within a single Traffic Engineering (TE) domain. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6001'/>
  <seriesInfo name='DOI' value='10.17487/RFC6001'/>
</reference>

<reference anchor='RFC6790' target='https://www.rfc-editor.org/info/rfc6790'>
  <front>
    <title>The Use of Entropy Labels in MPLS Forwarding</title>
    <author fullname='K. Kompella' initials='K.' surname='Kompella'/>
    <author fullname='J. Drake' initials='J.' surname='Drake'/>
    <author fullname='S. Amante' initials='S.' surname='Amante'/>
    <author fullname='W. Henderickx' initials='W.' surname='Henderickx'/>
    <author fullname='L. Yong' initials='L.' surname='Yong'/>
    <date month='November' year='2012'/>
    <abstract>
      <t>Load balancing is a powerful tool for engineering traffic across a network. This memo suggests ways of improving load balancing across MPLS networks using the concept of "entropy labels". It defines the concept, describes why entropy labels are useful, enumerates properties of entropy labels that allow maximal benefit, and shows how they can be signaled and used for various applications. This document updates RFCs 3031, 3107, 3209, and 5036. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6790'/>
  <seriesInfo name='DOI' value='10.17487/RFC6790'/>
</reference>

<reference anchor='RFC7260' target='https://www.rfc-editor.org/info/rfc7260'>
  <front>
    <title>GMPLS RSVP-TE Extensions for Operations, Administration, and Maintenance (OAM) Configuration</title>
    <author fullname='A. Takacs' initials='A.' surname='Takacs'/>
    <author fullname='D. Fedyk' initials='D.' surname='Fedyk'/>
    <author fullname='J. He' initials='J.' surname='He'/>
    <date month='June' year='2014'/>
    <abstract>
      <t>Operations, Administration, and Maintenance (OAM) is an integral part of transport connections; hence, it is required that OAM functions be activated/deactivated in sync with connection commissioning/ decommissioning, in order to avoid spurious alarms and ensure consistent operation. In certain technologies, OAM entities are inherently established once the connection is set up, while other technologies require extra configuration to establish and configure OAM entities. This document specifies extensions to Resource Reservation Protocol - Traffic Engineering (RSVP-TE) to support the establishment and configuration of OAM entities along with Label Switched Path signaling.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7260'/>
  <seriesInfo name='DOI' value='10.17487/RFC7260'/>
</reference>

<reference anchor='RFC8001' target='https://www.rfc-editor.org/info/rfc8001'>
  <front>
    <title>RSVP-TE Extensions for Collecting Shared Risk Link Group (SRLG) Information</title>
    <author fullname='F. Zhang' initials='F.' role='editor' surname='Zhang'/>
    <author fullname='O. Gonzalez de Dios' initials='O.' role='editor' surname='Gonzalez de Dios'/>
    <author fullname='C. Margaria' initials='C.' surname='Margaria'/>
    <author fullname='M. Hartley' initials='M.' surname='Hartley'/>
    <author fullname='Z. Ali' initials='Z.' surname='Ali'/>
    <date month='January' year='2017'/>
    <abstract>
      <t>This document provides extensions for Resource Reservation Protocol - Traffic Engineering (RSVP-TE), including GMPLS, to support automatic collection of Shared Risk Link Group (SRLG) information for the TE link formed by a Label Switched Path (LSP).</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8001'/>
  <seriesInfo name='DOI' value='10.17487/RFC8001'/>
</reference>

<reference anchor='RFC8149' target='https://www.rfc-editor.org/info/rfc8149'>
  <front>
    <title>RSVP Extensions for Reoptimization of Loosely Routed Point-to-Multipoint Traffic Engineering Label Switched Paths (LSPs)</title>
    <author fullname='T. Saad' initials='T.' role='editor' surname='Saad'/>
    <author fullname='R. Gandhi' initials='R.' role='editor' surname='Gandhi'/>
    <author fullname='Z. Ali' initials='Z.' surname='Ali'/>
    <author fullname='R. Venator' initials='R.' surname='Venator'/>
    <author fullname='Y. Kamite' initials='Y.' surname='Kamite'/>
    <date month='April' year='2017'/>
    <abstract>
      <t>The reoptimization of a Point-to-Multipoint (P2MP) Traffic Engineering (TE) Label Switched Path (LSP) may be triggered based on the need to reoptimize an individual source-to-leaf (S2L) sub-LSP or a set of S2L sub-LSPs, both using the Sub-Group-based reoptimization method, or the entire P2MP-TE LSP tree using the Make-Before-Break (MBB) method. This document discusses the application of the existing mechanisms for path reoptimization of loosely routed Point-to-Point (P2P) TE LSPs to the P2MP-TE LSPs, identifies issues in doing so, and defines procedures to address them. When reoptimizing a large number of S2L sub-LSPs in a tree using the Sub-Group-based reoptimization method, the S2L sub-LSP descriptor list may need to be semantically fragmented. This document defines the notion of a fragment identifier to help recipient nodes unambiguously reconstruct the fragmented S2L sub-LSP descriptor list.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8149'/>
  <seriesInfo name='DOI' value='10.17487/RFC8149'/>
</reference>

<reference anchor='RFC8169' target='https://www.rfc-editor.org/info/rfc8169'>
  <front>
    <title>Residence Time Measurement in MPLS Networks</title>
    <author fullname='G. Mirsky' initials='G.' surname='Mirsky'/>
    <author fullname='S. Ruffini' initials='S.' surname='Ruffini'/>
    <author fullname='E. Gray' initials='E.' surname='Gray'/>
    <author fullname='J. Drake' initials='J.' surname='Drake'/>
    <author fullname='S. Bryant' initials='S.' surname='Bryant'/>
    <author fullname='A. Vainshtein' initials='A.' surname='Vainshtein'/>
    <date month='May' year='2017'/>
    <abstract>
      <t>This document specifies a new Generic Associated Channel (G-ACh) for Residence Time Measurement (RTM) and describes how it can be used by time synchronization protocols within an MPLS domain.</t>
      <t>Residence time is the variable part of the propagation delay of timing and synchronization messages; knowing this delay for each message allows for a more accurate determination of the delay to be taken into account when applying the value included in a Precision Time Protocol event message.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8169'/>
  <seriesInfo name='DOI' value='10.17487/RFC8169'/>
</reference>

<reference anchor='RFC6780' target='https://www.rfc-editor.org/info/rfc6780'>
  <front>
    <title>RSVP ASSOCIATION Object Extensions</title>
    <author fullname='L. Berger' initials='L.' surname='Berger'/>
    <author fullname='F. Le Faucheur' initials='F.' surname='Le Faucheur'/>
    <author fullname='A. Narayanan' initials='A.' surname='Narayanan'/>
    <date month='October' year='2012'/>
    <abstract>
      <t>The RSVP ASSOCIATION object was defined in the context of GMPLS-controlled Label Switched Paths (LSPs). In this context, the object is used to associate recovery LSPs with the LSP they are protecting. This object also has broader applicability as a mechanism to associate RSVP state. This document defines how the ASSOCIATION object can be more generally applied. This document also defines Extended ASSOCIATION objects that, in particular, can be used in the context of the MPLS Transport Profile (MPLS-TP). This document updates RFC 2205, RFC 3209, and RFC 3473. It also generalizes the definition of the Association ID field defined in RFC 4872. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6780'/>
  <seriesInfo name='DOI' value='10.17487/RFC6780'/>
</reference>

<reference anchor='RFC4873' target='https://www.rfc-editor.org/info/rfc4873'>
  <front>
    <title>GMPLS Segment Recovery</title>
    <author fullname='L. Berger' initials='L.' surname='Berger'/>
    <author fullname='I. Bryskin' initials='I.' surname='Bryskin'/>
    <author fullname='D. Papadimitriou' initials='D.' surname='Papadimitriou'/>
    <author fullname='A. Farrel' initials='A.' surname='Farrel'/>
    <date month='May' year='2007'/>
    <abstract>
      <t>This document describes protocol specific procedures for GMPLS (Generalized Multi-Protocol Label Switching) RSVP-TE (Resource ReserVation Protocol - Traffic Engineering) signaling extensions to support label switched path (LSP) segment protection and restoration. These extensions are intended to complement and be consistent with the RSVP-TE Extensions for End-to-End GMPLS Recovery (RFC 4872). Implications and interactions with fast reroute are also addressed. This document also updates the handling of NOTIFY_REQUEST objects. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4873'/>
  <seriesInfo name='DOI' value='10.17487/RFC4873'/>
</reference>

<reference anchor='RFC3471' target='https://www.rfc-editor.org/info/rfc3471'>
  <front>
    <title>Generalized Multi-Protocol Label Switching (GMPLS) Signaling Functional Description</title>
    <author fullname='L. Berger' initials='L.' role='editor' surname='Berger'/>
    <date month='January' year='2003'/>
    <abstract>
      <t>This document describes extensions to Multi-Protocol Label Switching (MPLS) signaling required to support Generalized MPLS. Generalized MPLS extends the MPLS control plane to encompass time-division (e.g., Synchronous Optical Network and Synchronous Digital Hierarchy, SONET/SDH), wavelength (optical lambdas) and spatial switching (e.g., incoming port or fiber to outgoing port or fiber). This document presents a functional description of the extensions. Protocol specific formats and mechanisms, and technology specific details are specified in separate documents. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3471'/>
  <seriesInfo name='DOI' value='10.17487/RFC3471'/>
</reference>

<reference anchor='RFC2702' target='https://www.rfc-editor.org/info/rfc2702'>
  <front>
    <title>Requirements for Traffic Engineering Over MPLS</title>
    <author fullname='D. Awduche' initials='D.' surname='Awduche'/>
    <author fullname='J. Malcolm' initials='J.' surname='Malcolm'/>
    <author fullname='J. Agogbua' initials='J.' surname='Agogbua'/>
    <author fullname='M. O&apos;Dell' initials='M.' surname='O&apos;Dell'/>
    <author fullname='J. McManus' initials='J.' surname='McManus'/>
    <date month='September' year='1999'/>
    <abstract>
      <t>This document presents a set of requirements for Traffic Engineering over Multiprotocol Label Switching (MPLS). It identifies the functional capabilities required to implement policies that facilitate efficient and reliable network operations in an MPLS domain. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='2702'/>
  <seriesInfo name='DOI' value='10.17487/RFC2702'/>
</reference>

<reference anchor='RFC8233' target='https://www.rfc-editor.org/info/rfc8233'>
  <front>
    <title>Extensions to the Path Computation Element Communication Protocol (PCEP) to Compute Service-Aware Label Switched Paths (LSPs)</title>
    <author fullname='D. Dhody' initials='D.' surname='Dhody'/>
    <author fullname='Q. Wu' initials='Q.' surname='Wu'/>
    <author fullname='V. Manral' initials='V.' surname='Manral'/>
    <author fullname='Z. Ali' initials='Z.' surname='Ali'/>
    <author fullname='K. Kumaki' initials='K.' surname='Kumaki'/>
    <date month='September' year='2017'/>
    <abstract>
      <t>In certain networks, such as, but not limited to, financial information networks (e.g., stock market data providers), network performance criteria (e.g., latency) are becoming as critical to data path selection as other metrics and constraints. These metrics are associated with the Service Level Agreement (SLA) between customers and service providers. The link bandwidth utilization (the total bandwidth of a link in actual use for the forwarding) is another important factor to consider during path computation.</t>
      <t>IGP Traffic Engineering (TE) Metric Extensions describe mechanisms with which network performance information is distributed via OSPF and IS-IS, respectively. 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. This document describes the extension to PCEP to carry latency, delay variation, packet loss, and link bandwidth utilization as constraints for end-to-end path computation.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8233'/>
  <seriesInfo name='DOI' value='10.17487/RFC8233'/>
</reference>

<reference anchor='RFC3477' target='https://www.rfc-editor.org/info/rfc3477'>
  <front>
    <title>Signalling Unnumbered Links in Resource ReSerVation Protocol - Traffic Engineering (RSVP-TE)</title>
    <author fullname='K. Kompella' initials='K.' surname='Kompella'/>
    <author fullname='Y. Rekhter' initials='Y.' surname='Rekhter'/>
    <date month='January' year='2003'/>
    <abstract>
      <t>Current signalling used by Multi-Protocol Label Switching Traffic Engineering (MPLS TE) does not provide support for unnumbered links. This document defines procedures and extensions to Resource ReSerVation Protocol (RSVP) for Label Switched Path (LSP) Tunnels (RSVP-TE), one of the MPLS TE signalling protocols, that are needed in order to support unnumbered links. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3477'/>
  <seriesInfo name='DOI' value='10.17487/RFC3477'/>
</reference>

<reference anchor='RFC4125' target='https://www.rfc-editor.org/info/rfc4125'>
  <front>
    <title>Maximum Allocation Bandwidth Constraints Model for Diffserv-aware MPLS Traffic Engineering</title>
    <author fullname='F. Le Faucheur' initials='F.' surname='Le Faucheur'/>
    <author fullname='W. Lai' initials='W.' surname='Lai'/>
    <date month='June' year='2005'/>
    <abstract>
      <t>This document provides specifications for one Bandwidth Constraints Model for Diffserv-aware MPLS Traffic Engineering, which is referred to as the Maximum Allocation Model. This memo defines an Experimental Protocol for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4125'/>
  <seriesInfo name='DOI' value='10.17487/RFC4125'/>
</reference>

<reference anchor='RFC4126' target='https://www.rfc-editor.org/info/rfc4126'>
  <front>
    <title>Max Allocation with Reservation Bandwidth Constraints Model for Diffserv-aware MPLS Traffic Engineering &amp; Performance Comparisons</title>
    <author fullname='J. Ash' initials='J.' surname='Ash'/>
    <date month='June' year='2005'/>
    <abstract>
      <t>This document complements the Diffserv-aware MPLS Traffic Engineering (DS-TE) requirements document by giving a functional specification for the Maximum Allocation with Reservation (MAR) Bandwidth Constraints Model. Assumptions, applicability, and examples of the operation of the MAR Bandwidth Constraints Model are presented. MAR performance is analyzed relative to the criteria for selecting a Bandwidth Constraints Model, in order to provide guidance to user implementation of the model in their networks. This memo defines an Experimental Protocol for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4126'/>
  <seriesInfo name='DOI' value='10.17487/RFC4126'/>
</reference>

<reference anchor='RFC4127' target='https://www.rfc-editor.org/info/rfc4127'>
  <front>
    <title>Russian Dolls Bandwidth Constraints Model for Diffserv-aware MPLS Traffic Engineering</title>
    <author fullname='F. Le Faucheur' initials='F.' role='editor' surname='Le Faucheur'/>
    <date month='June' year='2005'/>
    <abstract>
      <t>This document provides specifications for one Bandwidth Constraints Model for Diffserv-aware MPLS Traffic Engineering, which is referred to as the Russian Dolls Model. This memo defines an Experimental Protocol for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4127'/>
  <seriesInfo name='DOI' value='10.17487/RFC4127'/>
</reference>

<reference anchor='RFC2697' target='https://www.rfc-editor.org/info/rfc2697'>
  <front>
    <title>A Single Rate Three Color Marker</title>
    <author fullname='J. Heinanen' initials='J.' surname='Heinanen'/>
    <author fullname='R. Guerin' initials='R.' surname='Guerin'/>
    <date month='September' year='1999'/>
    <abstract>
      <t>This document defines a Single Rate Three Color Marker (srTCM), which can be used as component in a Diffserv traffic conditioner. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='2697'/>
  <seriesInfo name='DOI' value='10.17487/RFC2697'/>
</reference>

<reference anchor='RFC2698' target='https://www.rfc-editor.org/info/rfc2698'>
  <front>
    <title>A Two Rate Three Color Marker</title>
    <author fullname='J. Heinanen' initials='J.' surname='Heinanen'/>
    <author fullname='R. Guerin' initials='R.' surname='Guerin'/>
    <date month='September' year='1999'/>
    <abstract>
      <t>This document defines a Two Rate Three Color Marker (trTCM), which can be used as a component in a Diffserv traffic conditioner. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='2698'/>
  <seriesInfo name='DOI' value='10.17487/RFC2698'/>
</reference>

<reference anchor='RFC4115' target='https://www.rfc-editor.org/info/rfc4115'>
  <front>
    <title>A Differentiated Service Two-Rate, Three-Color Marker with Efficient Handling of in-Profile Traffic</title>
    <author fullname='O. Aboul-Magd' initials='O.' surname='Aboul-Magd'/>
    <author fullname='S. Rabie' initials='S.' surname='Rabie'/>
    <date month='July' year='2005'/>
    <abstract>
      <t>This document describes a two-rate, three-color marker that has been in use for data services including Frame Relay services. This marker can be used for metering per-flow traffic in the emerging IP and L2 VPN services. The marker defined here is different from previously defined markers in the handling of the in-profile traffic. Furthermore, this marker doesn't impose peak-rate shaping requirements on customer edge (CE) devices. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4115'/>
  <seriesInfo name='DOI' value='10.17487/RFC4115'/>
</reference>


<reference anchor='I-D.ietf-teas-yang-te-mpls' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-yang-te-mpls-04'>
   <front>
      <title>A YANG Data Model for MPLS Traffic Engineering Tunnels</title>
      <author fullname='Tarek Saad' initials='T.' surname='Saad'>
         <organization>Cisco Systems Inc</organization>
      </author>
      <author fullname='Rakesh Gandhi' initials='R.' surname='Gandhi'>
         <organization>Cisco Systems Inc</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>IBM Corporation</organization>
      </author>
      <author fullname='Vishnu Pavan Beeram' initials='V. P.' surname='Beeram'>
         <organization>Juniper Networks</organization>
      </author>
      <author fullname='Igor Bryskin' initials='I.' surname='Bryskin'>
         <organization>Individual</organization>
      </author>
      <date day='26' month='May' year='2023'/>
      <abstract>
	 <t>   This document defines a YANG data model for the configuration and
   management of Multiprotocol Label Switching (MPLS) Traffic
   Engineering (TE) tunnels, Label Switched Paths (LSPs) and interfaces.
   The model augments the TE generic YANG model for MPLS packet
   dataplane technology.

   This model covers data for configuration, operational state, remote
   procedural calls, and event notifications.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teas-yang-te-mpls-04'/>
   
</reference>

<reference anchor='RFC3272' target='https://www.rfc-editor.org/info/rfc3272'>
  <front>
    <title>Overview and Principles of Internet Traffic Engineering</title>
    <author fullname='D. Awduche' initials='D.' surname='Awduche'/>
    <author fullname='A. Chiu' initials='A.' surname='Chiu'/>
    <author fullname='A. Elwalid' initials='A.' surname='Elwalid'/>
    <author fullname='I. Widjaja' initials='I.' surname='Widjaja'/>
    <author fullname='X. Xiao' initials='X.' surname='Xiao'/>
    <date month='May' year='2002'/>
    <abstract>
      <t>This memo describes the principles of Traffic Engineering (TE) in the Internet. The document is intended to promote better understanding of the issues surrounding traffic engineering in IP networks, and to provide a common basis for the development of traffic engineering capabilities for the Internet. The principles, architectures, and methodologies for performance evaluation and performance optimization of operational IP networks are discussed throughout this document. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3272'/>
  <seriesInfo name='DOI' value='10.17487/RFC3272'/>
</reference>

<reference anchor='RFC4202' target='https://www.rfc-editor.org/info/rfc4202'>
  <front>
    <title>Routing Extensions in Support of Generalized Multi-Protocol Label Switching (GMPLS)</title>
    <author fullname='K. Kompella' initials='K.' role='editor' surname='Kompella'/>
    <author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'/>
    <date month='October' year='2005'/>
    <abstract>
      <t>This document specifies routing extensions in support of carrying link state information for Generalized Multi-Protocol Label Switching (GMPLS). This document enhances the routing extensions required to support MPLS Traffic Engineering (TE). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4202'/>
  <seriesInfo name='DOI' value='10.17487/RFC4202'/>
</reference>

<reference anchor='RFC4328' target='https://www.rfc-editor.org/info/rfc4328'>
  <front>
    <title>Generalized Multi-Protocol Label Switching (GMPLS) Signaling Extensions for G.709 Optical Transport Networks Control</title>
    <author fullname='D. Papadimitriou' initials='D.' role='editor' surname='Papadimitriou'/>
    <date month='January' year='2006'/>
    <abstract>
      <t>This document is a companion to the Generalized Multi-Protocol Label Switching (GMPLS) signaling documents. It describes the technology-specific information needed to extend GMPLS signaling to control Optical Transport Networks (OTN); it also includes the so-called pre-OTN developments. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4328'/>
  <seriesInfo name='DOI' value='10.17487/RFC4328'/>
</reference>

<reference anchor='RFC4561' target='https://www.rfc-editor.org/info/rfc4561'>
  <front>
    <title>Definition of a Record Route Object (RRO) Node-Id Sub-Object</title>
    <author fullname='J.-P. Vasseur' initials='J.-P.' role='editor' surname='Vasseur'/>
    <author fullname='Z. Ali' initials='Z.' surname='Ali'/>
    <author fullname='S. Sivabalan' initials='S.' surname='Sivabalan'/>
    <date month='June' year='2006'/>
    <abstract>
      <t>In the context of MPLS TE Fast Reroute, the Merge Point (MP) address is required at the Point of Local Repair (PLR) in order to select a backup tunnel intersecting a fast reroutable Traffic Engineering Label Switched Path (TE LSP) on a downstream Label Switching Router (LSR). However, existing protocol mechanisms are not sufficient to find an MP address in multi-domain routing networks where a domain is defined as an Interior Gateway Protocol (IGP) area or an Autonomous System (AS). Hence, the current MPLS Fast Reroute mechanism cannot be used in order to protect inter-domain TE LSPs from a failure of an Area Border Router (ABR) or Autonomous System Border Router (ASBR). This document specifies the use of existing Record Route Object (RRO) IPv4 and IPv6 sub-objects (with a new flag defined) thus defining the node-id sub-object in order to solve this issue. The MPLS Fast Reroute mechanism mentioned in this document refers to the "Facility backup" MPLS TE Fast Reroute method. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4561'/>
  <seriesInfo name='DOI' value='10.17487/RFC4561'/>
</reference>

<reference anchor='RFC4657' target='https://www.rfc-editor.org/info/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='RFC6004' target='https://www.rfc-editor.org/info/rfc6004'>
  <front>
    <title>Generalized MPLS (GMPLS) Support for Metro Ethernet Forum and G.8011 Ethernet Service Switching</title>
    <author fullname='L. Berger' initials='L.' surname='Berger'/>
    <author fullname='D. Fedyk' initials='D.' surname='Fedyk'/>
    <date month='October' year='2010'/>
  </front>
  <seriesInfo name='RFC' value='6004'/>
  <seriesInfo name='DOI' value='10.17487/RFC6004'/>
</reference>

<reference anchor='RFC6511' target='https://www.rfc-editor.org/info/rfc6511'>
  <front>
    <title>Non-Penultimate Hop Popping Behavior and Out-of-Band Mapping for RSVP-TE Label Switched Paths</title>
    <author fullname='Z. Ali' initials='Z.' surname='Ali'/>
    <author fullname='G. Swallow' initials='G.' surname='Swallow'/>
    <author fullname='R. Aggarwal' initials='R.' surname='Aggarwal'/>
    <date month='February' year='2012'/>
    <abstract>
      <t>There are many deployment scenarios that require an egress Label Switching Router (LSR) to receive binding of the Resource Reservation Protocol - Traffic Engineering (RSVP-TE) Label Switched Path (LSP) to an application and a payload identifier using some "out-of-band" (OOB) mechanism. This document defines protocol mechanisms to address this requirement. The procedures described in this document are equally applicable for point-to-point (P2P) and point-to-multipoint (P2MP) LSPs. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6511'/>
  <seriesInfo name='DOI' value='10.17487/RFC6511'/>
</reference>

<reference anchor='RFC7139' target='https://www.rfc-editor.org/info/rfc7139'>
  <front>
    <title>GMPLS Signaling Extensions for Control of Evolving G.709 Optical Transport Networks</title>
    <author fullname='F. Zhang' initials='F.' role='editor' surname='Zhang'/>
    <author fullname='G. Zhang' initials='G.' surname='Zhang'/>
    <author fullname='S. Belotti' initials='S.' surname='Belotti'/>
    <author fullname='D. Ceccarelli' initials='D.' surname='Ceccarelli'/>
    <author fullname='K. Pithewan' initials='K.' surname='Pithewan'/>
    <date month='March' year='2014'/>
    <abstract>
      <t>ITU-T Recommendation G.709 [G709-2012] introduced new Optical channel Data Unit (ODU) containers (ODU0, ODU4, ODU2e, and ODUflex) and enhanced Optical Transport Network (OTN) flexibility.</t>
      <t>This document updates the ODU-related portions of RFC 4328 to provide extensions to GMPLS signaling to control the full set of OTN features, including ODU0, ODU4, ODU2e, and ODUflex.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7139'/>
  <seriesInfo name='DOI' value='10.17487/RFC7139'/>
</reference>

<reference anchor='RFC7551' target='https://www.rfc-editor.org/info/rfc7551'>
  <front>
    <title>RSVP-TE Extensions for Associated Bidirectional Label Switched Paths (LSPs)</title>
    <author fullname='F. Zhang' initials='F.' role='editor' surname='Zhang'/>
    <author fullname='R. Jing' initials='R.' surname='Jing'/>
    <author fullname='R. Gandhi' initials='R.' role='editor' surname='Gandhi'/>
    <date month='May' year='2015'/>
    <abstract>
      <t>This document describes Resource Reservation Protocol (RSVP) extensions to bind two point-to-point unidirectional Label Switched Paths (LSPs) into an associated bidirectional LSP. The association is achieved by defining new Association Types for use in ASSOCIATION and in Extended ASSOCIATION Objects. One of these types enables independent provisioning of the associated bidirectional LSPs on both sides, while the other enables single-sided provisioning. The REVERSE_LSP Object is also defined to enable a single endpoint to trigger creation of the reverse LSP and to specify parameters of the reverse LSP in the single-sided provisioning case.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7551'/>
  <seriesInfo name='DOI' value='10.17487/RFC7551'/>
</reference>

<reference anchor='RFC7571' target='https://www.rfc-editor.org/info/rfc7571'>
  <front>
    <title>GMPLS RSVP-TE Extensions for Lock Instruct and Loopback</title>
    <author fullname='J. Dong' initials='J.' surname='Dong'/>
    <author fullname='M. Chen' initials='M.' surname='Chen'/>
    <author fullname='Z. Li' initials='Z.' surname='Li'/>
    <author fullname='D. Ceccarelli' initials='D.' surname='Ceccarelli'/>
    <date month='July' year='2015'/>
    <abstract>
      <t>This document specifies extensions to Resource Reservation Protocol - Traffic Engineering (RSVP-TE) to support Lock Instruct (LI) and Loopback (LB) mechanisms for Label Switched Paths (LSPs). These mechanisms are applicable to technologies that use Generalized MPLS (GMPLS) for the control plane.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7571'/>
  <seriesInfo name='DOI' value='10.17487/RFC7571'/>
</reference>

<reference anchor='RFC7579' target='https://www.rfc-editor.org/info/rfc7579'>
  <front>
    <title>General Network Element Constraint Encoding for GMPLS-Controlled Networks</title>
    <author fullname='G. Bernstein' initials='G.' role='editor' surname='Bernstein'/>
    <author fullname='Y. Lee' initials='Y.' role='editor' surname='Lee'/>
    <author fullname='D. Li' initials='D.' surname='Li'/>
    <author fullname='W. Imajuku' initials='W.' surname='Imajuku'/>
    <author fullname='J. Han' initials='J.' surname='Han'/>
    <date month='June' year='2015'/>
    <abstract>
      <t>Generalized Multiprotocol Label Switching (GMPLS) can be used to control a wide variety of technologies. In some of these technologies, network elements and links may impose additional routing constraints such as asymmetric switch connectivity, non-local label assignment, and label range limitations on links.</t>
      <t>This document provides efficient, protocol-agnostic encodings for general information elements representing connectivity and label constraints as well as label availability. It is intended that protocol-specific documents will reference this memo to describe how information is carried for specific uses.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7579'/>
  <seriesInfo name='DOI' value='10.17487/RFC7579'/>
</reference>

<reference anchor='RFC3688' target='https://www.rfc-editor.org/info/rfc3688'>
  <front>
    <title>The IETF XML Registry</title>
    <author fullname='M. Mealling' initials='M.' surname='Mealling'/>
    <date month='January' year='2004'/>
    <abstract>
      <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='81'/>
  <seriesInfo name='RFC' value='3688'/>
  <seriesInfo name='DOI' value='10.17487/RFC3688'/>
</reference>

<reference anchor='RFC9314' target='https://www.rfc-editor.org/info/rfc9314'>
  <front>
    <title>YANG Data Model for Bidirectional Forwarding Detection (BFD)</title>
    <author fullname='M. Jethanandani' initials='M.' role='editor' surname='Jethanandani'/>
    <author fullname='R. Rahman' initials='R.' role='editor' surname='Rahman'/>
    <author fullname='L. Zheng' initials='L.' role='editor' surname='Zheng'/>
    <author fullname='S. Pallagatti' initials='S.' surname='Pallagatti'/>
    <author fullname='G. Mirsky' initials='G.' surname='Mirsky'/>
    <date month='September' year='2022'/>
    <abstract>
      <t>This document defines a YANG data model that can be used to configure and manage Bidirectional Forwarding Detection (BFD).</t>
      <t>The YANG modules in this document conform to the Network Management Datastore Architecture (NMDA) (RFC 8342). This document updates "YANG Data Model for Bidirectional Forwarding Detection (BFD)" (RFC 9127).</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9314'/>
  <seriesInfo name='DOI' value='10.17487/RFC9314'/>
</reference>




    </references>


<section anchor="changes-bis"><name>Changes from RFC 8776</name>

<t>To be added in a future revision of this draft.</t>

<section anchor="te-yang-diff"><name>TE Types YANG Diffs</name>

<t>RFC Editor: please remove this appendix before publication.</t>

<t>This section provides the diff between the YANG module in section 3.1 of <xref target="RFC8776"/> and the YANG model revision in <xref target="te-yang-code"/>.</t>

<t>The intention of this appendix is to facilitate focusing the review of the YANG model in <xref target="te-yang-code"/> to the changes compared with the YANG model in <xref target="RFC8776"/>.</t>

<t>This diff has been generated using the following UNIX commands to compare the YANG module revisions in section 3.1 of <xref target="RFC8776"/> and in <xref target="te-yang-code"/>:</t>

<figure><artwork><![CDATA[
diff ietf-te-types@2020-06-10.yang ietf-te-types.yang 
     > model-diff.txt
sed 's/^/    /' model-diff.txt > model-diff-spaces.txt
sed 's/^    >   /    >   /' model-diff-spaces.txt 
    > model-updates.txt
]]></artwork></figure>

<t>The output (model-updates.txt) is reported here:</t>

<figure><artwork><![CDATA[
21a22,31
>   import ietf-network {
>     prefix "nw";
>     reference "RFC 8345: A YANG Data Model for Network Topologies";
>   }
> 
>   import ietf-network-topology {
>     prefix "nt";
>     reference "RFC 8345: A YANG Data Model for Network Topologies";
>   }
> 
30c40
<                <mailto:tsaad@juniper.net>
---
>                <mailto:tsaad.net@gmail.com>
55c65
<      Copyright (c) 2020 IETF Trust and the persons identified as
---
>      Copyright (c) 2024 IETF Trust and the persons identified as
60c70
<      the license terms contained in, the Simplified BSD License set
---
>      the license terms contained in, the Revised BSD License set
65,66c75,113
<      This version of this YANG module is part of RFC 8776; see the
<      RFC itself for full legal notices.";
---
>      This version of this YANG module is part of RFC XXXX
>      (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
>      for full legal notices.";
>   revision 2024-01-29 {
>     description
>       "Added:
>       - base identity lsp-provisioning-error-reason;
>       - identity association-type-diversity;
>       - identity tunnel-admin-state-auto;
>       - identity lsp-restoration-restore-none;
>       - identity restoration-scheme-rerouting;
>       - base identity path-computation-error-reason and
>         its derived identities;
>       - base identity protocol-origin-type and
>         its derived identities;
>       - base identity svec-objective-function-type and its derived
>         identities;
>       - base identity svec-metric-type and its derived identities;
>       - grouping encoding-and-switching-type.
>       
>       Updated:
>       - description of the base identity objective-function-type;
>       - description and reference of identity action-exercise;
>       - typedef te-node-id to support also 16 octects TE identifiers.
>       
>       Obsoleted:
>       - identity of-minimize-agg-bandwidth-consumption;
>       - identity of-minimize-load-most-loaded-link;
>       - identity of-minimize-cost-path-set;
>       - identity lsp-protection-reroute-extra;
>       - identity lsp-protection-reroute.
> 
>       Container explicit-route-objects-always renamed as
>       explicit-route-objects.";
>     reference
>       "RFC XXXX: Common YANG Data Types for Traffic Engineering";
>   }
>   // RFC Editor: replace XXXX with actual RFC number, update date
>   // information and remove this note
351a399,401
>   // CHANGE NOTE: The typedef te-node-id below has been
>   // updated in this module revision
>   // RFC Editor: remove the note above and this note
353c403,406
<     type yang:dotted-quad;
---
>     type union {
>       type yang:dotted-quad;
>       type inet:ipv6-address-no-zone;
>     }
357,358c410,414
<        The identifier is represented as 4 octets in dotted-quad
<        notation.
---
> 
>        The identifier is represented either as 4 octets in
>        dotted-quad notation or 16 octets in full, mixed, shortened,
>        or shortened-mixed IPv6 address notation.
> 
362,363c418,421
<        Router ID TLV described in Section 4.3 of RFC 5305, or the
<        TE Router ID TLV described in Section 3.2.1 of RFC 6119.
---
>        Router ID TLV described in Section 4.3 of RFC 5305, the TE
>        Router ID TLV described in Section 3.2.1 of RFC 6119, or the
>        IPv6 TE Router ID TLV described in Section 4.1 of RFC 6119.
> 
368a427
> 
370a430
> 
371a432
> 
545a607,647
>   // CHANGE NOTE: The typedef path-type below has been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   typedef path-type {
>     type enumeration {
>       enum primary-path {
>         description
>           "Indicates that the TE path is a primary path.";
>       }
>       enum secondary-path {
>         description
>           "Indicates that the TE path is a secondary path.";
>       }
>       enum primary-reverse-path {
>         description
>           "Indicates that the TE path is a primary reverse path.";
>       }
>       enum secondary-reverse-path {
>         description
>           "Indicates that the TE path is a secondary reverse path.";
>       }
>     }
>     description
>       "The type of TE path, indicating whether a path is a primary, 
>       or a reverse primary, or a secondary, or a reverse secondary 
>       path.";
>   }
> 
>   // CHANGE NOTE: The typedef te-gen-node-id below has been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   typedef te-gen-node-id {
>     type union {
>       type te-node-id;
>       type inet:ip-address;
>       type nw:node-id;
>     }
>     description
>       "Generic type that identifies a node in a TE topology.";
>   }
> 
606a709,716
>   // CHANGE NOTE: The base identity lsp-provisioning-error-reason 
>   // has been added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity lsp-provisioning-error-reason {
>     description
>       "Base identity for LSP provisioning errors.";
>   }
> 
982a1093,1110
>   // CHANGE NOTE: The identity association-type-diversity below has 
>   // been added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity association-type-diversity {
>     base association-type;
>     description
>       "Association Type diversity used to associate LSPs whose 
>       paths are to be diverse from each other.";
>     reference
>       "RFC8800: Path Computation Element Communication Protocol 
>       (PCEP) Extension for Label Switched Path (LSP) Diversity 
>       Constraint Signaling";
>   }
> 
>   // CHANGE NOTE: The description of the base identity 
>   // objective-function-type has been updated 
>   // in this module revision
>   // RFC Editor: remove the note above and this note
985c1113
<       "Base objective function type.";
---
>       "Base identity for path objective function type.";
1015a1144,1146
>   // CHANGE NOTE: The identity of-minimize-agg-bandwidth-consumption
>   // below has been obsoleted in this module revision
>   // RFC Editor: remove the note above and this note
1017a1149
>     status obsolete;
1020c1152
<        consumption.";
---
>       consumption.";
1023c1155
<        Computation Element Communication Protocol (PCEP)";
---
>       Computation Element Communication Protocol (PCEP)";
1025a1158,1160
>   // CHANGE NOTE: The identity of-minimize-load-most-loaded-link
>   // below has been obsoleted in this module revision
>   // RFC Editor: remove the note above and this note
1027a1163
>     status obsolete;
1030c1166
<        is carrying the highest load.";
---
>       is carrying the highest load.";
1033c1169
<        Computation Element Communication Protocol (PCEP)";
---
>       Computation Element Communication Protocol (PCEP)";
1035a1172,1174
>   // CHANGE NOTE: The identity of-minimize-cost-path-set
>   // below has been obsoleted in this module revision
>   // RFC Editor: remove the note above and this note
1037a1177
>     status obsolete;
1216a1357,1368
>   // CHANGE NOTE: The identity tunnel-admin-state-auto below
>   // has been added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity tunnel-admin-state-auto {
>     base tunnel-admin-state-type;
>     description
>       "Tunnel administrative auto state. The administrative status
>       in state datastore transitions to 'tunnel-admin-up' when the
>       tunnel used by the client layer, and to 'tunnel-admin-down'
>       when it is not used by the client layer.";
>   }
> 
1321a1474,1482
>     // CHANGE NOTE: The identity lsp-restoration-restore-none 
>     // below has been added in this module revision
>     // RFC Editor: remove the note above and this note
>     identity lsp-restoration-restore-none {
>       base lsp-restoration-type;
>       description
>         "No LSP affected by a failure is restored.";
>     }
> 
1339a1501,1515
>     // CHANGE NOTE: The identity restoration-scheme-rerouting 
>     // below has been added in this module revision
>     // RFC Editor: remove the note above and this note
>     identity restoration-scheme-rerouting {
>       base restoration-scheme-type;
>       description
>         "Restoration LSP is computed after the failure detection.
>         
>         This restoration scheme is also known as
>         'Full LSP Re-routing.'";
>       reference
>         "RFC 4427: Recovery (Protection and Restoration) Terminology
>         for Generalized Multi-Protocol Label Switching (GMPLS)";
>     }
> 
1383a1560,1562
>   // CHANGE NOTE: The identity lsp-protection-reroute-extra
>   // below has been obsoleted in this module revision
>   // RFC Editor: remove the note above and this note
1385a1565
>     status obsolete;
1387c1567,1571
<       "'(Full) Rerouting' LSP protection type.";
---
>       "'(Full) Rerouting' LSP protection type.
>       
>       This identity has been obsoleted: the
>       'restoration-scheme-rerouting' identity SHOULD be used
>       instead.";
1392a1577,1579
>   // CHANGE NOTE: The identity lsp-protection-reroute
>   // below has been obsoleted in this module revision
>   // RFC Editor: remove the note above and this note
1394a1582
>     status obsolete;
1396c1584,1588
<       "'Rerouting without Extra-Traffic' LSP protection type.";
---
>       "'Rerouting without Extra-Traffic' LSP protection type.
>       
>       This identity has been obsoleted: the
>       'restoration-scheme-rerouting' identity SHOULD be used
>       instead.";
1628a1821,1824
>   // CHANGE NOTE: The description and reference of the 
>   // identity action-exercise have been updated in this module 
>   // revision
>   // RFC Editor: remove the note above and this note
1632,1633c1828,1830
<       "An action that starts testing whether or not APS communication
<        is operating correctly.  It is of lower priority than any
---
>       "An action that starts testing whether or not Automatic 
>        Protection Switching (APS) communication is operating 
>        correctly.  It is of lower priority than any
1636,1637c1833,1834
<       "RFC 4427: Recovery (Protection and Restoration) Terminology
<        for Generalized Multi-Protocol Label Switching (GMPLS)";
---
>       "ITU-T G.808.1 v4.0 (05/2014): Generic protection switching - 
>       Linear trail and subnetwork protection";
1916a2114,2116
>   // CHANGE NOTE: The description of the identity path-metric-type
>   // has been updated in this module revision
>   // RFC Editor: remove the note above and this note
1919c2119,2122
<       "Base identity for the path metric type.";
---
>       "Base identity for the path metric type.
>       
>       Derived identities SHOULD describe the unit and maximum value
>       of the path metric types they define.";
1939a2143,2145
>   // CHANGE NOTE: The reference for the identity path-metric-hop
>   // has been added in this module revision
>   // RFC Editor: remove the note above and this note
1943a2150,2152
>     reference
>       "RFC5440: Path Computation Element (PCE) Communication
>       Protocol (PCEP)";
1945a2155
> 
2110a2321,2724
>   // CHANGE NOTE: The base identity path-computation-error-reason 
>   // and its derived identities below have been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity path-computation-error-reason {
>     description
>       "Base identity for path computation error reasons.";
>   }
> 
>     identity path-computation-error-path-not-found {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because of an unspecified 
>         reason.";
>       reference
>         "Section 7.5 of RFC5440: Path Computation Element (PCE)
>         Communication Protocol (PCEP)";
>     }
> 
>     identity path-computation-error-no-topology {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because there is no topology
>         with the provided topology-identifier.";
>     }
> 
>     identity path-computation-error-no-dependent-server {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because one or more dependent
>         path computation servers are unavailable.
> 
>         The dependent path computation server could be
>         a Backward-Recursive Path Computation (BRPC) downstream
>         PCE or a child PCE.";
>       reference
>         "RFC5441, RFC8685";
>     }
> 
>     identity path-computation-error-pce-unavailable {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because PCE is not available.
>         
>         It corresponds to bit 31 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP);
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-no-inclusion-hop {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because there is no
>         node or link provided by one or more inclusion hops.";
>     }
> 
>     identity path-computation-error-destination-unknown-in-domain {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because the destination node is
>         unknown in indicated destination domain.
>         
>         It corresponds to bit 19 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC8685;
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-no-resource {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because there is no
>         available resource in one or more domains.
>         
>         It corresponds to bit 20 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC8685;
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-child-pce-unresponsive {
>       base path-computation-error-no-dependent-server;
>       description
>         "Path computation has failed because child PCE is not
>         responsive.
>         
>         It corresponds to bit 21 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC8685;
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-destination-domain-unknown {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because the destination domain
>         was unknown.
>         
>         It corresponds to bit 22 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC8685;
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-p2mp {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because of P2MP reachability
>         problem.
>         
>         It corresponds to bit 24 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC8306;
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-no-gco-migration {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because of no Global Concurrent
>         Optimization (GCO) migration path found.
>         
>         It corresponds to bit 26 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC5557;
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-no-gco-solution {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because of no GCO solution
>         found.
>         
>         It corresponds to bit 25 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC5557;
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-pks-expansion {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because of Path-Key Subobject
>         (PKS)  expansion failure.
>         
>         It corresponds to bit 27 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC5520;
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-brpc-chain-unavailable {
>       base path-computation-error-no-dependent-server;
>       description
>         "Path computation has failed because PCE BRPC chain
>         unavailable.
>         
>         It corresponds to bit 28 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC5441;
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-source-unknown {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because source node is 
>         unknown.
>         
>         It corresponds to bit 29 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP);
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-destination-unknown {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because destination node is
>         unknown.
>         
>         It corresponds to bit 30 of the Flags field of the 
>         NO-PATH-VECTOR TLV.";
>       reference
>         "RFC5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP);
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>     identity path-computation-error-no-server {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because path computation
>         server is unavailable.";
>       reference
>         "RFC5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP);
>         
>         https://www.iana.org/assignments/pcep/pcep.xhtml";
>     }
> 
>   // CHANGE NOTE: The base identity protocol-origin-type and 
>   // its derived identities below have been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity protocol-origin-type {
>     description
>       "Base identity for protocol origin type.";
>   }
> 
>     identity protocol-origin-api {
>       base protocol-origin-type;
>       description
>         "Protocol origin is via Application Programmable Interface
>         (API).";
>     }
> 
>     identity protocol-origin-pcep {
>       base protocol-origin-type;
>       description
>         "Protocol origin is Path Computation Engine Protocol 
>         (PCEP).";
>       reference
>         "RFC5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP)";
>     }
> 
>     identity protocol-origin-bgp {
>       base protocol-origin-type;
>       description
>         "Protocol origin is Border Gateway Protocol (BGP).";
>       reference "RFC9012";
>     }
> 
>   // CHANGE NOTE: The base identity svec-objective-function-type 
>   // and its derived identities below have been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity svec-objective-function-type {
>     description
>       "Base identity for SVEC objective function type.";
>     reference
>       "RFC5541: Encoding of Objective Functions in the Path
>        Computation Element Communication Protocol (PCEP).";
>   }
> 
>     identity svec-of-minimize-agg-bandwidth-consumption {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing aggregate bandwidth 
>         consumption (MBC).";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-of-minimize-load-most-loaded-link {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the load on the link that 
>         is carrying the highest load (MLL).";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-of-minimize-cost-path-set {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the cost on a path set 
>         (MCC).";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-of-minimize-common-transit-domain {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the number of common 
>         transit domains (MCTD).";
>       reference
>         "RFC8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture.";
>     }
> 
>     identity svec-of-minimize-shared-link {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the number of shared 
>         links (MSL).";
>       reference
>         "RFC8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture.";
>     }
> 
>     identity svec-of-minimize-shared-srlg {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the number of shared 
>         Shared Risk Link Groups (SRLG) (MSS).";
>       reference
>         "RFC8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture.";
>     }
> 
>     identity svec-of-minimize-shared-nodes {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the number of shared 
>         nodes (MSN).";
>       reference
>         "RFC8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture.";
>     }
> 
>   // CHANGE NOTE: The base identity svec-metric-type and 
>   // its derived identities below have been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity svec-metric-type {
>     description
>       "Base identity for SVEC metric type.";
>     reference
>       "RFC5541: Encoding of Objective Functions in the Path
>        Computation Element Communication Protocol (PCEP).";
>   }
> 
>     identity svec-metric-cumul-te {
>       base svec-metric-type;
>       description
>         "Cumulative TE cost.";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-metric-cumul-igp {
>       base svec-metric-type;
>       description
>         "Cumulative IGP cost.";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-metric-cumul-hop {
>       base svec-metric-type;
>       description
>         "Cumulative Hop path metric.";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-metric-aggregate-bandwidth-consumption {
>       base svec-metric-type;
>       description
>         "Aggregate bandwidth consumption.";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-metric-load-of-the-most-loaded-link {
>       base svec-metric-type;
>       description
>         "Load of the most loaded link.";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
2506a3121,3123
>   // CHANGE NOTE: The explicit-route-hop grouping below has been
>   // updated in this module revision
>   // RFC Editor: remove the note above and this note
2514a3132,3140
>           must "node-id-uri or node-id" {
>             description
>               "At least one node identifier MUST be present.";
>           }
>           leaf node-id-uri {
>             type nw:node-id;
>             description
>               "The identifier of a node in the topology.";
>           }
2517d3142
<             mandatory true;
2566a3192,3202
>           must "(link-tp-id-uri or link-tp-id) and " +
>                 "(node-id-uri or node-id)" {
>             description
>               "At least one node identifier and at least one Link 
>               Termination Point (LTP) identifier MUST be present.";
>           }
>           leaf link-tp-id-uri {
>             type nt:tp-id;
>             description
>               "Link Termination Point (LTP) identifier.";
>           }
2569d3204
<             mandatory true;
2574a3210,3214
>           leaf node-id-uri {
>             type nw:node-id;
>             description
>               "The identifier of a node in the topology.";
>           }
2577d3216
<             mandatory true;
2646a3286,3289
>           must "node-id-uri or node-id" {
>             description
>               "At least one node identifier MUST be present.";
>           }
2648a3292,3296
>           leaf node-id-uri {
>             type nw:node-id;
>             description
>               "The identifier of a node in the topology.";
>           }
2651d3298
<             mandatory true;
2696a3344,3354
>           must "(link-tp-id-uri or link-tp-id) and " +
>               "(node-id-uri or node-id)" {
>             description
>               "At least one node identifier and at least one Link 
>               Termination Point (LTP) identifier MUST be present.";
>           }
>           leaf link-tp-id-uri {
>             type nt:tp-id;
>             description
>               "Link Termination Point (LTP) identifier.";
>           }
2699d3356
<             mandatory true;
2704a3362,3366
>           leaf node-id-uri {
>             type nw:node-id;
>             description
>               "The identifier of a node in the topology.";
>           }
2968a3631,3635
>     leaf network-id {
>       type nw:network-id;
>       description
>         "The network topology identifier.";
>     }
2977c3644,3647
<     container explicit-route-objects-always {
---
>     // CHANGE NOTE: The explicit-route-objects container below has
>     // been updated in this module revision
>     // RFC Editor: remove the note above and this note
>     container explicit-route-objects {
2979c3649
<         "Container for the 'exclude route' object list.";
---
>         "Container for the explicit route object lists.";
3124,3126c3794,3800
<             "Upper bound on the end-to-end TE path metric.  A zero
<              indicates an unbounded upper limit for the specific
<              'metric-type'.";
---
>             "Upper bound on the end-to-end TE path metric.
>             
>             A zero indicates an unbounded upper limit for the
>             specific 'metric-type'.
>             
>             The unit of is interpreted in the context of the
>             path-metric-type.";
3379c4053,4112
< }
\ No newline at end of file
---
> 
>   // NOTE: The grouping encoding-and-switching-type below has been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   grouping encoding-and-switching-type {
>     description
>       "Common grouping to define the LSP encoding and
>       switching types";
>     leaf encoding {
>       type identityref {
>         base te-types:lsp-encoding-types;
>       }
>       description
>         "LSP encoding type.";
>       reference
>         "RFC3945";
>     }
>     leaf switching-type {
>       type identityref {
>         base te-types:switching-capabilities;
>       }
>       description
>         "LSP switching type.";
>       reference
>         "RFC3945";
>     }
>   }
> 
>   // CHANGE NOTE: The typedef te-gen-node-id below has been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   grouping te-generic-node-id {
>     description
>       "A reusable grouping for a TE generic node identifier.";
>     leaf id {
>       type te-gen-node-id;
>       description
>         "The identifier of the node. Can be represented as IP
>          address or dotted quad address or as an URI.";
>     }
>     leaf type {
>       type enumeration {
>         enum ip {
>           description
>             "IP address representation of the node identifier.";
>         }
>         enum te-id {
>           description
>             "TE identifier of the node";
>         }
>         enum node-id {
>           description
>             "URI representation of the node identifier.";
>         }
>       }
>       description
>         "Type of node identifier representation.";
>     }
>   }
> }
]]></artwork></figure>

</section>
<section anchor="packet-te-types-yang-diffs"><name>Packet TE Types YANG Diffs</name>

<t>RFC Editor: please remove this appendix before publication.</t>

<t>This section provides the diff between the YANG module in section 3.2 of <xref target="RFC8776"/> and the YANG model revision in <xref target="pkt-yang-code"/>.</t>

<t>The intention of this appendix is to facilitate focusing the review of the YANG model in <xref target="pkt-yang-code"/> to the changes compared with the YANG model in <xref target="RFC8776"/>.</t>

<t>This diff has been generated using the following UNIX commands to compare the YANG module revisions in section 3.2 of <xref target="RFC8776"/> and in <xref target="pkt-yang-code"/>:</t>

<figure><artwork><![CDATA[
diff ietf-te-packet-types@2020-06-10.yang ietf-te-packet-types.yang 
     > model-diff.txt
sed 's/^/    /' model-diff.txt > model-diff-spaces.txt
sed 's/^    >   /    >   /' model-diff-spaces.txt 
    > model-updates.txt
]]></artwork></figure>

<t>The output (model-updates.txt) is reported here:</t>

<figure><artwork><![CDATA[
11c11
<       "RFC 8776: Common YANG Data Types for Traffic Engineering";
---
>       "RFCXXXX: Common YANG Data Types for Traffic Engineering";
12a13,14
>   // RFC Editor: replace XXXX with actual RFC number
>   // and remove this note
22c24
<                <mailto:tsaad@juniper.net>
---
>                <mailto:tsaad.net@gmail.com>
37,39c39,49
<      data type definitions specific to MPLS TE.  The model fully
<      conforms to the Network Management Datastore Architecture
<      (NMDA).
---
>      data type definitions specific to Packet Traffic Enginnering
>      (TE).
>      
>      The model fully conforms to the Network Management Datastore
>      Architecture (NMDA).
> 
>      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 (RFC 2119) (RFC 8174) when, and only when,
>      they appear in all capitals, as shown here.
41c51
<      Copyright (c) 2020 IETF Trust and the persons identified as
---
>      Copyright (c) 2024 IETF Trust and the persons identified as
46c56
<      the license terms contained in, the Simplified BSD License set
---
>      the license terms contained in, the Revised BSD License set
51,52c61,80
<      This version of this YANG module is part of RFC 8776; see the
<      RFC itself for full legal notices.";
---
>      This version of this YANG module is part of RFC XXXX
>      (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
>      for full legal notices.";
>   revision 2024-01-25 {
>     description
>       "Added common TE packet identities:
>        - bandwidth-profile-type;
>        - path-metric-loss;
>        - path-metric-delay-variation.
> 
>        Added common TE packet groupings:
>        - te-packet-path-bandwidth;
>        - te-packet-link-bandwidth.
>        
>        Updated module description.";
>     reference
>       "RFC XXXX: Common YANG Data Types for Traffic Engineering";
>   }
>   // RFC Editor: replace XXXX with actual RFC number, update date
>   // information and remove this note
61c89,187
<   /**
---
>   /*
>    * Identities
>    */
> 
>   // CHANGE NOTE: The base identity bandwidth-profile-type and 
>   // its derived identities below have been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity bandwidth-profile-type {
>     description
>       "Bandwidth Profile Types";
>   }
> 
>     identity mef-10-bwp {
>       base bandwidth-profile-type;
>       description
>         "MEF 10 Bandwidth Profile";
>       reference
>         "MEF 10.3: Ethernet Services Attributes Phase 3";
>     }
> 
>     identity rfc-2697-bwp {
>       base bandwidth-profile-type;
>       description
>         "RFC 2697 Bandwidth Profile";
>       reference
>         "RFC2697: A Single Rate Three Color Marker";
>     }
> 
>     identity rfc-2698-bwp {
>       base bandwidth-profile-type;
>       description
>         "RFC 2698 Bandwidth Profile";
>       reference
>         "RFC2698: A Two Rate Three Color Marker";
>     }
> 
>     identity rfc-4115-bwp {
>       base bandwidth-profile-type;
>       description
>         "RFC 4115 Bandwidth Profile";
>       reference
>         "RFC4115: A Differentiated Service Two-Rate, Three-Color 
>         Marker with Efficient Handling of in-Profile Traffic";
>     }
> 
>   // CHANGE NOTE: The identity path-metric-loss below has 
>   // been added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity path-metric-loss {
>     base te-types:path-metric-type;
>     description
>       "The path loss (as a packet percentage) metric type
>       encodes a function of the unidirectional loss metrics of all
>       links traversed by a P2P path.
>        
>       The basic unit is 0.000003%,
>       where (2^24 - 2) or 50.331642% is the maximum value of the
>       path loss percentage that can be expressed.
>       
>       Values that are larger than the maximum value SHOULD be
>       encoded as the maximum value.";
>     reference
>       "RFC8233: Extensions to the Path Computation Element
>       Communication Protocol (PCEP) to Compute Service-Aware Label
>       Switched Paths (LSPs);
> 
>       RFC7471: OSPF Traffic Engineering (TE) Metric Extensions;
> 
>       RFC8570: IS-IS Traffic Engineering (TE) Metric Extensions.";
>   }
> 
>   // CHANGE NOTE: The identity path-metric-delay-variation below has 
>   // been added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity path-metric-delay-variation {
>     base te-types:path-metric-type;
>     description
>       "The path delay variation encodes the sum of the unidirectional
>       delay variation metrics of all links traversed by a P2P path.
>       
>       The path delay variation metric unit is in microseconds, where
>       (2^24 - 1) or 16,777,215 microseconds (16.777215 sec) is the
>       maximum value of the path delay variation that can be
>       expressed.
>       
>       Values that are larger than the maximum value SHOULD be
>       encoded as the maximum value.";
>     reference
>       "RFC8233: Extensions to the Path Computation Element
>       Communication Protocol (PCEP) to Compute Service-Aware Label
>       Switched Paths (LSPs);
> 
>       RFC7471: OSPF Traffic Engineering (TE) Metric Extensions;
> 
>       RFC8570: IS-IS Traffic Engineering (TE) Metric Extensions.";
>   }
> 
>   /*
180a307,310
>   /*
>    * Groupings
>    */
> 
472a603,672
>     }
>   }
> 
>   // CHANGE NOTE: The te-packet-path-bandwidth below has been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   grouping te-packet-path-bandwidth {
>     description
>       "Path bandwidth for Packet. ";
>     leaf bandwidth-profile-name {
>       type string;
>       description "Name of Bandwidth Profile.";
>     }
>     leaf bandwidth-profile-type {
>       type identityref {
>         base bandwidth-profile-type;
>       }
>       description "Type of Bandwidth Profile.";
>     }
>     leaf cir {
>       type uint64;
>       units "bits/second";
>       mandatory true;
>       description
>         "Committed Information Rate (CIR).";
>     }
>     leaf cbs {
>       type uint64;
>       units "bits/second";
>       mandatory true;
>       description
>         "Committed Burst Size (CBS).";
>     }
>     leaf eir {
>       type uint64;
>       units "bits/second";
>       description
>         "Excess Information Rate (EIR).";
>     }
>     leaf ebs {
>       type uint64;
>       units "bytes";
>       description
>         "Excess Burst Size (EBS).";
>     }
>     leaf pir {
>       type uint64;
>       units "bits/second";
>       description
>         "Peak Information Rate (PIR).";
>     }
>     leaf pbs {
>       type uint64;
>       units "bytes";
>       description
>         "Peak Burst Size (PBS).";
>     }
>   }
> 
>   // CHANGE NOTE: The te-packet-path-bandwidth below has been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   grouping te-packet-link-bandwidth {
>     description
>       "Link Bandwidth for Packet. ";
>     leaf packet-bandwidth {
>       type uint64;
>       units "bits/second";
>       description
>         "Available bandwith value.";
]]></artwork></figure>

</section>
</section>
<section anchor="options"><name>Option Considered for updating RFC8776</name>

<t>RFC Editor: please remove this appendix before publication.</t>

<t>The concern is how to be able to update the ietf-te-types YANG module published in <xref target="RFC8776"/> without delaying too much the progress of the mature WG documents.</t>

<t>Three possible options have been identified to address this concern.</t>

<t>One option is to keep these definitions in the YANG modules where they have initially been defined: other YANG modules can still import them. The drawback of this approach is that it defeating the value of common YANG modules like ietf-te-types since common definitions will be spread around multiple specific YANG modules.</t>

<t>A second option is to define them in a new common YANG module (e.g., ietf-te-types-ext). The drawback of this approach is that it will increase the number of YANG modules providing tiny updates to the ietf-te-types YANG module.</t>

<t>A third option is to develop a revision of the ietf-te-types YANG module within an RFC8776-bis. The drawback of this approach is that the process for developing a big RFC8776-bis just for a tiny update is too high. Moreover, as suggested during IETF 113 Netmod WG discussion, a new revision of the ietf-te-packet-types YANG module, which is also defined in <xref target="RFC8776"/> but it does not need to be revised, needs to be published just to change its reference to RFC8776-bis (see <xref target="RFC9314"/>).</t>

<t>A fourth option, considered in the -00 WG version, was to:</t>

<t><list style="symbols">
  <t>describe within the document only the updates to the ietf-te-types YANG module proposed by this document;</t>
  <t>include the whole updated YANG model within the main body;</t>
  <t>add some notes, to be removed before publication, within updated YANG model to focus the review only to the updates to the ietf-te-types YANG module proposed by this document.</t>
</list></t>

<t>Based on the feedbacks from IETF 114 discussion, this version has been restructured to become an RFC8776-bis, with some notes, to be removed before publication, to focus the review only to the updates to the ietf-te-types YANG module proposed by this document.</t>

<t>During the Netmod WG session at IETF 114, an alternative process has been introduced:</t>

<t>https://datatracker.ietf.org/meeting/114/materials/slides-114-netmod-ad-topic-managing-the-evolution-of-ietf-yang-modules-00.pdf</t>

<t>Future updates of this document could align with the proposed approach.</t>

</section>
<section numbered="false" anchor="acknowledgements"><name>Acknowledgements</name>

<t>The authors would like to thank 
Robert Wilton, Lou Berger, Mahesh Jethanandani and Jeff Haas
for their valuable input to the discussion
about the process to follow to provide tiny updates to a YANG module already published as an RFC.</t>

<t>This document was prepared using kramdown.</t>

</section>

    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>
    <contact initials="V. P." surname="Beeram" fullname="Vishnu Pavan Beeram">
      <organization>Juniper Networks</organization>
      <address>
        <email>vbeeram@juniper.net</email>
      </address>
    </contact>
    <contact initials="R." surname="Gandhi" fullname="Rakesh Gandhi">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <email>rgandhi@cisco.com</email>
      </address>
    </contact>
    </section>

  </back>

<!-- ##markdown-source:
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
XlpfAwA=

-->

</rfc>

