<?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-03" 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>IBM Corporation</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="R." surname="Gandhi" fullname="Rakesh Gandhi">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <email>rgandhi@cisco.com</email>
      </address>
    </author>
    <author initials="V. P." surname="Beeram" fullname="Vishnu Pavan Beeram">
      <organization>Juniper Networks</organization>
      <address>
        <email>vbeeram@juniper.net</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="2023" month="June" day="27"/>

    
    <workgroup>TEAS Working Group</workgroup>
    

    <abstract>


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



    </abstract>



  </front>

  <middle>


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>GMPLS:</t>

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

<t>LSP:</t>

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

<t>LSR:</t>

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

<t>LER:</t>

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

<t>MPLS:</t>

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

<t>RSVP:</t>

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

<t>TE:</t>

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

<t>DS-TE:</t>

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

<t>SRLG:</t>

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

<t>NBMA:</t>

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

<t>APS:</t>

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

<t>SD:</t>

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

<t>SF:</t>

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

<t>WTR:</t>

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

<t>PM:</t>

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

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

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

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

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

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

<t>te-bandwidth:</t>

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

<t>te-label:</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>admin-groups:</t>

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

<t>srlg:</t>

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

<t>te-metric:</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>association-type:</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>switching-capabilities:</t>

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

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

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

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

<ul empty="true"><li>
  <t>A base YANG identity for supported path metric types as defined in <xref target="RFC3785"/> and <xref target="RFC7471"/>.</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>bandwidth-scientific-notation:</t>

<ul empty="true"><li>
  <t>This data type represents the bandwidth, in bit-per-second, using the scientific notation (e.g., 10e3).</t>
</li></ul>

<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>

<ul empty="true"><li>
  <t>The Packet TE link bandwidth can be represented by a bandwidth expressed in scientific notation as follow:</t>
</li></ul>

<figure><artwork type="ascii-art"><![CDATA[
         +--:(packet)
           +--rw packet-bandwidth?   bandwidth-scientific-notation
]]></artwork></figure>

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

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

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

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

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

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

<figure title="TE Types YANG module" anchor="fig-te-yang"><sourcecode type="yang" markers="true" name="ietf-te-types@2023-03-10.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) 2023 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 2023-05-26 {
    description
      "Added:
      - typedef bandwidth-scientific-notation;
      - base identity lsp-provisioning-error-reason;
      - identity association-type-diversity;
      - identity tunnel-admin-state-auto;
      - identity lsp-restoration-restore-none;
      - base identity path-computation-error-reason and
        its derived identities;
      - base identity protocol-origin-type and
        its derived identities;
      - base identity svec-objective-function-type and its derived
        identities;
      - base identity svec-metric-type and its derived identities;
      - grouping encoding-and-switching-type.
      
      Updated:
      - description of the base identity objective-function-type;
      - description and reference of identity action-exercise.
      
      Obsoleted:
      - identity of-minimize-agg-bandwidth-consumption
      - identity of-minimize-load-most-loaded-link
      - identity of-minimize-cost-path-set";
    reference
      "RFC XXXX: Updated Common YANG Data Types for Traffic
      Engineering";
  }
  // RFC Editor: replace XXXX with actual RFC number, update date
  // information and remove this note

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

  /**
   * Typedefs
   */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  typedef te-node-id {
    type yang:dotted-quad;
    description
      "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 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, or the
       TE Router ID TLV described in Section 3.2.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 bandwidth-scientific-notation below 
  // has been added in this module revision
  // RFC Editor: remove the note above and this note
  typedef bandwidth-scientific-notation {
    type string {
      pattern
        '0(\.0?)?([eE](\+)?0?)?|'
      + '[1-9](\.[0-9]{0,6})?[eE](\+)?(9[0-6]|[1-8][0-9]|0?[0-9])?';
    }
    units "bps";
    description
      "Bandwidth values, expressed using the scientific notation
      in bits per second.
      The encoding format is the external decimal-significant
      character sequences specified in IEEE 754 and ISO/IEC C99
      for 32-bit decimal floating-point numbers:
      (-1)**(S) * 10**(Exponent) * (Significant),
      where Significant uses 7 digits.
      An implementation for this representation may use decimal32
      or binary32. The range of the Exponent is from -95 to +96
      for decimal32, and from -38 to +38 for binary32.
      As a bandwidth value, the format is restricted to be
      normalized, non-negative, and non-fraction:
      n.dddddde{+}dd, N.DDDDDDE{+}DD, 0e0 or 0E0,
      where 'd' and 'D' are decimal digits; 'n' and 'N' are
      non-zeror decimal digits; 'e' and 'E' indicate a power of ten.
      Some examples are 0e0, 1e10, and 9.953e9.";
    reference
      "IEEE Std 754-2008: IEEE Standard for Floating-Point
      Arithmetic.
      ISO/IEC C99: Information technology - Programming
      Languages - C.";
  }

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

  /* TE features */

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

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

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

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

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

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

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

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

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

  /*
   * Identities
   */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  identity lsp-protection-reroute-extra {
    base lsp-protection-type;
    description
      "'(Full) Rerouting' 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-reroute {
    base lsp-protection-type;
    description
      "'Rerouting without 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-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)";
  }

  // cCHANGE 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)";
  }

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

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

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

  identity path-metric-hop {
    base path-metric-type;
    description
      "Hop path metric.";
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    identity path-computation-error-no-dependent-server {
      base path-computation-error-reason;
      description
        "Path computation has failed because one or more dependent
        path computation servers are unavailable.
        The dependent path computation server could be
        a Backward-Recursive Path Computation (BRPC) downstream
        PCE or a child PCE.";
      reference
        "RFC5441, RFC8685";
    }

    identity path-computation-error-pce-unavailable {
      base path-computation-error-reason;
      description
        "Path computation has failed because PCE is not available.";
      reference
        "RFC5440";
    }

    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.";
      reference
        "RFC8685";
    }

    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.";
      reference
        "RFC8685";
    }

    identity path-computation-error-child-pce-unresponsive {
      base path-computation-error-reason;
      description
        "Path computation has failed because child PCE is not
        responsive.";
      reference
        "RFC8685";
    }

    identity path-computation-error-destination-domain-unknown {
      base path-computation-error-reason;
      description
        "Path computation has failed because the destination domain
        was unknown.";
      reference
        "RFC8685";
    }

    identity path-computation-error-p2mp {
      base path-computation-error-reason;
      description
        "Path computation has failed because of P2MP reachability
        problem.";
      reference
        "RFC8306";
    }

    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.";
      reference
        "RFC5557";
    }

    identity path-computation-error-no-gco-solution {
      base path-computation-error-reason;
      description
        "Path computation has failed because of no GCO solution
        found.";
      reference
        "RFC5557";
    }

    identity path-computation-error-path-not-found {
      base path-computation-error-reason;
      description
        "Path computation no path found error reason.";
      reference
        "RFC5440";
    }

    identity path-computation-error-pks-expansion {
      base path-computation-error-reason;
      description
        "Path computation has failed because of Path-Key Subobject
        (PKS)  expansion failure.";
      reference
        "RFC5520";
    }

    identity path-computation-error-brpc-chain-unavailable {
      base path-computation-error-reason;
      description
        "Path computation has failed because PCE BRPC chain
        unavailable.";
      reference
        "RFC5441";
    }

    identity path-computation-error-source-unknown {
      base path-computation-error-reason;
      description
        "Path computation has failed because source node is 
        unknown.";
      reference
        "RFC5440";
    }

    identity path-computation-error-destination-unknown {
      base path-computation-error-reason;
      description
        "Path computation has failed because destination node is
        unknown.";
      reference
        "RFC5440";
    }

    identity path-computation-error-no-server {
      base path-computation-error-reason;
      description
        "Path computation has failed because path computation
        server is unavailable.";
      reference
        "RFC5440";
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /**
   * TE bandwidth groupings
   **/

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

  /**
   * TE label groupings
   **/

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

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

  /**
   * TE performance metrics groupings
   **/

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

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

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

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

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

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

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

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

  /**
   * TE tunnel generic groupings
   **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  // NOTE: The grouping encoding-and-switching-type below has been
  // added in this module revision
  // RFC Editor: remove the note above and this note
  grouping encoding-and-switching-type {
    description
      "Common grouping to define the LSP encoding and
      switching types";
    leaf encoding {
      type identityref {
        base te-types:lsp-encoding-types;
      }
      description
        "LSP encoding type.";
      reference
        "RFC3945";
    }
    leaf switching-type {
      type identityref {
        base te-types:switching-capabilities;
      }
      description
        "LSP switching type.";
      reference
        "RFC3945";
    }
  }
}
]]></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@2023-03-10.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: Updated 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 MPLS TE.  The model fully
     conforms to the Network Management Datastore Architecture
     (NMDA).

     Copyright (c) 2023 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 2023-03-10 {
    description
      "Added common TE packet identities:
       - bandwidth-profile-type.

       Added common TE packet groupings:
       - te-packet-path-bandwidth;
       - te-packet-link-bandwidth.";
    reference
      "RFC XXXX: Updated 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";
    }

  /*
   * 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 "Kbps";
      description
        "Committed Information Rate in kilobits per second.";
    }

    leaf eir {
      type uint64;
      units "Kbps";
      /*
        Need to indicate that EIR is not supported by RFC 2697

        must

            '../bw-profile-type = "etht-types:mef-10-bwp" or ' +
            '../bw-profile-type = "etht-types:rfc-2698-bwp" or ' +
            '../bw-profile-type = "etht-types:rfc-4115-bwp"'

        must
            '../bw-profile-type != "etht-types:rfc-2697-bwp"'
      */
      description
        "Excess Information Rate in kilobits per second.

         In case of RFC 2698: PIR = CIR + EIR";
    }

    leaf cbs {
      type uint64;
      units "KBytes";
      description
        "Committed Burst Size.";
    }

    leaf ebs {
      type uint64;
      units "KBytes";
      description
        "Excess Burst Size.

         In case of RFC 2698: PBS = CBS + EBS";
    }
  }

  // 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 te-types:bandwidth-scientific-notation;
      description
        "Available bandwith value expressed in kilobits per
         second";
    }
  }
}
]]></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'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'><organization/></author>
<author fullname='J. Schoenwaelder' initials='J.' role='editor' surname='Schoenwaelder'><organization/></author>
<author fullname='A. Bierman' initials='A.' role='editor' surname='Bierman'><organization/></author>
<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'><organization/></author>
<author fullname='R. Gandhi' initials='R.' surname='Gandhi'><organization/></author>
<author fullname='X. Liu' initials='X.' surname='Liu'><organization/></author>
<author fullname='V. Beeram' initials='V.' surname='Beeram'><organization/></author>
<author fullname='I. Bryskin' initials='I.' surname='Bryskin'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='Y. Qu' initials='Y.' surname='Qu'><organization/></author>
<author fullname='A. Lindem' initials='A.' surname='Lindem'><organization/></author>
<author fullname='C. Hopps' initials='C.' surname='Hopps'><organization/></author>
<author fullname='L. Berger' initials='L.' surname='Berger'><organization/></author>
<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'><organization/></author>
<author fullname='J. Medved' initials='J.' surname='Medved'><organization/></author>
<author fullname='R. Varga' initials='R.' surname='Varga'><organization/></author>
<author fullname='N. Bahadur' initials='N.' surname='Bahadur'><organization/></author>
<author fullname='H. Ananthakrishnan' initials='H.' surname='Ananthakrishnan'><organization/></author>
<author fullname='X. Liu' initials='X.' surname='Liu'><organization/></author>
<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'><organization/></author>
<author fullname='S. Sivabalan' initials='S.' surname='Sivabalan'><organization/></author>
<author fullname='C. Barth' initials='C.' surname='Barth'><organization/></author>
<author fullname='M. Negi' initials='M.' surname='Negi'><organization/></author>
<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'><organization/></author>
<author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'><organization/></author>
<author fullname='Y. Lee' initials='Y.' surname='Lee'><organization/></author>
<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='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'><organization/></author>
<author fullname='Q. Zhao' initials='Q.' surname='Zhao'><organization/></author>
<author fullname='O. Gonzalez de Dios' initials='O.' surname='Gonzalez de Dios'><organization/></author>
<author fullname='R. Casellas' initials='R.' surname='Casellas'><organization/></author>
<author fullname='D. King' initials='D.' surname='King'><organization/></author>
<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='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'><organization/></author>
<author fullname='JL. Le Roux' initials='JL.' role='editor' surname='Le Roux'><organization/></author>
<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='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'><organization/></author>
<author fullname='R. Zhang' initials='R.' surname='Zhang'><organization/></author>
<author fullname='N. Bitar' initials='N.' surname='Bitar'><organization/></author>
<author fullname='JL. Le Roux' initials='JL.' surname='Le Roux'><organization/></author>
<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'><organization/></author>
<author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'><organization/></author>
<author fullname='A. Farrel' initials='A.' surname='Farrel'><organization/></author>
<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'><organization/></author>
<author fullname='JL. Le Roux' initials='JL.' surname='Le Roux'><organization/></author>
<author fullname='D. King' initials='D.' surname='King'><organization/></author>
<author fullname='E. Oki' initials='E.' surname='Oki'><organization/></author>
<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'><organization/></author>
<author fullname='D. Dhody' initials='D.' role='editor' surname='Dhody'><organization/></author>
<author fullname='R. Palleti' initials='R.' surname='Palleti'><organization/></author>
<author fullname='D. King' initials='D.' surname='King'><organization/></author>
<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'><organization/></author>
<author fullname='G. Van de Velde' initials='G.' surname='Van de Velde'><organization/></author>
<author fullname='S. Sangli' initials='S.' surname='Sangli'><organization/></author>
<author fullname='J. Scudder' initials='J.' surname='Scudder'><organization/></author>
<date month='April' year='2021'/>
<abstract><t>This document defines a BGP path attribute known as the &quot;Tunnel Encapsulation attribute&quot;, 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'><organization/></author>
<author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'><organization/></author>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'><organization/></author>
<date month='March' year='2018'/>
<abstract><t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability.  There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content.  This document defines such an access control model.</t><t>This document obsoletes RFC 6536.</t></abstract>
</front>
<seriesInfo name='STD' value='91'/>
<seriesInfo name='RFC' value='8341'/>
<seriesInfo name='DOI' value='10.17487/RFC8341'/>
</reference>




    </references>

    <references title='Informative References'>

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



<reference anchor='I-D.ietf-teas-yang-te' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-yang-te-32'>
   <front>
      <title>A YANG Data Model for Traffic Engineering Tunnels, Label Switched Paths and Interfaces</title>
      <author fullname='Tarek Saad' initials='T.' surname='Saad'>
         <organization>Cisco Systems Inc</organization>
      </author>
      <author fullname='Rakesh Gandhi' initials='R.' surname='Gandhi'>
         <organization>Cisco Systems Inc</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>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>
      <author fullname='Oscar Gonzalez de Dios' initials='O. G.' surname='de Dios'>
         <organization>Telefonica</organization>
      </author>
      <date day='12' month='March' year='2023'/>
      <abstract>
	 <t>   This document defines a YANG data model for the provisioning and
   management of Traffic Engineering (TE) tunnels, Label Switched Paths
   (LSPs), and interfaces.  The model covers data that is independent of
   any technology or dataplane encapsulation and is divided into two
   YANG modules that cover device-specific, and device independent data.

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

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


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

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

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

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

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


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

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teas-yang-l3-te-topo-14'/>
   
</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'><organization/></author>
<author fullname='D. Ward' initials='D.' surname='Ward'><organization/></author>
<author fullname='J. Drake' initials='J.' surname='Drake'><organization/></author>
<author fullname='A. Atlas' initials='A.' surname='Atlas'><organization/></author>
<author fullname='S. Previdi' initials='S.' surname='Previdi'><organization/></author>
<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 &quot;Traffic                                           Engineering (TE) Extensions to OSPF Version 2&quot; and RFC 5329 &quot;Traffic                                     Engineering Extensions to OSPF Version 3&quot; 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'><organization/></author>
<author fullname='S. Previdi' initials='S.' role='editor' surname='Previdi'><organization/></author>
<author fullname='S. Giacalone' initials='S.' surname='Giacalone'><organization/></author>
<author fullname='D. Ward' initials='D.' surname='Ward'><organization/></author>
<author fullname='J. Drake' initials='J.' surname='Drake'><organization/></author>
<author fullname='Q. Wu' initials='Q.' surname='Wu'><organization/></author>
<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'><organization/></author>
<author fullname='J. Drake' initials='J.' surname='Drake'><organization/></author>
<author fullname='S. Giacalone' initials='S.' surname='Giacalone'><organization/></author>
<author fullname='S. Previdi' initials='S.' surname='Previdi'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='G. Swallow' initials='G.' surname='Swallow'><organization/></author>
<author fullname='E. Gray' initials='E.' surname='Gray'><organization/></author>
<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'><organization/></author>
<author fullname='L. Martini' initials='L.' surname='Martini'><organization/></author>
<author fullname='F. Balus' initials='F.' surname='Balus'><organization/></author>
<author fullname='J. Sugimoto' initials='J.' surname='Sugimoto'><organization/></author>
<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'><organization/></author>
<author fullname='K. Kompella' initials='K.' surname='Kompella'><organization/></author>
<author fullname='D. Yeung' initials='D.' surname='Yeung'><organization/></author>
<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'><organization/></author>
<author fullname='A. Lindem' initials='A.' role='editor' surname='Lindem'><organization/></author>
<author fullname='D. Papadimitriou' initials='D.' role='editor' surname='Papadimitriou'><organization/></author>
<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'><organization/></author>
<author fullname='H. Smit' initials='H.' surname='Smit'><organization/></author>
<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'><organization/></author>
<author fullname='J. Berger' initials='J.' surname='Berger'><organization/></author>
<author fullname='M. Bartlett' initials='M.' surname='Bartlett'><organization/></author>
<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'><organization/></author>
<author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'><organization/></author>
<author fullname='D. Papadimitriou' initials='D.' role='editor' surname='Papadimitriou'><organization/></author>
<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'><organization/></author>
<date month='July' year='2014'/>
<abstract><t>MPLS Traffic Engineering (MPLS-TE) advertises 32 administrative groups (commonly referred to as &quot;colors&quot; or &quot;link colors&quot;) 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, &quot;Extended Administrative Group&quot;.  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'><organization/></author>
<author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'><organization/></author>
<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'><organization/></author>
<author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'><organization/></author>
<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'><organization/></author>
<author fullname='R. Uppili' initials='R.' surname='Uppili'><organization/></author>
<author fullname='A. Vedrenne' initials='A.' surname='Vedrenne'><organization/></author>
<author fullname='P. Merckx' initials='P.' surname='Merckx'><organization/></author>
<author fullname='T. Telkamp' initials='T.' surname='Telkamp'><organization/></author>
<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'><organization/></author>
<author fullname='D. Papadimitriou' initials='D.' role='editor' surname='Papadimitriou'><organization/></author>
<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'><organization/></author>
<author fullname='S. Bryant' initials='S.' surname='Bryant'><organization/></author>
<author fullname='E. Osborne' initials='E.' surname='Osborne'><organization/></author>
<author fullname='N. Sprecher' initials='N.' surname='Sprecher'><organization/></author>
<author fullname='A. Fulignoli' initials='A.' role='editor' surname='Fulignoli'><organization/></author>
<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'><organization/></author>
<author fullname='L. Berger' initials='L.' surname='Berger'><organization/></author>
<author fullname='D. Gan' initials='D.' surname='Gan'><organization/></author>
<author fullname='T. Li' initials='T.' surname='Li'><organization/></author>
<author fullname='V. Srinivasan' initials='V.' surname='Srinivasan'><organization/></author>
<author fullname='G. Swallow' initials='G.' surname='Swallow'><organization/></author>
<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'><organization/></author>
<author fullname='G. Swallow' initials='G.' role='editor' surname='Swallow'><organization/></author>
<author fullname='A. Atlas' initials='A.' role='editor' surname='Atlas'><organization/></author>
<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'><organization/></author>
<author fullname='Y. Ikejiri' initials='Y.' surname='Ikejiri'><organization/></author>
<author fullname='R. Zhang' initials='R.' surname='Zhang'><organization/></author>
<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'><organization/></author>
<author fullname='JP. Vasseur' initials='JP.' role='editor' surname='Vasseur'><organization/></author>
<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'><organization/></author>
<author fullname='A. Satyanarayana' initials='A.' surname='Satyanarayana'><organization/></author>
<author fullname='A. Iwata' initials='A.' surname='Iwata'><organization/></author>
<author fullname='N. Fujita' initials='N.' surname='Fujita'><organization/></author>
<author fullname='G. Ash' initials='G.' surname='Ash'><organization/></author>
<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 &quot;RSVP-TE: Extensions to RSVP for LSP Tunnels&quot;, RFC 3209, and GMPLS signaling as defined in &quot;Generalized Multi-Protocol Label Switching (GMPLS) Signaling Functional Description&quot;, 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'><organization/></author>
<author fullname='D. Papadimitriou' initials='D.' surname='Papadimitriou'><organization/></author>
<author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'><organization/></author>
<author fullname='A. Ayyangar' initials='A.' surname='Ayyangar'><organization/></author>
<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'><organization/></author>
<author fullname='G. Martinelli' initials='G.' surname='Martinelli'><organization/></author>
<author fullname='S. Balls' initials='S.' surname='Balls'><organization/></author>
<author fullname='B. Wright' initials='B.' surname='Wright'><organization/></author>
<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'><organization/></author>
<author fullname='D. Papadimitriou' initials='D.' role='editor' surname='Papadimitriou'><organization/></author>
<author fullname='S. Yasukawa' initials='S.' role='editor' surname='Yasukawa'><organization/></author>
<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'><organization/></author>
<author fullname='A. Ayyangar' initials='A.' surname='Ayyangar'><organization/></author>
<author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'><organization/></author>
<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'><organization/></author>
<author fullname='K. Kompella' initials='K.' surname='Kompella'><organization/></author>
<author fullname='JP. Vasseur' initials='JP.' surname='Vasseur'><organization/></author>
<author fullname='A. Farrel' initials='A.' surname='Farrel'><organization/></author>
<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 &quot;LSP stitching&quot;, 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 &quot;LSP segments&quot; (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'><organization/></author>
<author fullname='M. Vigoureux' initials='M.' surname='Vigoureux'><organization/></author>
<author fullname='K. Shiomoto' initials='K.' surname='Shiomoto'><organization/></author>
<author fullname='D. Brungard' initials='D.' surname='Brungard'><organization/></author>
<author fullname='JL. Le Roux' initials='JL.' surname='Le Roux'><organization/></author>
<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'><organization/></author>
<author fullname='J. Drake' initials='J.' surname='Drake'><organization/></author>
<author fullname='S. Amante' initials='S.' surname='Amante'><organization/></author>
<author fullname='W. Henderickx' initials='W.' surname='Henderickx'><organization/></author>
<author fullname='L. Yong' initials='L.' surname='Yong'><organization/></author>
<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 &quot;entropy labels&quot;.  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'><organization/></author>
<author fullname='D. Fedyk' initials='D.' surname='Fedyk'><organization/></author>
<author fullname='J. He' initials='J.' surname='He'><organization/></author>
<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'><organization/></author>
<author fullname='O. Gonzalez de Dios' initials='O.' role='editor' surname='Gonzalez de Dios'><organization/></author>
<author fullname='C. Margaria' initials='C.' surname='Margaria'><organization/></author>
<author fullname='M. Hartley' initials='M.' surname='Hartley'><organization/></author>
<author fullname='Z. Ali' initials='Z.' surname='Ali'><organization/></author>
<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'><organization/></author>
<author fullname='R. Gandhi' initials='R.' role='editor' surname='Gandhi'><organization/></author>
<author fullname='Z. Ali' initials='Z.' surname='Ali'><organization/></author>
<author fullname='R. Venator' initials='R.' surname='Venator'><organization/></author>
<author fullname='Y. Kamite' initials='Y.' surname='Kamite'><organization/></author>
<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'><organization/></author>
<author fullname='S. Ruffini' initials='S.' surname='Ruffini'><organization/></author>
<author fullname='E. Gray' initials='E.' surname='Gray'><organization/></author>
<author fullname='J. Drake' initials='J.' surname='Drake'><organization/></author>
<author fullname='S. Bryant' initials='S.' surname='Bryant'><organization/></author>
<author fullname='A. Vainshtein' initials='A.' surname='Vainshtein'><organization/></author>
<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'><organization/></author>
<author fullname='F. Le Faucheur' initials='F.' surname='Le Faucheur'><organization/></author>
<author fullname='A. Narayanan' initials='A.' surname='Narayanan'><organization/></author>
<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'><organization/></author>
<author fullname='I. Bryskin' initials='I.' surname='Bryskin'><organization/></author>
<author fullname='D. Papadimitriou' initials='D.' surname='Papadimitriou'><organization/></author>
<author fullname='A. Farrel' initials='A.' surname='Farrel'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='J. Malcolm' initials='J.' surname='Malcolm'><organization/></author>
<author fullname='J. Agogbua' initials='J.' surname='Agogbua'><organization/></author>
<author fullname='M. O&apos;Dell' initials='M.' surname='O&apos;Dell'><organization/></author>
<author fullname='J. McManus' initials='J.' surname='McManus'><organization/></author>
<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='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'><organization/></author>
<author fullname='Y. Rekhter' initials='Y.' surname='Rekhter'><organization/></author>
<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'><organization/></author>
<author fullname='W. Lai' initials='W.' surname='Lai'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='R. Guerin' initials='R.' surname='Guerin'><organization/></author>
<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'><organization/></author>
<author fullname='R. Guerin' initials='R.' surname='Guerin'><organization/></author>
<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'><organization/></author>
<author fullname='S. Rabie' initials='S.' surname='Rabie'><organization/></author>
<date month='July' year='2005'/>
<abstract><t>This document describes a two-rate, three-color marker that has been in use for data services including Frame Relay services.  This marker can be used for metering per-flow traffic in the emerging IP and L2 VPN services.  The marker defined here is different from previously defined markers in the handling of the in-profile traffic. Furthermore, this marker doesn't impose peak-rate shaping requirements on customer edge (CE) devices.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='4115'/>
<seriesInfo name='DOI' value='10.17487/RFC4115'/>
</reference>


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

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

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



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



<reference anchor='RFC4202' target='https://www.rfc-editor.org/info/rfc4202'>
<front>
<title>Routing Extensions in Support of Generalized Multi-Protocol Label Switching (GMPLS)</title>
<author fullname='K. Kompella' initials='K.' role='editor' surname='Kompella'><organization/></author>
<author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='Z. Ali' initials='Z.' surname='Ali'><organization/></author>
<author fullname='S. Sivabalan' initials='S.' surname='Sivabalan'><organization/></author>
<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 &quot;Facility backup&quot; 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'><organization/></author>
<author fullname='J.L. Le Roux' initials='J.L.' role='editor' surname='Le Roux'><organization/></author>
<date month='September' year='2006'/>
<abstract><t>The PCE model is described in the &quot;PCE Architecture&quot; 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'><organization/></author>
<author fullname='D. Fedyk' initials='D.' surname='Fedyk'><organization/></author>
<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'><organization/></author>
<author fullname='G. Swallow' initials='G.' surname='Swallow'><organization/></author>
<author fullname='R. Aggarwal' initials='R.' surname='Aggarwal'><organization/></author>
<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 &quot;out-of-band&quot; (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'><organization/></author>
<author fullname='G. Zhang' initials='G.' surname='Zhang'><organization/></author>
<author fullname='S. Belotti' initials='S.' surname='Belotti'><organization/></author>
<author fullname='D. Ceccarelli' initials='D.' surname='Ceccarelli'><organization/></author>
<author fullname='K. Pithewan' initials='K.' surname='Pithewan'><organization/></author>
<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'><organization/></author>
<author fullname='R. Jing' initials='R.' surname='Jing'><organization/></author>
<author fullname='R. Gandhi' initials='R.' role='editor' surname='Gandhi'><organization/></author>
<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'><organization/></author>
<author fullname='M. Chen' initials='M.' surname='Chen'><organization/></author>
<author fullname='Z. Li' initials='Z.' surname='Li'><organization/></author>
<author fullname='D. Ceccarelli' initials='D.' surname='Ceccarelli'><organization/></author>
<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'><organization/></author>
<author fullname='Y. Lee' initials='Y.' role='editor' surname='Lee'><organization/></author>
<author fullname='D. Li' initials='D.' surname='Li'><organization/></author>
<author fullname='W. Imajuku' initials='W.' surname='Imajuku'><organization/></author>
<author fullname='J. Han' initials='J.' surname='Han'><organization/></author>
<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'><organization/></author>
<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'><organization/></author>
<author fullname='R. Rahman' initials='R.' role='editor' surname='Rahman'><organization/></author>
<author fullname='L. Zheng' initials='L.' role='editor' surname='Zheng'><organization/></author>
<author fullname='S. Pallagatti' initials='S.' surname='Pallagatti'><organization/></author>
<author fullname='G. Mirsky' initials='G.' surname='Mirsky'><organization/></author>
<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 &quot;YANG Data Model for Bidirectional Forwarding Detection (BFD)&quot; (RFC 9127).</t></abstract>
</front>
<seriesInfo name='RFC' value='9314'/>
<seriesInfo name='DOI' value='10.17487/RFC9314'/>
</reference>




    </references>


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

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

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

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

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

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

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

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

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

<figure><artwork><![CDATA[
30c30
<                <mailto:tsaad@juniper.net>
---
>                <mailto:tsaad.net@gmail.com>
55c55
<      Copyright (c) 2020 IETF Trust and the persons identified as
---
>      Copyright (c) 2023 IETF Trust and the persons identified as
60c60
<      the license terms contained in, the Simplified BSD License set
---
>      the license terms contained in, the Revised BSD License set
65,66c65,99
<      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 2023-03-10 {
>     description
>       "Added:
>       - typedef bandwidth-scientific-notation;
>       - base identity lsp-provisioning-error-reason;
>       - identity association-type-diversity;
>       - identity tunnel-admin-state-auto;
>       - identity lsp-restoration-restore-none;
>       - base identity path-computation-error-reason and
>         its derived identities;
>       - base identity protocol-origin-type and
>         its derived identities;
>       - base identity svec-objective-function-type and its derived
>         identities;
>       - base identity svec-metric-type and its derived identities;
>       - grouping encoding-and-switching-type.
>       
>       Updated:
>       - description of the base identity objective-function-type;
>       - description and reference of identity action-exercise.
>       
>       Obsoleted:
>       - identity of-minimize-agg-bandwidth-consumption
>       - identity of-minimize-load-most-loaded-link
>       - identity of-minimize-cost-path-set";
>     reference
>       "RFC XXXX: Updated Common YANG Data Types for Traffic
>       Engineering";
>   }
>   // RFC Editor: replace XXXX with actual RFC number, update date
>   // information and remove this note
545a579,640
>   // CHANGE NOTE: The typedef bandwidth-scientific-notation below 
>   // has been added in this module revision
>   // RFC Editor: remove the note above and this note
>   typedef bandwidth-scientific-notation {
>     type string {
>       pattern
>         '0(\.0?)?([eE](\+)?0?)?|'
>       + '[1-9](\.[0-9]{0,6})?[eE](\+)?(9[0-6]|[1-8][0-9]|0?[0-9])?';
>     }
>     units "bps";
>     description
>       "Bandwidth values, expressed using the scientific notation
>       in bits per second.
>       The encoding format is the external decimal-significant
>       character sequences specified in IEEE 754 and ISO/IEC C99
>       for 32-bit decimal floating-point numbers:
>       (-1)**(S) * 10**(Exponent) * (Significant),
>       where Significant uses 7 digits.
>       An implementation for this representation may use decimal32
>       or binary32. The range of the Exponent is from -95 to +96
>       for decimal32, and from -38 to +38 for binary32.
>       As a bandwidth value, the format is restricted to be
>       normalized, non-negative, and non-fraction:
>       n.dddddde{+}dd, N.DDDDDDE{+}DD, 0e0 or 0E0,
>       where 'd' and 'D' are decimal digits; 'n' and 'N' are
>       non-zeror decimal digits; 'e' and 'E' indicate a power of ten.
>       Some examples are 0e0, 1e10, and 9.953e9.";
>     reference
>       "IEEE Std 754-2008: IEEE Standard for Floating-Point
>       Arithmetic.
>       ISO/IEC C99: Information technology - Programming
>       Languages - C.";
>   }
> 
>   // 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.";
>   }
> 
606a702,709
>   // 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.";
>   }
> 
982a1086,1103
>   // CHANGE NOTE: The identity association-type-diversity below has 
>   // been added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity association-type-diversity {
>     base association-type;
>     description
>       "Association Type diversity used to associate LSPs whose 
>       paths are to be diverse from each other.";
>     reference
>       "RFC8800: Path Computation Element Communication Protocol 
>       (PCEP) Extension for Label Switched Path (LSP) Diversity 
>       Constraint Signaling";
>   }
> 
>   // CHANGE NOTE: The description of the base identity 
>   // objective-function-type has been updated 
>   // in this module revision
>   // RFC Editor: remove the note above and this note
985c1106
<       "Base objective function type.";
---
>       "Base identity for path objective function type.";
1015a1137,1139
>   // 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
1017a1142
>     status obsolete;
1020c1145
<        consumption.";
---
>       consumption.";
1023c1148
<        Computation Element Communication Protocol (PCEP)";
---
>       Computation Element Communication Protocol (PCEP)";
1025a1151,1153
>   // 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
1027a1156
>     status obsolete;
1030c1159
<        is carrying the highest load.";
---
>       is carrying the highest load.";
1033c1162
<        Computation Element Communication Protocol (PCEP)";
---
>       Computation Element Communication Protocol (PCEP)";
1035a1165,1167
>   // 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
1037a1170
>     status obsolete;
1216a1350,1361
>   // 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.";
>   }
> 
1321a1467,1475
>     // 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.";
>     }
> 
1628a1783,1786
>   // cCHANGE 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,1633c1790,1792
<       "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,1637c1795,1796
<       "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";
2110a2270,2602
>   // 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-no-topology {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because there is no topology
>         with the provided topology-identifier.";
>     }
> 
>     identity path-computation-error-no-dependent-server {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because one or more dependent
>         path computation servers are unavailable.
>         The dependent path computation server could be
>         a Backward-Recursive Path Computation (BRPC) downstream
>         PCE or a child PCE.";
>       reference
>         "RFC5441, RFC8685";
>     }
> 
>     identity path-computation-error-pce-unavailable {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because PCE is not available.";
>       reference
>         "RFC5440";
>     }
> 
>     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.";
>       reference
>         "RFC8685";
>     }
> 
>     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.";
>       reference
>         "RFC8685";
>     }
> 
>     identity path-computation-error-child-pce-unresponsive {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because child PCE is not
>         responsive.";
>       reference
>         "RFC8685";
>     }
> 
>     identity path-computation-error-destination-domain-unknown {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because the destination domain
>         was unknown.";
>       reference
>         "RFC8685";
>     }
> 
>     identity path-computation-error-p2mp {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because of P2MP reachability
>         problem.";
>       reference
>         "RFC8306";
>     }
> 
>     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.";
>       reference
>         "RFC5557";
>     }
> 
>     identity path-computation-error-no-gco-solution {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because of no GCO solution
>         found.";
>       reference
>         "RFC5557";
>     }
> 
>     identity path-computation-error-path-not-found {
>       base path-computation-error-reason;
>       description
>         "Path computation no path found error reason.";
>       reference
>         "RFC5440";
>     }
> 
>     identity path-computation-error-pks-expansion {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because of Path-Key Subobject
>         (PKS)  expansion failure.";
>       reference
>         "RFC5520";
>     }
> 
>     identity path-computation-error-brpc-chain-unavailable {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because PCE BRPC chain
>         unavailable.";
>       reference
>         "RFC5441";
>     }
> 
>     identity path-computation-error-source-unknown {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because source node is 
>         unknown.";
>       reference
>         "RFC5440";
>     }
> 
>     identity path-computation-error-destination-unknown {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because destination node is
>         unknown.";
>       reference
>         "RFC5440";
>     }
> 
>     identity path-computation-error-no-server {
>       base path-computation-error-reason;
>       description
>         "Path computation has failed because path computation
>         server is unavailable.";
>       reference
>         "RFC5440";
>     }
> 
>   // CHANGE NOTE: The base identity protocol-origin-type and 
>   // its derived identities below have been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity protocol-origin-type {
>     description
>       "Base identity for protocol origin type.";
>   }
> 
>     identity protocol-origin-api {
>       base protocol-origin-type;
>       description
>         "Protocol origin is via Application Programmable Interface
>         (API).";
>     }
> 
>     identity protocol-origin-pcep {
>       base protocol-origin-type;
>       description
>         "Protocol origin is Path Computation Engine Protocol 
>         (PCEP).";
>       reference "RFC5440";
>     }
> 
>     identity protocol-origin-bgp {
>       base protocol-origin-type;
>       description
>         "Protocol origin is Border Gateway Protocol (BGP).";
>       reference "RFC9012";
>     }
> 
>   // CHANGE NOTE: The base identity svec-objective-function-type 
>   // and its derived identities below have been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity svec-objective-function-type {
>     description
>       "Base identity for SVEC objective function type.";
>     reference
>       "RFC5541: Encoding of Objective Functions in the Path
>        Computation Element Communication Protocol (PCEP).";
>   }
> 
>     identity svec-of-minimize-agg-bandwidth-consumption {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing aggregate bandwidth 
>         consumption (MBC).";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-of-minimize-load-most-loaded-link {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the load on the link that 
>         is carrying the highest load (MLL).";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-of-minimize-cost-path-set {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the cost on a path set 
>         (MCC).";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-of-minimize-common-transit-domain {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the number of common 
>         transit domains (MCTD).";
>       reference
>         "RFC8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture.";
>     }
> 
>     identity svec-of-minimize-shared-link {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the number of shared 
>         links (MSL).";
>       reference
>         "RFC8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture.";
>     }
> 
>     identity svec-of-minimize-shared-srlg {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the number of shared 
>         Shared Risk Link Groups (SRLG) (MSS).";
>       reference
>         "RFC8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture.";
>     }
> 
>     identity svec-of-minimize-shared-nodes {
>       base svec-objective-function-type;
>       description
>         "Objective function for minimizing the number of shared 
>         nodes (MSN).";
>       reference
>         "RFC8685: Path Computation Element Communication Protocol 
>         (PCEP) Extensions for the Hierarchical Path Computation 
>         Element (H-PCE) Architecture.";
>     }
> 
>   // CHANGE NOTE: The base identity svec-metric-type and 
>   // its derived identities below have been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   identity svec-metric-type {
>     description
>       "Base identity for SVEC metric type.";
>     reference
>       "RFC5541: Encoding of Objective Functions in the Path
>        Computation Element Communication Protocol (PCEP).";
>   }
> 
>     identity svec-metric-cumul-te {
>       base svec-metric-type;
>       description
>         "Cumulative TE cost.";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-metric-cumul-igp {
>       base svec-metric-type;
>       description
>         "Cumulative IGP cost.";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-metric-cumul-hop {
>       base svec-metric-type;
>       description
>         "Cumulative Hop path metric.";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-metric-aggregate-bandwidth-consumption {
>       base svec-metric-type;
>       description
>         "Aggregate bandwidth consumption.";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
>     identity svec-metric-load-of-the-most-loaded-link {
>       base svec-metric-type;
>       description
>         "Load of the most loaded link.";
>       reference
>         "RFC5541: Encoding of Objective Functions in the Path
>         Computation Element Communication Protocol (PCEP).";
>     }
> 
3379c3871,3898
< }
\ No newline at end of file
---
> 
>   // NOTE: The grouping encoding-and-switching-type below has been
>   // added in this module revision
>   // RFC Editor: remove the note above and this note
>   grouping encoding-and-switching-type {
>     description
>       "Common grouping to define the LSP encoding and
>       switching types";
>     leaf encoding {
>       type identityref {
>         base te-types:lsp-encoding-types;
>       }
>       description
>         "LSP encoding type.";
>       reference
>         "RFC3945";
>     }
>     leaf switching-type {
>       type identityref {
>         base te-types:switching-capabilities;
>       }
>       description
>         "LSP switching type.";
>       reference
>         "RFC3945";
>     }
>   }
> }
]]></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,12
<       "RFC 8776: Common YANG Data Types for Traffic Engineering";
---
>       "RFCXXXX: Updated Common YANG Data Types for Traffic 
>       Engineering";
12a14,15
>   // RFC Editor: replace XXXX with actual RFC number
>   // and remove this note
22c25
<                <mailto:tsaad@juniper.net>
---
>                <mailto:tsaad.net@gmail.com>
41c44
<      Copyright (c) 2020 IETF Trust and the persons identified as
---
>      Copyright (c) 2023 IETF Trust and the persons identified as
46c49
<      the license terms contained in, the Simplified BSD License set
---
>      the license terms contained in, the Revised BSD License set
51,52c54,71
<      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 2023-03-10 {
>     description
>       "Added common TE packet identities:
>        - bandwidth-profile-type.
> 
>        Added common TE packet groupings:
>        - te-packet-path-bandwidth;
>        - te-packet-link-bandwidth.";
>     reference
>       "RFC XXXX: Updated Common YANG Data Types for Traffic
>       Engineering";
>   }
>   // RFC Editor: replace XXXX with actual RFC number, update date
>   // information and remove this note
61c80,126
<   /**
---
>   /*
>    * 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";
>     }
> 
>   /*
180a246,249
>   /*
>    * Groupings
>    */
> 
472a542,617
>     }
>   }
> 
>   // 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 "Kbps";
>       description
>         "Committed Information Rate in kilobits per second.";
>     }
> 
>     leaf eir {
>       type uint64;
>       units "Kbps";
>       /*
>         Need to indicate that EIR is not supported by RFC 2697
> 
>         must
> 
>             '../bw-profile-type = "etht-types:mef-10-bwp" or ' +
>             '../bw-profile-type = "etht-types:rfc-2698-bwp" or ' +
>             '../bw-profile-type = "etht-types:rfc-4115-bwp"'
> 
>         must
>             '../bw-profile-type != "etht-types:rfc-2697-bwp"'
>       */
>       description
>         "Excess Information Rate in kilobits per second.
> 
>          In case of RFC 2698: PIR = CIR + EIR";
>     }
> 
>     leaf cbs {
>       type uint64;
>       units "KBytes";
>       description
>         "Committed Burst Size.";
>     }
> 
>     leaf ebs {
>       type uint64;
>       units "KBytes";
>       description
>         "Excess Burst Size.
> 
>          In case of RFC 2698: PBS = CBS + EBS";
>     }
>   }
> 
>   // 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 te-types:bandwidth-scientific-notation;
>       description
>         "Available bandwith value expressed in kilobits per
>          second";
]]></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>


  </back>

<!-- ##markdown-source:
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
CMpFxkDo9YIY3KVK8axYZdbQTEpXYFBeYljh/4IV3n2+3fv0qbRCiMKAf61c
C4XiAuvI9b4IevErxVIDoxhMA05VKzEnalUgbAyrnqhEVK6VqWlFSblyGRRZ
roZroDhemgbXEZtH5Sp1f8B76jzBO6uycDvMaGZRHZ0dLvcExTojnaw9HPsT
jxQzloEiQDIlG9SoQufSp+MQacmbwHMiUeFpois8TUV6XQoW3JCzf0BZvD26
OHj39pXgtJ2NrT5W4Uucs6Nz84u93hawoHCXgHpCd4l8NfTuhC4OuEh4inTw
0R8TpZS5R0+sq8JQgBRMJk7usNtiMJmGjCC/xlNUrwLIcwZ3PvbD0Fk7P/+5
o7HdKCKl8Law+vni4vS8JQL24BdvzgmIIMPW1o6oFChWVJbSOrAqbu/TWpCW
SeJQZFWtvd0/OJG4720ipQmMSjIl1HwYnNU0nqeGmVhXYgEswhQM89BLFPHF
nZuaNtZp5Zrw5M7S5dnT/FJk/mO1eE9ttnWAJLs4WJ9adkiMRpRQL1m+gqtr
eVmXUCqWMiM4a373ursuE5zX1emOF00ZOamMCkk7OBSNrASDEvLwqRCUR47+
QdHrYSIOLKJmGJ1cYirhAOgIhSwq5jPHFF+Qe0GahxluH0IsbwMgJRXsoRpt
mJKbsngORYs/GP0WVAJROsZSld4If8daZ7ysgCGKowlg4t3he0OhRHwua5Di
dSUVogY4N3mI9eLYlQnWCByupcT70U2QxBHRCOeE/QcJgLGOgthYq8tlFumI
/Si1piIrpnGRcsmsMgca5siTR3VzzUWy/asrLJeGcS0CHz2syTKpVJVDS1Wi
UgxDLJiRZ9LyoTXud/uq6ISu22huj6K7ImcpW/swzAOA0uju/9/esza3jeT4
fav2P/B8H2wlokzqLc/NpGzH43g3iV2Rd/eqZuaqaIq2eJFJHSnF9szkvx+A
fpDdfIiUZcuTWX3wg2KjATQajUajAdOke9ciD6o7Rad1bF75MTfOjtkTlsRU
ZJSixZ0pWWHEg05eUk7IdKYq1nHkXLPpgT0oOUapi//UzE26aKkvSXOxJCUp
tYA+D/bk94DGNebpmy+vZpwZLWl9xHxsFJ2CfUOrxR1sRpR8qHzCikYdYDJQ
wRUU0I1c5SozSaGaUJyTwLUlUsX6pCXSfJH4+yT1146LYV/OgudypS3M1JPZ
XK/1bvPSxXIjig8jZVVxUNnJ1Vtvn1CW8IzYIzZrPBMjTv4Ep5RJ/vHsv0mV
OVg4GrrnXWbYKpgUV2FwDmkpa4/wyyT25bnUaGehfssecSvoB0Y9yV9rcb+A
XQ2Qthvv/88+fr2/q32vNDDJRovVdgwqNJV/7OY34SgIgDwnLwOWmMwezvU5
TPe9zGsNFBWwypguxisyB8LS7Fhux2J//pehfZQcp1oOUfwelIDArKxlJjsq
vtHrub2e0m8mF6ZVMxemjs6jk2v2Lbev8qZK0sox2kEMUG7eSh3NRyfC7Pea
/b4LP0cjBdm62ShxHsnskgqkJNNkWY7JPOLWz4jJAWwgLyaHtALzH4zk7ZJM
mQxYxvEiZgDLmnmgPjRz0s0Uu3WSVmo6REwgPxc5TDEBuxdFYWSCJRTntJXN
YK8VujyAF9EA5ULjIQP7ctoslkEAGoSVuSRL0cSsW8UNEDe0s0NmfvC/PSAt
8FaQxcvZyCoSCllJLqpExeQnfVzVCzfCzRA0gh/ITJIbAR5/8dyc0sVJusoU
1EyHtTpJl5bRAJdBqlJJoaU2Uv/j+VIzcp0+9uGGhop1eb3hfEAsBapwt2G2
PinLDIJ370Uu6MNSlM+v4nDm5SGdIJeqYOzc3KRy+aExvbzNmd8FrWehMzFv
sQgy/uVNyHNcqaWsnGyCPt9R+KJFo0oVs34aWwEik62FffU1+XMDiW0loNXp
bfHlXrfn9AajZr9rKa2zhwVVdCk/OVAgSct05QFCAQ8qHSOwttWQVNaU1NGv
+oWBOhIsg0DXHbvW3s8t603jzd5P3skvez+/brzB/37fVV98bez+ZJsjeKH1
kwW/f7Oa/a+NN7LN3gge93/5HV4a/kJv/G69od+NN7uKRH5N/8MPk1Lnn6vW
xrLsaMkeIWGUIRilwoGBy57cpV9AKZEFU5jsCY+ad4+MBMHlUVkmev5oLxws
VCCwFcIYLerj/5Y4DWPV03h2cnJiDHpdEoGz8fn+2cmxcSxsMAEG52CnDfvi
hejSuAYdgZkWzTkWZOPTJ9bU1J5pN1692hs3jFeGbcFfJ/dzWEyDBT7YGydY
N5pqQ3YDPvUCixUZGCzSTGPVYWBIt10S3kECLQtAs+foTME08ZyKTlsFBK1Y
yvhOu0UDwKLY+KIgkMdhIIeAOerhpu/1qJ9ll+yBuazY+50hvQ+/rtNdadSg
p/dKlbIm33gKKRDuQOHuVSHwSwm/oqcqwCtP3B/DUMEnInJPG6+gNaGP99vr
rxNo/LH1lj4n8P/bt03D8izkkXVi5Y7X7mSXeth9C78jyWU+aN8ZuwH//iN9
ryMdmL96UcK6pJnHm53sJnEIjjEP71jZqoUXaCwcowvMu3dQKGJCBTBvGrZn
W4wHo9ao1/FGrWprFU2S8WKCE8VsW9bwwOCP0HMcseylP4oJcYETQhvSCFYb
MHt8V0M0NeMOlBP+hedOg3AW3jzAmnsRhTeRc3srr0SI5u+5ZzOGl45buatg
tWWI1m7S3dnDatn6GVecBJ/s6pKTh1jwg9IE84qjZI/oL5QodjbSXLy433aR
Ks3ox1pRVk14tIVFpEYWZVWfBB21aGslhAR3YNxAX3tPyiXexzrcekr0Eq5V
R1D5p9g4SNf95X02hc5K54p2stxqaqY/3fuSCIp36KkkoKm+lRCWsbymZdqh
b/WdgdVuDqxRubqosZffntVaEb+KrpBs1lMs/5YGaxDYuIzBo2Hbsa1hv2nb
VqecxRVcHikdrcB6dgaXoKhwl8RGf7miuX2YNKMNoZH0wWteSshUDjGGORZC
d9kZwAwBdgbIgHjMLPMcd8oOACvaA+iuH1rWAbvyeJyqinrCz45xLwtbC551
U6ay1azji+OTi0Zy95BJV/ZSJN2JbBhvJeEqmCRhZ1KNbA1TYKUXRGle5CiS
E11EuWib6CcSy9Gw58Lc4na4OANgk1eiaghU1fSpmQOAnDlP2noVINuye45t
dwYwzTsrNOm67hua5mkLDbDiLqKn4y4QNgDCuspuCT2qy1h2L3nQtmAkuuqp
CNUcE8QUMz7vJQDYQYBDDWCNWcfmWWGva0MC1HC8ezaMd6+qWq/hcNvSWLdx
rHv9KmPdwbHujbShAXiuE0UPwhcy9W+mGIyDRBYPfqVW0CVKQ7/9EqWhg9LQ
74E09AdrSIPiRN26FHRQCgZWBSlo233H7vSspt3p2xXpLjibYZRu33IsQi9r
1eS8WcO4uaTWVJ8koFhUWl2oK4LFnFDa12wYMt5EakDhOqxwI8Wt8eqQAG9X
wXQ538W9SJAckgpI7DUZF0XxFDMqPZQO29PhTcK7QHPYEnh/Ie6JFAEsM5vt
Ttt27G4fFtTuoJcGXypcZed4hgZFm1oVhexxYmZURFXb9pK86Q1yzqFKNsc7
H0PavjgUlyXK91w7/gxjl7hfEfqfaIawPi799tCxB8NOE370lbnnltqVmUMx
ZJhqIRackiWF8KRlqY2SAmaDmrDfaTfhByw7gxHouMFIW3t2DgOOLHM3wDzE
stdYtzC94wcjEqfB4cWYAobkcpJdO3mIHLR1wyiCcZo9tAzjjGYSVkMit+c8
8kOKmIM+ka8PRbZsPexEVSpti0FrHo9aGsvK53tATEOlRsVfA1KfHOB7H5k/
QOb3kPm6hU+VDrpUM8Nz8W73AyzLCbI4oJ+S6dIwLrG4K3OsapxHM/+U1d1F
z7nxYTlb+KZc7NP7MiL+FGsgFNsRO2eX/zAvjdPW0Bq2bONLt2UZe1Zvv23Z
3cYB6wn4nAqgTErKmxrn3vuB50So0f2ZqEMrAioTAAKVNmyEnHZ7YDXbfaut
zIAVDp3yKAYFUvG5fV7hyud0IVekZm33D20FU2CZ+8dgYEu9QJruL8AvCM1F
OGeu/7wVoJSsGkvBhU4HLoK4FOCy4LkOHpMt6FiHWGwIpHRAMriSB5lO5Jum
jEbTHSvrMmbiYdAovGZSOeho6wzCZRoG/zak0y6OnA4pIzEMeeaPWgYy+L6l
N2TLJ4daBAYeLWeTzBmgAQs7loi6c6KJ+Qnjq2M0HjMeq72jTxfHDQMNOLAw
PVGGPQEDmxzmZQbdBP3AvxlPeYGfjKnnXrdrN3E6D/vD3gbEYO56ZoppWxcB
5A+3cZORrMshazPzww/c2RJVqTkN51vnTEp76O2pXFmqRBlTHHgPIzWhJDUG
UBNvQoVMyOxhT5bB5wCE3qTdy63jZw4Tt8EvI4UhY5If67A44riKitPwidKO
kVNPBjc0OUEGYQtB12FfAjuLxC/RHhJbP1CVOfFQF7rnYSIpWq7nAL853on5
sn1+Sv3P1Z0OJEF1K1xLz202emKKb51z+sRm6GUMKbyszTDeCgPn7dvtrxmw
I7xof7hAc9qdKqmgU/ZUFMLUva3JpI7V34yCu3FD89a/yY9A2QbDwDg/nYVX
zgyPAsHQi3Js0HPo4db/ldt8p8fnDSOhgSzL63AZ6H6fVYZLrzfYHE/jcLZ8
SSw9PjcESjqY7fGKHoPyNQmF52UVMCWRFGXbuxV7d/45Nr37ucPOzl+A0OBr
5t+9B2O8vGJnxTqkvYu/jxtUFJ5jzV2vdUWpvQn+XUVzF2wNtlC+rP0U7kkN
Qi1r/K6/ybI3wDRmLb4Yy4Ibr3ynoDtc1zMnNjQ9c/ZaW2dX9d3VtnbwL8Sv
pfuadCAcTT9+1IRczbMKPuuCO3HasdILd1XnEbG+h1rm6iBoapDSD6uFU0PG
mfv58piDdB0x1LDEK7a+I4rAiEgLinundekMk/ReO1lh2ju8OGvU8w5pmMNW
u2Dns3ESsxGDdIutKERQBAkWT6319I9G19XNc9F/FEYwD41TZ+FhNucklubo
dCWVI8tub0BjlF50VVXAyz/kKiVmbQ0y/ufJ8cpwxx/UIdKAkp3atQ9AwPkd
NrCQzyXIHzlImdEOJ4YmQLVDsWooOca3KrGXuROjjO01Jsh5lsXIfo4UMg3Q
ivD2ViqJbUZFpJHd+3B0XDKP8rcTjxumR45T7ZHKjZrc7ihR9gtAxggDngkD
MKJ4Cx1YWZQjDN7799/44ClBjtsfNEQHB43fx0GcMgvwh+NvfUaxZGwmjxgs
Ow571sHheRaBfTxbnA6HIywOa3CoLt/WHCt0nj/2Ikf2KkfMbyB7xjvfi5zI
nQKIWbYbHY7odu+dCRAbxiG2xPierJOo5hjHU0yF9UJ0ZTKyDK0MHxBNHM9x
XX34JxvOOJpl8iy8wOEcs8ef/PizQUmmTzGXCwzw+NP70waO8/jf41w2ziwB
48sfaIYnjOfHP/F4VtyC6mmQ/kgOqwwBj9tqMkjf2vaS88dd3i5n5iL/ZEVn
ZI0pe4xw2ZWQyxOyZL89K1VhoV/gpdoMD89OL/4MTCwKDNwME98BdNpJMUjf
LC+lW6auz2g9Dh/meIHyLst+a2wmVw+YQ4BJDY/Pejx+T/4bdiUJ+zJYX7QV
+WMzuNMZjNzOcGA3O8ORvEfNX/rZ+BgagXc3w1MIZ2F4AXEBaxixF1I3WxQj
IrFtqiRm3HJeoUooVrRheJ7CpNJOyLPaEy54vU6mbcvk5kzu+FBuZnXYWPkj
0VYT76IiZ4nUsPuoovYOXhSUxNIjTYS/1pgaaZpyjLQV86Ez6hbFJ0qyy4ai
PvEJNNeZsyjCbEbRmgxQh26DHJB/ioTwuWWIXlJe+Hb9vPCi1NIzJYbXuvvj
ZYbPZ3EebUWp4fXaU7kZ4tMv/RkSxdu2a9tNW7/CKxKHH1RIQpuXdzZ7+xMg
1s1uq3khcrqx247dbdqpm/D1M9yqK29hItt2223rOVzE5ykz6ndtt9tV+n15
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

-->

</rfc>

