<?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-34" 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="2023" month="October" day="02"/>

    
    <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="RFC8776"/></c>
      <c>te-packet-types</c>
      <c>ietf-te-packet-types</c>
      <c><xref target="RFC8776"/></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 'tunnels' 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-always
     |        |     ...
     |        +--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-always: A YANG container that contains two route objects lists:      <list style="symbols">
          <t>'route-object-exclude-always': a list of route entries to always exclude from the path computation.</t>
          <t>'route-object-include-exclude': a list of route entries to include or exclude in the path computation.</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 list YANG subtree structure" anchor="fig-te-tunnel"><artwork><![CDATA[
     +--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?                         te-types:te-node-id
     |     +--rw destination?                    te-types:te-node-id
     |     +--rw src-tunnel-tp-id?               binary
     |     +--rw dst-tunnel-tp-id?               binary
     |     +--rw bidirectional?                  boolean
     |     +--rw controller
     |     |  +--rw protocol-origin?        identityref
     |     |  +--rw controller-entity-id?   string
     |     +--rw reoptimize-timer?               uint16
     |     +--rw association-objects
     |     |  +--rw association-object* [association-key]
     |     |  |     ...
     |     |  +--rw association-object-extended* [association-key]
     |     |        ...
     |     +--rw protection
     |     |  +--rw enable?                         boolean
     |     |  +--rw protection-type?                identityref
     |     |  +--rw protection-reversion-disable?   boolean
     |     |  +--rw hold-off-time?                  uint32
     |     |  +--rw wait-to-revert?                 uint16
     |     |  +--rw aps-signal-id?                  uint8
     |     +--rw restoration
     |     |  +--rw enable?                          boolean
     |     |  +--rw restoration-type?                identityref
     |     |  +--rw restoration-scheme?              identityref
     |     |  +--rw restoration-reversion-disable?   boolean
     |     |  +--rw hold-off-time?                   uint32
     |     |  +--rw wait-to-restore?                 uint16
     |     |  +--rw wait-to-revert?                  uint16
     |     +--rw te-topology-identifier
     |     |  +--rw provider-id?   te-global-id
     |     |  +--rw client-id?     te-global-id
     |     |  +--rw topology-id?   te-topology-id
     |     +--rw te-bandwidth
     |     |  +--rw (technology)?
     |     |        ...
     |     +--rw link-protection?                identityref
     |     +--rw setup-priority?                 uint8
     |     +--rw hold-priority?                  uint8
     |     +--rw signaling-type?                 identityref
     |     +--rw hierarchy
     |     |  +--rw dependency-tunnels
     |     |  |     ...
     |     |  +--rw hierarchical-link
     |     |        ...
     |     +--rw primary-paths
     |     |  +--rw primary-path* [name]
     |     |        ...
     |     +--rw secondary-paths
     |     |  +--rw secondary-path* [name]
     |     |        ...
     |     +--rw secondary-reverse-paths
     |     |  +--rw secondary-reverse-path* [name]
     |     |        ...
     |     +---x tunnel-action
     |     |  +---w input
     |     |  |     ...
     |     |  +--ro output
     |     |        ...
     |     +---x protection-external-commands
     |        +---w input
     |              ...
]]></artwork></figure>

<t>When the model is used to manage a specific device, the 'tunnels' list contains
the TE Tunnels originating from the specific device. When the model is used to
manage a TE controller, the 'tunnels' 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="RFC8776"/>.</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="RFC8776"/>).</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="RFC8776"/>).</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-always:</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="RFC8776"/></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@2023-06-16.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
      "RFC8776: 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 2023-06-16 {
    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";
    }
    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;
        }
        default "te-types:lsp-restoration-restore-none";
        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 leafref {
              path "/te:te/te:tunnels/te:tunnel/te:name";
              require-instance false;
            }
            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 {
      description
        "The constraints applicable to the path. This includes:
         - The path bandwidth constraint
         - The path link protection type constraint
         - The path setup/hold priority constraint
         - path signaling type constraint
         - path metric bounds constraint. The unit of path metric
           bound is interpreted in the context of the metric-type.
           For example for metric-type 'path-metric-loss', the bound
           is multiples of the basic unit 0.000003% as described
           in RFC7471 for OSPF, and RFC8570 for ISIS.
         - path affinity constraints
         - path SRLG constraints";

    }
    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 reverse secondary path when
                       co-routed with the secondary path.";
                  }
                  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 secondary reverse path that
                 may be utilised when the secondary path is in use.";
            }
            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
            "Tunnel action.";
          input {
            leaf action-type {
              type identityref {
                base te-types:tunnel-action-type;
              }
              description
                "Tunnel action type.";
            }
          }
          output {
            leaf action-result {
              type identityref {
                base te-types:te-action-result;
              }
              description
                "The result of the tunnel action operation.";
            }
          }
        }
        action protection-external-commands {
          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
      "TE tunnels RPC nodes.";
    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
      "TE tunnels actions RPC";
    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="RFC8776"/></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@2023-06-16.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
      "RFC8776: 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 2023-06-16 {
    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 "interface";
        description
          "TE interfaces.";
        leaf interface {
          type if:interface-ref;
          description
            "TE interface name.";
        }
        /* 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"
     /p2p-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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                },
                "primary-reverse-path": {
                  "name": "primary-2 (rev)",
                  "explicit-route-objects-always": {
                    "route-object-include-exclude": [
                      {
                        "index": 1,
                        "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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-always": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "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='RFC8776' target='https://www.rfc-editor.org/info/rfc8776'>
  <front>
    <title>Common YANG Data Types for Traffic Engineering</title>
    <author fullname='T. Saad' initials='T.' surname='Saad'/>
    <author fullname='R. Gandhi' initials='R.' surname='Gandhi'/>
    <author fullname='X. Liu' initials='X.' surname='Liu'/>
    <author fullname='V. Beeram' initials='V.' surname='Beeram'/>
    <author fullname='I. Bryskin' initials='I.' surname='Bryskin'/>
    <date month='June' year='2020'/>
    <abstract>
      <t>This document defines a collection of common data types and groupings in YANG data modeling language. These derived common types and groupings are intended to be imported by modules that model Traffic Engineering (TE) configuration and state capabilities.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8776'/>
  <seriesInfo name='DOI' value='10.17487/RFC8776'/>
</reference>

<reference anchor='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:
H4sIAM9OGmUAA+2963IbR5Iw+r+fopeOEyRtApIo+UbP2KYlWsMNWdYn0jOz
Met1NIEm2SMQjekGRNGW9lnOs5wn+/JWVVmXbjQoeaw5Y+zGWASqsrKysrKy
svIyGo2yZbWclQf5Yf5fh08f54+KZZF/V0/LWX5eN/lpU5yfV5P8aH5Rzcuy
qeYX+elqPi9n7V7+pDiDZifX1XJyWU7zZ8Xyss2L+TQ/ni/L5ryYlG1WnJ01
5cuD/PQohJ9N68m8uIKhpzDIclSVy/PRsiza0U0xv4B/je4/yKpFc5Avm1W7
3L979/O7+9mkWJYXdXNzkLfLaXZdNy8umnq1wAEOT/K/wN+I4mP8LntR3kCD
6QHjMy+Xo0c4Upa1S8Dyp2JWz0uCXmbt6uyqatuqni9vFvDl8dHpt9miOsj/
tqwne3lbN8umPIc5tzdX/I9JfXVVzpftj1lWrJaXdXOQZfkoy+FTzVvAZ5yf
FMWUvuBpnhZN+cJ9WTcXxbz6uVjCoAf5w6qd1PnJTbssr1pAeEJtyquimgGK
LXQawwS+vsAvxjC2jEVDPR/nj2FCl1Vmx3pevCjbS/X1gNFkMGwInb6eYBsa
So/113H+pFq5gf66Oi+B4PKdP8rhrDzPj6YXpYL+itqPZ9VqjAuuJqRH+fM4
fzbOvwGGK67cWH+u2sv5CvjsZTFXP/qD/udqXi3KJn9aLpE7WjX2yzPq8/Xf
uQkS1F+zYxizuWmBhdSyHQO7eV/74x3Pp9XLaroqZnrFqp/OuMfXN8VlLWSc
180V9HpZHkDT598+vL9/93P55/69e+afn9zdv2v+uf/gnvnn55/bf967+6n8
87O7D6jt8ekPPz0ef3b3szE1ynPZ1I/LOezZSb5o6mU5QYTzlrYrbpIRrNq8
LBrYAYAzbVzYBnOmm+pCAA2P57mQ4AAHHZ3mz0veCVOiRy5YUDv4CnD4rrjJ
9+/ee0BftYBO2Vbz89r0Nx0y/NLSJxuNRnlx1gJqE1ik08uqzUFerHDL5dPy
HBAHUcMiZYoi5cqKrOVlici/rHA34zxxYlfFvLgoqXd9nqWk2s7p0W6+7BVt
O09OnrW7ewSwsiJuDNiVMv6kflk2LWO0vCyWOaBdzaflAujDY0PnmxwIezmv
Z/XFDVCSWi9mxbzMy/mkWLSrGZEyo2EAGLJXSSPWOawNTxrGW82ABjQKDQtk
eVlNylG7KCcVzI7x5C81EhmONxaaxmgjCSf1/Ly6WDWEx15ew2ahfxYzkLqw
qHt5U14BeyCdJ+UUGs5AMM+QcDhm+RLnOq+XiAZ1BCLRil5V0+mszLIPUCQ3
MAVmsIym9Msv/yHs/+YNweEvPv38Y/yiwvV2S41LBjS7WMGyMhGuixZ4iKEC
uYBYzCfEEDCjJUprWgH8a1IulrBnGWK7rBuBArOor9tMdkFpCNgivLNS+Gia
r1pE4OnR6cPvn35rMIfd+ubNmNfnsmiJC8tp1pSzEiTWEvrf1LimS2SKalkV
M6Y08DIQrs3PYJUALI1VA9aN4rJ8pxxfjLPnRydmSNn+b97sMtHnkxp7S0+Y
zDz/63dPuF/+nyffP4V2MMuzEhsxaabj7NtVg+2vgAB74XZq8wkAgVmvWphy
0RIlz4q2IjJWV4sZ7Sje+MA3WYg0HJerySX2fPjkmLAEklyACMZtPskPnx23
43hzt5OmOuvc3mv3brbJ3s1x76oREvst0/uNO/Af+baoLGNUWLahw2S2AvT9
7X8hIhgGzmSHqs24l19fVjPm0QDqiFv3Ac+CLU/ELNO0vKwuLkfAiDBJYEje
lZfVApZ3eV2Wc4VBa7gDBs2WenGIS6/L2Qz/y4tdvkLVCjgZz4t6Us9yn1xE
L1D+hAxZuKTTGsYDUWEmSPKRN6VMCncD/FVdwCi42GYggH28zAC78hW0XAK6
jBF1Znmq5CyNttPu5tcVor+6IAIte5Eb51l2OGvrPdiyeTxQLId5SgAwxhb4
0uyF5yd/fjaCRju0h1EJePNmT2TI/Qef3ocdvYfnwklJSI6e16sl6d3Q5eT5
CHk9++WXr6D15/sffwKiMZqS4TmjdAuWYxS8p7DZWUt/WM9RUCMjwA8fwEn+
j1XV0JZu4QBk2cocBZp0jqp0m29998PJ6dYe/zd/+j39+/nR//nh+PnRI/z3
yZ8Onzyx/8ikxcmfvv/hySP3L9fz4ffffXf09BF3hm9z76ts67vD/9ribbv1
/bPT4++fHj7ZAmbJPcYkycYSmjb3oimXJLIyswWQmfNvHj77//7few+E1qhz
AfX4j8/uffoASXlZznm0ej67kT+BpDdZsVigrgRQ4IgAwbiolsWM5XZ7WV/P
c2AJpDBSEmlcMeMx/c5rPFZwEZdMfkDXbTLv/KDB8XcSumaiZjOw0pllH+aT
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
qr0kd1iXMEuM+OKaZq4qKmUBZ9NhdNkyhEml4Hf0nDGeoaWkMjNPqUQlTFHn
+xLL1V4MVPTuQHF/Ksge4AF/GZvYUlKlOfZgdI0lw2Gc92JMCAMdhGT8Byfk
A8rNZQvCssMqAJ4thuvCMJpo5KBDvIYTzzhuwabbE3RmFbRiy55grmntUHRU
z/QcujD3Ta0yiUXB4bsFOzaN2Dqk6SCxn+z0qjersa1wl4hpLws/PDx0oKfg
83KZcIoy3LrTa7XZlRx0iK4fcqoNyxJ2r124YeaRLUHvgtQbcJT60eyypXGa
Jx+BNVDILhS423NcqfkFZ++QZ48BII3VEVs1qFkSYYqlE8cKaOYiVwSobBOO
sVka34Mf5hV+kz83D3LHbPEFCbDzw/Pj3fzsJnMJVMxk2kXB+6ict/gGxAjT
G56MSxMrrur5Rbtkh2y2OhrZKbHx+J5iTHccfWyEohgqlee6krwwF/Swa0oJ
XLcpqxQ9TfBmCYw4nUqjKtxL2IGTtnBKyqU/kBUd4RGhpHfFjrxoe4U7S2ap
0gbvFJK7q7D0Au4hy18f+xSYb43O9qXMTqSXXfkxrOGselH63xJfMqo0hll+
ir5Ct0LciZiKFW5O5hmXza/nJX3n+MeyuruxrMHYNQy2i/jEuJ+de4zhFaP/
mlNUuy7SG4Ox+soRn2VkzVy3BalRMsuZIuSpbSiKQkbaygLPw3ZZYhYdlu3W
y7QBeQ3biRMKc1eUxMESsVuKc9026Qvv3tsnK7Syj66bhwHouwlTV8bf/wVT
fS9XZBZ3qSkk3WtTAMdaV4Rto9ESLqvFNj8fqDGJIGecsYhvm5wFif3ZIxD4
UCBAKvvKRdoXw8g0jPEtZLPRbUIRDbCM2feONeG6uCbz2zahve0bebdpe4ZO
SCqRbipfQ2VevSOs+EEiWH3jlvT5g49p9Vnw3lFHOSHra2ahO9QyVAU8dQZt
weoxTm6mFb6+W2FOg+Qf5s503OsNFe9pGbtuvKHDcwcHyU12BwWljXy1XPq5
cfYl4/brIzYMq/u8VIKVNor/mjRT+twzXsid09NnHMCWoNzniCO/7p0+8+eE
CSgk/Q7DFh4xXIWviZhjdn4x496YqobScfgZJ/oA02My5xTkMXaOn9357tmT
k11+wG4oNsV7HEjvcBIZRj/QD9DskhcoevhQqWFmkQtgcz7htLJ0VphjO33/
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
y5lw759jVdj///exFnJ5iNAgZtz/t2fGf5KJ69dkxo/fP2bcWOT2n8gdDW8r
grtP5H8Xrv/4X5/rH7x/XH8rEdyt8/27MOOmBvr3kBn7rkH/Ssz48b89Myae
uvnzr8OM3U+CHjO+F+qA/bciZK9p8f5mpsX7/xTTIkWL6wb/DMsiIfHvvFXf
g0vYe2BB6WSDoOm+bfpPUul/bSvKvz3//25HMTP7zfWm/d/Z8XdLip3Ze6o6
PdhMdXrwb/gqO6l5k5Kj7Xw1m/3477yff/PN8M98uv1XfCdMtvz98a/z7/dB
bf1d9ITNf9ds32/N9neODZv/rvz+1srv+/SM+E72WceRPkj/z/SvXlSzzlXz
zUH+LWxSyQpKGWseVcVFU1yphDXfvMEc15J1G51cR+fQ580bcieVrMoIhPxf
p9JdctecHtmkZl4yjUyynG2Lt+kY45u2JTuvSfbNbQ5Udt6PRqPmWnLsmr/K
OSbl+Qq/OKvrWVnM9a8SVc9fvTbfxnWjbYPuNh+CRIPvftRN7Xr2l/3eS/Vx
BQ566n2/+Sro6pDTXICJQeYXyaZnIGgXdUsJOJBKXKQlSRCqgdtFCfzRkEDN
N6ojvA7jHlSpgPNXmjIIN9l0UrdLWvOe6aRzKIRIRe2idVafcN7hEGryec9y
da+c7TVa5SFwDIS7qj32FsfsYPr8bWoea9FZgxv3L2ZV0X51+/5coOu8Kpt+
IMHa5m7xZ/Warr39lZmjF0rn/F28cm9/VYgsBFK7dIrFrBdUNxBgESd2TGw1
XL9Grtwx/pjoxQFjzE6jYsmZ3srEBnFpaPVvltFMluYR15j5ag3Or2OwI24I
esdXPQRvyhorbVU/S+W0Lqrjgt/7pHPCRdvWk4pTJKrYzbi9S6M0UjmUeruE
Qevdcsfhcwk7oGgmlzfdkInIyvjVsQyuRWrXa7bDPJwvu3jNO0CDvk4gEdek
MY5aSzmuAc1fjGxtgORUIywwrJeqHvU2pK2VJoYjnFb94ravN51/1KEH1ddD
sHUbZ51FKtk3H9r9w67u5vO3dL8EtwUnYLof/o71aGI5EULoY9w+ru2YdAet
1vb5UFOgY+bpaa+dbv9cE3NMjZCWD9EcuiXEZructpBJpNVzFKJc/qwLQpo1
AmidZNtUJmwi2dcLk74ZrFsLb+O9T2vy29Jz9Moe1xNXZMoTltdcFiz4xf6o
Krni/PuVkRpzJMfAcr0VeXKr2bIHHGOuyIHXuQaVO1w2ECceJfLOiegfe6Dx
wnbg0gGD7mcjSfxIRiGEkpAsvf1Lv/va/rjOyNtdrJi8APndaSXjFubfftaQ
UOXV0CRVuGWN6INFxkUt74IBK9EUIwuJWRUWwMJzX7mbWo2FdF3VbPsV7HuV
vSHnZAuUnNczhXF73bLro6kZjIWQez9ae9Z9ER39bUR3+IcYD+PO/Eb81a37
qyfk2wMRylXTNfIwNXtrlukBQmWZpvUSddd/rIoEBkNue9Fu9ujo5axKz6MX
gCoD2kmFiP01AGQh2Pq0niNONBQB6gdQT16AsB3V57BSzVUxS+DhSRPdGU7/
8uf+63Z3Z0Rdn1T1LIa0du4KQHIFe6nfK4aRp27N230C+q0A45zh9FsBx/Lj
i8rdG5ik13cAQUcPFomX6OD+jCWj4MLIEFhByKjqaHuQmeZGRfDLM2QyxfBk
1bpBWrFJ6QJaCfB6sSqQwEVKXGRqXt4Br9AwssRqVj6WO6rC6a7fgAEf7BSz
mUikNm7hVKHZTH6j8qRpUFgrlEHFkHIfYzLOBudbrHkF08r9n82+SewX3Xha
tVS3g+9BHvqx3qa+7lXYoDVtEsrCHVXztQyWGyHPbbw9gj8bIerLDAs5ra07
6D3qkDq/sWVHrrSUHppsjuVOxHb3Wu20YN62v2FxrNwZIOgWABumMoRKBy2E
sSlKfSxqnZiwB9Nss3ZSJ04of7YRpe12djJikNUvkD2GLgRWTI5O3pmli8z+
Ebb6tmr20cCng3Wmf3/qsXnNcZl/C3TXPV5oeacPVHgLPbLGObjRTxq8jx6J
74N4Xo5BYZsuYJql4gI5a19WLTRAhadsmrqh1W19ad3TEs6bHyMxzj83ZdHW
3bbquEPwXKC2aNwWzdMw66sFw2fFEO1IaJfHHzv6mdNakOo6oOOOVIo73ZGK
pkfd+CYQsKxSfuPrir6tUN0QBqGP8uiCgvBHX+amohf+zx31c9TVXifjDRQg
oZF3zVISweewAzW7zuyRPn915Y4EOkhyyJjH5IdeRdXtRW0RSUuhWGBFiIX7
Y20zuzl043W8Hrcdxutxv94N6BZynWVJSzrTVK2fBpC89CQ2ftCNLXT4L1BG
jJeBPt+ky2U9m8Kt5pwmnVh59Q4pPa6LaomFXmmE+PzQ+1F6FIt2xHfA9DXW
l++KYool9NfDaJLoR4V+w54D+q0lZj6MmN6rbkhNyvLbS86oS3oBXBenL/aq
E44bVQPj26ZHjn+G7ai/fFHe2N35Ou4DP8c787Wvl/avzGtfx+2kk7TjG3+s
ondqkp0TtS4uPTNOdE7OON9kxvnAGeepGefrdWfXlf2NRmL1skM4fpV21qrk
cCL5eVm+GtmJhqwHPUaLGsCpq4SvN+Tz64PoslL62kWXbkFteaClOWXPqnnR
3CRQiXwHHEqKeo5uwQRsY2XeG9jDixbxZUiIZOp93eFpf9VMOy3R6Q2U5puR
51tjd0PUwH+6URuEr3n+1+YyIKqRDCH/vaM1o6RmsNbLw59ZNQFWRAUxZD7n
Mtf1iU1pcpcDiCHPeZ+AAcO+ITN6n36zlANCOu8yocYSAssDp/gmhu/unNad
HYimvKp7AXQOLj37Jr9+7pJ0tM+KjcS3rfzunosK/EPK2I6cL1ZCiw7vn97t
2kAzho6wS+BX1Kfkgkbwd9zkcyxFm2gcwfY8x33zB3pmlRdYo+0/IruH1KIo
zrCqRLl0hirbG+3TXvcYmaC79ljFlLGho6xJG/ttyke2s/Ac1bP7vyzzB3Wp
PAIA

-->

</rfc>

