<?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.7.29 (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-43" 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="2026" month="February" day="28"/>

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

    <abstract>


<?line 56?>

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


<?line 67?>

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

<t>This document defines a YANG data model intended for the provisioning and management
of point-to-point Traffic Engineering (TE) tunnels, Label Switched Paths (LSPs),
and interfaces. The modeling of point-to-multipoint TE Tunnels <xref target="RFC4875"/>
and Segment-Routing (SR) Policies <xref target="RFC9256"/> falls outside the scope of this
document.</t>

<t>The data model described herein is divided into two YANG modules. The 'ietf-te'
module contains generic, device-independent data, and the 'ietf-te-device'
module addresses device-specific data.</t>

<t>This document outlines the high-level relationships between the YANG modules it
defines and other external protocol YANG modules. The TE data
model intentionally excludes data specific to any signaling protocol, 
such as RSVP-TE (<xref target="RFC3209"/>, <xref target="RFC3473"/>), or Segment-Routing (<xref target="RFC8402"/>, <xref target="RFC9256"/>) with the
expectation that such technology models will be defined in separate documents
and will augment the TE model as needed.</t>

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

<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="RFC9911"/></c>
      <c>inet</c>
      <c>ietf-inet-types</c>
      <c><xref target="RFC9911"/></c>
      <c>rt-types</c>
      <c>ietf-routing-types</c>
      <c><xref target="RFC8294"/></c>
      <c>te-types</c>
      <c>ietf-te-types</c>
      <c><xref target="I-D.draft-ietf-teas-rfc8776-update"/></c>
      <c>te-packet-types</c>
      <c>ietf-te-packet-types</c>
      <c><xref target="I-D.draft-ietf-teas-rfc8776-update"/></c>
      <c>te</c>
      <c>ietf-te</c>
      <c>this document</c>
      <c>te-dev</c>
      <c>ietf-te-device</c>
      <c>this document</c>
</texttable>

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

<t>The YANG tree diagrams extracted from the modules 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 TE 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 data model and possibly
augment it with technology-specific data.</t>

<t>The elements of the TE data model, including TE Tunnels, LSPs, and
interfaces have leafs 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 TE data model does not cover signaling protocol data.
The signaling protocols used to instantiate TE LSPs are outside the scope of this
document and expected to be covered by augmentations defined in other documents.</t>

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

<t><list style="symbols">
  <t>The device independent TE data is defined in the 'ietf-te' module, and
can be used to manage data off a device, such as a TE controller. When the
model is used to manage a specific device, the model contains the TE Tunnels
originating from the specific device.  When the model is used to manage a TE
controller, the 'tunnel' list contains all TE Tunnels and TE tunnel segments
originating from devices that the TE controller manages.</t>
  <t>The device-specific TE data is defined in the 'ietf-te-device' module.</t>
  <t>The TE interfaces in the 'ietf-te-device' module are modeled as references
to existing interfaces defined in the 'ietf-interfaces' YANG module
<xref target="RFC8343"/>. This approach ensures consistency by leveraging standardized
interface definitions, allowing TE-specific parameters to be associated with
interfaces already defined elsewhere, rather than redefining interface
structures within the TE module."</t>
  <t>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>Where TE functions or features might be optional within the
deployed TE network, the model declares them as optional.</t>
  <t>Some groupings defined in this document include "default" statements, which
do not conform to the guidelines specified in Section 4.13 of
<xref target="I-D.ietf-netmod-rfc8407bis"/>. This deviation is intentional because these
groupings are specifically tailored for use within the YANG modules defined
in this document as well as in <xref target="I-D.ietf-teas-yang-path-computation"/>.
The customization ensures appropriate behavior and consistency across these
related modules.</t>
</list></t>

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

<t>The data model 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 features 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 TE YANG module 'ietf-te' provides
device-independent building blocks that are agnostic of specific technologies
or control plane instances. The TE device YANG module, defined in the
'ietf-te-device', augments the 'ietf-te' YANG module as illustrated in
<xref target="figctrl"/> by including device-specific data such as TE interface attributes and
local TE node timers.</t>

<t>The augmentation of the TE data model for specific instances of data plane technology and
signaling protocols are outside the scope of this document.</t>

<figure title="Relationship of TE modules with signaling protocol modules" anchor="figctrl"><artwork><![CDATA[
     TE module      +---------+
                    | ietf-te |o-------------+
                    +---------+               \
                        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-module"><name>TE YANG Module</name>

<t>The TE YANG module 'ietf-te' supports 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 (AGs), Shared Risk Link Groups (SRLGs), etc.).</t>

<t>A full tree diagram of the TE data model is shown in <xref target="AppendixB"/>.</t>

<section anchor="relationship-between-te-tunnel-lsp-and-path"><name>Relationship Between TE Tunnel, LSP, and Path</name>

<t>The TE model is built around several core constructs: TE tunnel, TE path,
and LSP. These concepts are central to the model's structure and functionality.</t>

<t>TE Tunnel:</t>

<ul empty="true"><li>
  <t>In this context, a TE tunnel represents a logical construct that
defines an engineered connectivity service between two endpoints in the
network, typically an ingress (source) and an egress (destination). A tunnel is
characterized by its attributes (such as name, encoding, and constraints) and
serves as the container for the forwarding resources used to realize the
desired connectivity.</t>
</li></ul>

<t>TE Path:</t>

<ul empty="true"><li>
  <t>A path refers to a specific sequence of nodes and links through the
network that traffic will follow to traverse the TE tunnel from source to
destination. A TE tunnel may have one or more associated TE paths, such as a primary
TE path (the preferred path) and secondary TE paths (used for protection or
restoration). Each path specifies the constraints, preferences, and
optimization criteria that guide its computation and selection.</t>
</li></ul>

<t>LSP:</t>

<ul empty="true"><li>
  <t>An LSP is an actual, instantiated connection in the
data plane that follows a computed TE path through the network. It is the result
of signaling protocols (such as RSVP-TE or Segment Routing) setting up
forwarding state along the TE path, enabling the tunnel to carry traffic.</t>
</li></ul>

<t>The relationship among these concepts is as follows:</t>

<t>A TE tunnel is the high-level logical object that defines the desired
connectivity and its properties.  Each TE tunnel can have one or more TE paths,
which define candidate or active routes through the network that may be used to
realize the tunnel's connectivity, subject to certain constraints and
preferences.  For each TE path selected for use, one or more LSPs are instantiated
in the network to realize the forwarding state necessary to carry traffic along
the specified TE path.</t>

<t>In summary, a TE tunnel defines the service, a TE path defines how to achieve the
service, and an LSP is the instantiated mechanism that actually provides the
service in the forwarding plane.</t>

</section>
<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.  Further
descriptions of containers that exist under the 'te' top level container are
provided in the following sections.</t>

<t>The three containers grouped under the 'te'
container are 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. Refer to <xref target="TeGlobals"/> for further details.</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 LSPs 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="AppendixB"/> and described below.</t>

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

<ul empty="true"><li>
  <t>An 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>

<figure title="TE Tunnel 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 SRLGs that may be
applied to TE links.</t>
</li></ul>

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

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

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

]]></artwork></figure>

<ul empty="true"><li>

  <t><list style="symbols">
    <t>name: A YANG leaf that holds the named path constraint entry. This is unique in the list and used as a key.</t>
    <t>te-bandwidth: A YANG container that holds the technology-agnostic TE bandwidth constraint.</t>
    <t>link-protection: A YANG leaf that holds the link protection type constraint required for the links to be included in the computed path.</t>
    <t>setup/hold priority: YANG leafs that hold the LSP setup and hold admission priority as defined in <xref target="RFC3209"/>.</t>
    <t>signaling-type: A YANG leaf that holds the LSP setup type, such as RSVP-TE or SR.</t>
    <t>path-metric-bounds: A YANG container that holds the set of metric bounds applicable on the
computed TE tunnel path.</t>
    <t>path-affinities-values: A YANG container that holds the set of affinity values and
mask to be used during path computation.</t>
    <t>path-affinity-names: A YANG container that holds the set of named affinity constraints and
corresponding inclusion or exclusion instructions for each to be used during path computation.</t>
    <t>path-srlgs-lists: A YANG container that holds the set of SRLG values and
corresponding inclusion or exclusion instructions to be used during path computation.</t>
    <t>path-srlgs-names: A YANG container that holds the set of named SRLG constraints and
corresponding inclusion or exclusion instructions for each to be used during path computation.</t>
    <t>disjointness: The level of resource disjointness constraint that the secondary path
of a TE tunnel has to adhere to.</t>
    <t>explicit-route-objects: A YANG container that holds path constraints in the form of route entries present in the following two lists:
    <list style="symbols">
        <t>'route-object-exclude-always': a list of route entries that are always excluded from the path computation. The exclusion of a route entry in this list during path computation is not order sensitive. The route entries in this list have a 'strict' hop-type as described in <xref target="RFC4874"/> section 3.1.</t>
        <t>'route-object-include-exclude': a list of route entries to include or exclude for the path computation. For route entries in this list that are to be excluded, the hop-type is only allowed to be 'strict' as described in <xref target="RFC4874"/> section 3.1.<br />
The constraint type (include or exclude) is specified with each route entry. The path computation considers route entry constraints in the order they appear in this list. Once a route entry constraint is consumed from this list, it is not considered any further in the computation of the TE path.<br />
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.<br />
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:<br />
        <list style="numbers" type="1">
            <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 Segment.</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 of a TE Tunnel segment indicates that the secondary path has the same endpoints as the primary path.</t>
          </list></t>
      </list></t>
    <t>path-in-segment: A YANG container that contains a list of label restrictions
that have to be taken into consideration when stitching to another tunnel
segment such as at a domain boundary.  The 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 consideration when stitching to another tunnel
segment such as at a domain boundary.  The TE tunnel segment in this case
is being stitched to the downstream TE tunnel segment.</t>
  </list></t>
</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 router devices in the network as shown in <xref target="fig-te-tunnel"/>.</t>

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

]]></artwork></figure>

<t>When the TE model is used to manage a specific device, the 'tunnel' list contains
the TE Tunnels originating from the specific device. When the model is used to
manage a TE controller, the 'tunnel' list contains all TE Tunnels and TE
tunnel segments originating from devices 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 segment of a TE Tunnel that is stitched with other segments in order to provision an end-to-end tunnel.</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>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 among 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 TE Tunnels initiated by the controller, the controller is responsible
to ensure that TE Tunnel names are unique.</t>
</li></ul>

<t>alias:</t>

<ul empty="true"><li>
  <t>A YANG leaf that holds a user-friendly alternate name to the TE tunnel,
which is typically, but not necessarily, unique. 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 among 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 onto 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.</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 endpoint identities, including:</t>
</li></ul>

<ul empty="true"><li>
  <t><list style="symbols">
    <t>te-node-id:  A YANG leaf that holds the TE node identifier (as defined in <xref target="I-D.draft-ietf-teas-rfc8776-update"/>) of the source
 or destination of the TE Tunnel.</t>
    <t>node-id: A YANG leaf that holds the node identifier (as defined in <xref target="RFC8345"/>) of the source or
 destination of the TE Tunnel.</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 modules, for example, to add data for Path Computation Element Protocol (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>

  <t><list style="symbols">
    <t>dependency-tunnels: A hierarchical set of TE Tunnels either provisioned or
to be provisioned in the immediate lower layer, upon which the
current TE Tunnel relies for multi-layer path computation. A dependency TE
Tunnel is provisioned if it has been selected by path computation to support
at least one client-layer TE Tunnel. When a dependency TE Tunnel is
provisioned, it makes the TE link operational in the client layer's network
topology, enabling the provisioning of TE Tunnels in the client layer.</t>
  </list></t>
</li></ul>

<ul empty="true"><li>

  <t><list style="symbols">
    <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>

<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 paths reference paths 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 is modeled with
the same data attributes as those of the 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.
  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 usual with the associated per-path
  constraints and properties on a device or TE controller. The device or TE
  controller computes the feasible paths 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 paths 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 globally repaired or reoptimized.</t>
</li></ul>

<t>path-scope:</t>

<ul empty="true"><li>
  <t>A YANG leaf that specifies whether the path is a 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, used to
choose between paths in a list.  The lower the number, the higher the
preference. Paths with the same preference are treated as equal
and other methods are used to choose between them.</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, which are returned in order based on their computed optimization
  objective costs.</t>
</li></ul>

<t>association-objects:</t>

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

<t>optimizations:</t>

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

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

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

<t>te-bandwidth:</t>

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

<t>link-protection:</t>

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

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

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

<t>signaling-type:</t>

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

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

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

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

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

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

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

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

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

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

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

<t>disjointness:</t>

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

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

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

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

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

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

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

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

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

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

<ul empty="true"><li>
  <t>A YANG container that holds the list of path computation error information. The
TE system populates entries in this list whenever an error is encountered during the computation of the TE path.</t>
</li></ul>

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

<ul empty="true"><li>
  <t>A YANG grouping that contains leafs representing the path attributes that are passed to the TE path computation engine
to be considered during the path computation. This includes:</t>

  <t><list style="symbols">
    <t>path constraints,</t>
    <t>path optimization objectives, and</t>
    <t>path associations</t>
  </list></t>

  <t>Note, unless overridden under a specific path of the TE tunnel, the TE tunnel's primary path constraints, optimization objectives, and associations are inherited by the primary reverse path, secondary path and secondary reverse path.</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>

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

<ul empty="true"><li>
  <t>A YANG container that holds the list of LSP provisioning error information. The
TE system populates entries in this list whenever an error is encountered during the LSP provisioning.</t>
</li></ul>

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

<t>The 'lsps' container includes the set of TE LSPs 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
LSPs 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 LSPs 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 YANG tree diagram of depth=4 for the TE YANG module
'ietf-te'. The full tree diagram is shown in <xref target="AppendixB"/>.</t>

<figure title="Tree diagram of depth-4 of TE Tunnels" 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 ingress-node-id?
           |       te-types:te-node-id
           +--ro 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 TE YANG module 'ietf-te' imports the following modules:</t>

<t><list style="symbols">
  <t>ietf-te-types defined in <xref target="I-D.draft-ietf-teas-rfc8776-update"/></t>
  <t>ietf-yang-types and ietf-inet-types defined in <xref target="RFC9911"/></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="RFC4655"/>, <xref target="RFC8231"/>, <xref target="RFC7308"/>, <xref target="RFC8345"/>, <xref target="RFC9256"/>, and <xref target="ITU_G.808.1"/>.</t>

<figure><artwork><![CDATA[
<CODE BEGINS> file "ietf-te@2026-02-28.yang"
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-te";

  prefix te;

  /* Import TE generic types */

  import ietf-te-types {
    prefix te-types;
    reference
      "draft-ietf-teas-rfc8776-update: Common YANG Data Types
       for Traffic Engineering.";
  }
  import ietf-yang-types {
    prefix yang;
    reference
      "RFC 9911: 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://datatracker.ietf.org/wg/teas/>
     WG List:  <mailto:teas@ietf.org>

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

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

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

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

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

  description
    "YANG data module for TE configuration, state, and RPCs.

     Copyright (c) 2025 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).

     All revisions of IETF and IANA published modules can be found at
     the "YANG Parameters" registry group:
     https://www.iana.org/assignments/yang-parameters.

     This version of this YANG module is part of RFC XXXX; 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 2026-02-28 {
    description
      "Initial revision for the TE generic YANG module.";
    reference
      "RFCXXXX: A YANG Data Model for Traffic Engineering Tunnels,
       Label Switched Paths, and Interfaces.";
  }

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

  /**
   * TE tunnel generic groupings
   */

  grouping path-common-properties {
    description
      "Common path attributes.";
    leaf name {
      type string;
      description
        "TE path name.";
    }
    leaf symbolic-name {
      type string;
      description
        "The symbolic path name is a human-readable string that
         identifies an LSP in the network.  The symbolic path name
         must remain constant throughout an LSP's lifetime.";
      reference
        "RFC 8231: Path Computation Element Communication Protocol 
                   (PCEP) Extensions for Stateful PCE,
                   Section 7.3.2";
    }
    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 IP address or the TE identifier of the external
         path computation server.";
      }
      uses te-types:te-generic-node-id;
      description
        "Address of the external path computation
         server.";
    }
    leaf compute-only {
      when "../use-path-computation = 'true'" {
        description
          "Applicable when path computation is requested.";
      }
      type empty;
      description
        "When present, the path is computed, but no resources
         are committed or reserved in the network. The path may
         be recomputed upon topology changes.";
    }
    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 the existing path should not be
         globally repaired or reoptimized.";
    }
    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
         the full path, or is an end-to-end path for
         the TE Tunnel.";
    }
  }

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

  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
        "When set to true, indicates whether the reverse path must
         be co-routed with the primary.";
    }
  }

  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, which are returned in order based on
         their computed optimization objective costs.";
    }
  }

  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 that occurred
             during LSP provisioning.";
        }
        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 LSP provisioning error was
             returned.";
        }
      }
    }
    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.";
        }
        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.";
        }
        leaf state-change-timestamp {
          type yang:date-and-time;
          description
            "Indicates the time at which the LSP operational
             state was last updated.";
        }
      }
    }
  }

  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 paths";
        }
        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;
              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.";
            }
            leaf last-computed-timestamp {
              type yang:date-and-time;
              description
                "Timestamp of when the path was last computed.";
            }
          }
        }
      }
    }
    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 "milliseconds";
        description
          "The time interval from the declaration of a Signal Fail
           (SF) or Signal Degrade (SD) condition until the protect-
           ion switching algorithm is initiated to maintain service
           continuity.";
        reference
          "RFC 4427: Recovery (Protection and Restoration)
                     Terminology for Generalized Multi-Protocol
                     Label Switching (GMPLS).";
      }
      leaf wait-to-revert {
        type uint16;
        units "seconds";
        description
          "Time to wait before attempting LSP reversion.";
        reference
          "RFC 4427: Recovery (Protection and Restoration)
                     Terminology for Generalized Multi-Protocol
                     Label Switching (GMPLS).";
      }
      leaf aps-signal-id {
        type uint8 {
          range "1..255";
        }
        default "1";
        description
          "The Automatic Protection Switching (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: Generic protection switching - Linear trail
                        and subnetwork protection.";
      }
    }
    container restoration {
      description
        "Restoration parameters.";
      leaf restoration-type {
        type identityref {
          base te-types:lsp-restoration-type;
        }
        description
          "LSP restoration type.";
      }
      leaf restoration-scheme {
        type identityref {
          base te-types:restoration-scheme-type;
        }
        description
          "LSP restoration scheme.";
      }
      leaf restoration-reversion-disable {
        type boolean;
        default "false";
        description
          "When 'true', disables restoration reversion to the working
           path.";
      }
      leaf hold-off-time {
        type uint32;
        units "milliseconds";
        description
          "The time interval from the declaration of a Signal Fail
           (SF) or Signal Degrade (SD) condition until the protect-
           ion switching algorithm is initiated to maintain service
           continuity.";
        reference
          "RFC 4427: Recovery (Protection and Restoration)
                     Terminology for Generalized Multi-Protocol
                     Label Switching (GMPLS).";
      }
      leaf wait-to-restore {
        type uint16;
        units "seconds";
        description
          "Time to wait before attempting LSP restoration.";
        reference
          "RFC 4427: Recovery (Protection and Restoration)
                     Terminology for Generalized Multi-Protocol
                     Label Switching (GMPLS).";
      }
      leaf wait-to-revert {
        type uint16;
        units "seconds";
        description
          "Time to wait before attempting LSP reversion.";
        reference
          "RFC 4427: Recovery (Protection and Restoration)
                     Terminology for Generalized Multi-Protocol
                     Label Switching (GMPLS).";
      }
    }
  }

  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
          "RFC 4872: RSVP-TE Extensions in Support of End-to-End
                     Generalized Multi-Protocol Label Switching
                     (GMPLS) Recovery.";
        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
            "RFC 4872: RSVP-TE Extensions in Support of End-to-End
                       Generalized Multi-Protocol Label Switching
                       (GMPLS) Recovery.";
        }
        leaf id {
          type uint16;
          description
            "Association identifier.";
          reference
            "RFC 4872: RSVP-TE Extensions in Support of End-to-End
                        Generalized Multi-Protocol Label Switching
                        (GMPLS) Recovery.";
        }
        container source {
          uses te-types:te-generic-node-id;
          description
            "Association source.";
          reference
            "RFC 4872: RSVP-TE Extensions in Support of End-to-End
                       Generalized Multi-Protocol Label Switching
                       (GMPLS) Recovery.";
        }
      }
      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
          "RFC 6780: RSVP ASSOCIATION Object Extensions";
        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
            "RFC 4427: Recovery (Protection and Restoration)
                       Terminology for Generalized Multi-Protocol
                       Label Switching (GMPLS)
             RFC 6780: RSVP ASSOCIATION Object Extensions";
        }
        leaf id {
          type uint16;
          description
            "Association identifier.";
          reference
            "RFC 4427: Recovery (Protection and Restoration)
                       Terminology for Generalized Multi-Protocol
                       Label Switching (GMPLS)
             RFC 6780: RSVP ASSOCIATION Object Extensions";
        }
        container source {
          uses te-types:te-generic-node-id;
          description
            "Association source.";
          reference
            "RFC 4427: Recovery (Protection and Restoration)
                       Terminology for Generalized Multi-Protocol
                       Label Switching (GMPLS)
             RFC 6780: RSVP ASSOCIATION Object Extensions";
        }
        leaf global-source {
          type uint32;
          description
            "Association global source.";
          reference
            "RFC 6780: RSVP ASSOCIATION Object Extensions";
        }
        leaf extended-id {
          type yang:hex-string;
          description
            "Association extended identifier.";
          reference
            "RFC 6780: RSVP ASSOCIATION Object Extensions";
        }
      }
    }
  }

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

  /* Some of the groupings defined in this module are re-used
   * in path-computation YANG model
   * defined in [I-D.ietf-teas-yang-path-computation] */
  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
        "When 'true', it indicates a bidirectional tunnel";
    }
  }

  /* This grouping is re-used in path-computation YANG
   * model defined in [I-D.ietf-teas-yang-path-computation] */
  grouping tunnel-hierarchy-properties {
    description
      "A grouping for TE tunnel hierarchy information.";
    container hierarchy {
      description
        "Container for TE hierarchy related information.";
      container dependency-tunnels {
        description
          "List of tunnels that this tunnel can be potentially
           dependent on.";
        list dependency-tunnel {
          key "name";
          description
            "A tunnel entry that this tunnel can potentially depend
             on.";
          leaf name {
            type tunnel-ref;
            description
              "Dependency tunnel name. The tunnel may not have been
               instantiated yet.";
          }
          uses te-types:encoding-and-switching-type;
        }
      }
      container hierarchical-link {
        description
          "Identifies a hierarchical link (in client layer)
           that this tunnel is associated with. By default, the
           topology of the hierarchical link is the same topology of
           the tunnel;";
        reference
          "RFC 4206: Label Switched Paths (LSP) Hierarchy with
                     Generalized Multi-Protocol Label Switching
                     (GMPLS) Traffic Engineering (TE)";
        leaf enable {
          type boolean;
          default "false";
          description
            "When 'true', 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.";
          reference
            "RFC 8345: A YANG Data Model for Network Topologies";
        }
        leaf local-te-link-tp-id {
          type te-types:te-tp-id;
          description
            "The local TE link termination point identifier.";
        }
        leaf remote-node-id {
          type nw:node-id;
          description
            "The remote node identifier.";
        }
        leaf remote-link-tp-id {
          type nt:tp-id;
          description
            "The remote link termination point identifier.";
          reference
            "RFC 8345: A YANG Data Model for Network Topologies";
        }
        leaf remote-te-link-tp-id {
          type te-types:te-tp-id;
          description
            "The remote TE link termination point identifier.";
        }
        leaf remote-te-node-id {
          type te-types:te-node-id;
          description
            "Remote TE node identifier.";
        }
        leaf link-id {
          type nt:link-id;
          description
            "A network topology assigned identifier to the link";
          reference
            "RFC 8345: A YANG Data Model for Network Topologies";
        }
        leaf network-id {
          type nw:network-id;
          description
            "The network topology identifier where the hierarchical 
            link supported by this TE tunnel is instantiated.";
        }
        uses te-types:te-topology-identifier {
          description
            "The TE topology identifier where the hierarchical link
             supported by this TE tunnel is instantiated.";
        }
      }
    }
  }

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

  /**
   * TE container
   */

  container te {
    description
      "TE global container.";
    leaf enable {
      type boolean;
      description
        "When 'true', the TE component features are enabled.";
    }

    /* 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 name that uniquely identifies a TE
               interface named admin-group.";
          }
          leaf bit-position {
            type uint32;
            description
              "Bit-position value for a named Administrative Group
               (AG).  The value is an integer that represents one of
               the bit positions in the administrative group bitmask.
               Values for bit-positions between 0 and 31 are inter-
               preted as the original 32 bit AGs. Values of bit-
               positions >=32 are interpreted as Extended
               Administrative Group (EAG) values as per RFC 7308.";
            reference
              "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels
               RFC 7308: Extended Administrative Groups in MPLS
                         Traffic Engineering (MPLS-TE)";
          }


        }
      }
      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 name that uniquely identifies a TE
               interface named SRLG.";
          }
          leaf value {
            type te-types:srlg;
            description
              "An SRLG value.";
          }
          leaf cost {
            type uint32;
            description
              "The cost associated with an SRLG. This is used as
               a penalty during path computation when the TE path
               traverses 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 unique identifier for a set of path constraints.
               Operators should ensure that when this model is used
               to manage multiple devices, the parameters associated
               with the set of path constraints sharing the same name
               remain consistent across those devices in order to
               maintain uniform path behavior.";
          }
          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
            "A numeric identifier for the tunnel, unique within the
             scope of the ingress node. While the 'name' leaf serves
             as a     human-readable management key, this
             'identifier' corresponds to the Tunnel ID used in
             control plane signaling (e.g., the RSVP-TE SESSION
             object as defined in RFC 3209), allowing for
             correlation between management state and network-wide 
             signaling.";
          reference
            "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
        }
        leaf color {
          type uint32;
          description
            "A TE Tunnel [RFC3209] can be associated with an intent
             or objective (e.g., low latency) by tagging it with a
             color.  This color attribute is used as a guiding
             criterion for mapping services onto the TE Tunnel
             [RFC9012][RFC9256].";
          reference
            "RFC 9012: The BGP Tunnel Encapsulation Attribute";
        }
        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.";
        }
        leaf state-change-timestamp {
          type yang:date-and-time;
          description
            "Indicates the time at which the TE tunnel's operational
             state was last updated.";
        }
        uses te-types:encoding-and-switching-type;
        uses tunnel-common-attributes;
        container controller {
          description
            "Contains tunnel data relevant to external controllers.
             This target node may be augmented by external modules,
             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 that is associated with the entity that
               controls the tunnel as defined in RFC 8232.";
            reference
              "RFC 8232: Optimizations of Label Switched Path State
                         Synchronization Procedures for a Stateful
                         PCE";
          }
        }
        leaf reoptimize-timer {
          type uint16;
          units "seconds";
          description
            "Frequency of reoptimization of a traffic-engineered
             LSP. A value of 0 means that the LSP is never
             reoptimized";
        }
        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
            "RFC 4872: RSVP-TE Extensions in Support of End-to-End
                       Generalized Multi-Protocol Label Switching
                       (GMPLS) Recovery.";
          list primary-path {
            key "name";
            description
              "List of primary paths for this tunnel.";
            leaf active {
              type boolean;
              config false;
              description
                "When 'true', indicates an active path 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 paths";
                  leaf secondary-reverse-path {
                    type leafref {
                      path "../../../../../../"
                         + "te:secondary-reverse-paths/"
                         + "te:secondary-reverse-path/te:name";
                    }
                    description
                      "A reference to the secondary reverse path that
                       may be utilized when the containing primary
                       reverse path is in use.";
                  }
                  leaf active {
                    type boolean;
                    config false;
                    description
                      "When 'true', indicates an active path 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
                 utilized 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
                     utilized when the containing primary path is
                     in use.";
                }
                leaf active {
                  type boolean;
                  config false;
                  description
                    "When 'true', indicates an active path has been
                     selected from the candidate secondary paths.";
                }
              }
            }
          }
        }
        container secondary-paths {
          description
            "The set of secondary paths.";
          reference
            "RFC 4872: RSVP-TE Extensions in Support of End-to-End
                       Generalized Multi-Protocol Label Switching
                       (GMPLS) Recovery.";
          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, the higher the preference.";
            }
            leaf secondary-reverse-path {
              type leafref {
                path "../../../"
                   + "te:secondary-reverse-paths/"
                   + "te:secondary-reverse-path/te:name";
              }
              description
                "A reference to the reverse secondary path when
                 co-routed with the secondary path.";
            }
            uses path-compute-info;
            uses protection-restoration-properties;
            uses path-state;
          }
        }
        container secondary-reverse-paths {
          description
            "The set of secondary reverse paths.";
          list secondary-reverse-path {
            key "name";
            description
              "List of secondary paths for this tunnel.";
            uses path-common-properties;
            leaf preference {
              type uint8 {
                range "1..255";
              }
              default "1";
              description
                "Specifies a preference for this path. The lower the
                 number higher the preference. Paths that have the
                 same preference will be activated together.";
            }
            uses path-compute-info;
            uses protection-restoration-properties;
            uses path-state;
          }
        }
        action tunnel-action {
          description
            "Action commands to manipulate the TE tunnel state.";
          reference
            "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
             Section 2.5";
          input {
            leaf action-type {
              type identityref {
                base te-types:tunnel-action-type;
              }
              description
                "The action to be invoked on the TE tunnel.";
            }
          }
          output {
            leaf action-result {
              type identityref {
                base te-types:te-action-result;
              }
              description
                "The result of the tunnel action operation.";
            }
          }
        }
        action protection-external-commands {
          description
            "Actions to manipulate the protection external
             commands of the TE tunnel.";
          reference
            "RFC 4427: Recovery (Protection and Restoration)
             Terminology for Generalized Multi-Protocol Label
             Switching (GMPLS)";
          input {
            leaf protection-external-command {
              type identityref {
                base te-types:protection-external-commands;
              }
              description
                "Protection external command.";
            }
            leaf ingress-node {
              type boolean;
              default "true";
              description
                "When 'true', indicates that the action is
                 applied on the ingress node.
                 By default, the action applies to the ingress
                 node";
            }
            leaf egress-node {
              type boolean;
              default "false";
              description
                "When 'true', indicates that the action is
                 applied on the egress node. By default,
                 the action applies to the ingress node.";
            }
            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
                "RFC 4427: Recovery (Protection and Restoration)
                           Terminology for Generalized Multi-Protocol
                           Label Switching (GMPLS).";
            }
            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
            "An identifier unique in the context of the LSP head-end.
             For example, as used in the RSVP-TE SENDER_TEMPLATE and
             FILTER_SPEC objects. The value can be changed to allow a
             sender to share resources with itself.";
          reference
            "RFC 3209";
        }
        leaf node {
          type te-types:te-node-id;
          description
            "The node where the LSP state is retrieved.";
        }
        leaf source {
          type te-types:te-node-id;
          description
            "The address of the ingress LSP endpoint that identifies
             the start of the tunnel. This typically corresponds to
             the Tunnel Sender Address extracted from the RSVP-TE 
             SENDER_TEMPLATE object.";
          reference
            "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
        }
        leaf destination {
          type te-types:te-node-id;
          description
            "The address of the egress LSP endpoint that identifies
             the end of the tunnel. This typically corresponds to
             the Tunnel Endpoint Address extracted from the RSVP-TE 
             SESSION object.";
          reference
            "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels";
        }
        leaf tunnel-id {
          type uint16;
          description
            "An identifier of the tunnel that remains constant over
             the life of the tunnel. For example, this may be the
             Tunnel ID extracted from RSVP-TE SESSION object.";
          reference
            "RFC 3209";
        }
        leaf extended-tunnel-id {
          type yang:dotted-quad;
          description
            "A qualifier used to ensure the global uniqueness of the
             tunnel identifier. It carries a 4-byte or 16-byte value,
             typically corresponding to the Extended Tunnel ID
             extracted from the RSVP-TE SESSION object as defined in
             RFC 3209.";
          reference
            "RFC 3209";
        }
        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
            "RFC 4872, 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
            "RFC 4427";
        }
        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
            "RFC 4427";
        }
        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
            "RFC 4872, 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 ingress-node-id {
          type te-types:te-node-id;
          description
            "Indicates the te-node-id of the ingress node of the TE
             tunnel or tunnel segment when the protection action is
             applied to the ingress node or the Wait To Restore (WTR)
             timer is active.
             This is set to '0.0.0.0' when the controller is not
             aware of the te-node-id of ingress-node.";
        }
        leaf egress-node-id {
          type te-types:te-node-id;
          description
            "Indicates the te-node-id of the egress node of the TE
             tunnel or tunnel segment when the protection action is
             applied to the ingress node or the WTR timer is active.
             This is set to '0.0.0.0' when the controller is not
             aware of the te-node-id of ingress-node.";
        }
        container lsp-actual-route-information {
          description
            "RSVP recorded route object information.";
          list lsp-actual-route-information {
            when "../../origin-type = 'ingress'" {
              description
                "Applicable on ingress LSPs only.";
            }
            key "index";
            description
              "Record route list entry.";
            uses te-types:record-route-state;
          }
        }
      }
    }
  }

  /* TE Tunnel RPCs/execution Data */

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

  rpc tunnels-actions {
    description
      "RPC that manipulates the state of a TE tunnel.";
    reference
      "RFC 3209: RSVP-TE: Extensions to RSVP for LSP Tunnels,
       Section 2.5";
    input {
      container tunnel-info {
        description
          "TE tunnel information.";
        choice filter-type {
          mandatory true;
          description
            "Filter choice.";
          case all-tunnels {
            leaf all {
              type empty;
              mandatory true;
              description
                "When present, applies the action on all TE
                 tunnels.";
            }
          }
          case one-tunnel {
            leaf tunnel {
              type tunnel-ref;
              description
                "Apply action on the specific TE tunnel.";
            }
          }
        }
      }
      container action-info {
        description
          "TE tunnel action information.";
        leaf action {
          type identityref {
            base te-types:tunnel-action-type;
          }
          description
            "The action type.";
        }
        leaf disruptive {
          when "derived-from-or-self(../action, "
             + "'te-types:tunnel-action-reoptimize')";
          type empty;
          description
            "Specifies whether reoptimization operations,
             particularly when multiple tunnels are involved,
             are permitted to cause traffic disruption on some
             TE tunnels.";
        }
      }
    }
    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-moule"><name>TE Device YANG Moule</name>

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

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

<t>The 'ietf-te-device' module defines the configuration and operational state data
that is specific to the device, including those related to the TE subsystem, tunnels, LSPs, and interfaces.</t>

<section anchor="te-device-globals-tunnels-and-lsps"><name>TE Device Globals, Tunnels and LSPs</name>

<t>The 'ietf-te-device' module augments the TE YANG module 'ietf-te' at the
'globals', 'tunnels', and 'lsps' levels to include the device-specific
configurations and operational state.</t>

<t><xref target="fig-if-te-01"/> shows the
'ietf-te-device' subtree generated with depth=4 that describes those
augmentations.</t>

<figure title="TE Device Augmentations to Globals, Tunnels, and LSPs YANG Subtree" anchor="fig-if-te-01"><artwork><![CDATA[
module: ietf-te-device

  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 upstream-info
          ..
]]></artwork></figure>

<t>The following is the description of the augmented data at each level.</t>

<t>Global Timers (Augmenting /te:te/te:globals):</t>

<t>These are device-specific global configuration parameters related to LSP timers, applied system-wide.</t>

<dl>
  <dt>lsp-install-interval</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>An optional leaf that specifies the delay time, in seconds, before a newly provisioned LSP is installed into the forwarding plane to carry traffic.</t>
  </dd>
  <dt>lsp-cleanup-interval</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>An optional leaf that specifies the delay time, in seconds, before an LSP is completely removed from the system after it is no longer in use.</t>
  </dd>
  <dt>lsp-invalidation-interval</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>An optional leaf that specifies the delay time, in seconds, during which a TE LSP's path is considered invalid before any corrective action is taken.</t>
  </dd>
</dl>

<t>Tunnel Device-Dependent Attributes (Augmenting /te:te/te:tunnels/te:tunnel).</t>

<t>These are device-specific configuration parameters that apply to individual TE Tunnels:</t>

<dl>
  <dt>path-invalidation-action</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>An optional identityref that specifies the action to be taken when a TE Tunnel's path is deemed invalid (e.g., tear down, recompute).</t>
  </dd>
  <dt>lsp-install-interval</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>An optional leaf that specifies the delay time, in seconds, for this specific TE Tunnel before its LSPs are installed into the forwarding plane. This value can override the global lsp-install-interval.</t>
  </dd>
  <dt>lsp-cleanup-interval</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>An optional leaf that specifies the delay time, in seconds, for this specific TE Tunnel before its LSPs are cleaned up. This value can override the global lsp-cleanup-interval.</t>
  </dd>
  <dt>lsp-invalidation-interval</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>An optional leaf that specifies the delay time, in seconds, for this specific TE Tunnel during which its path is considered invalid before action is taken. This value can override the global lsp-invalidation-interval.</t>
  </dd>
</dl>

<t>LSP Device-Dependent State (Augmenting /te:te/te:lsps/te:lsp).</t>

<t>These are read-only operational state parameters providing device-specific details for individual LSPs:</t>

<dl>
  <dt>lsp-timers</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>A container that holds various timer-related operational state for an LSP, applicable primarily to ingress LSPs.</t>
  </dd>
  <dt>uptime</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>An optional leaf that indicates the total time, in seconds, that the LSP has been operational.</t>
  </dd>
  <dt>time-to-install</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>An optional leaf that indicates the remaining time, in seconds, for a new LSP to be fully instantiated and ready to carry traffic.</t>
  </dd>
  <dt>time-to-destroy</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>An optional leaf that indicates the remaining time, in seconds, before an existing LSP is torn down.</t>
  </dd>
  <dt>downstream-info</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>A container that holds information about the downstream neighbor and label for the LSP, applicable when the LSP is not at its egress.</t>
  </dd>
  <dt>upstream-info</dt>
  <dd><t/></dd>
  <dt>:</dt>
  <dd>
    <t>A container that holds information about the upstream neighbor and label for the LSP, applicable when the LSP is not at its ingress.</t>
  </dd>
</dl>

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

<t>The TE interface is modeled as a reference to an existing interface as defined
in the 'ietf-interfaces' YANG module <xref target="RFC8343"/>.</t>

<t><xref target="fig-if-te-02"/> shows the TE interface subtree from the TE device module 'ietf-te-device' with depth=4.
The full tree diagram is shown in <xref target="AppendixB"/>.</t>

<figure title="TE interfaces YANG subtree from the TE device YANG data model" anchor="fig-if-te-02"><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* [name]
          +--rw name                                if:interface-ref
          +--rw te-metric?
          |       te-types:te-metric
          +--rw (admin-group-type)?
          |  +--:(value-admin-groups)
          |  |     ...
          |  +--:(named-admin-groups)
          |        ...
          +--rw (srlg-type)?
          |  +--:(value-srlgs)
          |  |     ...
          |  +--:(named-srlgs)
          |        ...
          +--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]
                   ...

]]></artwork></figure>

<t>The main elements under the interfaces container are:</t>

<t>threshold-type:</t>

<ul empty="true"><li>
  <t>An optional enumeration that specifies the type of thresholding mechanism used for flooding bandwidth updates for all TE interfaces on the device. Options include 'delta' (flooding on a change greater than a specified delta) or 'threshold-crossed' (flooding when bandwidth crosses a defined threshold).</t>
</li></ul>

<t>delta-percentage:</t>

<ul empty="true"><li>
  <t>An optional percentage value, used when threshold-type is 'delta', indicating the change in reservable bandwidth that triggers an IGP update for all TE interfaces.</t>
</li></ul>

<t>threshold-specification:</t>

<ul empty="true"><li>
  <t>An optional enumeration, used when threshold-type is 'threshold-crossed', to define whether a single set of 'mirrored-up-down' thresholds or separate 'separate-up-down' thresholds are used for increasing and decreasing bandwidth. This applies globally to all TE interfaces.</t>
</li></ul>

<t>up-thresholds:</t>

<ul empty="true"><li>
  <t>A list of percentage values, used with 'separate-up-down' thresholding, that define the points at which bandwidth updates are triggered when the reservable bandwidth is increasing across all TE interfaces.</t>
</li></ul>

<t>down-thresholds:</t>

<ul empty="true"><li>
  <t>A list of percentage values, used with 'separate-up-down' thresholding, that define the points at which bandwidth updates are triggered when the reservable bandwidth is decreasing across all TE interfaces.</t>
</li></ul>

<t>up-down-thresholds:</t>

<ul empty="true"><li>
  <t>A list of percentage values, used with 'mirrored-up-down' thresholding, that define the points at which bandwidth updates are triggered for both increasing and decreasing reservable bandwidth across all TE interfaces.</t>
</li></ul>

<t>interface:</t>

<ul empty="true"><li>
  <t>A list of individual TE interfaces configured on the device. Each entry represents a network interface enabled for Traffic Engineering and contains its specific attributes and state. A TE interface is identified by the 'name' leaf, which references an existing network interface on the device.</t>
</li></ul>

<ul empty="true"><li>
  <t>name:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>A leaf that uniquely identifies the TE interface, referencing an existing network interface.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>te-metric:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>An optional leaf that holds the TE metric value associated with this specific interface, used during path computation.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>admin-group-type:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>A choice node that allows configuring administrative groups for the interface using either direct values or named references.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>value-admin-groups:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>A choice for defining administrative groups using direct bitmask values.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>named-admin-groups:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>A list of named administrative groups applied to this TE interface, referencing globally defined named administrative groups.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>srlg-type:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>A choice node that allows configuring SRLGs for the interface using either direct values or named references.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>value-srlgs:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>A list of direct SRLG values that this link is a part of.</t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>named-srlgs:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>A list of named SRLGs applied to this interface, referencing globally defined named SRLGs.</t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>threshold-type:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>An optional enumeration, similar to the global threshold-type, but specifically for this individual TE interface, allowing per-interface override of the global bandwidth flooding behavior.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>delta-percentage:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>An optional percentage value, specific to this interface, used when its threshold-type is 'delta'.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>threshold-specification:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>An optional enumeration, specific to this interface, used when its threshold-type is 'threshold-crossed'.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>up-thresholds:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>A list of percentage values, specific to this interface, used with 'separate-up-down' thresholding for increasing bandwidth.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>down-thresholds:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>A list of percentage values, specific to this interface, used with 'separate-up-down' thresholding for decreasing bandwidth.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>up-down-thresholds:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>A list of percentage values, specific to this interface, used with 'mirrored-up-down' thresholding for both increasing and decreasing bandwidth.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>switching-capabilities:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>A list of switching capabilities supported by this interface.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>switching-capability:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>An identityref indicating a specific switching capability (e.g., Packet, Lambda, Fiber).</t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>encoding:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>An optional identityref indicating the LSP encoding type supported by this capability on the interface.</t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <t>te-advertisements-state:</t>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>A read-only container that provides operational state information related to how this TE interface's attributes are advertised.</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>flood-interval:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>An optional leaf indicating the configured periodic flooding interval for this interface.</t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>last-flooded-time:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>An optional leaf showing the time elapsed since the last advertisement flood for this interface.</t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>next-flooded-time:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>An optional leaf showing the time remaining until the next scheduled advertisement flood for this interface.</t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>last-flooded-trigger:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>An optional enumeration indicating the event that triggered the last advertisement flood (e.g., link-up, bandwidth-change, periodic-timer).</t>
    </li></ul>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <t>advertised-level-areas:</t>
  </li></ul>
</li></ul>

<ul empty="true"><li>
  <ul empty="true"><li>
    <ul empty="true"><li>
      <t>A list of IGP level-areas in which this TE interface's link state information is advertised.</t>
    </li></ul>
  </li></ul>
</li></ul>

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

<t><xref target="fig-te-dev-tree"/> shows the YANG tree diagram of the TE device YANG module defined in
'ietf-te-device'.</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* [name]
          +--rw name                                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 'ietf-te-device' module imports the following modules:</t>

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

<figure><artwork><![CDATA[
<CODE BEGINS> file "ietf-te-device@2026-02-28.yang"
module ietf-te-device {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-te-device";

  prefix te-dev;

  /* Import TE module */

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

  /* Import TE types */

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

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

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

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

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

     Editor:   Himanshu Shah
               <mailto:hshah@ciena.com>

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

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

  description
    "This module defines a data model for TE device configurations,
     state, and RPCs.

     Copyright (c) 2025 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 2026-02-28 {
    description
      "Initial revision for the TE device YANG module.";
    reference
      "RFCXXXX: A YANG Data Model for Traffic Engineering Tunnels
       and Interfaces";
  }

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

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

  /**
   * TE device augmentations
   */
  augment "/te:te" {
    description
      "TE global container.";
    /* TE Interface Configuration Data */
    container interfaces {
      description
        "Configuration data model for TE interfaces.";
      uses te-igp-flooding-bandwidth-config;
      list interface {
        key "name";
        description
          "The list of interfaces enabled for TE.";
        leaf name {
          type if:interface-ref;
          description
            "The reference to interface enabled for TE.";
        }
        /* TE interface parameters */
        leaf te-metric {
          type te-types:te-metric;
          description
            "TE interface metric.";
        }
        choice admin-group-type {
          description
            "TE interface administrative groups
             representation type.";
          case value-admin-groups {
            choice value-admin-group-type {
              description
                "The type of admin-groups.";
              case admin-groups {
                description
                  "Administrative group/Resource
                   class.";
                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.";
                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 an existing LSP to be torn down.";
      }
    }
    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-types: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-types: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
   Maintained by IANA: N

   Name:       ietf-te-device
   Namespace:  urn:ietf:params:xml:ns:yang:ietf-te-device
   Prefix:     te-device
   Reference:  RFCXXXX
   Maintained by IANA: N
]]></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 YANG-based management protocols, such as
NETCONF <xref target="RFC6241"/> and RESTCONF <xref target="RFC8040"/>. These YANG-based management
protocols (1) have to use a secure transport layer
(e.g., SSH <xref target="RFC6242"/>, TLS <xref target="RFC8446"/>, and QUIC <xref target="RFC9000"/>) and (2) have
to use mutual authentication.</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 in interruption to services
carried over the network.</t>

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

<t>The YANG module defines a set of identities, types, and groupings. These nodes
are intended to be reused by other YANG modules. The module by itself does not
expose any data nodes that are writable, data nodes that contain read-only
state, or RPCs.  As such, there are no additional security issues related to
the YANG module that need to be considered.</t>

<t>Modules that use the groupings that are defined in this document should
identify the corresponding security considerations. For example, reusing some
of these groupings will expose privacy-related information (e.g.,
'node-example').</t>

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

<t>The authors would like to thank the  members of the multivendor 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>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">

<reference anchor="ITU_G.808.1" >
  <front>
    <title>Generic protection switching - Linear trail and subnetwork protection</title>
    <author >
      <organization>ITU-T Recommendation G.808.1</organization>
    </author>
    <date year="2014" month="May"/>
  </front>
  <seriesInfo name="https://www.itu.int/rec/T-REC-G.808.1-201405-I" value=""/>
</reference>


<reference anchor="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="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="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="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="RFC9911">
  <front>
    <title>Common YANG Data Types</title>
    <author fullname="J. Schönwälder" initials="J." role="editor" surname="Schönwälder"/>
    <date month="December" year="2025"/>
    <abstract>
      <t>This document defines a collection of common data types to be used with the YANG data modeling language. It includes several new type definitions and obsoletes RFC 6991.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9911"/>
  <seriesInfo name="DOI" value="10.17487/RFC9911"/>
</reference>
<reference anchor="RFC8294">
  <front>
    <title>Common YANG Data Types for the Routing Area</title>
    <author fullname="X. Liu" initials="X." surname="Liu"/>
    <author fullname="Y. Qu" initials="Y." surname="Qu"/>
    <author fullname="A. Lindem" initials="A." surname="Lindem"/>
    <author fullname="C. Hopps" initials="C." surname="Hopps"/>
    <author fullname="L. Berger" initials="L." surname="Berger"/>
    <date month="December" year="2017"/>
    <abstract>
      <t>This document defines a collection of common data types using the YANG data modeling language. These derived common types are designed to be imported by other modules defined in the routing area.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8294"/>
  <seriesInfo name="DOI" value="10.17487/RFC8294"/>
</reference>

<reference anchor="I-D.draft-ietf-teas-rfc8776-update">
   <front>
      <title>Common YANG Data Types for Traffic Engineering</title>
      <author fullname="Italo Busi" initials="I." surname="Busi">
         <organization>Huawei</organization>
      </author>
      <author fullname="Aihua Guo" initials="A." surname="Guo">
         <organization>Futurewei Technologies</organization>
      </author>
      <author fullname="Xufeng Liu" initials="X." surname="Liu">
         <organization>Alef Edge</organization>
      </author>
      <author fullname="Tarek Saad" initials="T." surname="Saad">
         <organization>Cisco Systems Inc.</organization>
      </author>
      <author fullname="Igor Bryskin" initials="I." surname="Bryskin">
         <organization>Individual</organization>
      </author>
      <date day="18" month="February" year="2026"/>
      <abstract>
	 <t>   This document defines a collection of common data types, identities,
   and groupings in YANG data modeling language.  These derived common
   data types, identities and groupings are intended to be imported by
   other modules, e.g., those which model the Traffic Engineering (TE)
   configuration and state capabilities.

   This document obsoletes RFC 8776.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-teas-rfc8776-update-22"/>
   
</reference>
<reference anchor="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="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="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">
  <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">
  <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">
  <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="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">
  <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">
  <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">
  <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">
  <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">
  <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'Alessandro" initials="A." surname="D'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">
  <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="RFC4655">
  <front>
    <title>A Path Computation Element (PCE)-Based Architecture</title>
    <author fullname="A. Farrel" initials="A." surname="Farrel"/>
    <author fullname="J.-P. Vasseur" initials="J.-P." surname="Vasseur"/>
    <author fullname="J. Ash" initials="J." surname="Ash"/>
    <date month="August" year="2006"/>
    <abstract>
      <t>Constraint-based path computation is a fundamental building block for traffic engineering systems such as Multiprotocol Label Switching (MPLS) and Generalized Multiprotocol Label Switching (GMPLS) networks. Path computation in large, multi-domain, multi-region, or multi-layer networks is complex and may require special computational components and cooperation between the different network domains.</t>
      <t>This document specifies the architecture for a Path Computation Element (PCE)-based model to address this problem space. This document does not attempt to provide a detailed description of all the architectural components, but rather it describes a set of building blocks for the PCE architecture from which solutions may be constructed. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4655"/>
  <seriesInfo name="DOI" value="10.17487/RFC4655"/>
</reference>
<reference anchor="RFC8231">
  <front>
    <title>Path Computation Element Communication Protocol (PCEP) Extensions for 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"/>
    <date month="September" year="2017"/>
    <abstract>
      <t>The Path Computation Element Communication Protocol (PCEP) provides mechanisms for Path Computation Elements (PCEs) to perform path computations in response to Path Computation Client (PCC) requests.</t>
      <t>Although PCEP explicitly makes no assumptions regarding the information available to the PCE, it also makes no provisions for PCE control of timing and sequence of path computations within and across PCEP sessions. This document describes a set of extensions to PCEP to enable stateful control of MPLS-TE and GMPLS Label Switched Paths (LSPs) via PCEP.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8231"/>
  <seriesInfo name="DOI" value="10.17487/RFC8231"/>
</reference>
<reference anchor="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="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">
  <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">
  <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="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="RFC9000">
  <front>
    <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
    <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
    <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
    <date month="May" year="2021"/>
    <abstract>
      <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9000"/>
  <seriesInfo name="DOI" value="10.17487/RFC9000"/>
</reference>
<reference anchor="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' anchor="sec-informative-references">



<reference anchor="RFC4875">
  <front>
    <title>Extensions to Resource Reservation Protocol - Traffic Engineering (RSVP-TE) for Point-to-Multipoint TE Label Switched Paths (LSPs)</title>
    <author fullname="R. Aggarwal" initials="R." role="editor" surname="Aggarwal"/>
    <author fullname="D. Papadimitriou" initials="D." role="editor" surname="Papadimitriou"/>
    <author fullname="S. Yasukawa" initials="S." role="editor" surname="Yasukawa"/>
    <date month="May" year="2007"/>
    <abstract>
      <t>This document describes extensions to Resource Reservation Protocol - Traffic Engineering (RSVP-TE) for the set up of Traffic Engineered (TE) point-to-multipoint (P2MP) Label Switched Paths (LSPs) in Multi- Protocol Label Switching (MPLS) and Generalized MPLS (GMPLS) networks. The solution relies on RSVP-TE without requiring a multicast routing protocol in the Service Provider core. Protocol elements and procedures for this solution are described.</t>
      <t>There can be various applications for P2MP TE LSPs such as IP multicast. Specification of how such applications will use a P2MP TE LSP is outside the scope of this document. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4875"/>
  <seriesInfo name="DOI" value="10.17487/RFC4875"/>
</reference>
<reference anchor="RFC8402">
  <front>
    <title>Segment Routing Architecture</title>
    <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
    <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
    <author fullname="L. Ginsberg" initials="L." surname="Ginsberg"/>
    <author fullname="B. Decraene" initials="B." surname="Decraene"/>
    <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
    <author fullname="R. Shakir" initials="R." surname="Shakir"/>
    <date month="July" year="2018"/>
    <abstract>
      <t>Segment Routing (SR) leverages the source routing paradigm. A node steers a packet through an ordered list of instructions, called "segments". A segment can represent any instruction, topological or service based. A segment can have a semantic local to an SR node or global within an SR domain. SR provides a mechanism that allows a flow to be restricted to a specific topological path, while maintaining per-flow state only at the ingress node(s) to the SR domain.</t>
      <t>SR can be directly applied to the MPLS architecture with no change to the forwarding plane. A segment is encoded as an MPLS label. An ordered list of segments is encoded as a stack of labels. The segment to process is on the top of the stack. Upon completion of a segment, the related label is popped from the stack.</t>
      <t>SR can be applied to the IPv6 architecture, with a new type of routing header. A segment is encoded as an IPv6 address. An ordered list of segments is encoded as an ordered list of IPv6 addresses in the routing header. The active segment is indicated by the Destination Address (DA) of the packet. The next active segment is indicated by a pointer in the new routing header.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8402"/>
  <seriesInfo name="DOI" value="10.17487/RFC8402"/>
</reference>
<reference anchor="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="I-D.ietf-netmod-rfc8407bis">
   <front>
      <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
      <author fullname="Andy Bierman" initials="A." surname="Bierman">
         <organization>YumaWorks</organization>
      </author>
      <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
         <organization>Orange</organization>
      </author>
      <author fullname="Qin Wu" initials="Q." surname="Wu">
         <organization>Huawei</organization>
      </author>
      <date day="5" month="June" year="2025"/>
      <abstract>
	 <t>   This document provides guidelines for authors and reviewers of
   specifications containing YANG data models, including IANA-maintained
   modules.  Recommendations and procedures are defined, which are
   intended to increase interoperability and usability of Network
   Configuration Protocol (NETCONF) and RESTCONF Protocol
   implementations that utilize YANG modules.  This document obsoletes
   RFC 8407.

   Also, this document updates RFC 8126 by providing additional
   guidelines for writing the IANA considerations for RFCs that specify
   IANA-maintained modules.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-28"/>
   
</reference>

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

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

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

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

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-teas-yang-path-computation-26"/>
   
</reference>
<reference anchor="RFC4874">
  <front>
    <title>Exclude Routes - Extension to Resource ReserVation Protocol-Traffic Engineering (RSVP-TE)</title>
    <author fullname="CY. Lee" initials="CY." surname="Lee"/>
    <author fullname="A. Farrel" initials="A." surname="Farrel"/>
    <author fullname="S. De Cnodder" initials="S." surname="De Cnodder"/>
    <date month="April" year="2007"/>
    <abstract>
      <t>This document specifies ways to communicate route exclusions during path setup using Resource ReserVation Protocol-Traffic Engineering (RSVP-TE).</t>
      <t>The RSVP-TE specification, "RSVP-TE: Extensions to RSVP for LSP Tunnels" (RFC 3209) and GMPLS extensions to RSVP-TE, "Generalized Multi-Protocol Label Switching (GMPLS) Signaling Resource ReserVation Protocol-Traffic Engineering (RSVP-TE) Extensions" (RFC 3473) allow abstract nodes and resources to be explicitly included in a path setup, but not to be explicitly excluded.</t>
      <t>In some networks where precise explicit paths are not computed at the head end, it may be useful to specify and signal abstract nodes and resources that are to be explicitly excluded from routes. These exclusions may apply to the whole path, or to parts of a path between two abstract nodes specified in an explicit path. How Shared Risk Link Groups (SRLGs) can be excluded is also specified in this document. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4874"/>
  <seriesInfo name="DOI" value="10.17487/RFC4874"/>
</reference>
<reference anchor="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">
  <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="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="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="RFC8040">
  <front>
    <title>RESTCONF Protocol</title>
    <author fullname="A. Bierman" initials="A." surname="Bierman"/>
    <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
    <author fullname="K. Watsen" initials="K." surname="Watsen"/>
    <date month="January" year="2017"/>
    <abstract>
      <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8040"/>
  <seriesInfo name="DOI" value="10.17487/RFC8040"/>
</reference>
<reference anchor="RFC6242">
  <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">
  <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>



    </references>

</references>


<?line 3798?>

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

<t>This section provides examples demonstrating the use of the model with RESTCONF <xref target="RFC8040"/> and JSON encoding.
The examples are based on a 4-node network topology depicted in <xref target="AppFig-Topo"/>, where RSVP-TE tunnels can be established.
The loopback addresses for each node, which serve as the TE Node IDs, are detailed in Table 2 below:</t>

<texttable title="Loopback addresses used in the following examples" anchor="tab2">
      <ttcol align='left'>Node</ttcol>
      <ttcol align='left'>TE Node ID (IPv4)</ttcol>
      <ttcol align='left'>TE Node ID (IPv6)</ttcol>
      <c>A</c>
      <c>192.0.2.1</c>
      <c>2001:db8::1</c>
      <c>B</c>
      <c>192.0.2.2</c>
      <c>2001:db8::2</c>
      <c>C</c>
      <c>192.0.2.3</c>
      <c>2001:db8::3</c>
      <c>D</c>
      <c>192.0.2.4</c>
      <c>2001:db8::4</c>
</texttable>

<t>This network topology forms the foundation for the subsequent examples, which
illustrate the setup and configuration of RSVP-TE tunnels using the model.</t>

<figure title="TE network used in data tree examples" anchor="AppFig-Topo"><artwork><![CDATA[
 2001:db8::1      2001:db8::2    2001:db8::4
 192.0.2.1        192.0.2.2      192.0.2.4
 +-------+        +-------+      +-------+
 |       |        |       |      |       |
 |   A   +--------+   B   +------+   D   |
 +---+---+        +-------+      +---+---+
     |                               |
     |            +-------+          |
     |            |       |          |
     +------------+   C   +----------+
                  |       |
                  +-------+
                  192.0.2.3
                  2001:db8::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",
      "admin-state": "ietf-te-types:tunnel-admin-state-up",
      "encoding": "ietf-te-types:lsp-encoding-packet",
      "source": {
        "te-node-id": "192.0.2.1"
      },
      "destination": {
        "te-node-id": "192.0.2.4"
      },
      "bidirectional": false,
      "signaling-type": "ietf-te-types:path-setup-rsvp"
    }
  ]
}

{
  "ietf-te:tunnel": [
    {
      "name": "Example_LSP_Tunnel_A_2 (IPv6)",
      "admin-state": "ietf-te-types:tunnel-admin-state-up",
      "encoding": "ietf-te-types:lsp-encoding-packet",
      "source": {
        "te-node-id": "2001:db8::1"
      },
      "destination": {
        "te-node-id": "2001:db8::4"
      },
      "bidirectional": false,
      "signaling-type": "ietf-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 referenced 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": "ietf-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:tunnel": [
    {
      "name": "Example_LSP_Tunnel_A_4_1",
      "description": "Simple_LSP_with_named_path",
      "admin-state": "ietf-te-types:tunnel-admin-state-up",
      "encoding": "ietf-te-types:lsp-encoding-packet",
      "source": {
        "te-node-id": "192.0.2.1"
      },
      "destination": {
        "te-node-id": "192.0.2.4"
      },
      "signaling-type": "ietf-te-types:path-setup-rsvp",
      "primary-paths": {
        "primary-path": [
          {
            "name": "Simple_LSP_1",
            "use-path-computation": true,
            "path-scope": "ietf-te-types:path-scope-end-to-end",
            "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 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",
      "admin-state": "ietf-te-types:tunnel-admin-state-up",
      "encoding": "ietf-te-types:lsp-encoding-packet",
      "source": {
        "te-node-id": "192.0.2.1"
      },
      "destination": {
        "te-node-id": "192.0.2.4"
      },
      "bidirectional": false,
      "signaling-type": "ietf-te-types:path-setup-rsvp",
      "primary-paths": {
        "primary-path": [
          {
            "name": "path1",
            "path-scope": "ietf-te-types:path-scope-end-to-end",
            "path-metric-bounds": {
              "path-metric-bound": [
                {
                  "metric-type": "ietf-te-types:path-metric-hop",
                  "upper-bound": "3"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}
]]></artwork></figure>

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

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

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

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

<figure><artwork><![CDATA[
{
  "ietf-te:primary-path": [
    {
      "name": "path1",
      "path-computation-method": "ietf-te-types:path-locally-computed",
      "path-scope": "ietf-te-types:path-scope-end-to-end",
      "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",
                      "hop-type": "strict"
                    }
                  },
                  {
                    "index": 2,
                    "numbered-node-hop": {
                      "node-id": "192.0.2.4",
                      "hop-type": "strict"
                    }
                  }
                ]
              }
            }
          }
        ]
      },
      "lsps": {
        "lsp": [
          {
            "node": "192.0.2.1",
            "lsp-id": 25356,
            "tunnel-name": "Example_LSP_Tunnel_A_4_1"
          }
        ]
      }
    }
  ]
}
]]></artwork></figure>

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

<t>The example in this section uses the network topology depicted in <xref target="AppFig-Topo2"/>.
The loopback addresses for each node, which serve as the TE Node IDs, are detailed in <xref target="tab3"/> below:</t>

<texttable title="Loopback addresses used in this section" anchor="tab3">
      <ttcol align='left'>Node</ttcol>
      <ttcol align='left'>TE Node ID (IPv4)</ttcol>
      <ttcol align='left'>TE Node ID (IPv6)</ttcol>
      <c>A</c>
      <c>192.0.2.1</c>
      <c>2001:db8::1</c>
      <c>B</c>
      <c>192.0.2.2</c>
      <c>2001:db8::2</c>
      <c>C</c>
      <c>192.0.2.3</c>
      <c>2001:db8::3</c>
      <c>D</c>
      <c>192.0.2.4</c>
      <c>2001:db8::4</c>
      <c>E</c>
      <c>192.0.2.5</c>
      <c>2001:db8::5</c>
      <c>F</c>
      <c>192.0.2.6</c>
      <c>2001:db8::6</c>
      <c>G</c>
      <c>192.0.2.7</c>
      <c>2001:db8::7</c>
      <c>H</c>
      <c>192.0.2.8</c>
      <c>2001:db8::8</c>
      <c>I</c>
      <c>192.0.2.9</c>
      <c>2001:db8::9</c>
      <c>J</c>
      <c>192.0.2.10</c>
      <c>2001:db8::a</c>
</texttable>

<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 that is setup from ingress node A
(192.0.2.1) to egress node E (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": {
            "te-node-id": "192.0.2.1"
          },
          "destination": {
            "te-node-id": "192.0.2.5"
          },
          "bidirectional": true,
          "primary-paths": {
            "primary-path": [
              {
                "name": "primary-1 (fwd)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "co-routed": false,
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                },
                "primary-reverse-path": {
                  "name": "primary-2 (rev)",
                  "path-scope": "ietf-te-types:path-scope-end-to-end",
                  "explicit-route-objects": {
                    "route-object-include-exclude": [
                      {
                        "index": 1,
                        "explicit-route-usage":
                        "ietf-te-types:route-include-object",
                        "numbered-node-hop": {
                          "node-id": "192.0.2.3",
                          "hop-type": "loose"
                        }
                      }
                    ]
                  },
                  "candidate-secondary-reverse-paths": {
                    "candidate-secondary-reverse-path": [
                      {
                        "secondary-reverse-path": "secondary-3 (rev)"
                      },
                      {
                        "secondary-reverse-path": "secondary-4 (rev)"
                      },
                      {
                        "secondary-reverse-path": "secondary-5 (rev)"
                      }
                    ]
                  }
                },
                "candidate-secondary-paths": {
                  "candidate-secondary-path": [
                    {
                      "secondary-path": "secondary-1 (fwd)"
                    },
                    {
                      "secondary-path": "secondary-2 (fwd)"
                    }
                  ]
                }
              }
            ]
          },
          "secondary-paths": {
            "secondary-path": [
              {
                "name": "secondary-1 (fwd)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.1"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              },
              {
                "name": "secondary-2 (fwd)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage": 
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.5",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              }
            ]
          },
          "secondary-reverse-paths": {
            "secondary-reverse-path": [
              {
                "name": "secondary-3 (rev)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.5"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.4",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              },
              {
                "name": "secondary-4 (rev)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.4"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.3",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              },
              {
                "name": "secondary-5 (rev)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.3"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.1",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              }
            ]
          }
        },
        {
          "name": "example-3",
          "description": "Example in slide 3",
          "source": {
            "te-node-id": "192.0.2.1"
          },
          "destination": {
            "te-node-id": "192.0.2.5"
          },
          "bidirectional": true,
          "primary-paths": {
            "primary-path": [
              {
                "name": "primary-1 (bidir)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "co-routed": true,
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                },
                "primary-reverse-path": {
                  "path-scope": "ietf-te-types:path-scope-end-to-end"
                },
                "candidate-secondary-paths": {
                  "candidate-secondary-path": [
                    {
                      "secondary-path": "secondary-1 (bidir)"
                    },
                    {
                      "secondary-path": "secondary-2 (bidir)"
                    }
                  ]
                }
              }
            ]
          },
          "secondary-paths": {
            "secondary-path": [
              {
                "name": "secondary-1 (bidir)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.1"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              },
              {
                "name": "secondary-2 (bidir)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.5",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              }
            ]
          }
        },
        {
          "name": "example-4",
          "description": "Example in slide 4",
          "source": {
            "te-node-id": "192.0.2.1"
          },
          "destination": {
            "te-node-id": "192.0.2.5"
          },
          "bidirectional": true,
          "primary-paths": {
            "primary-path": [
              {
                "name": "primary-1 (fwd)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "co-routed": true,
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                },
                "primary-reverse-path": {
                  "name": "primary-2 (rev)",
                  "path-scope": "ietf-te-types:path-scope-end-to-end",
                  "candidate-secondary-reverse-paths": {
                    "candidate-secondary-reverse-path": [
                      {
                        "secondary-reverse-path": "secondary-3 (rev)"
                      },
                      {
                        "secondary-reverse-path": "secondary-4 (rev)"
                      }
                    ]
                  }
                },
                "candidate-secondary-paths": {
                  "candidate-secondary-path": [
                    {
                      "secondary-path": "secondary-1 (fwd)"
                    },
                    {
                      "secondary-path": "secondary-2 (fwd)"
                    }
                  ]
                }
              }
            ]
          },
          "secondary-paths": {
            "secondary-path": [
              {
                "name": "secondary-1 (fwd)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.1"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              },
              {
                "name": "secondary-2 (fwd)",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-node-hop": {
                        "node-id": "192.0.2.2"
                      }
                    },
                    {
                      "index": 2,
                      "numbered-node-hop": {
                        "node-id": "192.0.2.5",
                        "hop-type": "loose"
                      }
                    }
                  ]
                }
              }
            ]
          },
          "secondary-reverse-paths": {
            "secondary-reverse-path": [
              {
                "name": "secondary-3 (rev)",
                "path-scope": "ietf-te-types:path-scope-end-to-end"
              },
              {
                "name": "secondary-4 (rev)",
                "path-scope": "ietf-te-types:path-scope-end-to-end"
              }
            ]
          }
        }
      ]
    }
  }
}
]]></artwork></figure>

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

<figure title="TE network used in the multi-domain TE Tunnel example" anchor="AppFig-Topo3"><artwork><![CDATA[
                            XXXXXXX
                         XXX       XXX
                       XX             XX
                     X                  X
                     X    Domain 2      X
            XXXXXXX   X                X    XXXXXXXX
         XXX    +-----------+    +-----------+      XXX
       XX       | 192.0.2.1 |    | 192.0.2.2 |         XX
      X         +-----------+    +-----------+           X
      X                 X   XXXXXX    X                  X
+-----------+           X             X             +-----------+
|192.0.2.100| Domain 1  X             X   Domain 3  |192.0.2.200|
+-----------+           X   XXXXXX    X             +-----------+
      X         +-----------+    +-----------+           X
      X         | 192.0.2.3 |    | 192.0.2.4 |          X
       XX       +-----------+    +-----------+        XX
         XXX       X  X                  XXX       XXX
            XXXXXXX  X                    X  XXXXXXX
                     X                    X
                     X    Domain 4        X
                       XX             XX
                         XXX       XXX
                            XXXXXXX

]]></artwork></figure>

<t>The following state is retrieved for a multi-domain TE tunnel, where both the
primary and secondary paths consist of TE tunnel segments, as shown in <xref target="AppFig-Topo3"/>.
In each domain, a TE tunnel segment is established to form the complete end-to-end TE path.
The nodes (192.0.2.100) and (192.0.2.200) form the multi-domain end-to-end source and destination
respectively. The nodes (192.0.2.1), (192.0.2.2), (192.0.2.3), and (192.0.2.4) act as domain
border nodes and transit nodes for the end-to-end TE tunnel LSPs.</t>

<figure><artwork><![CDATA[
{
  "ietf-te:te": {
    "tunnels": {
      "tunnel": [
        {
          "name": "Example_Head_End_Tunnel_Segment",
          "admin-state": "ietf-te-types:tunnel-admin-state-up",
          "encoding": "ietf-te-types:lsp-encoding-packet",
          "source": {
            "te-node-id": "192.0.2.100"
          },
          "bidirectional": true,
          "signaling-type": "ietf-te-types:path-setup-rsvp",
          "primary-paths": {
            "primary-path": [
              {
                "name": "primary-path-1",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "co-routed": true,
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-link-hop": {
                        "link-tp-id": "192.0.2.1"
                      }
                    }
                  ]
                },
                "primary-reverse-path": {
                  "path-scope": "ietf-te-types:path-scope-end-to-end"
                },
                "candidate-secondary-paths": {
                  "candidate-secondary-path": [
                    {
                      "secondary-path": "secondary-path-1"
                    }
                  ]
                }
              }
            ]
          },
          "secondary-paths": {
            "secondary-path": [
              {
                "name": "secondary-path-1",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-link-hop": {
                        "link-tp-id": "192.0.2.3"
                      }
                    }
                  ]
                }
              }
            ]
          }
        },
        {
          "name": "Example_Primary_Transit_Tunnel_Segment",
          "admin-state": "ietf-te-types:tunnel-admin-state-up",
          "encoding": "ietf-te-types:lsp-encoding-packet",
          "bidirectional": true,
          "signaling-type": "ietf-te-types:path-setup-rsvp",
          "primary-paths": {
            "primary-path": [
              {
                "name": "primary-path-2",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "co-routed": true,
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-link-hop": {
                        "link-tp-id": "192.0.2.1"
                      }
                    },
                    {
                      "index": 2,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-link-hop": {
                        "link-tp-id": "192.0.2.2"
                      }
                    }
                  ]
                },
                "primary-reverse-path": {
                  "path-scope": "ietf-te-types:path-scope-end-to-end"
                }
              }
            ]
          }
        },
        {
          "name": "Example_Secondary_Transit_Tunnel_Segment",
          "admin-state": "ietf-te-types:tunnel-admin-state-up",
          "encoding": "ietf-te-types:lsp-encoding-packet",
          "bidirectional": true,
          "signaling-type": "ietf-te-types:path-setup-rsvp",
          "primary-paths": {
            "primary-path": [
              {
                "name": "primary-path-4",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "co-routed": true,
                "primary-reverse-path": {
                  "path-scope": "ietf-te-types:path-scope-end-to-end"
                },
                "candidate-secondary-paths": {
                  "candidate-secondary-path": [
                    {
                      "secondary-path": "secondary-path-4"
                    }
                  ]
                }
              }
            ]
          },
          "secondary-paths": {
            "secondary-path": [
              {
                "name": "secondary-path-4",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-link-hop": {
                        "link-tp-id": "192.0.2.3"
                      }
                    },
                    {
                      "index": 2,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-link-hop": {
                        "link-tp-id": "192.0.2.4"
                      }
                    }
                  ]
                }
              }
            ]
          }
        },
        {
          "name": "Example_Tail_End_Tunnel_Segment",
          "admin-state": "ietf-te-types:tunnel-admin-state-up",
          "encoding": "ietf-te-types:lsp-encoding-packet",
          "destination": {
            "te-node-id": "192.0.2.200"
          },
          "bidirectional": true,
          "signaling-type": "ietf-te-types:path-setup-rsvp",
          "primary-paths": {
            "primary-path": [
              {
                "name": "primary-path-3",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "co-routed": true,
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-link-hop": {
                        "link-tp-id": "192.0.2.2"
                      }
                    }
                  ]
                },
                "primary-reverse-path": {
                  "path-scope": "ietf-te-types:path-scope-end-to-end"
                },
                "candidate-secondary-paths": {
                  "candidate-secondary-path": [
                    {
                      "secondary-path": "secondary-path-3"
                    }
                  ]
                }
              }
            ]
          },
          "secondary-paths": {
            "secondary-path": [
              {
                "name": "secondary-path-3",
                "path-scope": "ietf-te-types:path-scope-end-to-end",
                "explicit-route-objects": {
                  "route-object-include-exclude": [
                    {
                      "index": 1,
                      "explicit-route-usage":
                      "ietf-te-types:route-include-object",
                      "numbered-link-hop": {
                        "link-tp-id": "192.0.2.4"
                      }
                    }
                  ]
                }
              }
            ]
          }
        }
      ]
    }
  }
}
]]></artwork></figure>

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

<t>The full tree diagram of the TE YANG data model defined in
module 'ietf-te' is shown below.</t>

<figure><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
     |     +--rw state-change-timestamp?
     |     |       yang:date-and-time
     |     +---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 ingress-node?                  boolean
     |           +---w 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 ingress-node-id?                te-types:te-node-id
           +--ro 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 path-common-properties:
    +-- name?                      string
    +-- path-computation-method?   identityref
    +-- path-computation-server
    |  +---u te-types: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
          +--ro state-change-timestamp?   yang:date-and-time
  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-types:te-generic-node-id
       +-- association-object-extended* [association-key]
          +-- association-key?   string
          +-- type?              identityref
          +-- id?                uint16
          +-- source
          |  +---u te-types: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?                                   tunnel-ref
       |     +---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-node-id?                    nw:node-id
          +-- remote-link-tp-id?                 nt:tp-id
          +-- remote-te-link-tp-id?              te-types:te-tp-id
          +-- remote-te-node-id?                 te-types:te-node-id
          +--ro link-id?                           nt:link-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>


  </back>

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

-->

</rfc>

