<?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-10" 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="February" day="22"/>

    
    <workgroup>TEAS Working Group</workgroup>
    

    <abstract>


<t>This document defines a collection of common data types, identities, 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 data types, identities, and groupings are designed to be the common definitions applicable for modeling Traffic Engineering (TE) features in model(s) defined outside of this document.</t>

<t>This document adds new 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"/>. For further details, see the revision statements of the YANG modules in <xref target="te-yang-code"/> and <xref target="pkt-yang-code"/>, or the summary in <xref target="changes-bis"/>.</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="RFC9522"/>, <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-02-22 {
    description
      "This revision adds the following new identities:
      - lsp-provisioning-error-reason;
      - association-type-diversity;
      - tunnel-admin-state-auto;
      - lsp-restoration-restore-none;
      - restoration-scheme-rerouting;
      - path-metric-optimization-type;
      - link-path-metric-type;
      - link-metric-type and its derived identities;
      - path-computation-error-reason and its derived identities;
      - protocol-origin-type and its derived identities;
      - svec-objective-function-type and its derived identities;
      - svec-metric-type and its derived identities.

      This revision adds the following new data types:
      - path-type;
      - te-gen-node-id.

      This revision adds the following new groupings:
      - encoding-and-switching-type;
      - te-generic-node-id.

      This revision updates the following identities:
      - objective-function-type;
      - action-exercise;
      - path-metric-type;
      - path-metric-te;
      - path-metric-igp;
      - path-metric-hop;
      - path-metric-delay-average;
      - path-metric-delay-minimum;
      - path-metric-residual-bandwidth;
      - path-metric-optimize-includes;
      - path-metric-optimize-excludes;
      - te-optimization-criterion.

      This revision updates the following data types:
      - te-node-id.

      This revision updates the following groupings:
      - explicit-route-hop:
        - adds the following leaves:
          - node-id-uri;
          - link-tp-id-uri;
        - updates the following leaves:
          - node-id;
          - link-tp-id;
      - record-route-state:
        - adds the following leaves:
          - node-id-uri;
          - link-tp-id-uri;
        - updates the following leaves:
          - node-id;
          - link-tp-id;
      - optimization-metric-entry:
        - updates the following leaves:
          - metric-type;
      - tunnel-constraints;
        - adds the following leaves:
          - network-id;
      - path-constraints-route-objects:
        - updates the following containers:
          - explicit-route-objects-always;
      - generic-path-metric-bounds:
        - updates the following leaves:
          - metric-type;
      - generic-path-optimization
        - adds the following leaves:
          - tiebreaker;
        - deprecate the following containers:
          - tiebreakers.

      This revision obsoletes the following identities:
      - of-minimize-agg-bandwidth-consumption;
      - of-minimize-load-most-loaded-link;
      - of-minimize-cost-path-set;
      - lsp-protection-reroute-extra;
      - lsp-protection-reroute.

      This revision provides also few editorial changes.";
    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
      "Initial Version 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
      "RFC 8800: 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 types.";
  }

  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.
      
      This identity has been obsoleted: the
      'svec-of-minimize-agg-bandwidth-consumption' identity SHOULD
      be used instead.";
    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.
      
      This identity has been obsoleted: the
      'svec-of-minimize-load-most-loaded-link' identity SHOULD
      be used instead.";
    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.
      
      This identity has been obsoleted: the
      'svec-of-minimize-cost-path-set' identity SHOULD
      be used instead.";
    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.";
  }

  // CHANGE NOTE: The reference of the identity path-locally-computed
  // below has been updated in this module revision
  // RFC Editor: remove the note above and this note
  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 9522: Overview and Principles of Internet Traffic
      Engineering, Section 4.4";
  }

  // CHANGE NOTE: The reference of the identity 
  // path-externally-queried below has been updated
  // in this module revision
  // RFC Editor: remove the note above and this note
  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 9522: Overview and Principles of Internet Traffic
       Engineering

       RFC 4657: Path Computation Element (PCE) Communication
       Protocol Generic Requirements";
  }

  // CHANGE NOTE: The reference of the identity 
  // path-explicitly-defined below has been updated
  // in this module revision
  // RFC Editor: remove the note above and this note
  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 9522: 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 path-metric-optimization-type base identity
  // has been added in this module revision
  // RFC Editor: remove the note above and this note
  identity path-metric-optimization-type {
    description
      "Base identity used to define the path metric optimization
      types.";
  }

  // CHANGE NOTE: The link-path-metric-type base identity
  // has been added in this module revision
  // RFC Editor: remove the note above and this note
  identity link-path-metric-type {
    description
      "Base identity used to define the link and the path metric
      types.
      
      The unit of the path metric value is interpreted in the
      context of the path metric type and the derived identities
      SHOULD describe the unit of the path metric types they
      define.";
  }

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

      identity link-metric-te {
        base link-metric-type;
        description
          "Traffic Engineering (TE) Link Metric.";
        reference
          "RFC 3630: Traffic Engineering (TE) Extensions to OSPF
          Version 2, section 2.5.5

          RFC 5305: IS-IS Extensions for Traffic Engineering,
          section 3.7";
      }

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

      identity link-metric-delay-average {
        base link-metric-type;
        description
          "Unidirectional Link Delay, measured in units of
          microseconds.";
        reference
          "RFC 7471: OSPF Traffic Engineering (TE) Metric
          Extensions, section 4.1
          
          RFC 8570: IS-IS Traffic Engineering (TE) Metric
          Extensions, section 4.1";
      }

      identity link-metric-delay-minimum {
        base link-metric-type;
        description
          "Minimum unidirectional Link Delay, measured in units of
          microseconds.";
        reference
          "RFC 7471: OSPF Traffic Engineering (TE) Metric
          Extensions, section 4.2
          
          RFC 8570: IS-IS Traffic Engineering (TE) Metric
          Extensions, section 4.2";
      }

      identity link-metric-delay-maximum {
        base link-metric-type;
        description
          "Maximum unidirectional Link Delay, measured in units of
          microseconds.";
        reference
          "RFC 7471: OSPF Traffic Engineering (TE) Metric
          Extensions, section 4.2
          
          RFC 8570: IS-IS Traffic Engineering (TE) Metric
          Extensions, section 4.2";
      }

      identity link-metric-residual-bandwidth {
        base link-metric-type;
        description
          "Unidirectional Residual Bandwidth, measured in units of
          bytes per second.
          
          It is defined to be Maximum Bandwidth minus the bandwidth
          currently allocated to LSPs.";
        reference
          "RFC 7471: OSPF Traffic Engineering (TE) Metric
          Extensions, section 4.5
          
          RFC 8570: IS-IS Traffic Engineering (TE) Metric
          Extensions, section 4.5";
      }

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

      // CHANGE NOTE: The description and the reference of the
      // path-metric-te identity have been updated
      // in this module revision
      // RFC Editor: remove the note above and this note
      identity path-metric-te {
        base path-metric-type;
        description
          "Traffic Engineering (TE) Path Metric.";
        reference
          "RFC 5440: Path Computation Element (PCE) Communication
          Protocol (PCEP), section 7.8";
      }

      // CHANGE NOTE: The description and the reference of the
      // path-metric-igp identity have been updated 
      // in this module revision
      // RFC Editor: remove the note above and this note
      identity path-metric-igp {
        base path-metric-type;
        description
          "Interior Gateway Protocol (IGP) Path Metric.";
        reference
          "RFC 5440: Path Computation Element (PCE) Communication
          Protocol (PCEP), section 7.8";
      }

      // CHANGE NOTE: The description and the reference of the
      // path-metric-hop identity have been updated
      // in this module revision
      // RFC Editor: remove the note above and this note
      identity path-metric-hop {
        base path-metric-type;
        description
          "Hop Count Path Metric.";
        reference
          "RFC 5440: Path Computation Element (PCE) Communication
          Protocol (PCEP), section 7.8";
      }

      // CHANGE NOTE: The description and the reference of the
      // path-metric-delay-average identity have been updated
      // in this module revision
      // RFC Editor: remove the note above and this note
      identity path-metric-delay-average {
        base path-metric-type;
        description
          "The Path Delay Metric, measured in units of
          microseconds.";
        reference
          "RFC8233: Extensions to the Path Computation Element
          Communication Protocol (PCEP) to Compute Service-Aware
          Label Switched Paths (LSPs), section 3.1.1";
      }

      // CHANGE NOTE: The description and the reference of the
      // path-metric-delay-minimum identity have been updated
      // in this module revision
      // RFC Editor: remove the note above and this note
      identity path-metric-delay-minimum {
        base path-metric-type;
        description
          "The Path Min Delay Metric, measured in units of
          microseconds.";
        reference
          "I-D.ietf-pce-sid-algo: Carrying SR-Algorithm information
          in PCE-based Networks, section 3.5.1";
      }

      // CHANGE NOTE: The description and the reference of the
      // path-metric-residual-bandwidth identity have been updated
      // in this module revision
      // RFC Editor: remove the note above and this note
      identity path-metric-residual-bandwidth {
        base path-metric-type;
        description
          "The Path Residual Bandwidth, defined as the minimum Link
          Residual Bandwidth all the links along the path.

          The Path Residual Bandwidth can be seen as the path
          metric associated with the Maximum residual Bandwidth Path
          (MBP) objective function.";
        reference
          "RFC 5541: Encoding of Objective Functions in the Path
          Computation Element Communication Protocol (PCEP)";
      }

    // CHANGE NOTE: The base of the path-metric-optimize-includes
    // identity has been updated in this module revision
    // RFC Editor: remove the note above and this note
    identity path-metric-optimize-includes {
      base path-metric-optimization-type;
      description
        "A metric that optimizes the number of included resources
        specified in a set.";
    }

    // CHANGE NOTE: The base of the path-metric-optimize-excludes
    // identity has been updated in this module revision
    // RFC Editor: remove the note above and this note
    identity path-metric-optimize-excludes {
      base path-metric-optimization-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";
  }

  // CHANGE NOTE: The reference of the identity 
  // te-optimization-criterion below has been updated
  // in this module revision
  // RFC Editor: remove the note above and this note
  identity te-optimization-criterion {
    description
      "Base identity for the TE optimization criteria.";
    reference
      "RFC 9522: 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
        "RFC 5440: Path Computation Element (PCE) Communication
        Protocol (PCEP), section 7.5";
    }

    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
        "RFC 5441: A Backward-Recursive PCE-Based Computation (BRPC)
        Procedure to Compute Shortest Constrained Inter-Domain
        Traffic Engineering Label Switched Paths
        
        RFC 8685: Path Computation Element Communication Protocol 
        (PCEP) Extensions for the Hierarchical Path Computation 
        Element (H-PCE) Architecture";
    }

    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
        "RFC 5440: Path Computation Element (PCE) Communication
        Protocol (PCEP)
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 8685: Path Computation Element Communication Protocol 
        (PCEP) Extensions for the Hierarchical Path Computation 
        Element (H-PCE) Architecture
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 8685: Path Computation Element Communication Protocol 
        (PCEP) Extensions for the Hierarchical Path Computation 
        Element (H-PCE) Architecture
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 8685: Path Computation Element Communication Protocol 
        (PCEP) Extensions for the Hierarchical Path Computation 
        Element (H-PCE) Architecture
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 8685: Path Computation Element Communication Protocol 
        (PCEP) Extensions for the Hierarchical Path Computation 
        Element (H-PCE) Architecture
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 8306: Extensions to the Path Computation Element
        Communication Protocol (PCEP) for Point-to-Multipoint
        Traffic Engineering Label Switched Paths
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 5557: Path Computation Element Communication Protocol
        (PCEP) Requirements and Protocol Extensions in Support of
        Global Concurrent Optimization
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 5557: Path Computation Element Communication Protocol
        (PCEP) Requirements and Protocol Extensions in Support of
        Global Concurrent Optimization
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 5520: Preserving Topology Confidentiality in
        Inter-Domain Path Computation Using a Path-Key-Based
        Mechanism
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 5441: A Backward-Recursive PCE-Based Computation (BRPC)
        Procedure to Compute Shortest Constrained Inter-Domain
        Traffic Engineering Label Switched Paths
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 5440: Path Computation Element (PCE) Communication
        Protocol (PCEP);
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

    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
        "RFC 5440: Path Computation Element (PCE) Communication
        Protocol (PCEP);
        
        https://www.iana.org/assignments/pcep
        /pcep.xhtml#no-path-vector-tlv";
    }

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

  // 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
        "RFC 5440: Path Computation Element (PCE) Communication
        Protocol (PCEP)";
    }

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

  // 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
      "RFC 5541: 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
        "RFC 5541: 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
        "RFC 5541: 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
        "RFC 5541: 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
        "RFC 8685: 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
        "RFC 8685: 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
        "RFC 8685: 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
        "RFC 8685: 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
      "RFC 5541: Encoding of Objective Functions in the Path
       Computation Element Communication Protocol (PCEP)";
  }

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

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

    identity svec-metric-cumulative-hop {
      base svec-metric-type;
      description
        "Cumulative Hop path metric.";
      reference
        "RFC 5541: 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
        "RFC 5541: 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
        "RFC 5541: 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.";
      }
    }
  }

  // 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 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;
      }
    }
  }

  // CHANGE NOTE: The grouping optimization-metric-entry below has
  // been updated in this module revision
  // RFC Editor: remove the note above and this note
  grouping optimization-metric-entry {
    description
      "Optimization metrics configuration grouping.";
    leaf metric-type {
      type identityref {
        base path-metric-optimization-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.";
    }
  }

  // CHANGE NOTE: The grouping tunnel-constraints below has
  // been updated in this module revision
  // RFC Editor: remove the note above and this note
  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;
  }

  // CHANGE NOTE: The grouping path-constraints-route-objects below
  // has been updated in this module revision
  // RFC Editor: remove the note above and this note
  grouping path-constraints-route-objects {
    description
      "List of route entries to be included or excluded when
       performing the path computation.";
    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.";
        }
      }
    }
  }

  // CHANGE NOTE: The grouping generic-path-metric-bounds below
  // has been updated in this module revision
  // RFC Editor: remove the note above and this note
  grouping generic-path-metric-bounds {
    description
      "TE path metric bounds grouping.";
    container path-metric-bounds {
      description
        "Top-level container for the list of path metric bounds.";
      list path-metric-bound {
        key "metric-type";
        description
          "List of path metric bounds, which can apply to link and
          path metrics.
          
          TE paths which have at least one path metric which
          exceeds the specified bounds MUST NOT be selected.
          
          TE paths that traverse TE links which have at least one
          link metric which exceeds the specified bounds MUST NOT
          be selected.";
        leaf metric-type {
          type identityref {
            base link-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 specified 'metric-type'.
            
            A zero indicates an unbounded upper limit for the
            specificied 'metric-type'.
            
            The unit of is interpreted in the context of the
            'metric-type' identity.";
        }
      }
    }
  }

  // CHANGE NOTE: The grouping generic-path-metric-bounds below
  // has been updated in this module revision
  // RFC Editor: remove the note above and this note
  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 {
            status deprecated;
            description
              "Container for the list of tiebreakers.
              
              This container has been obsoleted by the tiebreaker
              leaf.";
            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.";
            }
          }
        }
      }
    }
    leaf tiebreaker {
      type identityref {
        base path-tiebreaker-type;
      }
      default "te-types:path-tiebreaker-random";
      description
        "The tiebreaker criteria to apply on an equally favored set
        of paths, in order to pick the best.";
    }
  }

  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
        "RFC 3945";
    }
    leaf switching-type {
      type identityref {
        base te-types:switching-capabilities;
      }
      description
        "LSP switching type.";
      reference
        "RFC 3945";
    }
  }

  // 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-02-16 {
    description
      "This revision adds the following new identities:
       - bandwidth-profile-type;
       - link-metric-delay-variation;
       - link-metric-loss;
       - path-metric-delay-variation;
       - path-metric-loss.

      This revision adds the following new groupings:
       - te-packet-path-bandwidth;
       - te-packet-link-bandwidth.
       
      This revision provides also few editorial changes.";
    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 link-metric-delay-variation
    // below has been added in this module revision
    // RFC Editor: remove the note above and this note
    identity link-metric-delay-variation {
      base te-types:link-metric-type;
      description
        "The Unidirectional Delay Variation Metric,
        measured in units of microseconds.";
      reference
        "RFC7471: OSPF Traffic Engineering (TE) Metric Extensions,
        section 4.3

        RFC8570: IS-IS Traffic Engineering (TE) Metric Extensions,
        section 4.3";
    }

    // CHANGE NOTE: The identity link-metric-loss below has 
    // been added in this module revision
    // RFC Editor: remove the note above and this note
    identity link-metric-loss {
      base te-types:link-metric-type;
      description
        "The Unidirectional Link Loss Metric,
        measured in units of 0.000003%.";
      reference
        "RFC7471: OSPF Traffic Engineering (TE) Metric Extensions,
        section 4.4

        RFC8570: IS-IS Traffic Engineering (TE) Metric Extensions,
        section 4.4";
    }

    // 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 Metric,
        measured in units of microseconds.";
      reference
        "RFC8233: Extensions to the Path Computation Element
        Communication Protocol (PCEP) to Compute Service-Aware Label
        Switched Paths (LSPs), section 3.1.2";
    }

    // 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 Metric, measured in units of 0.000003%.";
      reference
        "RFC8233: Extensions to the Path Computation Element
        Communication Protocol (PCEP) to Compute Service-Aware Label
        Switched Paths (LSPs), section 3.1.3";
    }

  /*
   * 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='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='RFC9522' target='https://www.rfc-editor.org/info/rfc9522'>
  <front>
    <title>Overview and Principles of Internet Traffic Engineering</title>
    <author fullname='A. Farrel' initials='A.' role='editor' surname='Farrel'/>
    <date month='January' year='2024'/>
    <abstract>
      <t>This document 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 the networks that support IP networking 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 networks are also discussed.</t>
      <t>This work was first published as RFC 3272 in May 2002. This document obsoletes RFC 3272 by making a complete update to bring the text in line with best current practices for Internet traffic engineering and to include references to the latest relevant work in the IETF.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9522'/>
  <seriesInfo name='DOI' value='10.17487/RFC9522'/>
</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>This version adds new common data types, identities, and groupings to the YANG modules. It also updates some of the existing data types, identities, and groupings in the YANG modules and fixes few bugs in <xref target="RFC8776"/>.</t>

<t>The following new identities have been added to the 'ietf-te-types' module:</t>

<t><list style="symbols">
  <t>lsp-provisioning-error-reason;</t>
  <t>association-type-diversity;</t>
  <t>tunnel-admin-state-auto;</t>
  <t>lsp-restoration-restore-none;</t>
  <t>restoration-scheme-rerouting;</t>
  <t>path-metric-optimization-type;</t>
  <t>link-path-metric-type;</t>
  <t>link-metric-type and its derived identities;</t>
  <t>path-computation-error-reason and its derived identities;</t>
  <t>protocol-origin-type and its derived identities;</t>
  <t>svec-objective-function-type and its derived identities;</t>
  <t>svec-metric-type and its derived identities.</t>
</list></t>

<t>The following new data types have been added to the 'ietf-te-types' module:</t>

<t><list style="symbols">
  <t>path-type;</t>
  <t>te-gen-node-id.</t>
</list></t>

<t>The following new groupings have been added to the 'ietf-te-types' module:</t>

<t><list style="symbols">
  <t>encoding-and-switching-type;</t>
  <t>te-generic-node-id.</t>
</list></t>

<t>The following new identities have been added to the 'ietf-te-packet-types' module:</t>

<t><list style="symbols">
  <t>bandwidth-profile-type;</t>
  <t>link-metric-delay-variation;</t>
  <t>link-metric-loss;</t>
  <t>path-metric-delay-variation;</t>
  <t>path-metric-loss.</t>
</list></t>

<t>The following new groupings have been added to the 'ietf-te-packet-types' module:</t>

<t><list style="symbols">
  <t>te-packet-path-bandwidth;</t>
  <t>te-packet-link-bandwidth.</t>
</list></t>

<t>The following identities, already defined in <xref target="RFC8776"/>, have been updated in the 'ietf-te-types' module:</t>

<t><list style="symbols">
  <t>objective-function-type (editorial);</t>
  <t>action-exercise (bug fix);</t>
  <t>path-metric-type:  <vspace blankLines='1'/>
new base identities have been added;</t>
  <t>path-metric-te (bug fix);</t>
  <t>path-metric-igp (bug fix);</t>
  <t>path-metric-hop (bug fix);</t>
  <t>path-metric-delay-average (bug fix);</t>
  <t>path-metric-delay-minimum (bug fix);</t>
  <t>path-metric-residual-bandwidth (bug fix);</t>
  <t>path-metric-optimize-includes (bug fix);</t>
  <t>path-metric-optimize-excludes (bug fix);</t>
  <t>te-optimization-criterion (editorial).</t>
</list></t>

<t>The following data type, already defined in <xref target="RFC8776"/>, has been updated in the 'ietf-te-types' module:</t>

<t><list style="symbols">
  <t>te-node-id;  <vspace blankLines='1'/>
The data type has been changed to be a union.</t>
</list></t>

<t>The following groupings, already defined in <xref target="RFC8776"/>, have been updated in the 'ietf-te-types' module:</t>

<t><list style="symbols">
  <t>explicit-route-hop  <vspace blankLines='1'/>
The following new leaves have been added to the 'explicit-route-hop' grouping:  <list style="symbols">
      <t>node-id-uri;</t>
      <t>link-tp-id-uri;</t>
    </list>
The following leaves, already defined in <xref target="RFC8776"/>, have been updated in the 'explicit-route-hop':  <list style="symbols">
      <t>node-id;</t>
      <t>link-tp-id.      <vspace blankLines='1'/>
The mandatory true statements for the node-id and link-tp-id have been replaced by must statements that requires at least the presence of:      <list style="symbols">
          <t>node-id or node-id-uri;</t>
          <t>link-tp-id or link-tp-id-uri.</t>
        </list></t>
    </list></t>
  <t>explicit-route-hop  <vspace blankLines='1'/>
The following new leaves have been added to the 'explicit-route-hop' grouping:  <list style="symbols">
      <t>node-id-uri;</t>
      <t>link-tp-id-uri;</t>
    </list>
The following leaves, already defined in <xref target="RFC8776"/>, have been updated in the 'explicit-route-hop':  <list style="symbols">
      <t>node-id;</t>
      <t>link-tp-id.      <vspace blankLines='1'/>
The mandatory true statements for the node-id and link-tp-id have been replaced by must statements that requires at least the presence of:      <list style="symbols">
          <t>node-id or node-id-uri;</t>
          <t>link-tp-id or link-tp-id-uri.</t>
        </list></t>
    </list></t>
  <t>optimization-metric-entry:  <vspace blankLines='1'/>
The following leaves, already defined in <xref target="RFC8776"/>, have been updated in the 'optimization-metric-entry':  <list style="symbols">
      <t>metric-type;      <vspace blankLines='1'/>
The base identity has been updated without impacting the set of derived identities that are allowed.</t>
    </list></t>
  <t>tunnel-constraints;  <vspace blankLines='1'/>
The following new leaf have been added to the 'tunnel-constraints' grouping:  <list style="symbols">
      <t>network-id;</t>
    </list></t>
  <t>path-constraints-route-objects:  <vspace blankLines='1'/>
The following container, already defined in <xref target="RFC8776"/>, has been updated in the 'path-constraints-route-objects':  <list style="symbols">
      <t>explicit-route-objects-always;      <vspace blankLines='1'/>
The container has been renamed as 'explicit-route-objects'. This change is not affecting any IETF standard YANG models since this grouping has not yet been used by any YANG model defined in existing IETF RFCs.</t>
    </list></t>
  <t>generic-path-metric-bounds:  <vspace blankLines='1'/>
The following leaves, already defined in <xref target="RFC8776"/>, have been updated in the 'optimization-metric-entry':  <list style="symbols">
      <t>metric-type;      <vspace blankLines='1'/>
The base identity has been updated to:      <list style="symbols">
          <t>increase the set of derived identities that are allowed and;</t>
          <t>remove from this set the 'path-metric-optimize-includes' and the 'path-metric-optimize-excludes' identities (bug fixing)</t>
        </list></t>
    </list></t>
  <t>generic-path-optimization  <vspace blankLines='1'/>
The following new leaf have been added to the 'generic-path-optimization' grouping:  <list style="symbols">
      <t>tiebreaker;</t>
    </list>
The following container, already defined in <xref target="RFC8776"/>, has been deprecated:  <list style="symbols">
      <t>tiebreakers.</t>
    </list></t>
</list></t>

<t>The following identities, already defined in <xref target="RFC8776"/>, have been obsoletes in the 'ietf-te-types' module for bug fixing:</t>

<t><list style="symbols">
  <t>of-minimize-agg-bandwidth-consumption;</t>
  <t>of-minimize-load-most-loaded-link;</t>
  <t>of-minimize-cost-path-set;</t>
  <t>lsp-protection-reroute-extra;</t>
  <t>lsp-protection-reroute.</t>
</list></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,164
<      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-02-22 {
>     description
>       "This revision adds the following new identities:
>       - lsp-provisioning-error-reason;
>       - association-type-diversity;
>       - tunnel-admin-state-auto;
>       - lsp-restoration-restore-none;
>       - restoration-scheme-rerouting;
>       - path-metric-optimization-type;
>       - link-path-metric-type;
>       - link-metric-type and its derived identities;
>       - path-computation-error-reason and its derived identities;
>       - protocol-origin-type and its derived identities;
>       - svec-objective-function-type and its derived identities;
>       - svec-metric-type and its derived identities.
> 
>       This revision adds the following new data types:
>       - path-type;
>       - te-gen-node-id.
> 
>       This revision adds the following new groupings:
>       - encoding-and-switching-type;
>       - te-generic-node-id.
> 
>       This revision updates the following identities:
>       - objective-function-type;
>       - action-exercise;
>       - path-metric-type;
>       - path-metric-te;
>       - path-metric-igp;
>       - path-metric-hop;
>       - path-metric-delay-average;
>       - path-metric-delay-minimum;
>       - path-metric-residual-bandwidth;
>       - path-metric-optimize-includes;
>       - path-metric-optimize-excludes;
>       - te-optimization-criterion.
> 
>       This revision updates the following data types:
>       - te-node-id.
> 
>       This revision updates the following groupings:
>       - explicit-route-hop:
>         - adds the following leaves:
>           - node-id-uri;
>           - link-tp-id-uri;
>         - updates the following leaves:
>           - node-id;
>           - link-tp-id;
>       - record-route-state:
>         - adds the following leaves:
>           - node-id-uri;
>           - link-tp-id-uri;
>         - updates the following leaves:
>           - node-id;
>           - link-tp-id;
>       - optimization-metric-entry:
>         - updates the following leaves:
>           - metric-type;
>       - tunnel-constraints;
>         - adds the following leaves:
>           - network-id;
>       - path-constraints-route-objects:
>         - updates the following containers:
>           - explicit-route-objects-always;
>       - generic-path-metric-bounds:
>         - updates the following leaves:
>           - metric-type;
>       - generic-path-optimization
>         - adds the following leaves:
>           - tiebreaker;
>         - deprecate the following containers:
>           - tiebreakers.
> 
>       This revision obsoletes the following identities:
>       - of-minimize-agg-bandwidth-consumption;
>       - of-minimize-load-most-loaded-link;
>       - of-minimize-cost-path-set;
>       - lsp-protection-reroute-extra;
>       - lsp-protection-reroute.
> 
>       This revision provides also few editorial changes.";
>     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
70c168
<       "Latest revision of TE types.";
---
>       "Initial Version of TE types.";
86a185
> 
92a192
> 
93a194
>        
111a213
> 
155a258
> 
158a262
> 
263a368
> 
264a370
> 
269a376
> 
351a459,461
>   // CHANGE NOTE: The typedef te-node-id below has been
>   // updated in this module revision
>   // RFC Editor: remove the note above and this note
353c463,466
<     type yang:dotted-quad;
---
>     type union {
>       type yang:dotted-quad;
>       type inet:ipv6-address-no-zone;
>     }
357,358c470,474
<        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,363c478,481
<        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.
> 
368a487
> 
370a490
> 
371a492
> 
519a641
> 
537a660
> 
545a669,709
>   // 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.";
>   }
> 
606a771,778
>   // 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.";
>   }
> 
982a1155,1172
>   // 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
>       "RFC 8800: 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
985c1175
<       "Base objective function type.";
---
>       "Base identity for path objective function types.";
1015a1206,1208
>   // 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
1017a1211
>     status obsolete;
1020c1214,1218
<        consumption.";
---
>       consumption.
>       
>       This identity has been obsoleted: the
>       'svec-of-minimize-agg-bandwidth-consumption' identity SHOULD
>       be used instead.";
1023c1221
<        Computation Element Communication Protocol (PCEP)";
---
>       Computation Element Communication Protocol (PCEP)";
1025a1224,1226
>   // 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
1027a1229
>     status obsolete;
1030c1232,1236
<        is carrying the highest load.";
---
>       is carrying the highest load.
>       
>       This identity has been obsoleted: the
>       'svec-of-minimize-load-most-loaded-link' identity SHOULD
>       be used instead.";
1033c1239
<        Computation Element Communication Protocol (PCEP)";
---
>       Computation Element Communication Protocol (PCEP)";
1035a1242,1244
>   // 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
1037a1247
>     status obsolete;
1039c1249,1253
<       "Objective function for minimizing the cost on a path set.";
---
>       "Objective function for minimizing the cost on a path set.
>       
>       This identity has been obsoleted: the
>       'svec-of-minimize-cost-path-set' identity SHOULD
>       be used instead.";
1049a1264,1266
>   // CHANGE NOTE: The reference of the identity path-locally-computed
>   // below has been updated in this module revision
>   // RFC Editor: remove the note above and this note
1056,1057c1273,1274
<       "RFC 3272: Overview and Principles of Internet Traffic
<        Engineering, Section 5.4";
---
>       "RFC 9522: Overview and Principles of Internet Traffic
>       Engineering, Section 4.4";
1059a1277,1280
>   // CHANGE NOTE: The reference of the identity 
>   // path-externally-queried below has been updated
>   // in this module revision
>   // RFC Editor: remove the note above and this note
1071c1292
<       "RFC 3272: Overview and Principles of Internet Traffic
---
>       "RFC 9522: Overview and Principles of Internet Traffic
1072a1294
> 
1076a1299,1302
>   // CHANGE NOTE: The reference of the identity 
>   // path-explicitly-defined below has been updated
>   // in this module revision
>   // RFC Editor: remove the note above and this note
1085c1311,1312
<        RFC 3272: Overview and Principles of Internet Traffic
---
> 
>        RFC 9522: Overview and Principles of Internet Traffic
1216a1444,1455
>   // 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.";
>   }
> 
1321a1561,1569
>     // 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.";
>     }
> 
1339a1588,1602
>     // 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)";
>     }
> 
1383a1647,1649
>   // 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
1385a1652
>     status obsolete;
1387c1654,1658
<       "'(Full) Rerouting' LSP protection type.";
---
>       "'(Full) Rerouting' LSP protection type.
>       
>       This identity has been obsoleted: the
>       'restoration-scheme-rerouting' identity SHOULD be used
>       instead.";
1392a1664,1666
>   // CHANGE NOTE: The identity lsp-protection-reroute
>   // below has been obsoleted in this module revision
>   // RFC Editor: remove the note above and this note
1394a1669
>     status obsolete;
1396c1671,1675
<       "'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.";
1628a1908,1911
>   // 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,1633c1915,1917
<       "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,1637c1920,1921
<       "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";
1917c2201,2204
<   identity path-metric-type {
---
>   // CHANGE NOTE: The path-metric-optimization-type base identity
>   // has been added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity path-metric-optimization-type {
1919c2206,2207
<       "Base identity for the path metric type.";
---
>       "Base identity used to define the path metric optimization
>       types.";
1922,1923c2210,2213
<   identity path-metric-te {
<     base path-metric-type;
---
>   // CHANGE NOTE: The link-path-metric-type base identity
>   // has been added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity link-path-metric-type {
1925,1928c2215,2221
<       "TE path metric.";
<     reference
<       "RFC 3785: Use of Interior Gateway Protocol (IGP) Metric as a
<        second MPLS Traffic Engineering (TE) Metric";
---
>       "Base identity used to define the link and the path metric
>       types.
>       
>       The unit of the path metric value is interpreted in the
>       context of the path metric type and the derived identities
>       SHOULD describe the unit of the path metric types they
>       define.";
1931,1938c2224,2232
<   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 link-metric-type base identity
>     // and its derived identities
>     // have been added in this module revision
>     // RFC Editor: remove the note above and this note
>     identity link-metric-type {
>       base link-path-metric-type;
>       description
>         "Base identity for the link metric types.";
>     }
1940,1944c2234,2240
<   identity path-metric-hop {
<     base path-metric-type;
<     description
<       "Hop path metric.";
<   }
---
>       identity link-metric-te {
>         base link-metric-type;
>         description
>           "Traffic Engineering (TE) Link Metric.";
>         reference
>           "RFC 3630: Traffic Engineering (TE) Extensions to OSPF
>           Version 2, section 2.5.5
1946,1952c2242,2244
<   identity path-metric-delay-average {
<     base path-metric-type;
<     description
<       "Average unidirectional link delay.";
<     reference
<       "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions";
<   }
---
>           RFC 5305: IS-IS Extensions for Traffic Engineering,
>           section 3.7";
>       }
1954,1960c2246,2253
<   identity path-metric-delay-minimum {
<     base path-metric-type;
<     description
<       "Minimum unidirectional link delay.";
<     reference
<       "RFC 7471: OSPF Traffic Engineering (TE) Metric Extensions";
<   }
---
>       identity link-metric-igp {
>         base link-metric-type;
>         description
>           "Interior Gateway Protocol (IGP) Link Metric.";
>         reference
>           "RFC 3785: Use of Interior Gateway Protocol (IGP) Metric
>           as a second MPLS Traffic Engineering (TE) Metric";
>       }
1962,1972c2255,2266
<   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 link-metric-delay-average {
>         base link-metric-type;
>         description
>           "Unidirectional Link Delay, measured in units of
>           microseconds.";
>         reference
>           "RFC 7471: OSPF Traffic Engineering (TE) Metric
>           Extensions, section 4.1
>           
>           RFC 8570: IS-IS Traffic Engineering (TE) Metric
>           Extensions, section 4.1";
>       }
1974,1979c2268,2279
<   identity path-metric-optimize-includes {
<     base path-metric-type;
<     description
<       "A metric that optimizes the number of included resources
<        specified in a set.";
<   }
---
>       identity link-metric-delay-minimum {
>         base link-metric-type;
>         description
>           "Minimum unidirectional Link Delay, measured in units of
>           microseconds.";
>         reference
>           "RFC 7471: OSPF Traffic Engineering (TE) Metric
>           Extensions, section 4.2
>           
>           RFC 8570: IS-IS Traffic Engineering (TE) Metric
>           Extensions, section 4.2";
>       }
1981,1986c2281,2425
<   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 link-metric-delay-maximum {
>         base link-metric-type;
>         description
>           "Maximum unidirectional Link Delay, measured in units of
>           microseconds.";
>         reference
>           "RFC 7471: OSPF Traffic Engineering (TE) Metric
>           Extensions, section 4.2
>           
>           RFC 8570: IS-IS Traffic Engineering (TE) Metric
>           Extensions, section 4.2";
>       }
> 
>       identity link-metric-residual-bandwidth {
>         base link-metric-type;
>         description
>           "Unidirectional Residual Bandwidth, measured in units of
>           bytes per second.
>           
>           It is defined to be Maximum Bandwidth minus the bandwidth
>           currently allocated to LSPs.";
>         reference
>           "RFC 7471: OSPF Traffic Engineering (TE) Metric
>           Extensions, section 4.5
>           
>           RFC 8570: IS-IS Traffic Engineering (TE) Metric
>           Extensions, section 4.5";
>       }
> 
>     // CHANGE NOTE: The base and the description of the
>     // path-metric-type identity
>     // has been updated in this module revision
>     // RFC Editor: remove the note above and this note
>     identity path-metric-type {
>       base link-path-metric-type;
>       base path-metric-optimization-type;
>       description
>         "Base identity for the path metric types.";
>     }
> 
>       // CHANGE NOTE: The description and the reference of the
>       // path-metric-te identity have been updated
>       // in this module revision
>       // RFC Editor: remove the note above and this note
>       identity path-metric-te {
>         base path-metric-type;
>         description
>           "Traffic Engineering (TE) Path Metric.";
>         reference
>           "RFC 5440: Path Computation Element (PCE) Communication
>           Protocol (PCEP), section 7.8";
>       }
> 
>       // CHANGE NOTE: The description and the reference of the
>       // path-metric-igp identity have been updated 
>       // in this module revision
>       // RFC Editor: remove the note above and this note
>       identity path-metric-igp {
>         base path-metric-type;
>         description
>           "Interior Gateway Protocol (IGP) Path Metric.";
>         reference
>           "RFC 5440: Path Computation Element (PCE) Communication
>           Protocol (PCEP), section 7.8";
>       }
> 
>       // CHANGE NOTE: The description and the reference of the
>       // path-metric-hop identity have been updated
>       // in this module revision
>       // RFC Editor: remove the note above and this note
>       identity path-metric-hop {
>         base path-metric-type;
>         description
>           "Hop Count Path Metric.";
>         reference
>           "RFC 5440: Path Computation Element (PCE) Communication
>           Protocol (PCEP), section 7.8";
>       }
> 
>       // CHANGE NOTE: The description and the reference of the
>       // path-metric-delay-average identity have been updated
>       // in this module revision
>       // RFC Editor: remove the note above and this note
>       identity path-metric-delay-average {
>         base path-metric-type;
>         description
>           "The Path Delay Metric, measured in units of
>           microseconds.";
>         reference
>           "RFC8233: Extensions to the Path Computation Element
>           Communication Protocol (PCEP) to Compute Service-Aware
>           Label Switched Paths (LSPs), section 3.1.1";
>       }
> 
>       // CHANGE NOTE: The description and the reference of the
>       // path-metric-delay-minimum identity have been updated
>       // in this module revision
>       // RFC Editor: remove the note above and this note
>       identity path-metric-delay-minimum {
>         base path-metric-type;
>         description
>           "The Path Min Delay Metric, measured in units of
>           microseconds.";
>         reference
>           "I-D.ietf-pce-sid-algo: Carrying SR-Algorithm information
>           in PCE-based Networks, section 3.5.1";
>       }
> 
>       // CHANGE NOTE: The description and the reference of the
>       // path-metric-residual-bandwidth identity have been updated
>       // in this module revision
>       // RFC Editor: remove the note above and this note
>       identity path-metric-residual-bandwidth {
>         base path-metric-type;
>         description
>           "The Path Residual Bandwidth, defined as the minimum Link
>           Residual Bandwidth all the links along the path.
> 
>           The Path Residual Bandwidth can be seen as the path
>           metric associated with the Maximum residual Bandwidth Path
>           (MBP) objective function.";
>         reference
>           "RFC 5541: Encoding of Objective Functions in the Path
>           Computation Element Communication Protocol (PCEP)";
>       }
> 
>     // CHANGE NOTE: The base of the path-metric-optimize-includes
>     // identity has been updated in this module revision
>     // RFC Editor: remove the note above and this note
>     identity path-metric-optimize-includes {
>       base path-metric-optimization-type;
>       description
>         "A metric that optimizes the number of included resources
>         specified in a set.";
>     }
> 
>     // CHANGE NOTE: The base of the path-metric-optimize-excludes
>     // identity has been updated in this module revision
>     // RFC Editor: remove the note above and this note
>     identity path-metric-optimize-excludes {
>       base path-metric-optimization-type;
>       description
>         "A metric that optimizes to a maximum the number of excluded
>         resources specified in a set.";
>     }
2049a2489,2492
>   // CHANGE NOTE: The reference of the identity 
>   // te-optimization-criterion below has been updated
>   // in this module revision
>   // RFC Editor: remove the note above and this note
2054c2497
<       "RFC 3272: Overview and Principles of Internet Traffic
---
>       "RFC 9522: Overview and Principles of Internet Traffic
2110a2554,2994
>   // 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
>         "RFC 5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP), section 7.5";
>     }
> 
>     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
>         "RFC 5441: A Backward-Recursive PCE-Based Computation (BRPC)
>         Procedure to Compute Shortest Constrained Inter-Domain
>         Traffic Engineering Label Switched Paths
>         
>         RFC 8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture";
>     }
> 
>     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
>         "RFC 5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP)
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 8306: Extensions to the Path Computation Element
>         Communication Protocol (PCEP) for Point-to-Multipoint
>         Traffic Engineering Label Switched Paths
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 5557: Path Computation Element Communication Protocol
>         (PCEP) Requirements and Protocol Extensions in Support of
>         Global Concurrent Optimization
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 5557: Path Computation Element Communication Protocol
>         (PCEP) Requirements and Protocol Extensions in Support of
>         Global Concurrent Optimization
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 5520: Preserving Topology Confidentiality in
>         Inter-Domain Path Computation Using a Path-Key-Based
>         Mechanism
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 5441: A Backward-Recursive PCE-Based Computation (BRPC)
>         Procedure to Compute Shortest Constrained Inter-Domain
>         Traffic Engineering Label Switched Paths
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP);
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     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
>         "RFC 5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP);
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>     identity path-computation-error-no-server {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because path computation
>         server is unavailable.";
>       reference
>         "RFC 5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP);
>         
>         https://www.iana.org/assignments/pcep
>         /pcep.xhtml#no-path-vector-tlv";
>     }
> 
>   // 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
>         "RFC 5440: Path Computation Element (PCE) Communication
>         Protocol (PCEP)";
>     }
> 
>     identity protocol-origin-bgp {
>       base protocol-origin-type;
>       description
>         "Protocol origin is Border Gateway Protocol (BGP).";
>       reference "RFC 9012";
>     }
> 
>   // 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
>       "RFC 5541: 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
>         "RFC 5541: 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
>         "RFC 5541: 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
>         "RFC 5541: 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
>         "RFC 8685: 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
>         "RFC 8685: 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
>         "RFC 8685: 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
>         "RFC 8685: 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
>       "RFC 5541: Encoding of Objective Functions in the Path
>        Computation Element Communication Protocol (PCEP)";
>   }
> 
>     identity svec-metric-cumulative-te {
>       base svec-metric-type;
>       description
>         "Cumulative TE cost.";
>       reference
>         "RFC 5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP)";
>     }
> 
>     identity svec-metric-cumulative-igp {
>       base svec-metric-type;
>       description
>         "Cumulative IGP cost.";
>       reference
>         "RFC 5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP)";
>     }
> 
>     identity svec-metric-cumulative-hop {
>       base svec-metric-type;
>       description
>         "Cumulative Hop path metric.";
>       reference
>         "RFC 5541: 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
>         "RFC 5541: 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
>         "RFC 5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP)";
>     }
> 
2222,2225c3106,3111
<        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";
---
>       
>       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";
2506a3393,3395
>   // CHANGE NOTE: The explicit-route-hop grouping below has been
>   // updated in this module revision
>   // RFC Editor: remove the note above and this note
2514a3404,3412
>           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.";
>           }
2517d3414
<             mandatory true;
2566a3464,3474
>           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.";
>           }
2569d3476
<             mandatory true;
2574a3482,3486
>           leaf node-id-uri {
>             type nw:node-id;
>             description
>               "The identifier of a node in the topology.";
>           }
2577d3488
<             mandatory true;
2631a3543,3545
>   // CHANGE NOTE: The explicit-route-hop grouping below has been
>   // updated in this module revision
>   // RFC Editor: remove the note above and this note
2646a3561,3564
>           must "node-id-uri or node-id" {
>             description
>               "At least one node identifier MUST be present.";
>           }
2648a3567,3571
>           leaf node-id-uri {
>             type nw:node-id;
>             description
>               "The identifier of a node in the topology.";
>           }
2651d3573
<             mandatory true;
2696a3619,3629
>           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.";
>           }
2699d3631
<             mandatory true;
2704a3637,3641
>           leaf node-id-uri {
>             type nw:node-id;
>             description
>               "The identifier of a node in the topology.";
>           }
2881a3819,3821
>   // CHANGE NOTE: The grouping optimization-metric-entry below has
>   // been updated in this module revision
>   // RFC Editor: remove the note above and this note
2887c3827
<         base path-metric-type;
---
>         base path-metric-optimization-type;
2964a3905,3907
>   // CHANGE NOTE: The grouping tunnel-constraints below has
>   // been updated in this module revision
>   // RFC Editor: remove the note above and this note
2968a3912,3916
>     leaf network-id {
>       type nw:network-id;
>       description
>         "The network topology identifier.";
>     }
2972a3921,3923
>   // CHANGE NOTE: The grouping path-constraints-route-objects below
>   // has been updated in this module revision
>   // RFC Editor: remove the note above and this note
2977c3928
<     container explicit-route-objects-always {
---
>     container explicit-route-objects {
2979c3930
<         "Container for the 'exclude route' object list.";
---
>         "Container for the explicit route object lists.";
3101a4053,4055
>   // CHANGE NOTE: The grouping generic-path-metric-bounds below
>   // has been updated in this module revision
>   // RFC Editor: remove the note above and this note
3107c4061
<         "TE path metric bounds container.";
---
>         "Top-level container for the list of path metric bounds.";
3111c4065,4073
<           "List of TE path metric bounds.";
---
>           "List of path metric bounds, which can apply to link and
>           path metrics.
>           
>           TE paths which have at least one path metric which
>           exceeds the specified bounds MUST NOT be selected.
>           
>           TE paths that traverse TE links which have at least one
>           link metric which exceeds the specified bounds MUST NOT
>           be selected.";
3114c4076
<             base path-metric-type;
---
>             base link-path-metric-type;
3124,3126c4086,4092
<             "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 specified 'metric-type'.
>             
>             A zero indicates an unbounded upper limit for the
>             specificied 'metric-type'.
>             
>             The unit of is interpreted in the context of the
>             'metric-type' identity.";
3131a4098,4100
>   // CHANGE NOTE: The grouping generic-path-metric-bounds below
>   // has been updated in this module revision
>   // RFC Editor: remove the note above and this note
3152a4122
>             status deprecated;
3154c4124,4127
<               "Container for the list of tiebreakers.";
---
>               "Container for the list of tiebreakers.
>               
>               This container has been obsoleted by the tiebreaker
>               leaf.";
3189a4163,4171
>     leaf tiebreaker {
>       type identityref {
>         base path-tiebreaker-type;
>       }
>       default "te-types:path-tiebreaker-random";
>       description
>         "The tiebreaker criteria to apply on an equally favored set
>         of paths, in order to pick the best.";
>     }
3379c4361,4420
< }
\ 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
>         "RFC 3945";
>     }
>     leaf switching-type {
>       type identityref {
>         base te-types:switching-capabilities;
>       }
>       description
>         "LSP switching type.";
>       reference
>         "RFC 3945";
>     }
>   }
> 
>   // 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,82
<      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-02-16 {
>     description
>       "This revision adds the following new identities:
>        - bandwidth-profile-type;
>        - link-metric-delay-variation;
>        - link-metric-loss;
>        - path-metric-delay-variation;
>        - path-metric-loss.
> 
>       This revision adds the following new groupings:
>        - te-packet-path-bandwidth;
>        - te-packet-link-bandwidth.
>        
>       This revision provides also few editorial changes.";
>     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
61c91,196
<   /**
---
>   /*
>    * 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 link-metric-delay-variation
>     // below has been added in this module revision
>     // RFC Editor: remove the note above and this note
>     identity link-metric-delay-variation {
>       base te-types:link-metric-type;
>       description
>         "The Unidirectional Delay Variation Metric,
>         measured in units of microseconds.";
>       reference
>         "RFC7471: OSPF Traffic Engineering (TE) Metric Extensions,
>         section 4.3
> 
>         RFC8570: IS-IS Traffic Engineering (TE) Metric Extensions,
>         section 4.3";
>     }
> 
>     // CHANGE NOTE: The identity link-metric-loss below has 
>     // been added in this module revision
>     // RFC Editor: remove the note above and this note
>     identity link-metric-loss {
>       base te-types:link-metric-type;
>       description
>         "The Unidirectional Link Loss Metric,
>         measured in units of 0.000003%.";
>       reference
>         "RFC7471: OSPF Traffic Engineering (TE) Metric Extensions,
>         section 4.4
> 
>         RFC8570: IS-IS Traffic Engineering (TE) Metric Extensions,
>         section 4.4";
>     }
> 
>     // 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 Metric,
>         measured in units of microseconds.";
>       reference
>         "RFC8233: Extensions to the Path Computation Element
>         Communication Protocol (PCEP) to Compute Service-Aware Label
>         Switched Paths (LSPs), section 3.1.2";
>     }
> 
>     // 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 Metric, measured in units of 0.000003%.";
>       reference
>         "RFC8233: Extensions to the Path Computation Element
>         Communication Protocol (PCEP) to Compute Service-Aware Label
>         Switched Paths (LSPs), section 3.1.3";
>     }
> 
>   /*
180a316,319
>   /*
>    * Groupings
>    */
> 
472a612,681
>     }
>   }
> 
>   // 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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
b9Qw7JGwnjK9Bo/LM0W0SnEv67Vuzb2pRuW4LlFF5SJS9M7FiPwGF9ETsWtZ
koqpbGvEeugnDsdYpZx3zIxgI6CKv39pDAq3+WlgalYDxa3r9iKRBrFOOSlK
4vCohAElOjJpIkMBLcrgj0CtTxE6b42hMB+0DU2vBFlC+CM3Voxh0IqAMzJF
2J0GsD9Q25ZDtSh6QhcW2Y04BR6FwelUCqCYVSLi3VSh0m2AyoFo3RCZUkRq
pl3DvL/1M5E3rRAMycOkQaypLhWa2LUgwvqGHu6ajRw/pYyI9sRVrOit3c4+
7XfVeyNnKzT2uNxGiIkF9838hu5bD/3exOtXvjwiQjFzLCwodbbjcN6vflnW
3NRZo8hC5yNlg4ZtgzHREqUKI7xcKbfm5sMqXYCYfsiWPWBTbnZrdhnMOmSu
6CrSYw4iQXpDfcADAY41RrXXSEGsBshJcS8qcv86a5TCeN2iB2Y3KlFVltVX
KeEwXpz0cHGZqqmwGpsLuGq5HkcYRt+vFAb9nLyrgnMUpPWAYMlmliJfDesE
T6BGPjWhU8xKoKBGjD1KsjryqF4HyYAGXaBKoZQUPCEU6JtXshOYJ85sS2kR
sSffBCKCvocJWHuDSeikt5OMyEW1Ewx8ZKIdYxglrKzYeXuvAzz2XoK9kmCl
OoDWoZVRG3608CpbqLJmUBUll0w/8oEy8XLUsDAtoYyNVsmOW4XSFS8OzGhZ
tdPWKtey/kx5jjJx6YVck6nMl2cotEyKctXDvIBgLd68bQvqGmZvclbbf/38
l7+vtdfW/tZq/3n9z38dX/x97W+/X/9z+8//4Z/W/7NqEdL5vbPagUdrf/1b
33MHB+67v//c3tj+5a/t7tbOnnfQO/SP/w6Q1v9cbKegr3W6f227u38vg/3X
dufvf+v/p/3nv/XhPwD0H8LR6K6zsffLf/7W/32x8drG2kse0Pr6d6vTrTN5
C9i8paFnnfM4iOSUnpx44fozjVrM4ZHSLsKuojSfknI08vAgnq72UQJnPulO
9cKSDUXAeQQbR+QP2bLo+70AdJwNNJkoBmKI3ijDNMPfB2Hs8ZUU8eMaNHP+
Q8/+w0/X//rd2urGasmD9b8bDd+pOwJ8F8W68GwmydYXo9mHqZU1dUduVbsr
A99HYwa62+yu5sJZZSCcRp5jltufO+NOe33DSFOJ+SZkrSdh8GF5tdSHeTGP
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
s6ksHLLem9Ux8sZ7zKriioQlmDKrmFZFKGXlDqNZA8R0UkaYk5FIniWr37EX
S8WJCRgYLfYEcWLVCNWss3OjkaqpoTJQ0a/lAWQlhVilKiPKCcKsm+xNpQLJ
YyuaWvha4ZNT9PwTeabDe+qqgcqqLt1CFSt7uuKfwTnjJO5h0gNiC6oqZ6BS
6nS694PhbZYbKHqd9gz1p6itVVYSMsppyiSgYg64p2r3Uy5AkXxlfV+UTjYE
1j3qXStgA5oT9ce8obiqs54WZ0ZBT1enDUnXCJPyelW0Zf//qgzspmi/nLVE
XZcOpyERyHv4aEQQ0Ocigmg7GxFyw6nbUIG/R7B6ekpQTsnBhm875ts6wZ+R
zh8NXmNkntGCnyXCPIc9IRanvHQAYeegm6X84gGIO9B308xKg4mVnEBqIDnz
y7l0mdIpP6zuLH+TYapgyrWslEdijSuOybebROKL35/GLpzySSPLWS+BCkGi
k3+KuiWCJcx9V6jaTBJKaJHdNkgOtdVtd/fp0AVn3ThlAnhXk/E4TlDNMvp5
r4vYOWcw+MBVh5Vmdic6pqTNeL1sZoBtJmMgVBAnxdTLJEjNKdGZlnZLvT9i
FnYbSFo8etOsRWg4Eo0maW5nPd8rGzwlx/jiY0csnnzoKR2NY/XYeTQFu3WT
9cjNiNmS9G7cgEgimQbJF9Wf7dtprBMyLEscfyFlsASTmo2BJ/ApNgaO9GEV
3Qr2UQFI6lmD4zzxcllhxvz+IHekksqP5p5V3FDfNJ18Yj2jodjNpVJCjCCA
yDskT8AIU7CqOy4XFrdOiEIaN/mK5X6kjmvxM2pbaoJEqhvmoKI2XmJ+55S6
gjLXVOnK3QUydK40b4+bPSnd0wvvvQcr4KTcMqfbKpjA+oHuojSw2W2KygGi
+4y7lCqz8tGMrfLlRK0iBdWyyp2Mq1VVyJVXFyIgsznakSENL/ng34IXfQjE
Ipd9jDWvVnXxVldxLykyhNTD5bQ8JUdIw0GvL0nG2XgiN/IJndMVWaRiJ8Y/
2o2N1sWbjrmwu/yWXGbUrDTkxpLQkVLa5LMVOhZFBddJ1AKLwkFWxTrLW1SX
piTKs1Xl2sqNKBcP/HzXlk0tUfkbGALIVohzpyOzNAmH+QfmzlD+vPYYjMh+
dXn6vvIOC/+xkloBv3qqG2IgccjnbNV/v+R/KvxQ2wVWPtY91GzOhc5z/dTe
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
zxLkP6fhzYS11vz/A/hmWhP3AwA=

-->

</rfc>

