<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 2.7.0) -->


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

]>

<?rfc comments="yes"?>

<rfc ipr="trust200902" docName="draft-busi-teas-te-topology-profiles-07" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="TE Topology Profiles">Profiles for Traffic Engineering (TE) Topology Data Model and Applicability to non-TE Use Cases</title>

    <author initials="I." surname="Busi" fullname="Italo Busi">
      <organization>Huawei</organization>
      <address>
        <email>italo.busi@huawei.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="I." surname="Bryskin" fullname="Igor Bryskin">
      <organization>Individual</organization>
      <address>
        <email>i_bryskin@yahoo.com</email>
      </address>
    </author>
    <author initials="T." surname="Saad" fullname="Tarek Saad">
      <organization>Cisco Systems Inc</organization>
      <address>
        <email>tsaad.net@gmail.com</email>
      </address>
    </author>
    <author initials="O." surname="Gonzalez de Dios" fullname="Oscar Gonzalez de Dios">
      <organization>Telefonica</organization>
      <address>
        <email>oscar.gonzalezdedios@telefonica.com</email>
      </address>
    </author>

    <date year="2024" month="January" day="15"/>

    
    <workgroup>TEAS Working Group</workgroup>
    

    <abstract>


<t>This document describes how profiles of the Traffic Engineering (TE)
   Topology Model, defined in RFC8795, can be used to address
   applications beyond "Traffic Engineering".</t>



    </abstract>



  </front>

  <middle>


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

<t>There are many network scenarios being discussed in various IETF
   Working Groups (WGs) that are not classified as "Traffic Engineering"
   but can be addressed by a sub-set (profile) of the Traffic
   Engineering (TE) Topology YANG data model, defined in <xref target="RFC8795"/>.</t>

<t>Traffic Engineering (TE) is defined in <xref target="I-D.ietf-teas-rfc3272bis"/> as aspects of
   Internet network engineering that deal with the issues of performance
   evaluation and performance optimization of operational IP networks.
   TE encompasses the application of technology and scientific
   principles to the measurement, characterization, modeling, and
   control of Internet traffic.</t>

<t>The TE Topology Model is augmenting the Network Topology Model
   defined in <xref target="RFC8345"/> with generic and technology-agnostic features
   that some are strictly applicable to TE networks, while others
   applicable to both TE and non-TE networks.</t>

<t>Examples of such features that are applicable to both TE and non-TE
   networks are: inter-domain link discovery (plug-id), geo-
   localization, and admin/operational status.</t>

<t>It is also worth noting that the TE Topology Model is quite an
   extensive and comprehensive model in which most features are
   optional. Therefore, even though the full model appears to be
   complex, at the first glance, a sub-set of the model (profile) can be
   used to address specific scenarios, e.g. suitable also to non-TE use
   cases.</t>

<t>The implementation of such TE Topology profiles can simplify and
   expedite adoption of the full TE topology YANG data model, and allow
   for its reuse even for non-TE use case. The key question being
   whether all or some of the attributes defined in the TE Topology
   Model are needed to address a given network scenario.</t>

<t><xref target="examples"/> provides examples where profiles of the TE Topology Model
   can be used to address some generic use cases applicable to both TE
   and non-TE technologies.</t>

</section>
<section anchor="examples"><name>Examples of non-TE scenarios</name>

<section anchor="uni-discovery"><name>UNI Topology Discovery</name>

<t>UNI Topology Discovery is independent from whether the network is TE
   or non-TE.</t>

<t>The TE Topology Model supports inter-domain link discovery (including
   but not being limited to UNI link discovery) using the plug-id
   attribute. This solution is quite generic and does not require the
   network to be a TE network.</t>

<t>The following profile of the TE Topology model can be used for the
   UNI Topology Discovery:</t>

<figure title="UNI Topology" anchor="uni-discovery-tree"><artwork type="ascii-art"><![CDATA[
   module: ietf-te-topology
     augment /nw:networks/nw:network/nw:network-types:
       +--rw te-topology!
     augment /nw:networks/nw:network/nw:node/nt:termination-point:
       +--rw te-tp-id?   te-types:te-tp-id
       +--rw te!
          +--rw admin-status?
          |       te-types:te-admin-status
          +--rw inter-domain-plug-id?          binary
          +--ro oper-status?                   te-types:te-oper-status
]]></artwork></figure>

<t>The profile data model shown in <xref target="uni-discovery-tree"/> can be used to discover TE
   and non TE UNIs as well as to discover UNIs for TE or non TE
   networks.</t>

<t>Such a UNI TE Topology profile model can also be used with
   technology-specific UNI augmentations, as described in section 3.</t>

<t>For example, in <xref target="I-D.ietf-ccamp-eth-client-te-topo-yang"/>,
   the eth-svc container is defined to
   represent the capabilities of the Termination Point (TP) to be
   configured as an Ethernet client UNI, together with the Ethernet
   classification and VLAN operations supported by that TP.</t>

<t>The <xref target="I-D.ietf-ccamp-otn-topo-yang"/> provides another example, where:</t>

<t><list style="symbols">
  <t>the client-svc container is defined to represent the capabilities
of the TP to be configured as an transparent client UNI (e.g.,
STM-N, Fiber Channel or transparent Ethernet);</t>
  <t>the OTN technology-specific Link Termination Point (LTP)
augmentations are defined to represent the capabilities of the TP
to be configured as an OTN UNI, together with the information
about OTN label and bandwidth availability at the OTN UNI.  <vspace blankLines='1'/>
For example, the UNI TE Topology profile can be used to model
features defined in <xref target="I-D.ogondio-opsawg-uni-topology"/>:</t>
  <t>The inter-domain-plug-id attribute would provide the same
information as the attachment-id attribute defined in
<xref target="I-D.ogondio-opsawg-uni-topology"/>;</t>
  <t>The admin-status and oper-status that exists in this TE topology
profile can provide the same information as the admin-status and
oper-status attributes defined in <xref target="I-D.ogondio-opsawg-uni-topology"/>.  <vspace blankLines='1'/>
Following the same approach in <xref target="I-D.ietf-ccamp-eth-client-te-topo-yang"/>
and <xref target="I-D.ietf-ccamp-otn-topo-yang"/>, the type
and encapsulation-type attributes can be defined by technology-
specific UNI augmentations to represent the capability of a TP to be
configured as a L2VPN/L3VPN UNI Service Attachment Point (SAP).  <vspace blankLines='1'/>
The advantages of using a TE Topology profile would be having common
solutions for:</t>
  <t>discovering UNIs as well as inter-domain NNI links, which is
applicable to any technology (TE or non TE) used at the UNI or
within the network;</t>
  <t>modelling non TE UNIs such as Ethernet, and TE UNIs such as OTN,
as well as UNIs which can configured as TE or non-TE (e.g., being
configured as either Ethernet or OTN UNI).</t>
</list></t>

</section>
<section anchor="admin-oper-state"><name>Administrative and Operational status management</name>

<t>The TE Topology Model supports the management of administrative and
   operational state, including also the possibility to associate some
   administrative names, for nodes, termination points and links. This
   solution is generic and also does not require the network to be a TE
   network.</t>

<t>The following profile of the TE Topology Model can be used for
   administrative and operational state management:</t>

<figure title="Generic Topology with admin and operational state" anchor="admin-oper-state-tree"><artwork><![CDATA[
   module: ietf-te-topology
     augment /nw:networks/nw:network/nw:network-types:
       +--rw te-topology!
     augment /nw:networks/nw:network:
       +--rw te-topology-identifier
       |  +--rw provider-id?   te-global-id
       |  +--rw client-id?     te-global-id
       |  +--rw topology-id?   te-topology-id
       +--rw te!
          +--rw name?                     string
     augment /nw:networks/nw:network/nw:node:
       +--rw te-node-id?   te-types:te-node-id
       +--rw te!
          +--rw te-node-attributes
          |  +--rw admin-status?               te-types:te-admin-status
          |  +--rw name?                       string
          +--ro oper-status?                   te-types:te-oper-status
     augment /nw:networks/nw:network/nt:link:
       +--rw te!
          +--rw te-link-attributes
          |  +--rw name?                       string
          |  +--rw admin-status?               te-types:te-admin-status
          +--ro oper-status?                   te-types:te-oper-status
     augment /nw:networks/nw:network/nw:node/nt:termination-point:
       +--rw te-tp-id?   te-types:te-tp-id
       +--rw te!
          +--rw admin-status?                  te-types:te-admin-status
          +--rw name?                          string
          +--ro oper-status?                   te-types:te-oper-status
]]></artwork></figure>

<t>The TE topology data model profile shown in <xref target="admin-oper-state-tree"/> is applicable to
   any technology (TE or non-TE) that requires management of the
   administrative and operational state and administrative names for
   nodes, termination points and links.</t>

</section>
<section anchor="overlay-underlay"><name>Overlay and Underlay non-TE Topologies</name>

<t>The TE Topology model supports the management of overlay/underlay
   relationship for nodes and links, as described in section 5.8 of
   <xref target="RFC8795"/>. This solution is generic and does not require the network
   to be a TE network.</t>

<t>The following TE topology data model profile can be used to manage
   overlay/underlay network data:</t>

<figure title="Generic Topology with overlay/underlay information" anchor="overlay-underlay-tree"><artwork><![CDATA[
   module: ietf-te-topology
     augment /nw:netorks/nw:network/nw:network-types:
       +--rw te-topology!
     augment /nw:networks/nw:network/nw:node:
       +--rw te-node-id?   te-types:te-node-id
       +--rw te!
          +--rw te-node-attributes
             +--rw underlay-topology {te-topology-hierarchy}?
                +--rw network-ref?   -> /nw:networks/network/network-id
     augment /nw:networks/nw:network/nt:link:
       +--rw te!
          +--rw te-link-attributes
             +--rw underlay {te-topology-hierarchy}?
                +--rw enabled?                     boolean
                +--rw primary-path
                   +--rw network-ref?
                   |       -> /nw:networks/network/network-id
                   +--rw path-element* [path-element-id]
                      +--rw path-element-id              uint32
                      +--rw (type)?
                         +--:(numbered-link-hop)
                         |  +--rw numbered-link-hop
                         |     +--rw link-tp-id    te-tp-id
                         |     +--rw hop-type?     te-hop-type
                         |     +--rw direction?    te-link-direction
                         +--:(unnumbered-link-hop)
                            +--rw unnumbered-link-hop
                               +--rw link-tp-id    te-tp-id
                               +--rw node-id       te-node-id
                               +--rw hop-type?     te-hop-type
                               +--rw direction?    te-link-direction
]]></artwork></figure>

<t>This profile is applicable to any technology (TE or non-TE) when it
   is needed to manage the overlay/underlay information. It is also
   allows a TE underlay network to support a non-TE overlay network and,
   vice versa, a non-TE underlay network to support a TE overlay
   network.</t>

</section>
<section anchor="switching-limitations"><name>Nodes with switching limitations</name>

<t>A node can have some switching limitations where connectivity is not
   possible between all its TP pairs, for example when:</t>

<t><list style="symbols">
  <t>the node represents a physical device with switching limitations;</t>
  <t>the node represents an abstraction of a network topology.</t>
</list></t>

<t>This scenario is generic and applies to both TE and non-TE
   technologies.</t>

<t>A connectivity TE Topology profile data model supports the management
   of the node connectivity matrix to represent feasible connections
   between termination points across the nodes. This solution is generic
   and does not necessarily require a TE enabled network.</t>

<t>The following profile of the TE Topology model can be used for nodes
   with connectivity constraints:</t>

<figure title="Generic Topology with connectivity constraints" anchor="switching-limitations-tree"><artwork><![CDATA[
   module: ietf-te-topology
     augment /nw:networks/nw:network/nw:network-types:
       +--rw te-topology!
     augment /nw:networks/nw:network/nw:node:
       +--rw te-node-id?   te-types:te-node-id
       +--rw te!
          +--rw te-node-attributes
             +--rw connectivity-matrices
                +--rw number-of-entries?     uint16
                +--rw is-allowed?            boolean
                +--rw connectivity-matrix* [id]
                   +--rw id                  uint32
                   +--rw from
                   |  +--rw tp-ref?               leafref
                   +--rw to
                   |  +--rw tp-ref?               leafref
                   +--rw is-allowed?              boolean
]]></artwork></figure>

<t>The TE topology data model profile shown in <xref target="switching-limitations-tree"/>
   is applicable to
   any technology (TE or non-TE) networks that requires managing nodes
   with certain connectivity constraints. When used with TE
   technologies, additional TE attributes, as defined in <xref target="RFC8795"/>, can
   also be provided.</t>

</section>
</section>
<section anchor="augmentations"><name>Technology-specific augmentations</name>

<t>There are two main options to define technology-specific Topology
   Models which can use the attributes defined in the TE Topology Model
   <xref target="RFC8795"/>.</t>

<t>Both options are applicable to any possible profile of the TE
   Topology Model, such as those defined in <xref target="examples"/>.</t>

<t>The first option is to define a technology-specific TE Topology Model
   which augments the TE Topology Model, as shown in <xref target="te-augment-fig"/>:</t>

<figure title="Augmenting the TE Topology Model" anchor="te-augment-fig"><artwork><![CDATA[
                           +-------------------+
                           | Network Topology  |
                           +-------------------+
                                     ^
                                     |
                                     | Augments
                                     |
                         +-----------+-----------+
                         |      TE Topology      |
                         |       (profile)       |
                         +-----------------------+
                                     ^
                                     |
                                     | Augments
                                     |
                          +----------+----------+
                          | Technology-Specific |
                          |     TE Topology     |
                          +---------------------+
]]></artwork></figure>

<t>This approach is more suitable for cases when the technology-specific
   TE topology model provides augmentations to the TE Topology
   constructs, such as bandwidth information (e.g., link bandwidth),
   tunnel termination points (TTPs) or connectivity matrices. It also
   allows providing augmentations to the Network Topology constructs,
   such as nodes, links, and termination points (TPs).</t>

<t>This is the approach currently used in <xref target="I-D.ietf-ccamp-eth-client-te-topo-yang"/>
   and <xref target="I-D.ietf-ccamp-otn-topo-yang"/>.</t>

<t>It is worth noting that a profile of the technology-specific TE
   Topology model not using any TE topology attribute or constructs can
   be used to address any use case that do not require these attributes.
   In this case, only the te-topology presence container of the TE
   Topology Model needs to be implemented.</t>

<t>The second option is to define a technology-specific Network Topology
   Model which augments the Network Topology Model and to rely on the
   multiple inheritance capability, which is implicit in the network-
   types definition of <xref target="RFC8345"/>, to allow using also the generic
   attributes defined in the TE Topology model:</t>

<figure title="Augmenting the Network Topology Model with multi-inheritance" anchor="multi-inheritance-fig"><artwork><![CDATA[
                    +-----------------------+
                    |    Network Topology   |
                    +-----------------------+
                        ^               ^
                        |               |
           Augments +---+               +--+ Augments
                    |                      |
          +---------+---+       +----------+----------+
          | TE Topology |       | Technology-specific |
          |  (profile)  |       |  Network Topology   |
          +-------------+       +---------------------+
]]></artwork></figure>

<t>This approach is more suitable in cases where the technology-specific
   Network Topology Model provides augmentation only to the constructs
   defined in the Network Topology Model, such as nodes, links, and
   termination points (TPs). Therefore, with this approach, only the
   generic attributes defined in the TE Topology Model could be used.</t>

<t>It is also worth noting that in this case, technology-specific
   augmentations for the bandwidth information could not be defined.</t>

<t>In principle, it would be also possible to define both a technology
   specific TE Topology Model which augments the TE Topology Model, and
   a technology-specific Network Topology Model which augments the
   Network Topology Model and to rely on the multiple inheritance
   capability, as shown in <xref target="double-augment-fig"/>:</t>

<figure title="Augmenting both the Network and TE Topology Models" anchor="double-augment-fig"><artwork><![CDATA[
                    +-----------------------+
                    |    Network Topology   |
                    +-----------------------+
                        ^               ^
                        |               |
           Augments +---+               +--+ Augments
                    |                      |
          +---------+---+       +----------+----------+
          | TE Topology |       | Technology-specific |
          |  (profile)  |       |  Network Topology   |
          +-------------+       +---------------------+
                 ^                         ^
                 |                         |
                 | Augments                | References
                 |                         |
      +----------+----------+              |
      | Technology-Specific +--------------+
      |     TE Topology     |
      +---------------------+
]]></artwork></figure>

<t>This option does not provide any technical advantage with respect to
   the first option, shown in <xref target="te-augment-fig"/>, but could be useful to add
   augmentations to the TE Topology constructs and to re-use an already
   existing technology-specific Network Topology Model.</t>

<t>It is worth noting that the technology-specific TE Topology model can
   reference constructs defined by the technology-specific Network
   Topology model but it could not augment constructs defined by the
   technology-specific Network Topology model.</t>

<section anchor="multi-inheritance"><name>Multi-inheritance</name>

<t>As described in section 4.1 of <xref target="RFC8345"/>, the network types should be defined
using presence containers to allow the representation of network subtypes.</t>

<t>The hierachy of netwok subtypes can be single hierarchy, as shown in <xref target="te-augment-fig"/>.
In this case, each presence container contains at most one child presence container,
as shows in the JSON code below:</t>

<figure><artwork><![CDATA[
{
  "ietf-network:ietf-network": {
    "ietf-te-topology:te-topology": {
      "example-te-topology": {}
    }
  }
}
]]></artwork></figure>

<t>The hierachy of netwok subtypes can also be multi-hierarchy, as shown in <xref target="multi-inheritance-fig"/> and <xref target="double-augment-fig"/>.
In this case, one presence container can contain more than one child presence containers, as show in the JSON codes below:</t>

<figure><artwork><![CDATA[
{
  "ietf-network:ietf-network": {
    "ietf-te-topology:te-topology": {}
    "example-network-topology": {}
  }
}
]]></artwork></figure>

<figure><artwork><![CDATA[
{
  "ietf-network:ietf-network": {
    "ietf-te-topology:te-topology": {
      "example-te-topology": {}
    }
    "example-network-topology": {}
  }
}
]]></artwork></figure>

<t>Other examples of multi-hierarchy topologies are described in
<xref target="I-D.ietf-teas-yang-sr-te-topo"/>.</t>

</section>
<section anchor="example-link"><name>Example (Link augmentation)</name>

<t>This section provides an example on how technology-specific
   attributes can be added to the Link construct:</t>

<figure title="Augmenting the Link with technology-specific attributes" anchor="example-link-tree"><artwork><![CDATA[
      +--rw link* [link-id]
         +--rw link-id            link-id
         +--rw source
         |  +--rw source-node?   -> ../../../nw:node/node-id
         |  +--rw source-tp?     leafref
         +--rw destination
         |  +--rw dest-node?   -> ../../../nw:node/node-id
         |  +--rw dest-tp?     leafref
         +--rw supporting-link* [network-ref link-ref]
         |  +--rw network-ref
         |  |       -> ../../../nw:supporting-network/network-ref
         |  +--rw link-ref       leafref
         +--rw example-link-attributes
         |   <...>
         +--rw te!
            +--rw te-link-attributes
               +--rw name?                             string
               +--rw example-te-link-attributes
               |   <...>
               +--rw max-link-bandwidth
                  +--rw te-bandwidth
                     +--rw (technology)?
                        +--:(generic)
                        |  +--rw generic?   te-bandwidth
                        +--:(example)
                           +--rw example?   example-bandwidth
]]></artwork></figure>

<t>The technology-specific attributes within the example-link-attributes
   container can be defined either in the technology-specific TE
   Topology Model (Option 1) or in the technology-specific Network
   Topology Model (Option 2 or Option 3). These attributes can only be
   non-TE and do not require the implementation of the te container.</t>

<t>The technology-specific attributes within the
   example-te-link-attributes container as well as the example
   max-link-bandwidth can only be defined in the technology-specific TE
   Topology Model (Option 1 or Option 3). These attributes can be TE or
   non-TE and require the implementation of the te container.</t>

</section>
</section>
<section anchor="implement"><name>Implemented profiles</name>

<t>When a server implements a profile of the TE topology model, it is not clear how the server
can report to the client the subset of the model being implemented.</t>

<t>It is also worth noting that the supported profile may also depend on other attributes
(for example the network type).</t>

<t>In case the TE topology profile is reported by the server to the client, the server will report
in the operational datastore only the leaves which have been implemented, as described
in section 5.3 of <xref target="RFC8342"/>.</t>

<t>More investigation is required in case the TE topology profile is configured by the client.</t>

</section>
<section anchor="security"><name>Security Considerations</name>

<t>This document provides only information about how the TE Topology
   Model, as defined in <xref target="RFC8795"/>, can be profiled to address some
   scenarios which are not considered as TE.</t>

<t>As such, this document does not introduce any additional security
   considerations besides those already defined in <xref target="RFC8795"/>.</t>

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

<t>This document requires no IANA actions.</t>

</section>
<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>The authors would like to thank Daniele Ceccarelli, Jonas Ahlberg and Scott Mansfield 
  for providing useful suggestions for this draft.</t>

<t>This document was prepared using kramdown.</t>

<t>Previous versions of this document was prepared using 2-Word-v2.0.template.dot.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>



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

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

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




    </references>

    <references title='Informative References'>




<reference anchor='I-D.ietf-teas-rfc3272bis' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-rfc3272bis-27'>
   <front>
      <title>Overview and Principles of Internet Traffic Engineering</title>
      <author fullname='Adrian Farrel' initials='A.' surname='Farrel'>
         <organization>Old Dog Consulting</organization>
      </author>
      <date day='12' month='August' year='2023'/>
      <abstract>
	 <t>   This document describes the principles of traffic engineering (TE) in
   the Internet.  The document is intended to promote better
   understanding of the issues surrounding traffic engineering in IP
   networks and the networks that support IP networking, and to provide
   a common basis for the development of traffic engineering
   capabilities for the Internet.  The principles, architectures, and
   methodologies for performance evaluation and performance optimization
   of operational networks are also discussed.

   This work was first published as RFC 3272 in May 2002.  This document
   obsoletes RFC 3272 by making a complete update to bring the text in
   line with best current practices for Internet traffic engineering and
   to include references to the latest relevant work in the IETF.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teas-rfc3272bis-27'/>
   
</reference>


<reference anchor='I-D.ietf-ccamp-eth-client-te-topo-yang' target='https://datatracker.ietf.org/doc/html/draft-ietf-ccamp-eth-client-te-topo-yang-05'>
   <front>
      <title>A YANG Data Model for Ethernet TE Topology</title>
      <author fullname='Chaode Yu' initials='C.' surname='Yu'>
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname='Haomian Zheng' initials='H.' surname='Zheng'>
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname='Aihua Guo' initials='A.' surname='Guo'>
         <organization>Futurewei</organization>
      </author>
      <author fullname='Italo Busi' initials='I.' surname='Busi'>
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname='Yunbin Xu' initials='Y.' surname='Xu'>
         <organization>CAICT</organization>
      </author>
      <author fullname='Yang Zhao' initials='Y.' surname='Zhao'>
         <organization>China Mobile</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>Alef Edge</organization>
      </author>
      <date day='9' month='October' year='2023'/>
      <abstract>
	 <t>   This document describes a YANG data model for Ethernet networks when
   used either as a client-layer network of an underlay transport
   network (e.g., an Optical Transport Network (OTN)) or as a transport
   network itself.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-ccamp-eth-client-te-topo-yang-05'/>
   
</reference>


<reference anchor='I-D.ietf-ccamp-otn-topo-yang' target='https://datatracker.ietf.org/doc/html/draft-ietf-ccamp-otn-topo-yang-17'>
   <front>
      <title>A YANG Data Model for Optical Transport Network Topology</title>
      <author fullname='Haomian Zheng' initials='H.' surname='Zheng'>
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname='Italo Busi' initials='I.' surname='Busi'>
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>IBM Corporation</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>
      <date day='10' month='July' year='2023'/>
      <abstract>
	 <t>   This document describes a YANG data model to describe the topologies
   of an Optical Transport Network (OTN).  It is independent of control
   plane protocols and captures topological and resource-related
   information pertaining to OTN.  This model enables clients, which
   interact with a transport domain controller, for OTN topology-related
   operations such as obtaining the relevant topology resource
   information.


	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-ccamp-otn-topo-yang-17'/>
   
</reference>


<reference anchor='I-D.ogondio-opsawg-uni-topology' target='https://datatracker.ietf.org/doc/html/draft-ogondio-opsawg-uni-topology-01'>
   <front>
      <title>A YANG Model for User-Network Interface (UNI) Topologies</title>
      <author fullname='Oscar Gonzalez de Dios' initials='O. G.' surname='de Dios'>
         <organization>Telefonica</organization>
      </author>
      <author fullname='Samier Barguil' initials='S.' surname='Barguil'>
         <organization>Telefonica</organization>
      </author>
      <author fullname='Qin Wu' initials='Q.' surname='Wu'>
         <organization>Huawei</organization>
      </author>
      <author fullname='Mohamed Boucadair' initials='M.' surname='Boucadair'>
         <organization>Orange</organization>
      </author>
      <date day='2' month='April' year='2020'/>
      <abstract>
	 <t>   This document defines a YANG data model for representing an abstract
   view of the Service Provider network topology containing the points
   from which its services can be attached (e.g., basic connectivity,
   VPN, SDWAN).  The data model augments the &#x27;ietf-network&#x27; data model
   by adding the concept of service-attachment-points.  The service-
   attachment-points are an abstraction of the points to which network
   services (such as L3 VPN or L2 VPN) can be attached.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ogondio-opsawg-uni-topology-01'/>
   
</reference>


<reference anchor='I-D.ietf-teas-yang-sr-te-topo' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-yang-sr-te-topo-18'>
   <front>
      <title>YANG Data Model for SR and SR TE Topologies on MPLS Data Plane</title>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>Alef Edge</organization>
      </author>
      <author fullname='Igor Bryskin' initials='I.' surname='Bryskin'>
         <organization>Individual</organization>
      </author>
      <author fullname='Vishnu Pavan Beeram' initials='V. P.' surname='Beeram'>
         <organization>Juniper Networks</organization>
      </author>
      <author fullname='Tarek Saad' initials='T.' surname='Saad'>
         <organization>Juniper Networks</organization>
      </author>
      <author fullname='Himanshu C. Shah' initials='H. C.' surname='Shah'>
         <organization>Ciena</organization>
      </author>
      <author fullname='Stephane Litkowski' initials='S.' surname='Litkowski'>
         <organization>Cisco</organization>
      </author>
      <date day='21' month='October' year='2023'/>
      <abstract>
	 <t>   This document defines a YANG data model for Segment Routing (SR)
   topology and Segment Routing (SR) traffic engineering (TE) topology,
   using MPLS data plane.

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




    </references>


    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>
    <contact initials="A." surname="Guo" fullname="Aihua Guo">
      <organization>Futurewei Inc.</organization>
      <address>
        <email>aihuaguo.ietf@gmail.com</email>
      </address>
    </contact>
    <contact initials="H." surname="Zheng" fullname="Haomian Zheng">
      <organization>Huawei</organization>
      <address>
        <email>zhenghaomian@huawei.com</email>
      </address>
    </contact>
    <contact initials="V." surname="Beeram" fullname="Vishnu Pavan Beeram">
      <organization>Juniper Networks</organization>
      <address>
        <email>vbeeram@juniper.net</email>
      </address>
    </contact>
    <contact initials="S." surname="Belotti" fullname="Sergio Belotti">
      <organization>Nokia</organization>
      <address>
        <email>sergio.belotti@nokia.com</email>
      </address>
    </contact>
    </section>

  </back>

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

-->

</rfc>

