<?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.6.10) -->


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

]>

<?rfc comments="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-teas-yang-te-35" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="TE YANG Data Model">A YANG Data Model for Traffic Engineering Tunnels, Label Switched Paths and Interfaces</title>

    <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="X." surname="Liu" fullname="Xufeng Liu">
      <organization>Alef Edge</organization>
      <address>
        <email>xufeng.liu.ietf@gmail.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="2024" month="January" day="12"/>

    
    <workgroup>TEAS Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <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.</t>

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



    </abstract>



  </front>

  <middle>


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

<t>YANG <xref target="RFC6020"/> and <xref target="RFC7950"/> is a data modeling language that was
introduced to define the contents of a conceptual data store that allows
networked devices to be managed using NETCONF <xref target="RFC6241"/>. YANG has proved
relevant beyond its initial confines, as bindings to other interfaces (e.g.
RESTCONF <xref target="RFC8040"/>) and encoding other than XML (e.g. JSON) are being defined.
Furthermore, YANG data models can be used as the basis of implementation for
other interfaces, such as CLI and programmatic APIs.</t>

<t>This document describes a YANG data model for Traffic Engineering (TE) tunnels,
Label Switched Paths (LSPs), and interfaces. The data model is divided into two
YANG modules. The module 'ietf-te.yang' includes data that is generic and
device-independent, while the module 'ietf-te-device.yang' includes data that is
device-specific.</t>

<t>The document describes a high-level relationship between the modules defined in
this document, as well as other external protocol YANG modules.  The TE generic
YANG data model does not include any data specific to a signaling protocol.  It
is expected other data plane technology model(s) will augment the TE generic
YANG data model.</t>

<t>Also, it is expected other YANG modules that model TE signaling protocols,
such as RSVP-TE (<xref target="RFC3209"/>, <xref target="RFC3473"/>), or Segment-Routing TE (SR-TE) 
<xref target="RFC9256"/> will augment the generic TE YANG  module.</t>

</section>
<section anchor="terms-and-conventions"><name>Terms and Conventions</name>

<section anchor="requirements-language"><name>Requirements Language</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <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 following terms are defined in <xref target="RFC6241"/> and are used in this specification:</t>

<t><list style="symbols">
  <t>client</t>
  <t>configuration data</t>
  <t>state data</t>
</list></t>

<t>This document also makes use of the following terminology introduced in the
YANG Data Modeling Language <xref target="RFC7950"/>:</t>

<t><list style="symbols">
  <t>augment</t>
  <t>data model</t>
  <t>data node</t>
</list></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="tab1"/>.</t>

<texttable title="Prefixes and corresponding YANG modules" anchor="tab1">
      <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><xref target="I-D.draft-ietf-teas-rfc8776-update"/></c>
      <c>te-packet-types</c>
      <c>ietf-te-packet-types</c>
      <c><xref target="I-D.draft-ietf-teas-rfc8776-update"/></c>
      <c>te</c>
      <c>ietf-te</c>
      <c>this document</c>
      <c>te-dev</c>
      <c>ietf-te-device</c>
      <c>this document</c>
</texttable>

</section>
<section anchor="model-tree-diagrams"><name>Model Tree Diagrams</name>

<t>The tree diagrams extracted from the module(s) defined in this document are given in
subsequent sections as per the syntax defined in <xref target="RFC8340"/>.</t>

</section>
</section>
<section anchor="design-considerations"><name>Design Considerations</name>

<t>This document describes a generic TE YANG data model that is independent of
any dataplane technology.  One of the design objectives is to allow specific
data plane technology models to reuse the TE generic data model and possibly
augment it with technology specific data.</t>

<t>The elements of the generic TE YANG data model, including TE Tunnels, LSPs, and
interfaces have leaf(s) that identify the technology layer where they reside.
For example, the LSP encoding type can identify the technology associated with a
TE Tunnel or LSP.</t>

<t>Also, the generic TE YANG data model does not cover signaling protocol data.
The signaling protocol used to instantiate TE LSPs are outside the scope of this
document and expected to be covered by augmentations defined in other document(s).</t>

<t>The following other design considerations are taken into account with respect to data
organization:</t>

<t><list style="symbols">
  <t>The generic TE YANG data model 'ietf-te' contains device independent data and
can be used to model data off a device (e.g. on a TE controller). When the
model is used to manage a specific device, the model contains the TE Tunnels
originating from the specific device.  When the model is used to manage a TE
controller, the 'tunnel' list contains all TE Tunnels and TE tunnel segments
originating from device(s) that the TE controller manages.</t>
  <t>The device-specific TE data is defined in module 'ietf-te-device' as
shown in <xref target="figctrl"/>.</t>
  <t>In general, minimal elements in the model are designated as "mandatory" to
allow freedom to vendors to adapt the data model to their specific product
implementation.</t>
  <t>Suitable defaults are specified for all configurable elements.</t>
  <t>The model declares a number of TE functions as features that can be
optionally supported.</t>
</list></t>

<section anchor="state-data-organization"><name>State Data Organization</name>

<t>The Network Management Datastore Architecture (NMDA) <xref target="RFC8342"/> addresses
modeling state data for ephemeral objects.  This document adopts the NMDA model
for configuration and state data representation as per IETF guidelines for new
IETF YANG models.</t>

</section>
</section>
<section anchor="model-overview"><name>Model Overview</name>

<t>The data models defined in this document cover the core TE features that are
commonly supported by different vendor implementations. The support of extended
or vendor specific TE feature(s) is expected to either be in augmentations, or
deviations to this model that are defined in separate documents.</t>

<section anchor="module-relationship"><name>Module Relationship</name>

<t>The generic TE YANG data model that is defined in "ietf-te.yang" covers the
building blocks that are device independent and agnostic of any specific
technology or control plane instances. The TE device model defined in
"ietf-te-device.yang" augments the generic TE YANG data model and covers data
that is specific to a device --  for example, attributes of TE interfaces, or
TE timers that are local to a TE node.</t>

<t>The TE data models for specific instances of data plane technology exist in
separate YANG modules that augment the generic TE YANG data model.  The TE
data models for specific instances of signaling protocols are outside the scope
of this document and are defined in other documents. For example, the RSVP-TE
YANG model augmentation of the TE model is covered in a separate document.</t>

<figure title="Relationship of TE module(s) with signaling protocol modules" anchor="figctrl"><artwork><![CDATA[
  TE generic     +---------+         o: augment
  module         | ietf-te |o-------------+
                 +---------+               \
                        o                   \
                        |\                   \
                        | \ TE device module  \
                        |  +----------------+  \
                        |  | ietf-te-device |   \
                        |  +----------------+    \
                        |       o                 \
                        |     /                    \
                        |   /                       \
                 +---------------+           +---------------+
  RSVP-TE module | ietf-rsvp-te^ |o .       | ietf-te-mpls^ |
                 +---------------+  \       +---------------+
                    |                \
                    |                 \
                    |                  \
                    |                   \
                    |                    \
                    o                 +-------------------+
                 +------------+       | ietf-rsvp-otn-te^ |
  RSVP module    | ietf-rsvp^ |       +-------------------+
                 +------------+          RSVP-TE with OTN
                                         extensions

                X---oY indicates that module X augments module Y
                ^ indicates a module defined in other documents
]]></artwork></figure>

</section>
</section>
<section anchor="te-yang-model"><name>TE YANG Model</name>

<t>The generic TE YANG module ('ietf-te') is meant for the management and
operation of a TE network. This includes creating, modifying and retrieving
information about TE Tunnels, LSPs, and interfaces and their associated
attributes (e.g.  Administrative-Groups, SRLGs, etc.).</t>

<t>A full tree diagram of the TE model is shown in the Appendix in
<xref target="fig-te-tree-full"/>.</t>

<section anchor="module-structure"><name>Module Structure</name>

<t>The 'te' container is the top level container in the 'ietf-te' module. The
presence of the 'te' container enables TE function system wide.  Below provides
further descriptions of containers that exist under the 'te' top level
container.</t>

<t>There are three further containers grouped under the 'te'
container as shown in <xref target="fig-highlevel"/> and described below.</t>

<t>globals:</t>

<ul empty="true"><li>
  <t>The 'globals' container maintains the set of global TE attributes that can be
applicable to TE Tunnels and interfaces.</t>
</li></ul>

<t>tunnels:</t>

<ul empty="true"><li>
  <t>The 'tunnels' container includes the list of TE Tunnels that are instantiated.
Refer to <xref target="TE_TUNNELS"/> for further details on the properties of a TE Tunnel.</t>
</li></ul>

<t>lsps:</t>

<ul empty="true"><li>
  <t>The 'lsps' container includes the list of TE LSP(s) that are instantiated for
TE Tunnels. Refer to <xref target="TE_LSPS"/> for further details on the properties of a TE LSP.</t>
</li></ul>

<t>The model also contains two Remote Procedure Calls (RPCs) as shown
in <xref target="fig-te-tree-full"/> and described below.</t>

<t>tunnels-path-compute:</t>

<ul empty="true"><li>
  <t>A RPC to request path computation for a specific TE Tunnel.
The RPC allows requesting path computation using atomic and stateless operation.
A tunnel may also be configured in 'compute-only' mode to provide stateful path updates
- see <xref target="TE_TUNNELS"/> for further details.</t>
</li></ul>

<t>tunnels-action:</t>

<ul empty="true"><li>
  <t>An RPC to request a specific action (e.g. reoptimize, or tear-and-setup) to be taken
on a specific tunnel or all tunnels.</t>
</li></ul>

<t><xref target="fig-te-tree-full"/> shows the relationships of these containers and RPCs within
the 'ietf-te' module.</t>

<figure title="TE Tunnel model high-level YANG tree view" anchor="fig-highlevel"><artwork><![CDATA[
module: ietf-te
  +--rw te!
     +--rw globals
     |     ...
     +--rw tunnels
     |     ...
     +--ro lsps
           ...

  rpcs:
    +---x tunnels-path-compute
    |  +---w input
    |  |     ...
    |  +--ro output
    |        ...
    +---x tunnels-actions
       +---w input
       |     ...
       +--ro output
             ...

]]></artwork></figure>

<section anchor="TeGlobals"><name>TE Globals</name>

<t>The 'globals' container covers properties that control a TE feature's
behavior system-wide, and its respective state as shown in <xref target="fig-globals"/>
and described in the text that follows.</t>

<figure title="TE globals YANG subtree high-level structure" anchor="fig-globals"><artwork><![CDATA[
     +--rw globals
     |  +--rw named-admin-groups
     |  |  +--rw named-admin-group* [name]
     |  |        ...
     |  +--rw named-srlgs
     |  |  +--rw named-srlg* [name]
     |  |        ...
     |  +--rw named-path-constraints
     |     +--rw named-path-constraint* [name]
]]></artwork></figure>

<t>named-admin-groups:</t>

<ul empty="true"><li>
  <t>A YANG container for the list of named (extended) administrative groups that may be applied
to TE links.</t>
</li></ul>

<t>named-srlgs:</t>

<ul empty="true"><li>
  <t>A YANG container for the list of named Shared Risk Link Groups (SRLGs) that may be
applied to TE links.</t>
</li></ul>

<t>named-path-constraints:</t>

<ul empty="true"><li>
  <t>A YANG container for a list of named path constraints. Each named path constraint is
composed of a set of constraints that can be applied during path computation.
A named path constraint can be applied to multiple TE Tunnels. Path constraints may also
be specified directly under the TE Tunnel. The path constraints specified under
the TE Tunnel take precedence over the path constraints 
derived from the referenced named path constraint. A named path constraint entry can be
formed of the path constraints shown in <xref target="fig-named-constraints"/>:</t>
</li></ul>

<figure title="Named path constraints YANG subtree" anchor="fig-named-constraints"><artwork><![CDATA[
     |  +--rw named-path-constraints
     |     +--rw named-path-constraint* [name]
     |             {te-types:named-path-constraints}?
     |        +--rw name                             string
     |        +--rw te-bandwidth
     |        |     ...
     |        +--rw link-protection?                 identityref
     |        +--rw setup-priority?                  uint8
     |        +--rw hold-priority?                   uint8
     |        +--rw signaling-type?                  identityref
     |        +--rw path-metric-bounds
     |        |     ...
     |        +--rw path-affinities-values
     |        |     ...
     |        +--rw path-affinity-names
     |        |     ...
     |        +--rw path-srlgs-lists
     |        |     ...
     |        +--rw path-srlgs-names
     |        |     ...
     |        +--rw disjointness?
     |        |       te-path-disjointness
     |        +--rw explicit-route-objects
     |        |     ...
     |        +--rw path-in-segment!
     |        |     ...
     |        +--rw path-out-segment!
     |              ...

]]></artwork></figure>

<ul empty="true"><li>
  <ul empty="true"><li>

    <t><list style="symbols">
      <t>name: A YANG leaf that holds the named path constraint entry. This is unique in the list
and used as a key.</t>
      <t>te-bandwidth: A YANG container that holds the technology agnostic TE bandwidth constraint.</t>
      <t>link-protection: A YANG leaf that holds the link protection type constraint required for the links to be included in the computed path.</t>
      <t>setup/hold priority: YANG leafs that hold the LSP setup and hold admission priority as defined in <xref target="RFC3209"/>.</t>
      <t>signaling-type: A YANG leaf that holds the LSP setup type, such as RSVP-TE or SR.</t>
      <t>path-metric-bounds: A YANG container that holds the set of metric bounds applicable on the
computed TE tunnel path.</t>
      <t>path-affinities-values: A YANG container that holds the set of affinity values and
mask to be used during path computation.</t>
      <t>path-affinity-names: A YANG container that holds the set of named affinity constraints and
corresponding inclusion or exclusion instructions for each to be used during path computation.</t>
      <t>path-srlgs-lists: A YANG container that holds the set of SRLG values and
corresponding inclusion or exclusion instructions to be used during path computation.</t>
      <t>path-srlgs-names: A YANG container that holds the set of named SRLG constraints and
corresponding inclusion or exclusion instructions for each to be used during path computation.</t>
      <t>disjointness: The level of resource disjointness constraint that the secondary path
of a TE tunnel has to adhere to.</t>
      <t>explicit-route-objects: A YANG container that holds path constraints in the form of route entries present in following two lists:      <list style="symbols">
          <t>'route-object-exclude-always': a list of route entries that are always excluded from the path computation. The exclusion of a route entry in this list
during path computation is not order sensitive.</t>
          <t>'route-object-include-exclude': a list of route entries to include or exclude route entry constraints for the path computation. The constraint type (include or exclude)
is specified with each route entry. The path computation considers route entry constraints in the order they appear in this list. Once a route entry
constraint is consumed from this list, it is not considered any further in the computation of the path.</t>
        </list></t>
    </list></t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>The 'route-object-include-exclude' is used to configure constraints on which route objects (e.g., nodes, links) are included or excluded in the path computation.</t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>The interpretation of an empty 'route-object-include-exclude' list depends on the TE Tunnel (end-to-end or Tunnel Segment) and on the specific path, according to the following rules:</t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t><list style="numbers">
        <t>An empty 'route-object-include-exclude' list for the primary path of an end-to-end TE Tunnel indicates that there are no route objects to be included or excluded in the path computation.</t>
        <t>An empty 'route-object-include-exclude' list for the primary path of a TE Tunnel Segment indicates that no primary LSP is required for that TE Tunnel.</t>
        <t>An empty 'route-object-include-exclude' list for a reverse path means it always follows the forward path (i.e., the TE Tunnel is co-routed). When the 'route-object-include-exclude' list is not empty, the reverse path is routed independently of the forward path.</t>
        <t>An empty 'route-object-include-exclude' list for the secondary (forward) path indicates that the secondary path has the same endpoints as the primary path.</t>
      </list></t>
    </li></ul>

    <t><list style="symbols">
      <t>path-in-segment: A YANG container that contains a list of label restrictions
that have to be taken into considerations when crossing domains. This TE
tunnel segment in this case is being stitched to the upstream TE tunnel segment.</t>
      <t>path-out-segment: A YANG container that contains a list of label restrictions
that have to be taken into considerations when crossing domains. The TE
tunnel segment in this case is being stitched to the downstream TE tunnel segment.</t>
    </list></t>
  </li></ul>
</li></ul>

</section>
<section anchor="TE_TUNNELS"><name>TE Tunnels</name>

<t>The 'tunnels' container holds the list of TE Tunnels that are provisioned on
ingress LER devices in the network as shown in <xref target="fig-te-tunnel"/>.</t>

<figure title="TE Tunnel YANG subtree structure" anchor="fig-te-tunnel"><artwork><![CDATA[
module: ietf-te
  +--rw te
     +--rw tunnels
        +--rw tunnel* [name]
           +--rw name                            string
           +--rw alias?                          string
           +--rw identifier?                     uint32
           +--rw color?                          uint32
           +--rw description?                    string
           +--rw admin-state?                    identityref
           +--ro operational-state?              identityref
           +--rw encoding?                       identityref
           +--rw switching-type?                 identityref
           +--rw source
           |     ...
           +--rw destination
           |     ...
           +--rw bidirectional?                  boolean
           +--rw controller
           |     ...
           +--rw reoptimize-timer?               uint16
           +--rw association-objects
           |     ...
           +--rw protection
           |     ...
           +--rw restoration
           |     ...
           +--rw network-id?                     nw:network-id
           +--rw te-topology-identifier
           |     ...
           +--rw te-bandwidth
           |     ...
           +--rw link-protection?                identityref
           +--rw setup-priority?                 uint8
           +--rw hold-priority?                  uint8
           +--rw signaling-type?                 identityref
           +--rw hierarchy
           |     ...
           +--rw primary-paths
           |     ...
           +--rw secondary-paths
           |     ...
           +--rw secondary-reverse-paths
           |     ...
           +---x tunnel-action
           |     ...
           +---x protection-external-commands
                 ...

]]></artwork></figure>

<t>When the model is used to manage a specific device, the 'tunnel' list contains
the TE Tunnels originating from the specific device. When the model is used to
manage a TE controller, the 'tunnel' list contains all TE Tunnels and TE
tunnel segments originating from device(s) that the TE controller manages.</t>

<t>The TE Tunnel model allows the configuration and management of the following TE
tunnel objects:</t>

<t>TE Tunnel:</t>

<ul empty="true"><li>
  <t>A YANG container of one or more TE LSPs established between the source and destination
TE Tunnel termination points.</t>
</li></ul>

<t>TE Path:</t>

<ul empty="true"><li>
  <t>An engineered path that once instantiated in the forwarding plane can be used
to forward traffic from the source to the destination TE Tunnel termination points.</t>
</li></ul>

<t>TE LSP:</t>

<ul empty="true"><li>
  <t>A TE LSP is a connection-oriented service established over a TE Path
and that allows the delivery of traffic between the TE Tunnel source and
destination termination points.</t>
</li></ul>

<t>TE Tunnel Segment:</t>

<ul empty="true"><li>
  <t>A part of a multi-domain TE Tunnel that is within a specific network domain.</t>
</li></ul>

<t>The TE Tunnel has a number of attributes that are set directly under the
tunnel (as shown in <xref target="fig-te-tunnel"/>). The main attributes of a TE Tunnel are described below:</t>

<t>operational-state:</t>

<ul empty="true"><li>
  <t>A YANG leaf that holds the operational state of the tunnel.</t>
</li></ul>

<t>name:</t>

<ul empty="true"><li>
  <t>A YANG leaf that holds the name of a TE Tunnel.  The name of the
TE Tunnel uniquely identifies the tunnel within the TE tunnel list.  The name
of the TE Tunnel can be formatted as a Uniform Resource Indicator (URI) by
including the namespace to ensure uniqueness of the name amongst all the TE
Tunnels present on devices and controllers. The configured TE Tunnels can
be reported with the name of the device embedded within the TE Tunnel name.
For initiated TE Tunnels from the controller, the controller is responsible
to ensures that TE Tunnel names are unique.</t>
</li></ul>

<t>alias:</t>

<ul empty="true"><li>
  <t>A YANG leaf that holds an alternate name to the TE tunnel. Unlike the TE tunnel
name, the alias can be modified at any time during the lifetime of the TE tunnel.</t>
</li></ul>

<t>identifier:</t>

<ul empty="true"><li>
  <t>A YANG leaf that holds an identifier of the tunnel. This identifier is unique amongst tunnels
originated from the same ingress device.</t>
</li></ul>

<t>color:</t>

<ul empty="true"><li>
  <t>A YANG leaf that holds the color associated with the TE tunnel. The color is used
to map or steer services that carry matching color on to the TE tunnel as described in
<xref target="RFC9012"/>.</t>
</li></ul>

<t>admin-state:</t>

<ul empty="true"><li>
  <t>A YANG leaf that holds the tunnel administrative 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.</t>
</li></ul>

<t>operational-state:</t>

<ul empty="true"><li>
  <t>A YANG leaf that holds the tunnel operational state.</t>
</li></ul>

<t>encoding/switching:</t>

<ul empty="true"><li>
  <t>The 'encoding' and 'switching-type' are YANG leafs that define the specific
technology in which the tunnel operates in as described in <xref target="RFC3945"/>.</t>
</li></ul>

<t>source/destination:</t>

<ul empty="true"><li>
  <t>YANG containers that hold the tunnel source and destination node endpoints identities, including:</t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>te-node-id: A YANG leaf that holds the identifier of the source or destination of the TE Tunnel
TE node identifiers as defined in <xref target="I-D.draft-ietf-teas-rfc8776-update"/>.</t>
    <t>node-id: A YANG leaf that holds the identifier of the source or destination of the TE Tunnel
node identifiers as defined in <xref target="RFC8345"/>.</t>
    <t>tunnel-tp-id: A YANG leaf that holds the identifier of the source or destination of the TE Tunnel
Termination Points (TTPs) as defined in <xref target="RFC8795"/>. The TTP identifiers are optional
on nodes that have a single TTP per node. For example, TTP identifiers are optional for packet
(IP/MPLS) routers.</t>
  </list></t>
</li></ul>

<t>bidirectional:</t>

<ul empty="true"><li>
  <t>A YANG leaf that when present indicates the LSP of a TE Tunnel is bidirectional
as defined in <xref target="rfc3473"/>.</t>
</li></ul>

<t>controller:</t>

<ul empty="true"><li>
  <t>A YANG container that holds tunnel data relevant to an optional external TE controller that
may initiate or control a tunnel. This target node may be augmented by external module(s), for example, to add data for PCEP initiated and/or
delegated tunnels.</t>
</li></ul>

<t>reoptimize-timer:</t>

<ul empty="true"><li>
  <t>A YANG leaf to set the interval period for tunnel reoptimization.</t>
</li></ul>

<t>association-objects:</t>

<ul empty="true"><li>
  <t>A YANG container that holds the set of associations of the TE Tunnel to other
TE Tunnels. Associations at the TE Tunnel level apply to all paths of the TE
Tunnel. The TE tunnel associations can be overridden by associations
configured directly under the TE Tunnel path.</t>
</li></ul>

<t>protection:</t>

<ul empty="true"><li>
  <t>A YANG container that holds the TE Tunnel protection properties.</t>
</li></ul>

<t>restoration:</t>

<ul empty="true"><li>
  <t>A YANG container that holds the TE Tunnel restoration properties.</t>
</li></ul>

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

<ul empty="true"><li>
  <t>A YANG container that holds the topology identifier associated with the topology where paths for the TE tunnel are computed as defined in <xref target="RFC8795"/>.</t>
</li></ul>

<t>network-id:</t>

<ul empty="true"><li>
  <t>A YANG leaf that can optionally be used to identify the network topology where paths for the TE tunnel are computed as defined in <xref target="RFC8345"/>.</t>
</li></ul>

<t>hierarchy:</t>

<ul empty="true"><li>
  <t>A YANG container that holds hierarchy related properties of the TE Tunnel. A TE LSP
  can be set up in MPLS or Generalized MPLS (GMPLS) networks to be used as
  a TE link to carry traffic in other (client) networks <xref target="RFC6107"/>.  In this
  case, the model introduces the TE Tunnel hierarchical link endpoint parameters
  to identify the specific link in the client layer that the underlying TE Tunnel is
  associated with. The hierarchy container includes the following:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>

    <t><list style="symbols">
      <t>dependency-tunnels: A set of hierarchical TE Tunnels provisioned or to be
provisioned in the immediate lower layer that this TE tunnel depends on for
multi-layer path computation. A dependency TE Tunnel is provisioned if and
only if it is used (selected by path computation) at least by one client
layer TE Tunnel. The TE link in the client layer network topology supported
by a dependent TE Tunnel is dynamically created only when the dependency TE
Tunnel is actually provisioned.</t>
      <t>hierarchical-link: A YANG container that holds the identity of the
hierarchical link (in the client layer) that is supported by this TE Tunnel.
The endpoints of the hierarchical link are defined by TE tunnel source and
destination node endpoints. The hierarchical link can be identified by its source
and destination link termination point identifiers.</t>
    </list></t>
  </li></ul>
</li></ul>

<t>primary-paths:</t>

<ul empty="true"><li>
  <t>A YANG container that holds the list of primary paths.
A primary path is identified by 'name'. A primary path is selected from the list
to instantiate a primary forwarding LSP for the tunnel.  The list of primary
paths is visited by order of preference. A primary path has the following
attributes:</t>
</li></ul>

<ul empty="true"><li>

  <t><list style="symbols">
    <t>primary-reverse-path: A YANG container that holds properties of the
primary reverse path. The reverse path is applicable to
bidirectional TE Tunnels.</t>
  </list></t>
</li></ul>

<ul empty="true"><li>

  <t><list style="symbols">
    <t>candidate-secondary-paths: A YANG container that holds a list of candidate
secondary paths which may be used for the primary path to support path
protection. The candidate secondary path(s) reference path(s)  from the
tunnel secondary paths list.  The preference of the secondary paths is
specified within the list and dictates the order of visiting the secondary
path from the list. The attributes of a secondary path can be defined
separately from the primary path. The attributes of a secondary path will be
inherited from the associated 'active' primary when not explicitly defined
for the secondary path.</t>
  </list></t>
</li></ul>

<ul empty="true"><li>

</li></ul>

<t>secondary-paths:</t>

<ul empty="true"><li>
  <t>A YANG container that holds the set of secondary paths. A secondary path is
 identified by 'name'. A secondary path can be referenced from the TE Tunnel's
'candidate-secondary-path' list.</t>
</li></ul>

<t>secondary-reverse-paths:</t>

<ul empty="true"><li>
  <t>A YANG container that holds the set of secondary reverse paths. A secondary reverse
path is identified by 'name'. A secondary reverse path can be referenced from the
TE Tunnel's 'candidate-secondary-reverse-paths' list. A secondary reverse path contains
attributes similar to a primary path.</t>
</li></ul>

<t>The following set of common path attributes are shared for primary (forward and reverse) and secondary paths:</t>

<t>path-computation-method:</t>

<ul empty="true"><li>
  <t>A YANG leaf that specifies the method used for computing the TE path.</t>
</li></ul>

<t>path-computation-server:</t>

<ul empty="true"><li>
  <t>A YANG container that holds the path computation server properties when the path is
 externally queried.</t>
</li></ul>

<t>compute-only:</t>

<ul empty="true"><li>
  <t>A path of a TE Tunnel is, by default, provisioned so that it can be instantiated
  in the forwarding plane so that it can carry traffic as soon as a valid path
  is computed. In some cases, a TE path may be configured only for the
  purpose of computing a path and reporting it without the need to instantiate
  the LSP or commit any resources. In such a case, the path is configured in
  'compute-only' mode to distinguish it from the default behavior. A
  'compute-only' path is configured as a usual with the associated per path
  constraint(s) and properties on a device or TE controller. The device or TE
  controller computes the feasible path(s) subject to configured constraints.
  A client may query the 'compute-only' computed path properties 'on-demand',
  or alternatively, can subscribe to be notified of computed path(s) and
  whenever the path properties change.</t>
</li></ul>

<t>use-path-computation:</t>

<ul empty="true"><li>
  <t>A YANG leaf that indicates whether or not path computation is to
  be used for a specified path.</t>
</li></ul>

<t>lockdown:</t>

<ul empty="true"><li>
  <t>A YANG leaf that when set indicates the existing path should not be reoptimized
  after a failure on any of its traversed links.</t>
</li></ul>

<t>path-scope:</t>

<ul empty="true"><li>
  <t>A YANG leaf that specifies the path scope if segment or an end-to-end path.</t>
</li></ul>

<t>preference:</t>

<ul empty="true"><li>
  <t>A YANG leaf that specifies the preference for the path. The lower the number
 higher the preference.</t>
</li></ul>

<t>k-requested-paths:</t>

<ul empty="true"><li>
  <t>A YANG leaf that specifies the number of k-shortest-paths requested from the path
computation server and returned sorted by its optimization
objective.</t>
</li></ul>

<t>association-objects:</t>

<ul empty="true"><li>
  <t>A YANG container that holds a list of tunnel association properties.</t>
</li></ul>

<t>optimizations:</t>

<ul empty="true"><li>
  <t>A YANG container that holds the optimization objectives
  that path computation will use to select a path.</t>
</li></ul>

<t>named-path-constraint:</t>

<ul empty="true"><li>
  <t>A YANG leafref that references an entry from the global list of named path constraints.</t>
</li></ul>

<t>te-bandwidth:</t>

<ul empty="true"><li>
  <t>A YANG container that holds the path bandwidth (see <xref target="I-D.draft-ietf-teas-rfc8776-update"/>).</t>
</li></ul>

<t>link-protection:</t>

<ul empty="true"><li>
  <t>A YANG leaf that specifies the link protection type required for the links to
be included the computed path (see <xref target="I-D.draft-ietf-teas-rfc8776-update"/>).</t>
</li></ul>

<t>setup/hold-priority:</t>

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. These values override
those provided in the referenced named-path-constraint.</t>
</li></ul>

<t>signaling-type:</t>

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. This value overrides
the provided one in the referenced named-path-constraint.</t>
</li></ul>

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

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. These values override
those provided in the referenced named-path-constraint.</t>
</li></ul>

<t>path-affinities-values:</t>

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. These values override
those provided in the referenced named-path-constraint.</t>
</li></ul>

<t>path-affinity-names:</t>

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. These values override
those provided in the referenced named-path-constraint.</t>
</li></ul>

<t>path-srlgs-lists:</t>

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. These values override
those provided in the referenced named-path-constraint.</t>
</li></ul>

<t>path-srlgs-names:</t>

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. These values override
those provided in the referenced named-path-constraint.</t>
</li></ul>

<t>disjointness:</t>

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. These values override
those provided in the referenced named-path-constraint.</t>
</li></ul>

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

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. These values override
those provided in the referenced named-path-constraint.</t>
</li></ul>

<t>path-in-segment:</t>

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. These values override
those provided in the referenced named-path-constraint.</t>
</li></ul>

<t>path-out-segment:</t>

<ul empty="true"><li>
  <t>see description provided in <xref target="TeGlobals"/>. These values override
those provided in the referenced named-path-constraint.</t>
</li></ul>

<t>computed-paths-properties:</t>

<ul empty="true"><li>
  <t>A YANG container that holds properties for the list of computed paths.</t>
</li></ul>

<t>computed-path-error-infos:</t>

<ul empty="true"><li>
  <t>A YANG container that holds a list of errors related to the path.</t>
</li></ul>

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

<ul empty="true"><li>
  <t>A YANG container that holds the list of LSP provisioning error information.</t>
</li></ul>

<t>lsps:</t>

<ul empty="true"><li>
  <t>A YANG container that holds a list of LSPs that have been instantiated for this specific path.</t>
</li></ul>

<t>In addition to the path common attributes, the primary path has the following
attributes that are not present in the secondary path:</t>

<t><list style="symbols">
  <t>Only the primary path contains the list of 'candidate-secondary-paths' that
can protect the primary path.</t>
  <t>Only the primary path can contain a primary-reverse-path associated with the
primary path (and its associated list of
'candidate-secondary-reverse-path').</t>
</list></t>

</section>
<section anchor="TE_LSPS"><name>TE LSPs</name>

<t>The 'lsps' container includes the set of TE LSP(s) that have been instantiated.
A TE LSP is identified by a 3-tuple ('tunnel-name', 'lsp-id', 'node').</t>

<t>When the model is used to manage a specific device, the 'lsps' list contains all TE
LSP(s) that traverse the device (including ingressing, transiting and egressing the device).</t>

<t>When the model is used to manage a TE controller, the 'lsps' list
contains the TE LSP(s) on devices managed by the controller that act as ingress, and may optionally include
TE LSPs on devices managed by the controller that act as transit or egress role.</t>

</section>
</section>
<section anchor="tree-diagram"><name>Tree Diagram</name>

<t><xref target="fig-te-tree"/> shows the tree diagram of depth=4 for the generic TE YANG model defined in
modules 'ietf-te.yang'. The full tree diagram is shown in <xref target="AppendixB"/>.</t>

<figure title="Tree diagram of depth-4 of TE Tunnel YANG data model" anchor="fig-te-tree"><artwork><![CDATA[
module: ietf-te
  +--rw te
     +--rw enable?    boolean
     +--rw globals
     |  +--rw named-admin-groups
     |  |  +--rw named-admin-group* [name]
     |  |          {te-types:extended-admin-groups,
     |  |           te-types:named-extended-admin-groups}?
     |  |        ...
     |  +--rw named-srlgs
     |  |  +--rw named-srlg* [name] {te-types:named-srlg-groups}?
     |  |        ...
     |  +--rw named-path-constraints
     |     +--rw named-path-constraint* [name]
     |             {te-types:named-path-constraints}?
     |           ...
     +--rw tunnels
     |  +--rw tunnel* [name]
     |     +--rw name                            string
     |     +--rw alias?                          string
     |     +--rw identifier?                     uint32
     |     +--rw color?                          uint32
     |     +--rw description?                    string
     |     +--rw admin-state?                    identityref
     |     +--ro operational-state?              identityref
     |     +--rw encoding?                       identityref
     |     +--rw switching-type?                 identityref
     |     +--rw source
     |     |     ...
     |     +--rw destination
     |     |     ...
     |     +--rw bidirectional?                  boolean
     |     +--rw controller
     |     |     ...
     |     +--rw reoptimize-timer?               uint16
     |     +--rw association-objects
     |     |     ...
     |     +--rw protection
     |     |     ...
     |     +--rw restoration
     |     |     ...
     |     +--rw network-id?                     nw:network-id
     |     +--rw te-topology-identifier
     |     |     ...
     |     +--rw te-bandwidth
     |     |     ...
     |     +--rw link-protection?                identityref
     |     +--rw setup-priority?                 uint8
     |     +--rw hold-priority?                  uint8
     |     +--rw signaling-type?                 identityref
     |     +--rw hierarchy
     |     |     ...
     |     +--rw primary-paths
     |     |     ...
     |     +--rw secondary-paths
     |     |     ...
     |     +--rw secondary-reverse-paths
     |     |     ...
     |     +---x tunnel-action
     |     |     ...
     |     +---x protection-external-commands
     |           ...
     +--ro lsps
        +--ro lsp* [tunnel-name lsp-id node]
           +--ro tunnel-name                         string
           +--ro lsp-id                              uint16
           +--ro node
           |       te-types:te-node-id
           +--ro source?
           |       te-types:te-node-id
           +--ro destination?
           |       te-types:te-node-id
           +--ro tunnel-id?                          uint16
           +--ro extended-tunnel-id?
           |       yang:dotted-quad
           +--ro operational-state?                  identityref
           +--ro signaling-type?                     identityref
           +--ro origin-type?                        enumeration
           +--ro lsp-resource-status?                enumeration
           +--ro lockout-of-normal?                  boolean
           +--ro freeze?                             boolean
           +--ro lsp-protection-role?                enumeration
           +--ro lsp-protection-state?               identityref
           +--ro protection-group-ingress-node-id?
           |       te-types:te-node-id
           +--ro protection-group-egress-node-id?
           |       te-types:te-node-id
           +--ro lsp-actual-route-information
                 ...

  rpcs:
    +---x tunnels-path-compute
    |  +---w input
    |  |  +---w path-compute-info
    |  +--ro output
    |     +--ro path-compute-result
    +---x tunnels-actions
       +---w input
       |  +---w tunnel-info
       |  |  +---w (filter-type)
       |  |        ...
       |  +---w action-info
       |     +---w action?       identityref
       |     +---w disruptive?   empty
       +--ro output
          +--ro action-result?   identityref

]]></artwork></figure>

</section>
<section anchor="yang-module"><name>YANG Module</name>

<t>The generic TE YANG module 'ietf-te' imports the following modules:</t>

<t><list style="symbols">
  <t>ietf-te-types defined in <xref target="I-D.draft-ietf-teas-rfc8776-update"/></t>
  <t>ietf-yang-types and ietf-inet-types defined in <xref target="RFC6991"/></t>
  <t>ietf-network and ietf-network-topology defined in <xref target="RFC8345"/></t>
</list></t>

<t>This module references the following documents:
<xref target="RFC4206"/>, <xref target="RFC4427"/>,
<xref target="RFC4872"/>, <xref target="RFC3209"/>, <xref target="RFC6780"/>,
<xref target="RFC7471"/>, <xref target="RFC9012"/>, <xref target="RFC8570"/>,
<xref target="RFC8232"/>, <xref target="RFC7271"/>, <xref target="RFC8234"/>, <xref target="RFC7308"/>, and <xref target="ITU_G.808.1"/>.</t>

<figure title="TE Tunnel data model YANG module" anchor="fig-basic-te"><artwork><![CDATA[
<CODE BEGINS> file "ietf-te@2024-01-10.yang"
module ietf-te {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-te";

  /* Replace with IANA when assigned */

  prefix te;

  /* Import TE generic types */

  import ietf-te-types {
    prefix te-types;
    reference
      "draft-ietf-teas-rfc8776-update: Common YANG Data Types
       for Traffic Engineering.";
  }
  import ietf-inet-types {
    prefix inet;
    reference
      "RFC6991: Common YANG Data Types.";
  }
  import ietf-yang-types {
    prefix yang;
    reference
      "RFC6991: Common YANG Data Types.";
  }

  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://tools.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:   Himanshu Shah
               <mailto:hshah@ciena.com>

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

     Editor:   Igor Bryskin
               <mailto:i_bryskin@yahoo.com>

     Editor:   Oscar Gonzalez de Dios
               <mailto: oscar.gonzalezdedios@telefonica.com>";

  description
    "YANG data module for TE configuration, state, and RPCs.
     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.";

  // RFC Ed.: replace XXXX with actual RFC number and remove this
  // note.
  // RFC Ed.: update the date below with the date of RFC publication
  // and remove this note.

  revision 2024-01-10 {
    description
      "Initial revision for the TE generic YANG module.";
    reference
      "RFCXXXX: A YANG Data Model for Traffic Engineering Tunnels
       and Interfaces.";
  }

  typedef tunnel-ref {
    type leafref {
      path "/te:te/te:tunnels/te:tunnel/te:name";
      require-instance false;
    }
    description
      "This type is used by data models that need to reference
       configured TE tunnel.";
  }

  typedef te-gen-node-id {
    type union {
      type te-types:te-node-id;
      type inet:ip-address;
      type nw:node-id;
    }
    description
      "Generic type that identifies a node in a TE topology.";
  }

  /**
   * TE tunnel generic groupings
   */

  grouping te-generic-node-id {
    description
      "A reusable grouping for a TE generic node identifier.";
    leaf id {
      type te-gen-node-id;
      description
        "The identifier of the node. Can be represented as IP
         address or dotted quad address or as an URI.";
    }
    leaf type {
      type enumeration {
        enum ip {
          description
            "IP address representation of the node identifier.";
        }
        enum dotted-quad {
          description
            "Dotted quad address representation of the node
             identifier.";
        }
        enum node-id {
          description
            "URI representation of the node identifier.";
        }
      }
      description
        "Type of node identifier representation.";
    }
  }

  grouping path-common-properties {
    description
      "Common path attributes.";
    leaf name {
      type string;
      description
        "TE path name.";
    }
    leaf path-computation-method {
      type identityref {
        base te-types:path-computation-method;
      }
      default "te-types:path-locally-computed";
      description
        "The method used for computing the path, either
         locally computed, queried from a server or not
         computed at all (explicitly configured).";
    }
    container path-computation-server {
      when "derived-from-or-self(../path-computation-method, "
         + "'te-types:path-externally-queried')" {
        description
          "The path-computation server when the path is
           externally queried.";
      }
      uses te-generic-node-id;
      description
        "Address of the external path computation
         server.";
    }
    leaf compute-only {
      type empty;
      description
        "When present, the path is computed and updated whenever
         the topology is updated. No resources are committed
         or reserved in the network.";
    }
    leaf use-path-computation {
      when "derived-from-or-self(../path-computation-method, "
         + "'te-types:path-locally-computed')";
      type boolean;
      default "true";
      description
        "When 'true' indicates the path is dynamically computed
         and/or validated against the Traffic-Engineering Database
         (TED), and when 'false' indicates no path expansion or
         validation against the TED is required.";
    }
    leaf lockdown {
      type empty;
      description
        "When present, indicates no reoptimization to be attempted
         for this path.";
    }
    leaf path-scope {
      type identityref {
        base te-types:path-scope-type;
      }
      default "te-types:path-scope-end-to-end";
      config false;
      description
        "Indicates whether the path is a segment or portion of
         of the full path., or is the an end-to-end path for
         the TE Tunnel.";
    }
  }

  /* This grouping is re-used in path-computation rpc */
  grouping path-compute-info {
    description
      "Attributes used for path computation request.";
    uses tunnel-associations-properties;
    uses te-types:generic-path-optimization;
    leaf named-path-constraint {
      if-feature "te-types:named-path-constraints";
      type leafref {
        path "/te:te/te:globals/te:named-path-constraints/"
           + "te:named-path-constraint/te:name";
      }
      description
        "Reference to a globally defined named path constraint set.";
    }
    uses path-constraints-common;
  }

  /* This grouping is re-used in path-computation rpc */
  grouping path-forward-properties {
    description
      "The path preference.";
    leaf preference {
      type uint8 {
        range "1..255";
      }
      default "1";
      description
        "Specifies a preference for this path. The lower the number
         higher the preference.";
    }
    leaf co-routed {
      when "/te:te/te:tunnels/te:tunnel/te:bidirectional = 'true'" {
        description
          "Applicable to bidirectional tunnels only.";
      }
      type boolean;
      default "false";
      description
        "Indicates whether the reverse path must to be co-routed
         with the primary.";
    }
  }

  /* This grouping is re-used in path-computation rpc */
  grouping k-requested-paths {
    description
      "The k-shortest paths requests.";
    leaf k-requested-paths {
      type uint8;
      default "1";
      description
        "The number of k-shortest-paths requested from the path
         computation server and returned sorted by its optimization
         objective.";
    }
  }

  grouping path-state {
    description
      "TE per path state parameters.";
    uses path-computation-response;
    container lsp-provisioning-error-infos {
      config false;
      description
        "LSP provisioning error information.";
      list lsp-provisioning-error-info {
        description
          "List of LSP provisioning error info entries.";
        leaf error-reason {
          type identityref {
            base te-types:lsp-provisioning-error-reason;
          }
          description
            "LSP provision error type.";
        }
        leaf error-description {
          type string;
          description
            "The textual representation of the error occurred during
             path computation.";
        }
        leaf error-timestamp {
          type yang:date-and-time;
          description
            "Timestamp of when the reported error occurred.";
        }
        leaf error-node-id {
          type te-types:te-node-id;
          description
            "Node identifier of node where error occurred.";
        }
        leaf error-link-id {
          type te-types:te-tp-id;
          description
            "Link ID where the error occurred.";
        }
        leaf lsp-id {
          type uint16;
          description
            "The LSP-ID for which path computation was performed.";
        }
      }
    }
    container lsps {
      config false;
      description
        "The TE LSPs container.";
      list lsp {
        key "node lsp-id";
        description
          "List of LSPs associated with the tunnel.";
        leaf tunnel-name {
          type leafref {
            path "/te:te/te:lsps/te:lsp/te:tunnel-name";
          }
          description "TE tunnel name.";
        }
        leaf node {
          type leafref {
            path "/te:te/te:lsps/te:lsp[tunnel-name="
               + "current()/../te:tunnel-name][lsp-id="
               + "current()/../te:lsp-id]/te:node";
          }
          description "The node where the LSP state resides on.";
        }
        leaf lsp-id {
          type leafref {
            path "/te:te/te:lsps/te:lsp[tunnel-name="
               + "current()/../tunnel-name]/te:lsp-id";
          }
          description "The TE LSP identifier.";
        }
      }
    }
  }

  /* This grouping is re-used in path-computation rpc */
  grouping path-computation-response {
    description
      "Attributes reported by path computation response.";
    container computed-paths-properties {
      config false;
      description
        "Computed path properties container.";
      list computed-path-properties {
        key "k-index";
        description
          "List of computed paths.";
        leaf k-index {
          type uint8;
          description
            "The k-th path returned from the computation server.
             A lower k value path is more optimal than higher k
             value path(s)";
        }
        uses te-types:generic-path-properties {
          augment "path-properties" {
            description
              "additional path properties returned by path
               computation.";
            uses te-types:te-bandwidth;
            leaf disjointness-type {
              type te-types:te-path-disjointness;
              config false;
              description
                "The type of resource disjointness.
                 When reported for a primary path, it represents the
                 minimum level of disjointness of all the secondary
                 paths. When reported for a secondary path, it
                 represents the disjointness of the secondary path.";
            }
          }
        }
      }
    }
    container computed-path-error-infos {
      config false;
      description
        "Path computation information container.";
      list computed-path-error-info {
        description
          "List of path computation info entries.";
        leaf error-description {
          type string;
          description
            "Textual representation of the error that occurred
             during path computation.";
        }
        leaf error-timestamp {
          type yang:date-and-time;
          description
            "Timestamp of last path computation attempt.";
        }
        leaf error-reason {
          type identityref {
            base te-types:path-computation-error-reason;
          }
          description
            "Reason for the path computation error.";
        }
      }
    }
  }

  grouping protection-restoration-properties {
    description
      "Protection and restoration parameters.";
    container protection {
      description
        "Protection parameters.";
      leaf protection-type {
        type identityref {
          base te-types:lsp-protection-type;
        }
        default "te-types:lsp-protection-unprotected";
        description
          "LSP protection type.";
      }
      leaf protection-reversion-disable {
        type boolean;
        default "false";
        description
          "Disable protection reversion to working path.";
      }
      leaf hold-off-time {
        type uint32;
        units "milli-seconds";
        description
          "The time between the declaration of an SF or SD condition
           and the initialization of the protection switching
           algorithm.";
        reference
          "RFC4427";
      }
      leaf wait-to-revert {
        type uint16;
        units "seconds";
        description
          "Time to wait before attempting LSP reversion.";
        reference
          "RFC4427";
      }
      leaf aps-signal-id {
        type uint8 {
          range "1..255";
        }
        default "1";
        description
          "The APS signal number used to reference the traffic of
           this tunnel. The default value for normal traffic is 1.
           The default value for extra-traffic is 255. If not
           specified, non-default values can be assigned by the
           server, if and only if, the server controls both
            endpoints.";
        reference
          "ITU_G.808.1";
      }
    }
    container restoration {
      description
        "Restoration parameters.";
      leaf restoration-type {
        type identityref {
          base te-types:lsp-restoration-type;
        }
        description
          "LSP restoration type.";
      }
      leaf restoration-scheme {
        type identityref {
          base te-types:restoration-scheme-type;
        }
        default "te-types:restoration-scheme-preconfigured";
        description
          "LSP restoration scheme.";
      }
      leaf restoration-reversion-disable {
        type boolean;
        default "false";
        description
          "Disable restoration reversion to working path.";
      }
      leaf hold-off-time {
        type uint32;
        units "milli-seconds";
        description
          "The time between the declaration of an SF or SD condition
           and the initialization of the protection switching
           algorithm.";
        reference
          "RFC4427";
      }
      leaf wait-to-restore {
        type uint16;
        units "seconds";
        description
          "Time to wait before attempting LSP restoration.";
        reference
          "RFC4427";
      }
      leaf wait-to-revert {
        type uint16;
        units "seconds";
        description
          "Time to wait before attempting LSP reversion.";
        reference
          "RFC4427";
      }
    }
  }

  grouping tunnel-associations-properties {
    description
      "TE tunnel association grouping.";
    container association-objects {
      description
        "TE tunnel associations.";
      list association-object {
        key "association-key";
        unique "type id source/id source/type";
        description
          "List of association base objects.";
        reference
          "RFC4872";
        leaf association-key {
          type string;
          description
            "Association key used to identify a specific
             association in the list";
        }
        leaf type {
          type identityref {
            base te-types:association-type;
          }
          description
            "Association type.";
          reference
            "RFC4872";
        }
        leaf id {
          type uint16;
          description
            "Association identifier.";
          reference
            "RFC4872";
        }
        container source {
          uses te-generic-node-id;
          description
            "Association source.";
          reference
            "RFC4872";
        }
      }
      list association-object-extended {
        key "association-key";
        unique
          "type id source/id source/type global-source extended-id";
        description
          "List of extended association objects.";
        reference
          "RFC6780";
        leaf association-key {
          type string;
          description
            "Association key used to identify a specific
             association in the list";
        }
        leaf type {
          type identityref {
            base te-types:association-type;
          }
          description
            "Association type.";
          reference
            "RFC4872, RFC6780";
        }
        leaf id {
          type uint16;
          description
            "Association identifier.";
          reference
            "RFC4872, RFC6780";
        }
        container source {
          uses te-generic-node-id;
          description
            "Association source.";
          reference
            "RFC4872, RFC6780";
        }
        leaf global-source {
          type uint32;
          description
            "Association global source.";
          reference
            "RFC6780";
        }
        leaf extended-id {
          type yang:hex-string;
          description
            "Association extended identifier.";
          reference
            "RFC6780";
        }
      }
    }
  }

  grouping tunnel-end-point {
    description
      "Common grouping used to specify the tunnel source and 
      destination end-points.";
    leaf node-id {
      type nw:node-id;
      description
        "The TE tunnel end-point node identifier";
    }
    leaf te-node-id {
      type te-types:te-node-id;
      description
        "The TE tunnel end-point TE node identifier";
    }
    leaf tunnel-tp-id {
      when "../node-id or ../te-node-id" {
        description
          "The TE tunnel termination point identifier is local to 
          a node";
      }
      type binary;
      description
        "The TE tunnel end-point TE tunnel termination point 
        identifier";
    }
  }

  /* This grouping is re-used in path-computation rpc */
  grouping tunnel-common-attributes {
    description
      "Common grouping to define the TE tunnel parameters";
    container source {
      description
        "TE tunnel source end-point.";
      uses tunnel-end-point;
    }
    container destination {
      description
        "TE tunnel destination end-point.";
      uses tunnel-end-point;
    }
    leaf bidirectional {
      type boolean;
      default "false";
      description
        "Indicates a bidirectional tunnel";
    }
  }

  /* This grouping is re-used in path-computation rpc */
  grouping tunnel-hierarchy-properties {
    description
      "A grouping for TE tunnel hierarchy information.";
    container hierarchy {
      description
        "Container for TE hierarchy related information.";
      container dependency-tunnels {
        description
          "List of tunnels that this tunnel can be potentially
           dependent on.";
        list dependency-tunnel {
          key "name";
          description
            "A tunnel entry that this tunnel can potentially depend
             on.";
          leaf name {
            type tunnel-ref;
            description
              "Dependency tunnel name. The tunnel may not have been
               instantiated yet.";
          }
          uses te-types:encoding-and-switching-type;
        }
      }
      container hierarchical-link {
        description
          "Identifies a hierarchical link (in client layer)
           that this tunnel is associated with. By default, the
           topology of the hierarchical link is the same topology of
           the tunnel;";
        reference
          "RFC4206";
        leaf enable {
          type boolean;
          default "false";
          description
            "Enables the hierarchical link properties supported by
             this tunnel";
        }
        leaf local-node-id {
          type nw:node-id;
          description
            "The local node identifier.";
        }
        leaf local-te-node-id {
          type te-types:te-node-id;
          description
            "The local TE node identifier.";
        }
        leaf local-link-tp-id {
          type nt:tp-id;
          description
            "The local link termination point identifier.";
        }
        leaf local-te-link-tp-id {
          type te-types:te-tp-id;
          description
            "The local TE link termination point identifier.";
        }
        leaf remote-link-tp-id {
          type nt:tp-id;
          description
            "The remote link termination point identifier.";
        }
        leaf remote-te-node-id {
          type te-types:te-node-id;
          description
            "Remote TE node identifier.";
        }
        leaf network-id {
          type nw:network-id;
          description
            "The network topology identifier where the hierarchical 
            link supported by this TE tunnel is instantiated.";
        }
        uses te-types:te-topology-identifier {
          description
            "The TE topology identifier where the hierarchical link
             supported by this TE tunnel is instantiated.";
        }
      }
    }
  }

  grouping path-constraints-common {
    description
      "Global named path constraints configuration
       grouping.";
    uses te-types:common-path-constraints-attributes;
    uses te-types:generic-path-disjointness;
    uses te-types:path-constraints-route-objects;
    container path-in-segment {
      presence "The end-to-end tunnel starts in a previous domain;
                this tunnel is a segment in the current domain.";
      description
        "If an end-to-end tunnel crosses multiple domains using
         the same technology, some additional constraints have to be
         taken in consideration in each domain.
         This TE tunnel segment is stitched to the upstream TE tunnel
         segment.";
      uses te-types:label-set-info;
    }
    container path-out-segment {
      presence
        "The end-to-end tunnel is not terminated in this domain;
         this tunnel is a segment in the current domain.";
      description
        "If an end-to-end tunnel crosses multiple domains using
         the same technology, some additional constraints have to be
         taken in consideration in each domain.
         This TE tunnel segment is stitched to the downstream TE
         tunnel segment.";
      uses te-types:label-set-info;
    }
  }

  /**
   * TE container
   */

  container te {
    description
      "TE global container.";
    leaf enable {
      type boolean;
      description
        "Enables the TE component features.";
    }

    /* TE Global Data */
    container globals {
      description
        "Globals TE system-wide configuration data container.";
      container named-admin-groups {
        description
          "TE named admin groups container.";
        list named-admin-group {
          if-feature "te-types:extended-admin-groups";
          if-feature "te-types:named-extended-admin-groups";
          key "name";
          description
            "List of named TE admin-groups.";
          leaf name {
            type string;
            description
              "A string name that uniquely identifies a TE
               interface named admin-group.";
          }
          leaf bit-position {
            type uint32;
            description
              "Bit position representing the administrative group.";
            reference
              "RFC3209 and RFC7308";
          }


        }
      }
      container named-srlgs {
        description
          "TE named SRLGs container.";
        list named-srlg {
          if-feature "te-types:named-srlg-groups";
          key "name";
          description
            "A list of named SRLG groups.";
          leaf name {
            type string;
            description
              "A string name that uniquely identifies a TE
               interface named SRLG.";
          }
          leaf value {
            type te-types:srlg;
            description
              "An SRLG value.";
          }
          leaf cost {
            type uint32;
            description
              "SRLG associated cost. Used during path to append
               the path cost when traversing a link with this SRLG.";
          }
        }
      }
      container named-path-constraints {
        description
          "TE named path constraints container.";
        list named-path-constraint {
          if-feature "te-types:named-path-constraints";
          key "name";
          leaf name {
            type string;
            description
              "A string name that uniquely identifies a
               path constraint set.";
          }
          uses path-constraints-common;
          description
            "A list of named path constraints.";
        }
      }
    }

    /* TE Tunnel Data */
    container tunnels {
      description
        "Tunnels TE configuration data container.";
      list tunnel {
        key "name";
        description
          "The list of TE tunnels.";
        leaf name {
          type string;
          description
            "TE tunnel name.";
        }
        leaf alias {
          type string;
          description
            "An alternate name of the TE tunnel that can be modified
             anytime during its lifetime.";
        }
        leaf identifier {
          type uint32;
          description
            "TE tunnel Identifier.";
          reference
            "RFC3209";
        }
        leaf color {
          type uint32;
          description "The color associated with the TE tunnel.";
          reference "RFC9012";
        }
        leaf description {
          type string;
          default "None";
          description
            "Textual description for this TE tunnel.";
        }
        leaf admin-state {
          type identityref {
            base te-types:tunnel-admin-state-type;
          }
          default "te-types:tunnel-admin-state-up";
          description
            "TE tunnel administrative state.";
        }
        leaf operational-state {
          type identityref {
            base te-types:tunnel-state-type;
          }
          config false;
          description
            "TE tunnel operational state.";
        }
        uses te-types:encoding-and-switching-type;
        uses tunnel-common-attributes;
        container controller {
          description
            "Contains tunnel data relevant to external controller(s).
             This target node may be augmented by external module(s),
             for example, to add data for PCEP initiated and/or
             delegated tunnels.";
          leaf protocol-origin {
            type identityref {
              base te-types:protocol-origin-type;
            }
            description
              "The protocol origin for instantiating the tunnel."; 
          }
          leaf controller-entity-id {
            type string;
            description
              "An identifier unique within the scope of visibility
               that associated with the entity that controls the
               tunnel.";
            reference "RFC8232";
          }
        }
        leaf reoptimize-timer {
          type uint16;
          units "seconds";
          description
            "Frequency of reoptimization of a traffic engineered
             LSP.";
        }
        uses tunnel-associations-properties;
        uses protection-restoration-properties;
        uses te-types:tunnel-constraints;
        uses tunnel-hierarchy-properties;
        container primary-paths {
          description
            "The set of primary paths.";
          reference "RFC4872";
          list primary-path {
            key "name";
            description
              "List of primary paths for this tunnel.";
            leaf active {
              type boolean;
              config false;
              description
                "Indicates an active path that
                 has been selected from the primary paths list.";
            }
            uses path-common-properties;
            uses path-forward-properties;
            uses k-requested-paths;
            uses path-compute-info;
            uses path-state;
            container primary-reverse-path {
              when "../../../te:bidirectional = 'true'";
              description
                "The reverse primary path properties.";
              uses path-common-properties;
              uses path-compute-info;
              uses path-state;
              container candidate-secondary-reverse-paths {
                description
                  "The set of referenced candidate reverse secondary
                   paths from the full set of secondary reverse paths
                   which may be used for this primary path.";
                list candidate-secondary-reverse-path {
                  key "secondary-reverse-path";
                  ordered-by user;
                  description
                    "List of candidate secondary reverse path(s)";
                  leaf secondary-reverse-path {
                    type leafref {
                      path "../../../../../../"
                         + "te:secondary-reverse-paths/"
                         + "te:secondary-reverse-path/te:name";
                    }
                    description
                      "A reference to the secondary reverse path that
                       may be utilized when the containing primary
                       reverse path is in use.";
                  }
                  leaf active {
                    type boolean;
                    config false;
                    description
                      "Indicates an active path that has been
                       selected from the secondary reverse paths
                       list.";
                  }
                }
              }
            }
            container candidate-secondary-paths {
              description
                "The set of candidate secondary paths which may be
                 used for this primary path. When secondary paths are
                 specified in the list the path of the secondary LSP
                 in use must be restricted to those paths
                 referenced.
                 The priority of the secondary paths is specified
                 within the list. Higher priority values are less
                 preferred - that is to say that a path with priority
                 0 is the most preferred path. In the case that the
                 list is empty, any secondary path may be
                 utilised when the current primary path is in use.";
              list candidate-secondary-path {
                key "secondary-path";
                ordered-by user;
                description
                  "List of candidate secondary paths for this
                   tunnel.";
                leaf secondary-path {
                  type leafref {
                    path "../../../../../te:secondary-paths/"
                       + "te:secondary-path/te:name";
                  }
                  description
                    "A reference to the secondary path that may be
                     utilised when the containing primary path is
                     in use.";
                }
                leaf active {
                  type boolean;
                  config false;
                  description
                    "Indicates an active path that has been selected
                     from the candidate secondary paths.";
                }
              }
            }
          }
        }
        container secondary-paths {
          description
            "The set of secondary paths.";
          reference "RFC4872";
          list secondary-path {
            key "name";
            description
              "List of secondary paths for this tunnel.";
            uses path-common-properties;
            leaf preference {
              type uint8 {
                range "1..255";
              }
              default "1";
              description
                "Specifies a preference for this path. The lower the
                 number higher the preference.";
            }
            leaf secondary-reverse-path {
              type leafref {
                path "../../../"
                   + "te:secondary-reverse-paths/"
                   + "te:secondary-reverse-path/te:name";
              }
              description
                "A reference to the reverse secondary path when
                 co-routed with the secondary path.";
            }
            uses path-compute-info;
            uses protection-restoration-properties;
            uses path-state;
          }
        }
        container secondary-reverse-paths {
          description
            "The set of secondary reverse paths.";
          list secondary-reverse-path {
            key "name";
            description
              "List of secondary paths for this tunnel.";
            uses path-common-properties;
            leaf preference {
              type uint8 {
                range "1..255";
              }
              default "1";
              description
                "Specifies a preference for this path. The lower the
                 number higher the preference. Paths that have the
                 same preference will be activated together.";
            }
            uses path-compute-info;
            uses protection-restoration-properties;
            uses path-state;
          }
        }
        action tunnel-action {
          description
            "Action commands to manipulate the TE tunnel state.";
          reference
            "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
             Section 2.5";
          input {
            leaf action-type {
              type identityref {
                base te-types:tunnel-action-type;
              }
              description
                "The action to be invoked on the TE tunnel.";
            }
          }
          output {
            leaf action-result {
              type identityref {
                base te-types:te-action-result;
              }
              description
                "The result of the tunnel action operation.";
            }
          }
        }
        action protection-external-commands {
          description
            "Actions to manipulate the protection external
             commands of the TE tunnel.";
          reference
            "RFC 4427: Recovery (Protection and Restoration)
             Terminology for Generalized Multi-Protocol Label
             Switching (GMPLS)";
          input {
            leaf protection-external-command {
              type identityref {
                base te-types:protection-external-commands;
              }
              description
                "Protection external command.";
            }
            leaf protection-group-ingress-node {
              type boolean;
              default "true";
              description
                "When 'true', indicates that the action is
                 applied on ingress node.
                 By default, the action applies to the ingress node
                 only.";
            }
            leaf protection-group-egress-node {
              type boolean;
              default "false";
              description
                "When set to 'true', indicates that the action is
                 applied on egress node.
                 By default, the action applies to the ingress node
                 only.";
            }
            leaf path-name {
              type string;
              description
                "The name of the path that the external command
                applies to.";
            }
            leaf path-type {
              type te-types:path-type;
              description
                "The type of the path that the external command
                applies to.";
            }
            leaf traffic-type {
              type enumeration {
                enum normal-traffic {
                  description
                    "The manual-switch or forced-switch command
                     applies to the normal traffic (this Tunnel).";
                }
                enum null-traffic {
                  description
                    "The manual-switch or forced-switch command
                     applies to the null traffic.";
                }
                enum extra-traffic {
                  description
                    "The manual-switch or forced-switch command
                     applies to the extra traffic (the extra-traffic
                     Tunnel sharing protection bandwidth with this
                     Tunnel).";
                }
              }
              description
                "Indicates whether the manual-switch or forced-switch
                 commands applies to the normal traffic, the null
                 traffic or the extra-traffic.";
              reference
                "RFC4427";
            }
            leaf extra-traffic-tunnel-ref {
              type tunnel-ref;
              description
                "In case there are multiple extra-traffic tunnels
                 sharing protection bandwidth with this Tunnel
                 (m:n protection), represents which extra-traffic
                 Tunnel the manual-switch or forced-switch to
                 extra-traffic command applies to.";
            }
          }
        }
      }
    }

    /* TE LSPs Data */
    container lsps {
      config false;
      description
        "TE LSPs state container.";
      list lsp {
        key "tunnel-name lsp-id node";
        unique "source destination tunnel-id lsp-id "
          + "extended-tunnel-id";
        description
          "List of LSPs associated with the tunnel.";
        leaf tunnel-name {
          type string;
          description "The TE tunnel name.";
        }
        leaf lsp-id {
          type uint16;
          description
            "Identifier used in the SENDER_TEMPLATE and the
             FILTER_SPEC that can be changed to allow a sender to
             share resources with itself.";
          reference
            "RFC3209";
        }
        leaf node {
          type te-types:te-node-id;
          description
            "The node where the TE LSP state resides on.";
        }
        leaf source {
          type te-types:te-node-id;
          description
            "Tunnel sender address extracted from
             SENDER_TEMPLATE  object.";
          reference
            "RFC3209";
        }
        leaf destination {
          type te-types:te-node-id;
          description
            "The tunnel endpoint address.";
          reference
            "RFC3209";
        }
        leaf tunnel-id {
          type uint16;
          description
            "The tunnel identifier that remains
             constant over the life of the tunnel.";
          reference
            "RFC3209";
        }
        leaf extended-tunnel-id {
          type yang:dotted-quad;
          description
            "The LSP Extended Tunnel ID.";
          reference
            "RFC3209";
        }
        leaf operational-state {
          type identityref {
            base te-types:lsp-state-type;
          }
          description
            "The LSP operational state.";
        }
        leaf signaling-type {
          type identityref {
            base te-types:path-signaling-type;
          }
          description
            "The signaling protocol used to set up this LSP.";
        }
        leaf origin-type {
          type enumeration {
            enum ingress {
              description
                "Origin ingress.";
            }
            enum egress {
              description
                "Origin egress.";
            }
            enum transit {
              description
                "Origin transit.";
            }
          }
          description
            "The origin of the LSP relative to the location of the
             local switch in the path.";
        }
        leaf lsp-resource-status {
          type enumeration {
            enum primary {
              description
                "A primary LSP is a fully established LSP for which
                 the resource allocation has been committed at the
                 data plane.";
            }
            enum secondary {
              description
                "A secondary LSP is an LSP that has been provisioned
                 in the control plane only; e.g. resource allocation
                 has not been committed at the data plane.";
            }
          }
          description
            "LSP resource allocation state.";
          reference
            "RFC4872, section 4.2.1";
        }
        leaf lockout-of-normal {
          type boolean;
          description
            "When set to 'true', it represents a lockout of normal
             traffic external command. When set to 'false', it
             represents a clear lockout of normal traffic external
             command. The lockout of normal traffic command applies
             to this Tunnel.";
          reference
            "RFC4427";
        }
        leaf freeze {
          type boolean;
          description
            "When set to 'true', it represents a freeze external
             command.  When set to 'false', it represents a clear
             freeze external command. The freeze command applies to
             all the Tunnels which are sharing the protection
             resources with this Tunnel.";
          reference
            "RFC4427";
        }
        leaf lsp-protection-role {
          type enumeration {
            enum working {
              description
                "A working LSP must be a primary LSP whilst a
                 protecting LSP can be either a primary or a
                 secondary LSP. Also, known as protected LSPs when
                 working LSPs are associated with protecting LSPs.";
            }
            enum protecting {
              description
                "A secondary LSP is an LSP that has been provisioned
                 in the control plane only; e.g. resource allocation
                 has not been committed at the data plane.";
            }
          }
          description
            "LSP role type.";
          reference
            "RFC4872, section 4.2.1";
        }
        leaf lsp-protection-state {
          type identityref {
            base te-types:lsp-protection-state;
          }
          config false;
          description
            "The reported protection state controlling which
             tunnel is using the resources of the protecting LSP.";
        }
        leaf protection-group-ingress-node-id {
          type te-types:te-node-id;
          description
            "Indicates the te-node-id of the protection group
             ingress node when the APS state represents an external
             command (LoP, SF, MS) applied to it or a WTR timer
             running on it. If the external command is not applied to
             the ingress node or the WTR timer is not running on it,
             this attribute is not specified. A value 0.0.0.0 is used
             when the te-node-id of the protection group ingress node
             is unknown (e.g., because the ingress node is outside
             the scope of control of the server)";
        }
        leaf protection-group-egress-node-id {
          type te-types:te-node-id;
          description
            "Indicates the te-node-id of the protection group egress
             node when the APS state represents an external command
             (LoP, SF, MS) applied to it or a WTR timer running on
             it. If the external command is not applied to the
             ingress node or the WTR timer is not running on it, this
             attribute is not specified. A value 0.0.0.0 is used when
             the te-node-id of the protection group ingress node is
             unknown (e.g., because the ingress node is outside the
             scope of control of the server)";
        }
        container lsp-actual-route-information {
          description
            "RSVP recorded route object information.";
          list lsp-actual-route-information {
            when "../../origin-type = 'ingress'" {
              description
                "Applicable on ingress LSPs only.";
            }
            key "index";
            description
              "Record route list entry.";
            uses te-types:record-route-state;
          }
        }
      }
    }
  }

  /* TE Tunnel RPCs/execution Data */

  rpc tunnels-path-compute {
    description
      "This RPC is a generic API whose
       input and output parameters are expected to be provided by
       augments to this module.";
    reference
      "RFC 4655: A Path Computation Element (PCE)-Based
       Architecture.";
    input {
      container path-compute-info {
        /* 
         * An external path compute module may augment this
         * target.
         */
        description
          "RPC input information.";
      }
    }
    output {
      container path-compute-result {
        /* 
         * An external path compute module may augment this
         * target.
         */
        description
          "RPC output information.";
      }
    }
  }

  rpc tunnels-actions {
    description
      "RPC that manipulates the state of a TE tunnel.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
       Section 2.5";
    input {
      container tunnel-info {
        description
          "TE tunnel information.";
        choice filter-type {
          mandatory true;
          description
            "Filter choice.";
          case all-tunnels {
            leaf all {
              type empty;
              mandatory true;
              description
                "When present, applies the action on all TE
                 tunnels.";
            }
          }
          case one-tunnel {
            leaf tunnel {
              type tunnel-ref;
              description
                "Apply action on the specific TE tunnel.";
            }
          }
        }
      }
      container action-info {
        description
          "TE tunnel action information.";
        leaf action {
          type identityref {
            base te-types:tunnel-action-type;
          }
          description
            "The action type.";
        }
        leaf disruptive {
          when "derived-from-or-self(../action, "
             + "'te-types:tunnel-action-reoptimize')";
          type empty;
          description
            "When present, specifies whether or not the
             reoptimization
             action is allowed to be disruptive.";
        }
      }
    }
    output {
      leaf action-result {
        type identityref {
          base te-types:te-action-result;
        }
        description
          "The result of the tunnel action operation.";
      }
    }
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
</section>
<section anchor="te-device-yang-model"><name>TE Device YANG Model</name>

<t>The device TE YANG module ('ietf-te-device') models data that is specific to
managing a TE device.  This module augments the generic TE YANG module.</t>

<section anchor="module-structure-1"><name>Module Structure</name>

<section anchor="te-interfaces"><name>TE Interfaces</name>

<t>This branch of the model manages TE interfaces that are present on a device. 
Examples of TE interface properties are:</t>

<t><list style="symbols">
  <t>Maximum reservable bandwidth, bandwidth constraints (BC)</t>
  <t>Flooding parameters
  <list style="symbols">
      <t>Flooding intervals and threshold values</t>
    </list></t>
  <t>Interface attributes
  <list style="symbols">
      <t>(Extended) administrative groups</t>
      <t>SRLG values</t>
      <t>TE metric value</t>
    </list></t>
  <t>Fast reroute backup tunnel properties (such as static, auto-tunnel)</t>
</list></t>

<t>The derived state associated with interfaces is grouped under the interface
"state" sub-container as shown in <xref target="fig-if-te-state"/>.  This covers state data
such as:</t>

<t><list style="symbols">
  <t>Bandwidth information: maximum bandwidth, available bandwidth at different
priorities and for each class-type (CT)</t>
  <t>List of admitted LSPs
  <list style="symbols">
      <t>Name, bandwidth value and pool, time, priority</t>
    </list></t>
  <t>Statistics: state counters, flooding counters, admission counters
(accepted/rejected), preemption counters</t>
  <t>Adjacency information
  <list style="symbols">
      <t>Neighbor address</t>
      <t>Metric value</t>
    </list></t>
</list></t>

<figure title="TE interface state YANG subtree" anchor="fig-if-te-state"><artwork><![CDATA[
module: ietf-te-device
  augment /te:te:
      +--rw interfaces
         .
         +-- rw te-dev:te-attributes
                <<intended configuration>>
             .
             +-- ro state
                <<derived state associated with the TE interface>>
]]></artwork></figure>

</section>
</section>
<section anchor="tree-diagram-1"><name>Tree Diagram</name>

<t><xref target="fig-te-dev-tree"/> shows the tree diagram of the device TE YANG model defined in
modules 'ietf-te-device.yang'.</t>

<figure title="TE Tunnel device model YANG tree diagram" anchor="fig-te-dev-tree"><artwork><![CDATA[
module: ietf-te-device

  augment /te:te:
    +--rw interfaces
       +--rw threshold-type?            enumeration
       +--rw delta-percentage?          rt-types:percentage
       +--rw threshold-specification?   enumeration
       +--rw up-thresholds*             rt-types:percentage
       +--rw down-thresholds*           rt-types:percentage
       +--rw up-down-thresholds*        rt-types:percentage
       +--rw interface* [interface]
          +--rw interface                           if:interface-ref
          +--rw te-metric?
          |       te-types:te-metric
          +--rw (admin-group-type)?
          |  +--:(value-admin-groups)
          |  |  +--rw (value-admin-group-type)?
          |  |     +--:(admin-groups)
          |  |     |  +--rw admin-group?
          |  |     |          te-types:admin-group
          |  |     +--:(extended-admin-groups)
          |  |              {te-types:extended-admin-groups}?
          |  |        +--rw extended-admin-group?
          |  |                te-types:extended-admin-group
          |  +--:(named-admin-groups)
          |     +--rw named-admin-groups* [named-admin-group]
          |             {te-types:extended-admin-groups,
          |              te-types:named-extended-admin-groups}?
          |        +--rw named-admin-group    leafref
          +--rw (srlg-type)?
          |  +--:(value-srlgs)
          |  |  +--rw values* [value]
          |  |     +--rw value    uint32
          |  +--:(named-srlgs)
          |     +--rw named-srlgs* [named-srlg]
          |             {te-types:named-srlg-groups}?
          |        +--rw named-srlg    leafref
          +--rw threshold-type?                     enumeration
          +--rw delta-percentage?
          |       rt-types:percentage
          +--rw threshold-specification?            enumeration
          +--rw up-thresholds*
          |       rt-types:percentage
          +--rw down-thresholds*
          |       rt-types:percentage
          +--rw up-down-thresholds*
          |       rt-types:percentage
          +--rw switching-capabilities* [switching-capability]
          |  +--rw switching-capability    identityref
          |  +--rw encoding?               identityref
          +--ro te-advertisements-state
             +--ro flood-interval?           uint32
             +--ro last-flooded-time?        uint32
             +--ro next-flooded-time?        uint32
             +--ro last-flooded-trigger?     enumeration
             +--ro advertised-level-areas* [level-area]
                +--ro level-area    uint32
  augment /te:te/te:globals:
    +--rw lsp-install-interval?        uint32
    +--rw lsp-cleanup-interval?        uint32
    +--rw lsp-invalidation-interval?   uint32
  augment /te:te/te:tunnels/te:tunnel:
    +--rw path-invalidation-action?    identityref
    +--rw lsp-install-interval?        uint32
    +--rw lsp-cleanup-interval?        uint32
    +--rw lsp-invalidation-interval?   uint32
  augment /te:te/te:lsps/te:lsp:
    +--ro lsp-timers
    |  +--ro uptime?            uint32
    |  +--ro time-to-install?   uint32
    |  +--ro time-to-destroy?   uint32
    +--ro downstream-info
    |  +--ro nhop?                 te-types:te-tp-id
    |  +--ro outgoing-interface?   if:interface-ref
    |  +--ro neighbor
    |  |  +--ro id?     te-gen-node-id
    |  |  +--ro type?   enumeration
    |  +--ro label?                rt-types:generalized-label
    +--ro upstream-info
       +--ro phop?       te-types:te-tp-id
       +--ro neighbor
       |  +--ro id?     te-gen-node-id
       |  +--ro type?   enumeration
       +--ro label?      rt-types:generalized-label

  rpcs:
    +---x link-state-update
       +---w input
          +---w (filter-type)
             +--:(match-all)
             |  +---w all          empty
             +--:(match-one-interface)
                +---w interface?   if:interface-ref

]]></artwork></figure>

</section>
<section anchor="yang-module-1"><name>YANG Module</name>

<t>The device TE YANG module 'ietf-te-device' imports the following module(s):</t>

<t><list style="symbols">
  <t>ietf-interfaces defined in <xref target="RFC8343"/></t>
  <t>ietf-routing-types defined in <xref target="RFC8294"/></t>
  <t>ietf-te-types defined in <xref target="I-D.draft-ietf-teas-rfc8776-update"/></t>
  <t>ietf-te defined in this document</t>
</list></t>

<figure title="TE device data model YANG module" anchor="fig-te-device-types"><artwork><![CDATA[
<CODE BEGINS> file "ietf-te-device@2024-01-10.yang"
module ietf-te-device {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-te-device";

  /* Replace with IANA when assigned */

  prefix te-dev;

  /* Import TE module */

  import ietf-te {
    prefix te;
    reference
      "RFCXXXX: A YANG Data Model for Traffic Engineering
       Tunnels and Interfaces";
  }

  /* Import TE types */

  import ietf-te-types {
    prefix te-types;
    reference
      "draft-ietf-teas-rfc8776-update: Common YANG Data Types
           for Traffic Engineering.";
  }
  import ietf-interfaces {
    prefix if;
    reference
      "RFC8343: A YANG Data Model for Interface Management";
  }
  import ietf-routing-types {
    prefix rt-types;
    reference
      "RFC8294: Common YANG Data Types for the Routing Area";
  }

  organization
    "IETF Traffic Engineering Architecture and Signaling (TEAS)
     Working Group";
  contact
    "WG Web:   <https://tools.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:   Himanshu Shah
               <mailto:hshah@ciena.com>

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

     Editor:   Igor Bryskin
               <mailto:i_bryskin@yahoo.com>

     Editor:   Oscar Gonzalez de Dios
               <mailto: oscar.gonzalezdedios@telefonica.com>";

  description
    "This module defines a data model for TE device configurations,
     state, and RPCs. 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.";

  // RFC Ed.: replace XXXX with actual RFC number and remove this
  // note.
  // RFC Ed.: update the date below with the date of RFC publication
  // and remove this note.

  revision 2024-01-10 {
    description
      "Initial revision for the TE device YANG module.";
    reference
      "RFCXXXX: A YANG Data Model for Traffic Engineering Tunnels
       and Interfaces";
  }

  grouping lsp-device-timers {
    description
      "Device TE LSP timers configs.";
    leaf lsp-install-interval {
      type uint32;
      units "seconds";
      description
        "TE LSP installation delay time.";
    }
    leaf lsp-cleanup-interval {
      type uint32;
      units "seconds";
      description
        "TE LSP cleanup delay time.";
    }
    leaf lsp-invalidation-interval {
      type uint32;
      units "seconds";
      description
        "TE LSP path invalidation before taking action delay time.";
    }
  }

  grouping te-igp-flooding-bandwidth-config {
    description
      "Configurable items for igp flooding bandwidth
       threshold configuration.";
    leaf threshold-type {
      type enumeration {
        enum delta {
          description
            "'delta' indicates that the local
             system should flood IGP updates when a
             change in reserved bandwidth >= the specified
             delta occurs on the interface.";
        }
        enum threshold-crossed {
          description
            "THRESHOLD-CROSSED indicates that
             the local system should trigger an update (and
             hence flood) the reserved bandwidth when the
             reserved bandwidth changes such that it crosses,
             or becomes equal to one of the threshold values.";
        }
      }
      description
        "The type of threshold that should be used to specify the
         values at which bandwidth is flooded. 'delta' indicates that
         the local system should flood IGP updates when a change in
         reserved bandwidth >= the specified delta occurs on the
         interface. Where 'threshold-crossed' is specified, the local
         system should trigger an update (and hence flood) the
         reserved bandwidth when the reserved bandwidth changes such
         that it crosses, or becomes equal to one of the threshold
         values.";
    }
    leaf delta-percentage {
      when "../threshold-type = 'delta'" {
        description
          "The percentage delta can only be specified when the
           threshold type is specified to be a percentage delta of
           the reserved bandwidth.";
      }
      type rt-types:percentage;
      description
        "The percentage of the maximum-reservable-bandwidth
         considered as the delta that results in an IGP update
         being flooded.";
    }
    leaf threshold-specification {
      when "../threshold-type = 'threshold-crossed'" {
        description
          "The selection of whether mirrored or separate threshold
           values are to be used requires user specified thresholds
           to be set.";
      }
      type enumeration {
        enum mirrored-up-down {
          description
            "mirrored-up-down indicates that a single set of
             threshold values should be used for both increasing
             and decreasing bandwidth when determining whether
             to trigger updated bandwidth values to be flooded
             in the IGP TE extensions.";
        }
        enum separate-up-down {
          description
            "separate-up-down indicates that a separate
             threshold values should be used for the increasing
             and decreasing bandwidth when determining whether
             to trigger updated bandwidth values to be flooded
             in the IGP TE extensions.";
        }
      }
      description
        "This value specifies whether a single set of threshold
         values should be used for both increasing and decreasing
         bandwidth when determining whether to trigger updated
         bandwidth values to be flooded in the IGP TE extensions.
         'mirrored-up-down' indicates that a single value (or set of
         values) should be used for both increasing and decreasing
         values, where 'separate-up-down' specifies that the
         increasing and decreasing values will be separately
         specified.";
    }
    leaf-list up-thresholds {
      when "../threshold-type = 'threshold-crossed'"
         + "and ../threshold-specification = 'separate-up-down'" {
        description
          "A list of up-thresholds can only be specified when the
           bandwidth update is triggered based on crossing a
           threshold and separate up and down thresholds are
           required.";
      }
      type rt-types:percentage;
      description
        "The thresholds (expressed as a percentage of the maximum
         reservable bandwidth) at which bandwidth updates are to be
         triggered when the bandwidth is increasing.";
    }
    leaf-list down-thresholds {
      when "../threshold-type = 'threshold-crossed'"
         + "and ../threshold-specification = 'separate-up-down'" {
        description
          "A list of down-thresholds can only be specified when the
           bandwidth update is triggered based on crossing a
           threshold and separate up and down thresholds are
           required.";
      }
      type rt-types:percentage;
      description
        "The thresholds (expressed as a percentage of the maximum
         reservable bandwidth) at which bandwidth updates are to be
         triggered when the bandwidth is decreasing.";
    }
    leaf-list up-down-thresholds {
      when "../threshold-type = 'threshold-crossed'"
         + "and ../threshold-specification = 'mirrored-up-down'" {
        description
          "A list of thresholds corresponding to both increasing
           and decreasing bandwidths can be specified only when an
           update is triggered based on crossing a threshold, and
           the same up and down thresholds are required.";
      }
      type rt-types:percentage;
      description
        "The thresholds (expressed as a percentage of the maximum
         reservable bandwidth of the interface) at which bandwidth
         updates are flooded - used both when the bandwidth is
         increasing and decreasing.";
    }
  }

  /**
   * TE device augmentations
   */
  augment "/te:te" {
    description
      "TE global container.";
    /* TE Interface Configuration Data */
    container interfaces {
      description
        "Configuration data model for TE interfaces.";
      uses te-igp-flooding-bandwidth-config;
      list interface {
        key "name";
        description
          "The list of interfaces enabled for TE.";
        leaf name {
          type if:interface-ref;
          description
            "The reference to interface enabled for TE.";
        }
        /* TE interface parameters */
        leaf te-metric {
          type te-types:te-metric;
          description
            "TE interface metric.";
        }
        choice admin-group-type {
          description
            "TE interface administrative groups
             representation type.";
          case value-admin-groups {
            choice value-admin-group-type {
              description
                "choice of admin-groups.";
              case admin-groups {
                description
                  "Administrative group/Resource
                   class/Color.";
                leaf admin-group {
                  type te-types:admin-group;
                  description
                    "TE interface administrative group.";
                }
              }
              case extended-admin-groups {
                if-feature "te-types:extended-admin-groups";
                description
                  "Extended administrative group/Resource
                   class/Color.";
                leaf extended-admin-group {
                  type te-types:extended-admin-group;
                  description
                    "TE interface extended administrative group.";
                }
              }
            }
          }
          case named-admin-groups {
            list named-admin-groups {
              if-feature "te-types:extended-admin-groups";
              if-feature "te-types:named-extended-admin-groups";
              key "named-admin-group";
              description
                "A list of named admin-group entries.";
              leaf named-admin-group {
                type leafref {
                  path "../../../../te:globals/"
                     + "te:named-admin-groups/te:named-admin-group/"
                     + "te:name";
                }
                description
                  "A named admin-group entry.";
              }
            }
          }
        }
        choice srlg-type {
          description
            "Choice of SRLG configuration.";
          case value-srlgs {
            list values {
              key "value";
              description
                "List of SRLG values that
                 this link is part of.";
              leaf value {
                type uint32 {
                  range "0..4294967295";
                }
                description
                  "Value of the SRLG";
              }
            }
          }
          case named-srlgs {
            list named-srlgs {
              if-feature "te-types:named-srlg-groups";
              key "named-srlg";
              description
                "A list of named SRLG entries.";
              leaf named-srlg {
                type leafref {
                  path "../../../../te:globals/"
                     + "te:named-srlgs/te:named-srlg/te:name";
                }
                description
                  "A named SRLG entry.";
              }
            }
          }
        }
        uses te-igp-flooding-bandwidth-config;
        list switching-capabilities {
          key "switching-capability";
          description
            "List of interface capabilities for this interface.";
          leaf switching-capability {
            type identityref {
              base te-types:switching-capabilities;
            }
            description
              "Switching Capability for this interface.";
          }
          leaf encoding {
            type identityref {
              base te-types:lsp-encoding-types;
            }
            description
              "Encoding supported by this interface.";
          }
        }
        container te-advertisements-state {
          config false;
          description
            "TE interface advertisements state container.";
          leaf flood-interval {
            type uint32;
            description
              "The periodic flooding interval.";
          }
          leaf last-flooded-time {
            type uint32;
            units "seconds";
            description
              "Time elapsed since last flooding in seconds.";
          }
          leaf next-flooded-time {
            type uint32;
            units "seconds";
            description
              "Time remained for next flooding in seconds.";
          }
          leaf last-flooded-trigger {
            type enumeration {
              enum link-up {
                description
                  "Link-up flooding trigger.";
              }
              enum link-down {
                description
                  "Link-down flooding trigger.";
              }
              enum threshold-up {
                description
                  "Bandwidth reservation up threshold.";
              }
              enum threshold-down {
                description
                  "Bandwidth reservation down threshold.";
              }
              enum bandwidth-change {
                description
                  "Bandwidth capacity change.";
              }
              enum user-initiated {
                description
                  "Initiated by user.";
              }
              enum srlg-change {
                description
                  "SRLG property change.";
              }
              enum periodic-timer {
                description
                  "Periodic timer expired.";
              }
            }
            default "periodic-timer";
            description
              "Trigger for the last flood.";
          }
          list advertised-level-areas {
            key "level-area";
            description
              "List of level-areas that the TE interface is
               advertised in.";
            leaf level-area {
              type uint32;
              description
                "The IGP area or level where the TE interface link
                 state is advertised in.";
            }
          }
        }
      }
    }
  }

  /* TE globals device augmentation */

  augment "/te:te/te:globals" {
    description
      "Global TE device specific configuration parameters.";
    uses lsp-device-timers;
  }

  /* TE tunnels device configuration augmentation */

  augment "/te:te/te:tunnels/te:tunnel" {
    description
      "Tunnel device dependent augmentation.";
    leaf path-invalidation-action {
      type identityref {
        base te-types:path-invalidation-action-type;
      }
      description
        "Tunnel path invalidation action.";
    }
    uses lsp-device-timers;
  }

  /* TE LSPs device state augmentation */

  augment "/te:te/te:lsps/te:lsp" {
    description
      "TE LSP device dependent augmentation.";
    container lsp-timers {
      when "../te:origin-type = 'ingress'" {
        description
          "Applicable to ingress LSPs only.";
      }
      description
        "Ingress LSP timers.";
      leaf uptime {
        type uint32;
        units "seconds";
        description
          "The LSP uptime.";
      }
      leaf time-to-install {
        type uint32;
        units "seconds";
        description
          "The time remaining for a new LSP to be instantiated
           in forwarding to carry traffic.";
      }
      leaf time-to-destroy {
        type uint32;
        units "seconds";
        description
          "The time remaining for a existing LSP to be deleted
           from forwarding.";
      }
    }
    container downstream-info {
      when "../te:origin-type != 'egress'" {
        description
          "Downstream information of the LSP.";
      }
      description
        "downstream information.";
      leaf nhop {
        type te-types:te-tp-id;
        description
          "downstream next-hop address.";
      }
      leaf outgoing-interface {
        type if:interface-ref;
        description
          "downstream interface.";
      }
      container neighbor {
        uses te:te-generic-node-id;
        description
          "downstream neighbor address.";
      }
      leaf label {
        type rt-types:generalized-label;
        description
          "downstream label.";
      }
    }
    container upstream-info {
      when "../te:origin-type != 'ingress'" {
        description
          "Upstream information of the LSP.";
      }
      description
        "upstream information.";
      leaf phop {
        type te-types:te-tp-id;
        description
          "upstream next-hop or previous-hop address.";
      }
      container neighbor {
        uses te:te-generic-node-id;
        description
          "upstream neighbor address.";
      }
      leaf label {
        type rt-types:generalized-label;
        description
          "upstream label.";
      }
    }
  }

  /* TE interfaces RPCs/execution Data */

  rpc link-state-update {
    description
      "Triggers a link state update for the specific interface.";
    input {
      choice filter-type {
        mandatory true;
        description
          "Filter choice.";
        case match-all {
          leaf all {
            type empty;
            mandatory true;
            description
              "Match all TE interfaces.";
          }
        }
        case match-one-interface {
          leaf interface {
            type if:interface-ref;
            description
              "Match a specific TE interface.";
          }
        }
      }
    }
  }
}
<CODE ENDS>
]]></artwork></figure>

</section>
</section>
<section anchor="notifications"><name>Notifications</name>

<t>Notifications are a key component of any topology data model.</t>

<t><xref target="RFC8639"/> and <xref target="RFC8641"/> define a subscription mechanism and a push
mechanism for YANG datastores.  These mechanisms currently allow the
user to:</t>

<t><list style="symbols">
  <t>Subscribe to notifications on a per-client basis.</t>
  <t>Specify subtree filters or XML Path Language (XPath) filters so
that only contents of interest will be sent.</t>
  <t>Specify either periodic or on-demand notifications.</t>
</list></t>

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

<t>This document registers the following URIs in the IETF XML registry
<xref target="RFC3688"/>.
Following the format in <xref target="RFC3688"/>, the following registrations are
requested to be made.</t>

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

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

<t>This document registers two YANG modules in the YANG Module Names
registry <xref target="RFC6020"/>.</t>

<figure><artwork><![CDATA[
   Name:       ietf-te
   Namespace:  urn:ietf:params:xml:ns:yang:ietf-te
   Prefix:     te
   Reference:  RFCXXXX

   Name:       ietf-te-device
   Namespace:  urn:ietf:params:xml:ns:yang:ietf-te-device
   Prefix:     te-device
   Reference:  RFCXXXX
]]></artwork></figure>

</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>There are a number of data nodes defined in this YANG module that are
writable/creatable/deletable (i.e., config true, which is the default). These
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. These are
the subtrees and data nodes and their sensitivity/vulnerability:</t>

<t>"/te/globals":  This module specifies the global TE configurations on a device.
Unauthorized access to this container could cause the device to ignore packets
it should receive and process.</t>

<t>"/te/tunnels":  This list specifies the configuration and state of TE Tunnels
present on the device or controller.  Unauthorized access to this list could
cause the device to ignore packets it should receive and process. An attacker
may also use state to derive information about the network topology,
and subsequently orchestrate further attacks.</t>

<t>"/te/interfaces":  This list specifies the configuration and state TE interfaces
on a device. Unauthorized access to this list could cause the device to ignore packets it
should receive and process.</t>

<t>Some of the readable data nodes in this YANG module may be considered sensitive
or vulnerable in some network environments. It is thus important to control
read access (e.g., via get, get-config, or notification) to these data nodes.
These are the subtrees and data nodes and their sensitivity/vulnerability:</t>

<t>"/te/lsps": this list contains information state about established LSPs in the network.
An attacker can use this information to derive information about the network topology,
and subsequently orchestrate further attacks.</t>

<t>Some of the RPC operations in this YANG module may be considered sensitive or
vulnerable in some network environments. It is thus important to control access
to these operations. These are the operations and their
sensitivity/vulnerability:</t>

<t>"/te/tunnels-actions": using this RPC, an attacker can modify existing paths that
may be carrying live traffic, and hence result to interruption to services
carried over the network.</t>

<t>"/te/tunnels-path-compute": using this RPC, an attacker can retrieve secured
information about the network provider which can be used to orchestrate further
attacks.</t>

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

</section>
<section anchor="acknowledgement"><name>Acknowledgement</name>

<t>The authors would like to thank the  members of the multi-vendor YANG design
team who are involved in the definition of this model.</t>

<t>The authors would like to thank Tom Petch and Adrian Farrel for reviewing and
providing useful feedback about the document. The authors would also like to
thank Loa Andersson, Lou Berger, Sergio Belotti, Italo Busi, Carlo Perocchio,
Francesco Lazzeri, Aihua Guo, Dhruv Dhody, and Raqib Jones for providing
feedback on this document.</t>

</section>
<section anchor="contributors"><name>Contributors</name>

<figure><artwork><![CDATA[
   Oscar Gonzalez de Dios
   Telefonica

   Email: oscar.gonzalezdedios@telefonica.com

   Himanshu Shah
   Ciena

   Email: hshah@ciena.com


   Xia Chen
   Huawei Technologies

   Email: jescia.chenxia@huawei.com


   Bin Wen
   Comcast

   Email: Bin_Wen@cable.comcast.com

]]></artwork></figure>

</section>
<section anchor="AppendixA"><name>Appendix A: Data Tree Examples</name>

<t>This section contains examples of use of the model with RESTCONF <xref target="RFC8040"/> and JSON encoding.</t>

<t>For the example we will use a 4 node MPLS network were RSVP-TE MPLS Tunnels can be setup. The
loopbacks of each router are shown. The network in <xref target="AppFig-Topo"/> will be used in the examples
described in the following sections.</t>

<figure title="TE network used in data tree examples" anchor="AppFig-Topo"><artwork><![CDATA[
 192.0.2.1        192.0.2.2      192.0.2.4
 +-------+        +-------+      +-------+
 |       |        |       |      |       |
 |   A   +--------+   B   +------+   D   |
 +---+---+        +-------+      +---+---+
     |                               |
     |            +-------+          |
     |            |       |          |
     +------------+   C   +----------+
                  |       |
                  +-------+
                  192.0.2.3
]]></artwork></figure>

<section anchor="TeTunnel"><name>Basic Tunnel Setup</name>

<t>This example uses the TE Tunnel YANG data model defined in this document to create an
RSVP-TE signaled Tunnel of packet LSP encoding type. First, the TE Tunnel is created with no specific restrictions or constraints (e.g., protection or restoration).
The TE Tunnel ingresses on router A and egresses on router D.</t>

<t>In this case, the TE Tunnel is created without specifying additional information about the primary paths.</t>

<figure><artwork><![CDATA[
POST /restconf/data/ietf-te:te/tunnels HTTP/1.1
    Host: example.com
    Accept: application/yang-data+json
    Content-Type: application/yang-data+json

{
  "ietf-te:tunnel": [
    {
      "name": "Example_LSP_Tunnel_A_2",
      "encoding": "te-types:lsp-encoding-packet",
      "admin-state": "te-types:tunnel-state-up",
      "source": "192.0.2.1",
      "destination": "192.0.2.4",
      "bidirectional": "false",
      "signaling-type": "te-types:path-setup-rsvp"
    }
  ]
}
]]></artwork></figure>

</section>
<section anchor="global-named-path-constraints"><name>Global Named Path Constraints</name>

<t>This example uses the YANG data model to create a 'named path constraint' that can be reference by TE Tunnels.
The path constraint, in this case, limits the TE Tunnel hops for the computed path.</t>

<figure><artwork><![CDATA[
POST /restconf/data/ietf-te:te/globals/named-path-constraints
     HTTP/1.1
    Host: example.com
    Accept: application/yang-data+json
    Content-Type: application/yang-data+json


  "ietf-te:named-path-constraint": {
          "name": "max-hop-3",
          "path-metric-bounds": {
            "path-metric-bound": {
              "metric-type": "te-types:path-metric-hop",
              "upper-bound": "3"
    }
   }
  }
}
]]></artwork></figure>

</section>
<section anchor="tunnel-with-global-path-constraint"><name>Tunnel with Global Path Constraint</name>

<t>In this example, the previously created 'named path constraint' is applied to the TE Tunnel created in <xref target="TeTunnel"/>.</t>

<figure><artwork><![CDATA[
POST /restconf/data/ietf-te:te/tunnels HTTP/1.1
    Host: example.com
    Accept: application/yang-data+json
    Content-Type: application/yang-data+json

{
  "ietf-te:ietf-tunnel": [
    {
      "name": "Example_LSP_Tunnel_A_4_1",
      "encoding": "te-types:lsp-encoding-packet",
      "description": "Simple_LSP_with_named_path",
      "admin-state": "te-types:tunnel-state-up",
      "source": "192.0.2.1",
      "destination": "192.0.2.4",
      "signaling-type": "path-setup-rsvp",
      "primary-paths": [
        {
          "primary-path": {
            "name": "Simple_LSP_1",
            "use-path-computation": "true",
            "named-path-constraint": "max-hop-3"
          }
        }
      ]
    }
  ]
}
]]></artwork></figure>

</section>
<section anchor="tunnel-with-per-tunnel-path-constraint"><name>Tunnel with Per-tunnel Path Constraint</name>

<t>In this example, the a per tunnel path constraint is explicitly indicated under the TE Tunnel created in <xref target="TeTunnel"/> to constrain the computed path for the tunnel.</t>

<figure><artwork><![CDATA[
POST /restconf/data/ietf-te:te/tunnels HTTP/1.1
    Host: example.com
    Accept: application/yang-data+json
    Content-Type: application/yang-data+json

{
  "ietf-te:tunnel": [
    {
      "name": "Example_LSP_Tunnel_A_4_2",
      "encoding": "te-types:lsp-encoding-packet",
      "admin-state": "te-types:tunnel-state-up",
      "source": "192.0.2.1",
      "destination": "192.0.2.4",
      "signaling-type": "te-types:path-setup-rsvp",
      "primary-paths": {
        "primary-path": [
          {
            "name": "path1",
            "path-metric-bounds": {
              "path-metric-bound": [
                {
                  "metric-type": "te-types:path-metric-hop",
                  "upper-bound": "3"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}
]]></artwork></figure>

</section>
<section anchor="tunnel-state"><name>Tunnel State</name>

<t>In this example, the 'GET' query is sent to return the state stored about the tunnel.</t>

<figure><artwork><![CDATA[
GET  /restconf/data/ietf-te:te/tunnels +
     /tunnel="Example_LSP_Tunnel_A_4_1"
     /primary-paths/ HTTP/1.1
    Host: example.com
    Accept: application/yang-data+json
]]></artwork></figure>

<t>The request, with status code 200 would include, for example, the following json:</t>

<figure><artwork><![CDATA[
{
  "ietf-te:primary-paths": {
    "primary-path": [
      {
        "name": "path1",
        "path-computation-method": "te-types:path-locally-computed",
        "computed-paths-properties": {
          "computed-path-properties": [
            {
              "k-index": "1",
              "path-properties": {
                "path-route-objects": {
                  "path-route-object": [
                    {
                      "index": "1",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2"
                      }
                    },
                    {
                      "index": "2",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.4"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "lsps": {
          "lsp": [
            {
              "tunnel-name": "Example_LSP_Tunnel_A_4_1",
              "node": "192.0.2.1 ",
              "lsp-id": "25356"
            }
          ]
        }
      }
    ]
  }
}
]]></artwork></figure>

</section>
<section anchor="example-te-tunnel-with-primary-and-secondary-paths"><name>Example TE Tunnel with Primary and Secondary Paths</name>

<figure title="TE network used in data tree examples" anchor="AppFig-Topo2"><artwork><![CDATA[
                       +----------+          +----------+
                     +-|192.0.2.9 |---+      |192.0.2.10|
                     | +----------+   |      +----------+
                     |                |          |   |
+----------+    +----------+     +----------+    |   |
|192.0.2.8 |----|192.0.2.3 |-----|192.0.2.4 |----+   |
+----------+    +----------+     +----------+        |
  |                  |                |              |
+----------+         |                |              |
|192.0.2.1 |---------+                |           +----------+
+----------+                          +-----------|192.0.2.5 |
      |  |                                        +----------+
      |  |              +----------+                     | |
      |  +--------------|192.0.2.2 |---------------------+ |
      |                 +----------+                       |
      |                       | |                          |
  +----------+                | |                   +----------+
  |192.0.2.6 |----------------+ +-------------------|192.0.2.7 |
  +----------+                                      +----------+

]]></artwork></figure>

<t>Below is the state retrieved for a TE tunnel from source 192.0.2.1 to 192.0.2.5
with primary, secondary, reverse, and secondary reverse paths as shown in <xref target="AppFig-Topo2"/>.</t>

<figure><artwork><![CDATA[
{
  "ietf-te:te": {
    "tunnels": {
      "tunnel": [
        {
          "name": "example-1",
          "description": "Example in slide 1",
          "source": "192.0.2.1",
          "destination": "192.0.2.5",
          "bidirectional": false,
          "primary-paths": {
            "primary-path": [
              {
                "name": "primary-1 (fwd)",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                },
                "primary-reverse-path": {
                  "name": "primary-2 (rev)",
                  "explicit-route-objects": {
                    "route-object-include-exclude": [
                      {
                        "index": 1,
                        "explicit-route-usage" : "route-include-object",
                        "numbered-node-hop": {
                          "node-id": "192.0.2.3",
                          "hop-type": "loose"
                        }
                      }
                    ]
                  },
                  "candidate-secondary-reverse-paths": {
                    "candidate-secondary-reverse-path": [
                      "secondary-3 (rev)",
                      "secondary-4 (rev)",
                      "secondary-5 (rev)"
                    ]
                  }
                },
                "candidate-secondary-paths": {
                  "candidate-secondary-path": [
                    "secondary-1 (fwd)",
                    "secondary-2 (fwd)"
                  ]
                }
              }
            ]
          },
          "secondary-paths": {
            "secondary-path": [
              {
                "name": "secondary-1 (fwd)",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.1"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              },
              {
                "name": "secondary-2 (fwd)",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.5",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              }
            ]
          },
          "secondary-reverse-paths": {
            "secondary-reverse-path": [
              {
                "name": "secondary-3 (rev)",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.5"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.4",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              },
              {
                "name": "secondary-4 (rev)",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.4"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.3",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              },
              {
                "name": "secondary-5 (rev)",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.3"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.1",
                        "hop-type":"loose"
                      }
                    }
                  ]
                }
              }
            ]
          }
        },
        {
          "name": "example-3",
          "description": "Example in slide 3",
          "source": "192.0.2.1",
          "destination": "192.0.2.5",
          "bidirectional": true,
          "primary-paths": {
            "primary-path": [
              {
                "name": "primary-1 (bidir)",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                },
                "candidate-secondary-paths": {
                  "candidate-secondary-path": [
                    "secondary-1 (bidir)",
                    "secondary-2 (bidir)"
                  ]
                }
              }
            ]
          },
          "secondary-paths": {
            "secondary-path": [
              {
                "name": "secondary-1 (bidir)",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.1"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              },
              {
                "name": "secondary-2 (bidir)",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.5",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              }
            ]
          }
        },
        {
          "name": "example-4",
          "description": "Example in slide 4",
          "source": "192.0.2.1",
          "destination": "192.0.2.5",
          "bidirectional": false,
          "primary-paths": {
            "primary-path": [
              {
                "name": "primary-1 (fwd)",
                "co-routed": [null],
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                },
                "primary-reverse-path": {
                  "name": "primary-2 (rev)",
                  "candidate-secondary-reverse-paths": {
                    "candidate-secondary-reverse-path": [
                      "secondary-3 (rev)",
                      "secondary-4 (rev)"
                    ]
                  }
                },
                "candidate-secondary-paths": {
                  "candidate-secondary-path": [
                    "secondary-1 (fwd)",
                    "secondary-2 (fwd)"
                  ]
                }
              }
            ]
          },
          "secondary-paths": {
            "secondary-path": [
              {
                "name": "secondary-1 (fwd)",
                "co-routed": [null],
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.1"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              },
              {
                "name": "secondary-2 (fwd)",
                "co-routed": [null],
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage" : "route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.5",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              }
            ]
          },
          "secondary-reverse-paths": {
            "secondary-reverse-path": [
              {
                "name": "secondary-3 (rev)"
              },
              {
                "name": "secondary-4 (rev)"
              }
            ]
          }
        }
      ]
    }
  }
}
]]></artwork></figure>

</section>
</section>
<section anchor="AppendixB"><name>Appendix B: Full Model Tree Diagram</name>

<t><xref target="fig-te-tree-full"/> shows the full tree diagram of the TE YANG model defined in
module 'ietf-te.yang'.</t>

<figure title="Full tree diagram of TE Tunnel YANG data model" anchor="fig-te-tree-full"><artwork><![CDATA[
module: ietf-te
  +--rw te
     +--rw enable?    boolean
     +--rw globals
     |  +--rw named-admin-groups
     |  |  +--rw named-admin-group* [name]
     |  |          {te-types:extended-admin-groups,
     |  |           te-types:named-extended-admin-groups}?
     |  |     +--rw name            string
     |  |     +--rw bit-position?   uint32
     |  +--rw named-srlgs
     |  |  +--rw named-srlg* [name] {te-types:named-srlg-groups}?
     |  |     +--rw name     string
     |  |     +--rw value?   te-types:srlg
     |  |     +--rw cost?    uint32
     |  +--rw named-path-constraints
     |     +--rw named-path-constraint* [name]
     |             {te-types:named-path-constraints}?
     |        +--rw name                       string
     |        +---u path-constraints-common
     +--rw tunnels
     |  +--rw tunnel* [name]
     |     +--rw name                                    string
     |     +--rw alias?                                  string
     |     +--rw identifier?                             uint32
     |     +--rw color?                                  uint32
     |     +--rw description?                            string
     |     +--rw admin-state?                            identityref
     |     +--ro operational-state?                      identityref
     |     +---u te-types:encoding-and-switching-type
     |     +---u tunnel-common-attributes
     |     +--rw controller
     |     |  +--rw protocol-origin?        identityref
     |     |  +--rw controller-entity-id?   string
     |     +--rw reoptimize-timer?                       uint16
     |     +---u tunnel-associations-properties
     |     +---u protection-restoration-properties
     |     +---u te-types:tunnel-constraints
     |     +---u tunnel-hierarchy-properties
     |     +--rw primary-paths
     |     |  +--rw primary-path* [name]
     |     |     +--ro active?                      boolean
     |     |     +---u path-common-properties
     |     |     +---u path-forward-properties
     |     |     +---u k-requested-paths
     |     |     +---u path-compute-info
     |     |     +---u path-state
     |     |     +--rw primary-reverse-path
     |     |     |  +---u path-common-properties
     |     |     |  +---u path-compute-info
     |     |     |  +---u path-state
     |     |     |  +--rw candidate-secondary-reverse-paths
     |     |     |     +--rw candidate-secondary-reverse-path*
     |     |     |             [secondary-reverse-path]
     |     |     |        +--rw secondary-reverse-path    leafref
     |     |     |        +--ro active?                   boolean
     |     |     +--rw candidate-secondary-paths
     |     |        +--rw candidate-secondary-path* [secondary-path]
     |     |           +--rw secondary-path    leafref
     |     |           +--ro active?           boolean
     |     +--rw secondary-paths
     |     |  +--rw secondary-path* [name]
     |     |     +---u path-common-properties
     |     |     +--rw preference?                          uint8
     |     |     +--rw secondary-reverse-path?              leafref
     |     |     +---u path-compute-info
     |     |     +---u protection-restoration-properties
     |     |     +---u path-state
     |     +--rw secondary-reverse-paths
     |     |  +--rw secondary-reverse-path* [name]
     |     |     +---u path-common-properties
     |     |     +--rw preference?                          uint8
     |     |     +---u path-compute-info
     |     |     +---u protection-restoration-properties
     |     |     +---u path-state
     |     +---x tunnel-action
     |     |  +---w input
     |     |  |  +---w action-type?   identityref
     |     |  +--ro output
     |     |     +--ro action-result?   identityref
     |     +---x protection-external-commands
     |        +---w input
     |           +---w protection-external-command?     identityref
     |           +---w protection-group-ingress-node?   boolean
     |           +---w protection-group-egress-node?    boolean
     |           +---w path-name?                       string
     |           +---w path-type?
     |           |       te-types:path-type
     |           +---w traffic-type?                    enumeration
     |           +---w extra-traffic-tunnel-ref?        tunnel-ref
     +--ro lsps
        +--ro lsp* [tunnel-name lsp-id node]
           +--ro tunnel-name                         string
           +--ro lsp-id                              uint16
           +--ro node
           |       te-types:te-node-id
           +--ro source?
           |       te-types:te-node-id
           +--ro destination?
           |       te-types:te-node-id
           +--ro tunnel-id?                          uint16
           +--ro extended-tunnel-id?                 yang:dotted-quad
           +--ro operational-state?                  identityref
           +--ro signaling-type?                     identityref
           +--ro origin-type?                        enumeration
           +--ro lsp-resource-status?                enumeration
           +--ro lockout-of-normal?                  boolean
           +--ro freeze?                             boolean
           +--ro lsp-protection-role?                enumeration
           +--ro lsp-protection-state?               identityref
           +--ro protection-group-ingress-node-id?
           |       te-types:te-node-id
           +--ro protection-group-egress-node-id?
           |       te-types:te-node-id
           +--ro lsp-actual-route-information
              +--ro lsp-actual-route-information* [index]
                 +---u te-types:record-route-state

  rpcs:
    +---x tunnels-path-compute
    |  +---w input
    |  |  +---w path-compute-info
    |  +--ro output
    |     +--ro path-compute-result
    +---x tunnels-actions
       +---w input
       |  +---w tunnel-info
       |  |  +---w (filter-type)
       |  |     +--:(all-tunnels)
       |  |     |  +---w all       empty
       |  |     +--:(one-tunnel)
       |  |        +---w tunnel?   tunnel-ref
       |  +---w action-info
       |     +---w action?       identityref
       |     +---w disruptive?   empty
       +--ro output
          +--ro action-result?   identityref

  grouping te-generic-node-id:
    +-- id?     te-gen-node-id
    +-- type?   enumeration
  grouping path-common-properties:
    +-- name?                      string
    +-- path-computation-method?   identityref
    +-- path-computation-server
    |  +---u te-generic-node-id
    +-- compute-only?              empty
    +-- use-path-computation?      boolean
    +-- lockdown?                  empty
    +--ro path-scope?                identityref
  grouping path-compute-info:
    +---u tunnel-associations-properties
    +---u te-types:generic-path-optimization
    +-- named-path-constraint?                leafref
    |       {te-types:named-path-constraints}?
    +---u path-constraints-common
  grouping path-forward-properties:
    +-- preference?   uint8
    +-- co-routed?    boolean
  grouping k-requested-paths:
    +-- k-requested-paths?   uint8
  grouping path-state:
    +---u path-computation-response
    +--ro lsp-provisioning-error-infos
    |  +--ro lsp-provisioning-error-info* []
    |     +--ro error-reason?        identityref
    |     +--ro error-description?   string
    |     +--ro error-timestamp?     yang:date-and-time
    |     +--ro error-node-id?       te-types:te-node-id
    |     +--ro error-link-id?       te-types:te-tp-id
    |     +--ro lsp-id?              uint16
    +--ro lsps
       +--ro lsp* [node lsp-id]
          +--ro tunnel-name?   -> /te/lsps/lsp/tunnel-name
          +--ro node?          leafref
          +--ro lsp-id?        leafref
  grouping path-computation-response:
    +--ro computed-paths-properties
    |  +--ro computed-path-properties* [k-index]
    |     +--ro k-index?                            uint8
    |     +---u te-types:generic-path-properties
    +--ro computed-path-error-infos
       +--ro computed-path-error-info* []
          +--ro error-description?   string
          +--ro error-timestamp?     yang:date-and-time
          +--ro error-reason?        identityref
  grouping protection-restoration-properties:
    +-- protection
    |  +-- protection-type?                identityref
    |  +-- protection-reversion-disable?   boolean
    |  +-- hold-off-time?                  uint32
    |  +-- wait-to-revert?                 uint16
    |  +-- aps-signal-id?                  uint8
    +-- restoration
       +-- restoration-type?                identityref
       +-- restoration-scheme?              identityref
       +-- restoration-reversion-disable?   boolean
       +-- hold-off-time?                   uint32
       +-- wait-to-restore?                 uint16
       +-- wait-to-revert?                  uint16
  grouping tunnel-associations-properties:
    +-- association-objects
       +-- association-object* [association-key]
       |  +-- association-key?   string
       |  +-- type?              identityref
       |  +-- id?                uint16
       |  +-- source
       |     +---u te-generic-node-id
       +-- association-object-extended* [association-key]
          +-- association-key?   string
          +-- type?              identityref
          +-- id?                uint16
          +-- source
          |  +---u te-generic-node-id
          +-- global-source?     uint32
          +-- extended-id?       yang:hex-string
  grouping tunnel-end-point:
    +-- node-id?        nw:node-id
    +-- te-node-id?     te-types:te-node-id
    +-- tunnel-tp-id?   binary
  grouping tunnel-common-attributes:
    +-- source
    |  +---u tunnel-end-point
    +-- destination
    |  +---u tunnel-end-point
    +-- bidirectional?   boolean
  grouping tunnel-hierarchy-properties:
    +-- hierarchy
       +-- dependency-tunnels
       |  +-- dependency-tunnel* [name]
       |     +-- name?
       |     |       -> /te/tunnels/tunnel/name
       |     +---u te-types:encoding-and-switching-type
       +-- hierarchical-link
          +-- enable?                            boolean
          +-- local-node-id?                     nw:node-id
          +-- local-te-node-id?                  te-types:te-node-id
          +-- local-link-tp-id?                  nt:tp-id
          +-- local-te-link-tp-id?               te-types:te-tp-id
          +-- remote-link-tp-id?                 nt:tp-id
          +-- remote-te-node-id?                 te-types:te-node-id
          +-- network-id?                        nw:network-id
          +---u te-types:te-topology-identifier
  grouping path-constraints-common:
    +---u te-types:common-path-constraints-attributes
    +---u te-types:generic-path-disjointness
    +---u te-types:path-constraints-route-objects
    +-- path-in-segment!
    |  +---u te-types:label-set-info
    +-- path-out-segment!
       +---u te-types:label-set-info
]]></artwork></figure>

</section>


  </middle>

  <back>


    <references title='Normative References'>



<reference anchor='RFC3209' target='https://www.rfc-editor.org/info/rfc3209'>
  <front>
    <title>RSVP-TE: Extensions to RSVP for LSP Tunnels</title>
    <author fullname='D. Awduche' initials='D.' surname='Awduche'/>
    <author fullname='L. Berger' initials='L.' surname='Berger'/>
    <author fullname='D. Gan' initials='D.' surname='Gan'/>
    <author fullname='T. Li' initials='T.' surname='Li'/>
    <author fullname='V. Srinivasan' initials='V.' surname='Srinivasan'/>
    <author fullname='G. Swallow' initials='G.' surname='Swallow'/>
    <date month='December' year='2001'/>
    <abstract>
      <t>This document describes the use of RSVP (Resource Reservation Protocol), including all the necessary extensions, to establish label-switched paths (LSPs) in MPLS (Multi-Protocol Label Switching). Since the flow along an LSP is completely identified by the label applied at the ingress node of the path, these paths may be treated as tunnels. A key application of LSP tunnels is traffic engineering with MPLS as specified in RFC 2702. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3209'/>
  <seriesInfo name='DOI' value='10.17487/RFC3209'/>
</reference>

<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname='S. Bradner' initials='S.' surname='Bradner'/>
    <date month='March' year='1997'/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='2119'/>
  <seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>

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

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

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

<reference anchor='RFC6107' target='https://www.rfc-editor.org/info/rfc6107'>
  <front>
    <title>Procedures for Dynamically Signaled Hierarchical Label Switched Paths</title>
    <author fullname='K. Shiomoto' initials='K.' role='editor' surname='Shiomoto'/>
    <author fullname='A. Farrel' initials='A.' role='editor' surname='Farrel'/>
    <date month='February' year='2011'/>
    <abstract>
      <t>Label Switched Paths (LSPs) set up in Multiprotocol Label Switching (MPLS) or Generalized MPLS (GMPLS) networks can be used to form links to carry traffic in those networks or in other (client) networks.</t>
      <t>Protocol mechanisms already exist to facilitate the establishment of such LSPs and to bundle traffic engineering (TE) links to reduce the load on routing protocols. This document defines extensions to those mechanisms to support identifying the use to which such LSPs are to be put and to enable the TE link endpoints to be assigned addresses or unnumbered identifiers during the signaling process. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='6107'/>
  <seriesInfo name='DOI' value='10.17487/RFC6107'/>
</reference>

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


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

<reference anchor='RFC3473' target='https://www.rfc-editor.org/info/rfc3473'>
  <front>
    <title>Generalized Multi-Protocol Label Switching (GMPLS) Signaling Resource ReserVation Protocol-Traffic Engineering (RSVP-TE) Extensions</title>
    <author fullname='L. Berger' initials='L.' role='editor' surname='Berger'/>
    <date month='January' year='2003'/>
    <abstract>
      <t>This document describes extensions to Multi-Protocol Label Switching (MPLS) Resource ReserVation Protocol - Traffic Engineering (RSVP-TE) 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 RSVP-TE specific description of the extensions. A generic functional description can be found in separate documents. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3473'/>
  <seriesInfo name='DOI' value='10.17487/RFC3473'/>
</reference>

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

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


<reference anchor='I-D.draft-ietf-teas-rfc8776-update' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-rfc8776-update-07'>
   <front>
      <title>Common YANG Data Types for Traffic Engineering</title>
      <author fullname='Italo Busi' initials='I.' surname='Busi'>
         <organization>Huawei</organization>
      </author>
      <author fullname='Aihua Guo' initials='A.' surname='Guo'>
         <organization>Futurewei Technologies</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>Alef Edge</organization>
      </author>
      <author fullname='Tarek Saad' initials='T.' surname='Saad'>
         <organization>Cisco Systems Inc.</organization>
      </author>
      <author fullname='Igor Bryskin' initials='I.' surname='Bryskin'>
         <organization>Individual</organization>
      </author>
      <date day='15' month='September' year='2023'/>
      <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>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teas-rfc8776-update-07'/>
   
</reference>

<reference anchor='RFC8340' target='https://www.rfc-editor.org/info/rfc8340'>
  <front>
    <title>YANG Tree Diagrams</title>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <author fullname='L. Berger' initials='L.' role='editor' surname='Berger'/>
    <date month='March' year='2018'/>
    <abstract>
      <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='215'/>
  <seriesInfo name='RFC' value='8340'/>
  <seriesInfo name='DOI' value='10.17487/RFC8340'/>
</reference>

<reference anchor='RFC8342' target='https://www.rfc-editor.org/info/rfc8342'>
  <front>
    <title>Network Management Datastore Architecture (NMDA)</title>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <author fullname='J. Schoenwaelder' initials='J.' surname='Schoenwaelder'/>
    <author fullname='P. Shafer' initials='P.' surname='Shafer'/>
    <author fullname='K. Watsen' initials='K.' surname='Watsen'/>
    <author fullname='R. Wilton' initials='R.' surname='Wilton'/>
    <date month='March' year='2018'/>
    <abstract>
      <t>Datastores are a fundamental concept binding the data models written in the YANG data modeling language to network management protocols such as the Network Configuration Protocol (NETCONF) and RESTCONF. This document defines an architectural framework for datastores based on the experience gained with the initial simpler model, addressing requirements that were not well supported in the initial model. This document updates RFC 7950.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8342'/>
  <seriesInfo name='DOI' value='10.17487/RFC8342'/>
</reference>

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

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

<reference anchor='RFC8795' target='https://www.rfc-editor.org/info/rfc8795'>
  <front>
    <title>YANG Data Model for Traffic Engineering (TE) Topologies</title>
    <author fullname='X. Liu' initials='X.' surname='Liu'/>
    <author fullname='I. Bryskin' initials='I.' surname='Bryskin'/>
    <author fullname='V. Beeram' initials='V.' surname='Beeram'/>
    <author fullname='T. Saad' initials='T.' surname='Saad'/>
    <author fullname='H. Shah' initials='H.' surname='Shah'/>
    <author fullname='O. Gonzalez de Dios' initials='O.' surname='Gonzalez de Dios'/>
    <date month='August' year='2020'/>
    <abstract>
      <t>This document defines a YANG data model for representing, retrieving, and manipulating Traffic Engineering (TE) Topologies. The model serves as a base model that other technology-specific TE topology models can augment.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8795'/>
  <seriesInfo name='DOI' value='10.17487/RFC8795'/>
</reference>

<reference anchor='RFC4206' target='https://www.rfc-editor.org/info/rfc4206'>
  <front>
    <title>Label Switched Paths (LSP) Hierarchy with Generalized Multi-Protocol Label Switching (GMPLS) Traffic Engineering (TE)</title>
    <author fullname='K. Kompella' initials='K.' surname='Kompella'/>
    <author fullname='Y. Rekhter' initials='Y.' surname='Rekhter'/>
    <date month='October' year='2005'/>
    <abstract>
      <t>To improve scalability of Generalized Multi-Protocol Label Switching (GMPLS) it may be useful to aggregate Label Switched Paths (LSPs) by creating a hierarchy of such LSPs. A way to create such a hierarchy is by (a) a Label Switching Router (LSR) creating a Traffic Engineering Label Switched Path (TE LSP), (b) the LSR forming a forwarding adjacency (FA) out of that LSP (by advertising this LSP as a Traffic Engineering (TE) link into the same instance of ISIS/OSPF as the one that was used to create the LSP), (c) allowing other LSRs to use FAs for their path computation, and (d) nesting of LSPs originated by other LSRs into that LSP (by using the label stack construct).</t>
      <t>This document describes the mechanisms to accomplish this. [PROPOSED STANDARD]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4206'/>
  <seriesInfo name='DOI' value='10.17487/RFC4206'/>
</reference>

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

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

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

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

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

<reference anchor='RFC8232' target='https://www.rfc-editor.org/info/rfc8232'>
  <front>
    <title>Optimizations of Label Switched Path State Synchronization Procedures for a Stateful PCE</title>
    <author fullname='E. Crabbe' initials='E.' surname='Crabbe'/>
    <author fullname='I. Minei' initials='I.' surname='Minei'/>
    <author fullname='J. Medved' initials='J.' surname='Medved'/>
    <author fullname='R. Varga' initials='R.' surname='Varga'/>
    <author fullname='X. Zhang' initials='X.' surname='Zhang'/>
    <author fullname='D. Dhody' initials='D.' surname='Dhody'/>
    <date month='September' year='2017'/>
    <abstract>
      <t>A stateful Path Computation Element (PCE) has access to not only the information disseminated by the network's Interior Gateway Protocol (IGP) but also the set of active paths and their reserved resources for its computation. The additional Label Switched Path (LSP) state information allows the PCE to compute constrained paths while considering individual LSPs and their interactions. This requires a State Synchronization mechanism between the PCE and the network, the PCE and Path Computation Clients (PCCs), and cooperating PCEs. The basic mechanism for State Synchronization is part of the stateful PCE specification. This document presents motivations for optimizations to the base State Synchronization procedure and specifies the required Path Computation Element Communication Protocol (PCEP) extensions.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8232'/>
  <seriesInfo name='DOI' value='10.17487/RFC8232'/>
</reference>

<reference anchor='RFC7271' target='https://www.rfc-editor.org/info/rfc7271'>
  <front>
    <title>MPLS Transport Profile (MPLS-TP) Linear Protection to Match the Operational Expectations of Synchronous Digital Hierarchy, Optical Transport Network, and Ethernet Transport Network Operators</title>
    <author fullname='J. Ryoo' initials='J.' role='editor' surname='Ryoo'/>
    <author fullname='E. Gray' initials='E.' role='editor' surname='Gray'/>
    <author fullname='H. van Helvoort' initials='H.' surname='van Helvoort'/>
    <author fullname='A. D&apos;Alessandro' initials='A.' surname='D&apos;Alessandro'/>
    <author fullname='T. Cheung' initials='T.' surname='Cheung'/>
    <author fullname='E. Osborne' initials='E.' surname='Osborne'/>
    <date month='June' year='2014'/>
    <abstract>
      <t>This document describes alternate mechanisms to perform some of the functions of MPLS Transport Profile (MPLS-TP) linear protection defined in RFC 6378, and also defines additional mechanisms. The purpose of these alternate and additional mechanisms is to provide operator control and experience that more closely models the behavior of linear protection seen in other transport networks.</t>
      <t>This document also introduces capabilities and modes for linear protection. A capability is an individual behavior, and a mode is a particular combination of capabilities. Two modes are defined in this document: Protection State Coordination (PSC) mode and Automatic Protection Switching (APS) mode.</t>
      <t>This document describes the behavior of the PSC protocol including priority logic and state machine when all the capabilities associated with the APS mode are enabled.</t>
      <t>This document updates RFC 6378 in that the capability advertisement method defined here is an addition to that document.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='7271'/>
  <seriesInfo name='DOI' value='10.17487/RFC7271'/>
</reference>

<reference anchor='RFC8234' target='https://www.rfc-editor.org/info/rfc8234'>
  <front>
    <title>Updates to MPLS Transport Profile (MPLS-TP) Linear Protection in Automatic Protection Switching (APS) Mode</title>
    <author fullname='J. Ryoo' initials='J.' surname='Ryoo'/>
    <author fullname='T. Cheung' initials='T.' surname='Cheung'/>
    <author fullname='H. van Helvoort' initials='H.' surname='van Helvoort'/>
    <author fullname='I. Busi' initials='I.' surname='Busi'/>
    <author fullname='G. Wen' initials='G.' surname='Wen'/>
    <date month='August' year='2017'/>
    <abstract>
      <t>This document contains updates to MPLS Transport Profile (MPLS-TP) linear protection in Automatic Protection Switching (APS) mode defined in RFC 7271. The updates provide rules related to the initialization of the Protection State Coordination (PSC) Control Logic (in which the state machine resides) when operating in APS mode and clarify the operation related to state transition table lookup.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8234'/>
  <seriesInfo name='DOI' value='10.17487/RFC8234'/>
</reference>

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

<reference anchor='RFC8343' target='https://www.rfc-editor.org/info/rfc8343'>
  <front>
    <title>A YANG Data Model for Interface Management</title>
    <author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'/>
    <date month='March' year='2018'/>
    <abstract>
      <t>This document defines a YANG data model for the management of network interfaces. It is expected that interface-type-specific data models augment the generic interfaces data model defined in this document. The data model includes definitions for configuration and system state (status information and counters for the collection of statistics).</t>
      <t>The YANG data model in this document conforms to the Network Management Datastore Architecture (NMDA) defined in RFC 8342.</t>
      <t>This document obsoletes RFC 7223.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8343'/>
  <seriesInfo name='DOI' value='10.17487/RFC8343'/>
</reference>

<reference anchor='RFC8639' target='https://www.rfc-editor.org/info/rfc8639'>
  <front>
    <title>Subscription to YANG Notifications</title>
    <author fullname='E. Voit' initials='E.' surname='Voit'/>
    <author fullname='A. Clemm' initials='A.' surname='Clemm'/>
    <author fullname='A. Gonzalez Prieto' initials='A.' surname='Gonzalez Prieto'/>
    <author fullname='E. Nilsen-Nygaard' initials='E.' surname='Nilsen-Nygaard'/>
    <author fullname='A. Tripathy' initials='A.' surname='Tripathy'/>
    <date month='September' year='2019'/>
    <abstract>
      <t>This document defines a YANG data model and associated mechanisms enabling subscriber-specific subscriptions to a publisher's event streams. Applying these elements allows a subscriber to request and receive a continuous, customized feed of publisher-generated information.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8639'/>
  <seriesInfo name='DOI' value='10.17487/RFC8639'/>
</reference>

<reference anchor='RFC8641' target='https://www.rfc-editor.org/info/rfc8641'>
  <front>
    <title>Subscription to YANG Notifications for Datastore Updates</title>
    <author fullname='A. Clemm' initials='A.' surname='Clemm'/>
    <author fullname='E. Voit' initials='E.' surname='Voit'/>
    <date month='September' year='2019'/>
    <abstract>
      <t>This document describes a mechanism that allows subscriber applications to request a continuous and customized stream of updates from a YANG datastore. Providing such visibility into updates enables new capabilities based on the remote mirroring and monitoring of configuration and operational state.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8641'/>
  <seriesInfo name='DOI' value='10.17487/RFC8641'/>
</reference>

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

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

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

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




    </references>

    <references title='Informative References'>



<reference anchor='RFC9256' target='https://www.rfc-editor.org/info/rfc9256'>
  <front>
    <title>Segment Routing Policy Architecture</title>
    <author fullname='C. Filsfils' initials='C.' surname='Filsfils'/>
    <author fullname='K. Talaulikar' initials='K.' role='editor' surname='Talaulikar'/>
    <author fullname='D. Voyer' initials='D.' surname='Voyer'/>
    <author fullname='A. Bogdanov' initials='A.' surname='Bogdanov'/>
    <author fullname='P. Mattes' initials='P.' surname='Mattes'/>
    <date month='July' year='2022'/>
    <abstract>
      <t>Segment Routing (SR) allows a node to steer a packet flow along any path. Intermediate per-path states are eliminated thanks to source routing. SR Policy is an ordered list of segments (i.e., instructions) that represent a source-routed policy. Packet flows are steered into an SR Policy on a node where it is instantiated called a headend node. The packets steered into an SR Policy carry an ordered list of segments associated with that SR Policy.</t>
      <t>This document updates RFC 8402 as it details the concepts of SR Policy and steering into an SR Policy.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9256'/>
  <seriesInfo name='DOI' value='10.17487/RFC9256'/>
</reference>

<reference anchor='RFC3945' target='https://www.rfc-editor.org/info/rfc3945'>
  <front>
    <title>Generalized Multi-Protocol Label Switching (GMPLS) Architecture</title>
    <author fullname='E. Mannie' initials='E.' role='editor' surname='Mannie'/>
    <date month='October' year='2004'/>
    <abstract>
      <t>Future data and transmission networks will consist of elements such as routers, switches, Dense Wavelength Division Multiplexing (DWDM) systems, Add-Drop Multiplexors (ADMs), photonic cross-connects (PXCs), optical cross-connects (OXCs), etc. that will use Generalized Multi-Protocol Label Switching (GMPLS) to dynamically provision resources and to provide network survivability using protection and restoration techniques.</t>
      <t>This document describes the architecture of GMPLS. GMPLS extends MPLS to encompass time-division (e.g., SONET/SDH, PDH, G.709), wavelength (lambdas), and spatial switching (e.g., incoming port or fiber to outgoing port or fiber). The focus of GMPLS is on the control plane of these various layers since each of them can use physically diverse data or forwarding planes. The intention is to cover both the signaling and the routing part of that control plane. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3945'/>
  <seriesInfo name='DOI' value='10.17487/RFC3945'/>
</reference>

<reference anchor='rfc3473' target='https://www.rfc-editor.org/info/rfc3473'>
  <front>
    <title>Generalized Multi-Protocol Label Switching (GMPLS) Signaling Resource ReserVation Protocol-Traffic Engineering (RSVP-TE) Extensions</title>
    <author fullname='L. Berger' initials='L.' role='editor' surname='Berger'/>
    <date month='January' year='2003'/>
    <abstract>
      <t>This document describes extensions to Multi-Protocol Label Switching (MPLS) Resource ReserVation Protocol - Traffic Engineering (RSVP-TE) 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 RSVP-TE specific description of the extensions. A generic functional description can be found in separate documents. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='3473'/>
  <seriesInfo name='DOI' value='10.17487/RFC3473'/>
</reference>




    </references>



  </back>

<!-- ##markdown-source:
H4sIAKFPoWUAA+2963YbN7Iw+r+forfyQ1IiUrbs3JSZJIqteLSX7ehYyiR7
zc7OapEtqccUm8MmLSux9rOcZzlPduoGoHDpZlN2Js73hXuviUUChUKhUCgU
6jIYDLJFtZiU+/lB/l8Hz5/kj4tFkT+rx+UkP6/n+em8OD+vRvnh9KKaluW8
ml7kp8vptJw0O/nT4gyanVxXi9FlOc6Pi8VlkxfTcX40XZTz82JUNllxdjYv
X+3np4ch/Gxcj6bFFQw9hkEWg6pcnA8WZdEMborpBfxr8ODjrJrN9/PFfNks
9u7d+/zeXjYqFuVFPb/Zz5vFOLuu5y8v5vVyhgMcnOQ/wN+I4hP8LntZ3kCD
8T7jMy0Xg8c4UpY1C8Dy52JST0uCXmbN8uyqapqqni5uZvDl0eHpt9ms2s//
sahHO3lTzxfz8hzm3Nxc8T9G9dVVOV00P2VZsVxc1vP9LMsHWQ6fatoAPsP8
pCjG9AVP87SYly/dl/X8ophWvxQLGHQ/f1Q1ozo/uWkW5VUDCI+oTXlVVBNA
sYFOQ5jA1xf4xRDGlrFoqBfD/AlM6LLK7Fgvipdlc6m+7jGaDIYNodPXI2xD
Q+mxfhzmT6ulG+jH5XkJBJfv/FEOJuV5fji+KBX019R+OKmWQ1xwNSE9yt+H
+fEw/wYYrrhyY/29ai6nS+CzV8VU/egP+p/LaTUr5/nzcoHc0aixX51Rn6//
yU2QoP6aHcGY85sGWEgt2xGwm/e1P97RdFy9qsbLYqJXrPr5jHt8fVNc1kLG
aT2/gl6vyn1o+uLbRw/27n0u/9y7f9/885N7e/fMP/ce3jf//Pxz+8/79z6V
f3527yG1PTr9/ucnw8/ufTakRnkum/pJOYU9O8pn83pRjhDhvKHtiptkAKs2
LYs57ADAmTYubIMp0011IYCGx/NcSLCPgw5O8xcl74Qx0SMXLKgdfAU4PCtu
8r179x/SVw2gUzbV9Lw2/U2HDL+09MkGg0FenDWA2ggW6fSyanKQF0vccvm4
PAfEQdSwSBmjSLmyImtxWSLyryrczThPnNhVMS0uSupdn2cpqbZ1eridLzpF
29bTk+Nme4cAVlbEDQG7UsYf1a/KecMYLS6LRQ5oV9NxOQP68NjQ+SYHwl5O
60l9cQOUpNazSTEt83I6KmbNckKkzGgYAIbsVdKIdQ5rw5OG8ZYToAGNQsMC
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
+o9mWnC/LcbjihUJN2FjpHH2mZ3YwttlJ8+tSzPddVzahth4iEW68+/wmh+N
YAMMNAFb7XbNJo0qb7iiIcXW047hiqkZ0tmyPBNZ6hleGfJZpTIJJlVbwZ3u
9yuscJvbQxsCSutK8Z+UqleCPztzA4uRLUgNnGYLfMBxTvu+1bHIHwxA16OM
5OK8RXbIHRp/UI3xX/iKRfjeOaKF55KKJsk0/ubeKYYTLtvl3K/F9ZUynBv3
TUlxXppfVNeeGKfiXxy+mcecjt7KcdsU+Ta+ob63E76FojFHkN+RsJUb7WEh
S5sZXlgbuFCD0hOwezA0Kjkxuq7LGGTq9ZL0hjnZx+VscfnXh1YoJzLZ+3Vx
TOUXv841X8zjrO+VF+Rgcrx/EwUb94s15gzsFCnnRW3+GzOz6uyHJteoB30n
1cdWLJWMicmeKm3iu0sEGyVrxB/vMGCgC/wuaSQ1eumkzu3B5yGmeccnzkO5
fvC57rdO8Lnut07wue63TvC5N791g89d5zsEn+uR1w4+153XDj73Oqvg8zfq
f4N0ii3B5yt7rBV87q+9H3y+cqR1gs+9RW8LPl85Yhh83gPFIPh8ZY87BJ/r
7l3B5yvHbks529Fl7eBzjxP7B5/rbmsEn3ujrRt87o3pB5/34JQo+Hxln2Tw
+Rq9EsHn3b3Twecr+6wOPm89v4KSA/YrOLmUlp6zik5eZlEmlTrXLds+6Wwj
tYHc+UknragJnTg+X2k6LuQm7sxS96s791eC+O5AhHJtsqVz9laBc0BSeKBu
vD+uMRJ18K9lkUBi1bGJn86kLyszRa8CwDGIHb3hU06XV2WcNsRxkXllH3Ao
XgSoG0A9eok2rvocFmt+tU6WlpqK/f7Sjnl3ZzEEmQ2M16k1UfcBJFewk/qq
MynlA7lBGra9O3tHkMt3BBjnzK6/YrhV5i7dmj/vrIoKf6vb08CqU6qsitBC
9wIqLCeLBC69Kq3wt2bbGwQCLLfOK/RgIGJu+w0cVUKYPHwIM/d/NsyVYCrd
eFw18+UMX2uxA2XAU9NKFYfhrwUHJtFXwTitWVPwxm9ypqTsC4OHXgqzsDIs
5VH54ANbVW85KTvL6rmSQdUVeggFlktTrY9skaaIJbH1HUIxDQiU5AKETIL4
HYBaJAFjzMfnn993vW3+NdPVaK3WX78lTgbpUNmiiOpV3J+xrXq4n3Hvh3v3
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
K1I9PNdfxqbLqB788LGuapRYRhMp+Xac6qHp522TsFLMGgxANdmsvzV5HLcc
GRwHebdTgvrSFz1PB+7gYiwt27Dw1VeDFrIcRZGsmo0KHc1JMdikR6gdKFnY
l5JHbriTcz5Zil+Owj8l25J8vNwNkcKw+yFfsa3iQHwxoHOtmsbCeD4boR6e
0DTsE2GHFu583O3BGUU1StCnwZTFtniKqMx3SqvRDc3CGSnPER2K8QKFJvKD
tLxTnQ/Oy4LsSo4f0q6TvsQJL5/x9VNcZ82lMwa4q0QeCb22ltG9tVOpfGGN
3ZRxgtFwOUpaigM35cLfhkTpEGVRNr94x4wlORR66bBGe9BByVqBVVHOnuQg
ny21XHMMVc837g+Hex9/nKCsCIn73cfHiY08LeL4aiPeWgKszScdaJ1SLqT8
W3DUrrB4+KmQ/iqHXQ897UDnVAoyKi1MLQ1QdGItrPNMJkHaTdW0JPWL6aF5
l48XSxeHvLWjiZfcbyARozD4bpZ1Ye+5F/bu377agGoejgi6gkVP7xZ+b2n5
FnH4FoYLyO++y3Kq8XZCHtrsHZKV3OVr9I6SSMuUPPtygLtrU1fUmqV9bw2g
R+iaXSsK6ekYfvX+fLo6YM4Uu9WWCWI0HmdeFo1nIerUsvDja1ot6DPYL1TH
W/XvVjuLNw+ZBI6TtuOoaei4zWguvvmiEwHcKQu4/i3JKp4y+DBS9Wi0nFMq
3mXoA5rHKS9XYY+e5cDMV7MYd3Z1xFC4ApU/aNhvHhYioG1v1LbmhT+Jlfil
bGWrrM6d6D0PrF3GAMZJcNfEjtzDV2FHWdV74fYUc0ccPRZc4iXvwEccfyNE
2N21NwPCLhgAAqhBcCLBOCNIQW+FKFPSCN0qzcETdXcQaac2ds+9Mc5jKaam
/bK8yTdoQZkiCsHVgqxJ53H2rjWW4tpNOyJ7rKDjJ1TSkSjyX6c1DTxl219q
bxJ0Ii1UPZh27iCCvD2S2on9r979AT9whyA2nS62tneHw2BGP/2DF6RXP276
E109APWe1DA2cbd9UKjzUQ3iFLOH5J0isW0T/daEUlRys+8/aRMk3OMp4Le5
lPtaTq/LuT0PEmmUTV0iy9FOjLSmK1hftjxqS17WJmj8JAaJoUX6wIkwHZev
+0ueIF1CKGgEXlq2f9ZbtL8cLEScW+VZlYkKteyhz7QHcoN8Kel4jF2Jyu2R
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
+fI+FNKoxJzVpGCN8I1TWSz5g7JnXJrfQhkzRo/eK64PJssRjF9bgcb8NQ79
PBuhqDCa310SKiB7gjZY2mihDs3AcMB6RI56xUSWFuvTl3WaPzp5V2gFeCcn
p5o4VCJg0PazowdzBgRT0mol5RLESnVPUa2dUA7CZrhPI43b0oEJtUXiyt+y
PPj22xCCQexIts7NkLE31QLFdSpb4RuymBo9BuxEPQi6SPHosBhQUK/n2XPH
c8IN91G+gTh6Hf2T6K+J6fc4aA44BBk41Ue4v1bhuElUOKwrxaxHO7ThCgU0
KaJ1WiUhY5450OA6TkuCwkkhFRSElbNs/A7VDzXYVvkao0ka1iiKds0k1E79
KILtlPJv1HV7OCvl1JLOKrbepcFxbRvnBU5cfwTeC1H+k/veU+5zQrJD7v0u
DBidSGsxoOa9eg7/ntXTsZjxO1TGNo2mMenFHPMSO/P13FPHerKtw5DePcI7
GZWXa+fbPwazmsbOsybBvQ6EZmOjuwxYh6AlS3Jwj+M/MqnufkiOsB8q+7/4
1fHzHv2IOQuMt90Gu9sZDkzlzTjM2ScyTp/PuTqcJ8AjbU5tyeMf+SG0rJsP
K369dHAco5hEJJ3GZNOYa35b3N0OTFWv7Lj7mn2pJlZOkVvGgmoUH57OxR+6
XfUKh+YwX1US1U2oHQl3M+MFVEGmLteJymzBZgUTCdOdJIrb9MNdj8z90lhK
qocwNKanaVmP0hqO6j42uVSRjJ6XnAhxXE8Q0S84p4N61kv7I6AkSNOMF9dR
4SQV7SitGghPmQR9dl9IxrxEBw4o3X1UT+qoGCh+OBBehZnEGIU8pFrH8PrU
CFq13nepukOkTUbZJGZUnQ/Oy4LcHDa6I3wSmKxYIJvZPjWzt16pFJI9lizV
7e3Xruya6ruq3S5LG0dyhalOUMivbPVWa5/s2hHfFQGw55bXLmq2It2qOc4I
kLd3MfdXVSYEjz3UVjEOsU17WfKoMDmq0TYiI11z3FQdj9dmN/XtaiA9GGu1
GG2hXpQ5rR+TRiehDcjrdwQ+sgcI5VxIPnoLfHe2UfxcaheIxSlcPuI++m09
jjMJCFQ6iMSTL37ITQb97ZUnUQszsiWvhQHZ8yHJf1Lo+95w+HDv84eff/Lp
3udxve87MMTfCR+5M+BM78QHnrBqXZ/2nztljIp57JIs2OztRAotdB9ZQoGV
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
Q0dZk3j525SPbGvRRqoF+f8DVJJ+Z608AgA=

-->

</rfc>

