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

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc comments="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-ccamp-yang-otn-slicing-07" category="std">

  <front>
    <title abbrev="Framework and YANG of OTN Slices">Framework and Data Model for OTN Network Slicing</title>

    <author initials="A." surname="Guo" fullname="Aihua Guo">
      <organization>Futurewei Technologies</organization>
      <address>
        <email>aihuaguo.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="L.M." surname="Contreras" fullname="Luis M. Contreras">
      <organization>Telefonica</organization>
      <address>
        <email>luismiguel.contrerasmurillo@telefonica.com</email>
      </address>
    </author>
    <author initials="S." surname="Belotti" fullname="Sergio Belotti">
      <organization>Nokia</organization>
      <address>
        <email>Sergio.belotti@nokia.com</email>
      </address>
    </author>
    <author initials="R." surname="Rokui" fullname="Reza Rokui">
      <organization>Ciena</organization>
      <address>
        <email>rrokui@ciena.com</email>
      </address>
    </author>
    <author initials="Y." surname="Xu" fullname="Yunbin Xu">
      <organization>CAICT</organization>
      <address>
        <email>xuyunbin@caict.ca.cn</email>
      </address>
    </author>
    <author initials="Y." surname="Zhao" fullname="Yang Zhao">
      <organization>China Mobile</organization>
      <address>
        <email>zhaoyangyjy@chinamobile.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>

    <date year="2024" month="July" day="07"/>

    
    <workgroup>CCAMP Working Group</workgroup>
    

    <abstract>


<t>The requirement of slicing network resources with desired quality of
   service is emerging at every network technology, including the
   Optical Transport Networks (OTN). As a part of the transport network,
   OTN can provide hard pipes with guaranteed data isolation and
   deterministic low latency, which are highly demanded in the Service
   Level Agreement (SLA).</t>

<t>This document describes a framework for OTN network slicing and defines
   YANG data models with OTN technology-specific augments deployed at both
   the north and south bound of the OTN network slice controller. Additional
   YANG data model augmentations will be defined in a future version of
   this draft.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>The requirement of slicing network resources with desired quality of
   service is emerging at every network technology, including the
   Optical Transport Networks (OTN). As a part of the transport network,
   OTN can provide hard pipes with guaranteed data isolation and
   deterministic low latency, which are highly demanded in the Service
   Level Agreement (SLA).
   This document describes a framework for OTN network slicing and defines
   YANG data models with OTN technology-specific augments deployed at both
   the north and south bound of the OTN network slice controller. Additional
   YANG data model augmentations will be defined in a future version of
   this draft.</t>

<section anchor="terminology" title="Terminology">

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

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

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

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

<texttable title="Prefixes and Corresponding YANG Modules" anchor="tab-prefixes">
      <ttcol align='left'>Prefix</ttcol>
      <ttcol align='left'>YANG Module</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>yang</c>
      <c>ietf-yang-types</c>
      <c><xref target="RFC6991"/></c>
      <c>inet</c>
      <c>ietf-inet-types</c>
      <c><xref target="RFC6991"/></c>
      <c>nt</c>
      <c>ietf-network-topology</c>
      <c><xref target="RFC8345"/></c>
      <c>nw</c>
      <c>ietf-network-topology</c>
      <c><xref target="RFC8345"/></c>
      <c>tet</c>
      <c>ietf-te-topology</c>
      <c><xref target="RFC8795"/></c>
      <c>ietf-nss</c>
      <c>ietf-network-slice-service</c>
      <c>[RFCVVVV]</c>
      <c>te-types</c>
      <c>ietf-te-types</c>
      <c>[RFCWWWW]</c>
      <c>otnt</c>
      <c>ietf-otn-topology</c>
      <c>[RFCYYYY]</c>
      <c>l1-types</c>
      <c>ietf-layer1-types</c>
      <c>[RFCZZZZ]</c>
      <c>otns</c>
      <c>ietf-otn-slice</c>
      <c>[RFCXXXX]</c>
      <c>otns-mpi</c>
      <c>ietf-otn-slice-mpi</c>
      <c>[RFCXXXX]</c>
</texttable>

<t>RFC Editor Note:
Please replace VVVV with the RFC number assigned to <xref target="I-D.ietf-teas-ietf-network-slice-nbi-yang"/>.
Please replace WWWW with the RFC number assigned to <xref target="I-D.ietf-teas-rfc8776-update"/>.
Please replace XXXX with the RFC number assigned to this document.
Please replace YYYY with the RFC number assigned to <xref target="I-D.ietf-ccamp-otn-topo-yang"/>.
Please replace ZZZZ with the RFC number assigned to <xref target="I-D.ietf-ccamp-layer1-types"/>.
Please remove this note.</t>

</section>
<section anchor="definition-of-otn-slice" title="Definition of OTN Slice">
<t>An OTN slice is an OTN virtual network topology connecting a number
   of OTN endpoints using a set of shared or dedicated OTN network resources to
   satisfy specific service level objectives (SLOs).</t>

<t>An OTN slice is a technology-specific realization of the RFC 9543 network slice service 
   <xref target="RFC9543"/> in the OTN domain, with the
   capability of configuring slice resources in the term of OTN technologies. 
   Therefore, all the terms and definitions concerning network slicing as 
   defined in <xref target="RFC9543"/> apply to OTN slicing.</t>

<t>An OTN slice can span multiple OTN administrative domains, encompassing 
   access links, intra-domain paths, and inter-domain links. 
   An OTN slice may include multiple endpoints, each associated with a set of physical
   or logical resources, e.g. optical port or time slots, at the termination point (TP) of 
   an access link or inter-domain link at an OTN provider edge (PE) equipment.</t>

<t>An end-to-end OTN slice may be composed of multiple OTN segment slices in
   a hierarchical or sequential (or stitched) combination.</t>

<t><xref target="fig-otn-slice"/> illustrates the scope of OTN slices in multi-domain 
   environment.</t>

<figure title="OTN Slice" anchor="fig-otn-slice"><artwork><![CDATA[
      <------------------End-to-end OTN Slice---------------->

      <- OTN Segment Slice 1 --->  <-- OTN Segment Slice 2 -->


       +-------------------------+  +-----------------------+
       | +-----+      +-------+  |  | +-------+      +-----+|
+----+ | | OTN |      | OTN   |  |  | | OTN   |      | OTN ||  +----+
| CE +-+-o PE  +-...--+ Borde o--+--+-o Borde +-...--+ PE  o+--+ CE |
+----+||/|     |      | Node  |\ || | | Node  |      |     || |+----+
      |||+-----+      +-------+| || | +-------+      +-----+| |
      |||    OTN Domain 1      | || |      OTN Domain 2     | |
      |++----------------------+-+| +-----------------------+ |
      | |                      |  |                           |
      | +-----+    +-----------+  |                           |
      |       |    |              |                           |
      V       V    V              V                           V
   Access    OTN Slice        Inter-domain                  Access
   Link      Endpoint         Link                          Link

]]></artwork></figure>

<t>OTN slices may be pre-configured by the management plane and presented to 
   the customer via the northbound interface (NBI), or be dynamically 
   provisioned by a higher layer slice controller, e.g., an RFC 9543 network slice 
   controller (NSC) through the NBI. The OTN slice is 
   provided by a service provider to a customer to be used as though it was part
   of the customer’s own networks.</t>

</section>
</section>
<section anchor="use-cases-for-otn-network-slicing" title="Use Cases for OTN Network Slicing">

<section anchor="leased-line-services-with-otn" title="Leased Line Services with OTN">

<t>For end business customers (like OTT or enterprises), leased lines
   have the advantage of providing high-speed connections with low
   costs. On the other hand, the traffic control of leased lines is very
   challenging due to rapid changes in service demands. Carriers are
   recommended to provide network-level slicing capabilities to meet
   this demand. Based on such capabilities, private network users have
   full control over the sliced resources which have been allocated to them
   and which could be used to support their leased lines, when needed.
   Users may formulate policies based on the demand for services and
   time to schedule the resources from the entire network’s perspective
   flexibly. For example, the bandwidth between any two points may be
   established or released based on the time or monitored traffic
   characteristics. The routing and bandwidth may be adjusted at a
   specific time interval to maximize network resource utilization
   efficiency.</t>

</section>
<section anchor="co-construction-and-sharing" title="Co-construction and Sharing">

<t>Co-construction and sharing of a network are becoming a popular means
   among service providers to reduce networking building CAPEX. For Co-
   construction and sharing case, there are typically multiple co-
   founders for the same network. For example, one founder may provide
   optical fibres and another founder may provide OTN equipment, while
   each occupies a certain percentage of the usage rights of the network
   resources. In this scenario, the network O&amp;M is performed by a
   certain founder in each region, where the same founder usually
   deploys an independent management and control system. The other
   founders of the network use each other’s management and control
   system to provision services remotely. In this scenario, different
   founders’ network resources need to be automatically (associated)
   divided, isolated, and visualized. All founders may share or have
   independent O&amp;M capabilities, and should be able to perform service-
   level provisioning in their respective slices.</t>

</section>
<section anchor="wholesale-of-optical-resources" title="Wholesale of optical resources">

<t>In the optical resource wholesale market, smaller, local carriers and
   wireless carriers may rent resources from larger carriers, or
   infrastructure carriers instead of building their networks. Likewise,
   international carriers may rent resources from respective local
   carriers and local carriers may lease their owned networks to each
   other to achieve better network utilization efficiency.
   From the perspective of a resource provider, it is crucial that a
   network slice is timely configured to meet traffic matrix
   requirements requested by its tenants. The support for multi-tenancy
   within the resource provider’s network demands that the network
   slices are qualitatively isolated from each other to meet the
   requirements for transparency, non-interference, and security.
   Typically, a resource purchaser expects to use the leased network
   resources flexibly, just like they are self-constructed. Therefore,
   the purchaser is not only provided with a network slice, but also the
   full set of functionalities for operating and maintaining the network
   slice.  The purchaser also expects to, flexibly and independently, 
   schedule and maintain physical resources to support their own
   end-to-end automation using both leased and self-constructed network
   resources.</t>

</section>
<section anchor="vertical-dedicated-network-with-otn" title="Vertical dedicated network with OTN">

<t>Vertical industry slicing is an emerging category of network slicing
   due to the high demand for private high-speed network interconnects
   for industrial applications.
   In this scenario, the biggest challenge is to implement
   differentiated optical network slices based on the requirements from
   different industries. For example, in the financial industry, to
   support high-frequency transactions, the slice must ensure to provide
   the minimum latency along with the mechanism for latency management.
   For the healthcare industry, online diagnosis network and software
   capabilities to ensure the delivery of HD video without frame loss.
   For bulk data migration in data centers, the network needs to support
   on-demand, large-bandwidth allocation. In each of the aforementioned
   vertical industry scenarios, the bandwidth shall be adjusted as
   required to ensure flexible and efficient network resource usage.</t>

</section>
<section anchor="end-to-end-network-slicing" title="End-to-end network slicing">

<t>In an end-to-end network slicing scenario such as 5G network slicing
   <xref target="TS.28.530-3GPP"/>, an RFC 9543 network slice <xref target="RFC9543"/>
   provides the required connectivity between other different segments 
   of an end-to-end network slice, such as the Radio Access Network 
   (RAN) and the Core Network (CN) segments, with a specific 
   performance commitment. An RFC 9543 network slice could be composed of 
   network slices from multiple technological and administrative 
   domains. An RFC 9543 network slice can be realized by using or combining
   multiple underlying OTN slices with OTN resources, e.g., ODU time 
   slots or ODU containers, to achieve end-to-end slicing across the transport
   domain.</t>

</section>
</section>
<section anchor="framework-for-otn-slicing" title="Framework for OTN slicing">

<t>OTN slices may be abstracted differently depending on the requirement contained
   in the configuration provided by the slice customer. Whereas the customer requests
   an OTN slice to provide connectivity between specified endpoints, an OTN slice 
   can be abstracted as a set of endpoint-to-endpoint links, with each link formed 
   by an end-to-end tunnel across the underlying OTN networks. The resources
   associated with each link of the slice is reserved and commissioned in the underlying
   physical network upon the completion of configuring the OTN slice and all the 
   links are active.</t>

<t>An OTN slice can also be abstracted as an abstract topology when the customer requests
   the slice to share resources between multiple endpoints and to use the resources on demand.
   The abstract topology may consist of virtual nodes and virtual links, and their associated
   resources are reserved but not commissioned across the underlying OTN networks. The 
   customer can later commission resources within the slice dynamically using the NBI provided
   by the service provider. An OTN slice could use abstract topology to connect endpoints with 
   shared resources to optimize the resource utilization, and connections can be activated 
   within the slice as needed.</t>

<t>It is worth noting that those means to abstract an OTN slice are similar to the Virtual 
   Network (VN) abstraction defined for higher-level interfaces in <xref target="RFC8453"/>, in which context
   a connectivity-based slice corresponds to Type 1 VN and a resource-based slice corresponds to 
   Type 2 VN, respectively.</t>

<t>A particular resource in an OTN network, such as a port or link, may be
   sliced with one of the two granularity levels:</t>

<t><list style="symbols">
  <t>Link-based slicing, in which a link and its associated link
termination points (LTPs) are dedicatedly allocated to a
particular OTN slice.</t>
  <t>Tributary-slot based slicing, in which multiple OTN slices
share the same link by allocating different OTN tributary slots in
different granularities.</t>
</list></t>

<t>Furthermore, an OTN switch is typically fully non-blocking switching 
   at the lowest ODU container granularity, it is
desirable to specify just the total number of ODU containers in the
lowest granularity (e.g. ODU0), when configuring tributary-slot based
slicing on links and ports internal to an OTN network. In multi-domain
OTN network scenarios where separate OTN slices are created on
each of the OTN networks and are stitched at inter-domain OTN links, it
is necessary to specify matching tributary slots at the endpoints of the
inter-domain links. In some real network scenarios, OTN network resources
including tributary slots are managed explicitly by network operators for
network maintenance considerations. Therefore, an OTN slice controller
shall support configuring an OTN slice with both options.</t>

<t>An OTN slice controller (OTN-SC) is a logical function responsible for
   the life-cycle management of OTN slices instantiated within the 
   corresponding OTN network domains. The OTN-SC provides technology-specific 
   interfaces at its northbound (OTN-SC NBI) to allow a higher-layer slice 
   controller, such as an RFC 9543 network slice controller (NSC) or an orchestrator, 
   to request OTN slices with OTN-specific 
   requirements. The OTN-SC interfaces at the southbound using the MDSC-to-PNC 
   interface (MPI) with a Physical Network Controller (PNC) or Multi-Domain Service Orchestrator (MDSC),
   as defined in the ACTN control framework <xref target="RFC8453"/>. The logical function 
   within the OTN-SC is responsible for translating the OTN slice requests 
   into concrete slice realization which can be understood and 
   provisioned at the southbound by the PNC or MDSC.</t>

<t>The presence of OTN-SC provides multiple options for a high-level slice controller 
   or an orchestrator to configure and realize slicing in OTN networks, depending on
   whether a customer’s slice request is technology agnostic or technology specific:</t>

<t>Option 1[opt.1]: An IETF NSC receives a technology-agnostic slice request from the IETF NSC NBI and
   realizes full or part of the slice in OTN networks directly through MPI provided by
   the PNC or MDSC. The IETF NSC is responsible for mapping a technology-agnostic slicing request 
   into an OTN technology-specific realization. In this option, the OTN-SC is not used.</t>

<t>Option 2[opt.2]: An IETF NSC receives a technology-agnostic slice request from the IETF NSC NBI and delegates the
   request to the OTN-SC through the OTN-SC NBI, which is OTN technology specific. The OTN-SC in turn realizes the slice in single or multi domain OTN networks by working with the underlying PNC or MDSC. In this option, the OTN-SC is considered as a realization of IETF NSC, i.e.,
   an NS realizer as per <xref target="I-D.draft-contreras-teas-slice-controller-models"/>,
   when the underlying network is OTN. The OTN-SC is also a subordinate slice controller of the RFC 9543 NSC, which 
   is consistent with the hierarchical control of slices specified by <xref target="RFC9543"/>.</t>

<t>Option 3[opt.3]: An OTN-aware orchestrator may request an OTN technology-specific slice with OTN-specific SLOs through the 
   OTN-SC NBI to the OTN-SC. The OTN-SC in turn realizes the slice in single or multi domain OTN networks by working with the underlying PNC or MDSC</t>

<t>An OTN slice may be realized by using standard MPI interfaces, control plane, network management system (NMS) or any other proprietary interfaces as needed. Examples of such interfaces include the abstract TE topology <xref target="RFC8795"/>, TE tunnel <xref target="I-D.ietf-teas-yang-te"/>,L1VPN<xref target="RFC4847"/>, or Netconf/YANG based interfaces such as OpenConfig. Some of these interfaces, such as the TE tunnel model, are suitable for creating connectivity-based OTN slices which represent a slice as a set of TE tunnels, while other interfaces such as the TE topology model are more suitable for creating resource-based OTN slices which represent a slice as a topology.</t>

<t>The OTN-SC NBI is a technology-specific interface that augments the IETF NSC NBI, which is technology-
   agnostic.</t>

<t><xref target="fig-slice-interfaces"/> illustrates the OTN slicing control hierarchy 
   , the positioning of the OTN slicing interfaces as well as the options for OTN slice configuration.</t>

<figure title="Positioning of OTN Slicing Interfaces" anchor="fig-slice-interfaces"><artwork><![CDATA[
                      +--------------------+
                      | Provider's User    |
                      +--------|-----------+
                               | CMI
       +-----------------------+--------------------------------+
       |          Orchestrator / E2E Slice Controller           | 
       +------------+-----------------------------+-------------+
                    |                             | NSC-NBI
                    |       +---------------------+-------------+
                    |       | RFC 9543 Network Slice Controller |
                    |       +-----+---------------+-------------+
                    | opt.3       | opt.2         | opt.1
                    | OTN-SC NBI  |OTN-SC NBI     |               
       +------------+-------------+--------+      |
       |               OTN-SC              |      |
       +--------------------------+--------+      |      
                                  | MPI           | MPI                           
       +--------------------------+---------------+------------+ 
       |                         PNC                           | 
       +--------------------------+----------------------------+ 
                                  | SBI
                      +-----------+----------+
                      |OTN Physical Network  |
                      +----------------------+

]]></artwork></figure>

<t>OTN-SC functionalities may be recursive such that a higher-level
   OTN-SC may designate the creation of OTN slices to a lower-level
   OTN-SC in a recursive manner. This scenario may apply to the
   creation of OTN slices in multi-domain OTN networks, where 
   multiple domain-wide OTN slices provisioned by lower-layer
   OTN-SCs are stitched to support a multi-domain OTN slice
   provisioned by the higher-level OTN-SC.  Alternatively, the OTN-SC
   may interface with an MDSC, which in turn interfaces with multiple 
   PNCs through the MPI to realize OTN slices in multi-domain OTN networks 
   without OTN-SC recursion. 
   <xref target="fig-otn-sc-recursion"/> illustrates both options for OTN slicing
   in multi-domain.</t>

<figure title="OTN-SC for multi-domain" anchor="fig-otn-sc-recursion"><artwork><![CDATA[
    +-------------------+                    +-------------------+
    |      OTN-SC       |                    |      OTN-SC       |
    +--------|----------+                    +---|----------|----+
             |MPI                                |OTN-SC NBI|
    +--------|----------+                    +---|----+ +---|----+
    |      MDSC         |                    | OTN-SC | | OTN-SC |
    +---|----------|----+                    +---|----+ +---|----+
        |MPI       |MPI                          |MPI       |MPI
    +---|----+ +---|----+                    +---|----+ +---|----+
    |   PNC  | |   PNC  |                    |   PNC  | |   PNC  |
    +--------+ +--------+                    +--------+ +--------+
    Multi-domain Option 1                    Multi-domain Option 2
]]></artwork></figure>

<t>OTN-SC functionalities are logically independent and may be deployed in 
   different combinations to cater to the realization needs. In reference to the 
   ACTN control framework <xref target="RFC8453"/>, an OTN-SC may be deployed</t>

<t><list style="symbols">
  <t>as an independent network function;</t>
  <t>together with a Physical Network Controller (PNC) for single-domain
 or with a Multi-Domain Service Orchestrator (MDSC)for multi-domain;</t>
  <t>together with a higher-level network slice controller to support 
 end-to-end network slicing;</t>
</list></t>

</section>
<section anchor="realizing-otn-slices" title="Realizing OTN Slices">

<t><xref target="RFC9543"/> introduces a mechanism for an RFC 9543 network slice controller to realize network slices by constructing Network Resource Partitions (NRP). A NRP is a collection of resources identified in the underlay network to facilitate the mapping of network slices onto available network resources. An NRP is a scope view of a topology and may be considered as a topology in its own right. Thus, in traffic-engineered (TE) networks including OTN, an NRP may be simply represented as an abstract TE topology defined by <xref target="RFC8795"/>. For OTN networks, An NRP may be represented as an abstract OTN topology defined by <xref target="I-D.ietf-ccamp-otn-topo-yang"/>.</t>

<t>The NRP may be used to address the scalability issues where there may be considerable numbers of control and data plane states required to be stored and programmed if network slices are mapped directly to the underlay topology. NRP is internal to a network slice controller, and use of NRPs is optional yet could benefit a network slice realization in large-scale networks, including OTN networks.</t>

<t>For connectivity-based OTN slices, a connection within an OTN slice is typically realized by an OTN tunnel in the underlay topology and resources are reserved by the tunnel, thus use of NRP is optional in this case.</t>

<t>For resource-based OTN slices, the OTN-SC may map an OTN slice directly onto the underlay TE topology presented by the subtended network controller (MDSC or PNC) without creating NRP topologies. Due to the need for reserving resources, the OTN-SC needs to color corresponding link resources of the underlay topology with a slice identifier and maintain the coloring to keep track of the mapping of OTN slices. The OTN-SC may push the colored topology to the subtended MDSC or PNC using the MPI model defined in this draft.</t>

<t>Alternatively, an OTN slice may be mapped to a NRP as an overlay abstract OTN TE topology on top of the underlay topology. The corresponding link resources allocated to the slice is encapsulated in and tracked by the abstract topology, and a given link or port in the NRP topology represents resources that are reserved in the underlay topology. Multiple OTN slices may be mapped to the same NRP, and a single connectivity construct of the slice may be mapped to only one NRP, as per <xref target="RFC9543"/>. The resources of an NRP topology are reserved and shared by all the OTN slices mapped to this NRP, and the NRP topology may be pushed directly to the subtended MDSC or PNC, thus eliminating the need for link coloring if using the underlay topology.</t>

<t><xref target="fig-otn-sc-nrp"/> illustrates the relationship between OTN slices and NRP.</t>

<figure title="Mapping OTN Slices to NRP" anchor="fig-otn-sc-nrp"><artwork><![CDATA[
        /---------------/      |            /---------------/
       /  --     --    /       |           /  --     --    /
      /  |N1|---|N3|  /---/    |          /  |N2|   |N3|  /
     /    --\    --  /   /     |         /    --     --  /
    /        \--    /   /      |        /       \ --/   /
   /         |N2|  /   /       |       /         |N4|  /
  / Slice 1   --  /   /        |      / Slice 2   --  /
 /------------<--/   /         |     /-----------<---/
    / Slice 3 <     /          |                 <
   /--------- <-<--/           |                 <
+-------------<-<--------------V-----------------<------------+
|          /--<-<------------/             /-----<-----------/|
|         / /--\     /--\   /             /          /--\   / |
|        / |NE1 |---|NE2 | /             /          |NE2 | /  |
|       /   \--/\  . \--/ /             /            \--/ /   |
|      /       ..\ ........            /              /. /    |
|     /        . /--\   / .           / /--\     /--\/ ./     |
|    /         .|NE4 | /  .          / |NE3 |---|NE4 | .      |
|   /          . \--/ /   .         /   \--/  .  \--/ /.      |
|  /  NRP Topology 1 /    .        /  NRP Topology 2 / .      |
| /------------.----/     .       /-----------.-----/  .      |
|              .......    .                   .        .      |
|             /------.----.-----------------/ .        .      |
|            / /--\  .    .     /--\       /  .        .      |
|           / |NE1 |-.----v----|NE2 |     /   .        .      |
|          /   ---/\ .         /\--/     /    .        .      |
|         /   /     \v        /<........................      |
|        / /-/\      \ /--\  /         /      .               |
|       / |NE3 |------|NE4 |/         /       .               |
|      /   \--/  ^     \--/          /        .               |
|     /  Underlay.OTN TE Topology   /         .               |
|    /-----------.-----------------/          .               |
|                ..............................     OTN-SC    |
+-------------------------------------------------------------+
                 |                         ^
                 |MPI                      |MPI
+----------------V--------------------------------------------+
|                                                             |
|                       OTN MDSC/PNC                          |
+-------------------------------------------------------------+
]]></artwork></figure>

</section>
<section anchor="yang-data-model-for-otn-slicing-configuration" title="YANG Data Model for OTN Slicing Configuration">

<section anchor="otn-slicing-yang-model-for-mpi" title="OTN Slicing YANG Model for MPI">

<section anchor="mpi-yang-model-overview" title="MPI YANG Model Overview">

<t>For the configuration of connectivity-based OTN slices, existing models such as 
   the TE tunnel interface <xref target="I-D.ietf-teas-yang-te"/> may be used and no addition is 
   needed. This model is addressing the case for configuring resource-based OTN slices,
   where the model permits to reserve resources exploiting the common knowledge of an underlying 
   virtual topology between the OTN-SC and the subtended network controller (MDSC or PNC). The slice
   is configured by marking corresponding link resources on the TE topology received from the 
   underlying MDSC or PNC with a slice identifier and OTN-specific resource requirements, 
   e.g. the number of ODU time slots or the type/number of ODU containers. The MDSC or PNC, based on the 
   marked resources by the OTN-SC, will update the underlying TE topology with new TE link for each of 
   the colored links to keep booked the reserved OTN resources e.g. time slots or ODU containers.</t>

</section>
<section anchor="mpi-yang-model-tree" title="MPI YANG Model Tree">

<figure title="OTN slicing MPI tree diagram" anchor="fig-otn-slice-mpi-tree"><artwork><![CDATA[
module: ietf-otn-slice-mpi

  augment /nw:networks/nw:network/nt:link/tet:te
            /tet:te-link-attributes:
    +--rw (otn-slice-granularity)?
       +--:(link)
       |  +--rw slice-id?   uint32
       +--:(link-resource)
          +--rw slices* [slice-id]
             +--rw slice-id                  uint32
             +--rw (technology)?
             |  +--:(otn)
             |     +--rw (slice-bandwidth)?
             |        +--:(containers)
             |        |  +--rw odulist* [odu-type]
             |        |     +--rw odu-type    identityref
             |        |     +--rw number?     uint16
             |        +--:(time-slots)
             |           +--rw otn-ts-num?   uint32
             +--ro sliced-link-ref?
                     -> ../../../../../nt:link/link-id
]]></artwork></figure>

</section>
<section anchor="mpi-yang-code" title="MPI YANG Code">

<figure title="OTN slicing MPI YANG model" anchor="fig-otn-slice-mpi-yang"><artwork><![CDATA[
   <CODE BEGINS> file "ietf-otn-slice-mpi@2024-07-07.yang"
   module ietf-otn-slice-mpi {
     yang-version 1.1;
     namespace "urn:ietf:params:xml:ns:yang:ietf-otn-slice-mpi";
     prefix "otns-mpi";

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

     import ietf-te-topology {
       prefix "tet";
       reference
         "RFC8795: YANG Data Model for Traffic Engineering
         (TE) Topologies";
     }

     import ietf-otn-topology {
       prefix "otnt";
       reference
         "I-D.ietf-ccamp-otn-topo-yang: A YANG Data Model
          for Optical Transport Network Topology";
     }

     import ietf-layer1-types {
       prefix "l1-types";
       reference
         "I-D.ietf-ccamp-layer1-types: A YANG Data Model
          for Layer 1 Types";
     }

     organization
       "IETF CCAMP Working Group";
     contact
       "WG Web: <http://tools.ietf.org/wg/ccamp/>
        WG List: <mailto:ccamp@ietf.org>

        Editor: Haomian Zheng
                <mailto:zhenghaomian@huawei.com>

        Editor: Italo Busi
                <mailto:italo.busi@huawei.com>

        Editor: Aihua Guo
                <mailto:aihuaguo.ietf@gmail.com>

        Editor: Sergio Belotti
                <mailto:sergio.belotti@nokia.com>";

     description
       "This module defines a YANG data model for network slice
        realization in Optical Transport Networks (OTN).

        The model fully conforms to the Network Management Datastore
        Architecture (NMDA).

        Copyright (c) 2022 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; see the
        RFC itself for full legal notices.";

     revision "2024-07-07" {
       description
         "Latest revision of MPI YANG model for OTN slicing.";
       reference
         "draft-ietf-ccamp-yang-otn-slicing-07: Framework and Data
          Model for OTN Network Slicing";
     }

     /*
      * Groupings
      */

     grouping otn-link-slice-profile {
       description
         "Profile of an OTN link slice.";
       choice otn-slice-granularity {
         default "link";
         description
           "Link slice granularity.";
         case link {
           leaf slice-id {
             type uint32;
              description
                "Slice identifier";
           }
         }
         case link-resource {
           list slices {
             key slice-id;
             description
               "List of slices.";
             leaf slice-id {
               type uint32;
               description
                 "Slice identifier";
             }
             choice technology {
               description
                 "Data plane technology types.";
               case otn {
                 choice slice-bandwidth {
                   description
                     "Bandwidth specification for OTN slices.";
                   case containers {
                     uses l1-types:otn-link-bandwidth;
                   }
                   case time-slots {
                     leaf otn-ts-num {
                       type uint32;
                       description
                         "Number of OTN tributary slots allocated
                          for the slice.";
                     }
                   }
                 }
               }
             }
             leaf sliced-link-ref {
               type leafref {
                 path "../../../../../nt:link/nt:link-id";
               }
               config false;
               description
                 "Relative reference to virtual links generated from
                  this TE link.";
             }
           }
         }
       }
     }

     /*
      * Augments
      */
     augment "/nw:networks/nw:network/nt:link/tet:te/"
           + "tet:te-link-attributes" {
       when "../../../nw:network-types/tet:te-topology/"
          + "otnt:otn-topology" {
         description
           "Augmentation parameters apply only for networks with
            OTN topology type.";
       }
       description
         "Augment OTN TE link attributes with slicing profile.";
       uses otn-link-slice-profile;
     }
   }
   <CODE ENDS>
]]></artwork></figure>

</section>
</section>
<section anchor="otn-slicing-yang-model-for-otn-sc-nbi" title="OTN Slicing YANG Model for OTN-SC NBI">

<section anchor="nbi-yang-model-overview" title="NBI YANG Model Overview">

<t>The YANG model for OTN-SC NBI is OTN-technology specific, but shares many
   common constructs and attributes with the common network slicing YANG model
   defined in <xref target="I-D.ietf-teas-ietf-network-slice-nbi-yang"/>. Furthermore, the 
   OTN-SC NBI YANG is expected to support both connectivity-based
   and resource-based slice configuration, which is likely a common requirement for
   supporting slicing at other transport network layers, e.g. WDM or MPLS(-TP).</t>

<t>The OTN slicing model augments the common network slicing YANG model by extending
   OTN technology-specific SLO and SLE attributes which can be requested by OTN-aware
   customers and allows the customer to specify desired OTN signal quality. 
   These attributes include:</t>

<t><list style="symbols">
  <t>The performance objective for Optical Data Unit (ODU) containers as defined in
ITU-T-G.8201-Amd.1.</t>
  <t>Bandwidth specification in the type and number of ODU containers.</t>
</list></t>

</section>
<section anchor="nbi-yang-model-tree-for-otn-slice" title="NBI YANG Model Tree for OTN slice">

<figure title="Tree diagram for OTN slice" anchor="fig-ietf-otn-slice"><artwork><![CDATA[
module: ietf-otn-slice

  augment /ietf-nss:network-slice-services/ietf-nss:slo-sle-templates
            /ietf-nss:slo-sle-template/ietf-nss:slo-policy:
    +--rw otn
       +--rw odu-signal-quality
       |  +--rw odu-pm-objective* [duration pm-type]
       |     +--rw duration        identityref
       |     +--rw pm-type         identityref
       |     +--rw pm-threshold?   uint64
       +--rw odulist* [odu-type]
          +--rw odu-type    identityref
          +--rw number?     uint16
  augment /ietf-nss:network-slice-services/ietf-nss:slice-service
            /ietf-nss:slo-sle-policy/ietf-nss:custom
            /ietf-nss:service-slo-sle-policy/ietf-nss:slo-policy:
    +--rw otn
       +--rw odu-signal-quality
       |  +--rw odu-pm-objective* [duration pm-type]
       |     +--rw duration        identityref
       |     +--rw pm-type         identityref
       |     +--rw pm-threshold?   uint64
       +--rw odulist* [odu-type]
          +--rw odu-type    identityref
          +--rw number?     uint16
  augment /nw:networks/nw:network/ns-topo:slo-sle-policy
            /ns-topo:custom/ns-topo:service-slo-sle-policy
            /ns-topo:slo-policy:
    +--rw otn
       +--rw odu-signal-quality
       |  +--rw odu-pm-objective* [duration pm-type]
       |     +--rw duration        identityref
       |     +--rw pm-type         identityref
       |     +--rw pm-threshold?   uint64
       +--rw odulist* [odu-type]
          +--rw odu-type    identityref
          +--rw number?     uint16
  augment /nw:networks/nw:network/nw:node/ns-topo:slo-sle-policy
            /ns-topo:custom/ns-topo:service-slo-sle-policy
            /ns-topo:slo-policy:
    +--rw otn
       +--rw odu-signal-quality
       |  +--rw odu-pm-objective* [duration pm-type]
       |     +--rw duration        identityref
       |     +--rw pm-type         identityref
       |     +--rw pm-threshold?   uint64
       +--rw odulist* [odu-type]
          +--rw odu-type    identityref
          +--rw number?     uint16
  augment /nw:networks/nw:network/nw:node/nt:termination-point
            /ns-topo:slo-sle-policy/ns-topo:custom
            /ns-topo:service-slo-sle-policy/ns-topo:slo-policy:
    +--rw otn
       +--rw odu-signal-quality
       |  +--rw odu-pm-objective* [duration pm-type]
       |     +--rw duration        identityref
       |     +--rw pm-type         identityref
       |     +--rw pm-threshold?   uint64
       +--rw odulist* [odu-type]
          +--rw odu-type    identityref
          +--rw number?     uint16
  augment /nw:networks/nw:network/nt:link/ns-topo:slo-sle-policy
            /ns-topo:custom/ns-topo:service-slo-sle-policy
            /ns-topo:slo-policy:
    +--rw otn
       +--rw odu-signal-quality
       |  +--rw odu-pm-objective* [duration pm-type]
       |     +--rw duration        identityref
       |     +--rw pm-type         identityref
       |     +--rw pm-threshold?   uint64
       +--rw odulist* [odu-type]
          +--rw odu-type    identityref
          +--rw number?     uint16
  augment /ietf-nss:network-slice-services/ietf-nss:slice-service
            /ietf-nss:connection-groups/ietf-nss:connection-group
            /ietf-nss:slo-sle-policy/ietf-nss:custom
            /ietf-nss:service-slo-sle-policy/ietf-nss:slo-policy:
    +--rw otn
       +--rw odu-signal-quality
       |  +--rw odu-pm-objective* [duration pm-type]
       |     +--rw duration        identityref
       |     +--rw pm-type         identityref
       |     +--rw pm-threshold?   uint64
       +--rw odulist* [odu-type]
          +--rw odu-type    identityref
          +--rw number?     uint16
  augment /ietf-nss:network-slice-services/ietf-nss:slice-service
            /ietf-nss:connection-groups/ietf-nss:connection-group
            /ietf-nss:connectivity-construct/ietf-nss:slo-sle-policy
            /ietf-nss:custom/ietf-nss:service-slo-sle-policy
            /ietf-nss:slo-policy:
    +--rw otn
       +--rw odu-signal-quality
       |  +--rw odu-pm-objective* [duration pm-type]
       |     +--rw duration        identityref
       |     +--rw pm-type         identityref
       |     +--rw pm-threshold?   uint64
       +--rw odulist* [odu-type]
          +--rw odu-type    identityref
          +--rw number?     uint16
  augment /ietf-nss:network-slice-services/ietf-nss:slice-service
            /ietf-nss:connection-groups/ietf-nss:connection-group
            /ietf-nss:connectivity-construct/ietf-nss:type
            /ietf-nss:a2a/ietf-nss:a2a-sdp/ietf-nss:slo-sle-policy
            /ietf-nss:custom/ietf-nss:service-slo-sle-policy
            /ietf-nss:slo-policy:
    +--rw otn
       +--rw odu-signal-quality
       |  +--rw odu-pm-objective* [duration pm-type]
       |     +--rw duration        identityref
       |     +--rw pm-type         identityref
       |     +--rw pm-threshold?   uint64
       +--rw odulist* [odu-type]
          +--rw odu-type    identityref
          +--rw number?     uint16
]]></artwork></figure>

</section>
<section anchor="nbi-yang-code-for-otn-slice" title="NBI YANG Code for OTN Slice">

<figure title="YANG model for transport network slice" anchor="fig-ietf-otn-slice-yang"><artwork><![CDATA[
   <CODE BEGINS> file "ietf-otn-slice@2024-07-07.yang"
   module ietf-otn-slice {
     yang-version 1.1;
     namespace
       "urn:ietf:params:xml:ns:yang:ietf-otn-slice";
     prefix "otns";

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

     import ietf-layer1-types {
       prefix "l1-types";
       reference
         "draft-ietf-ccamp-layer1-types-14: 
          A YANG Data Model for Layer 1 Types";
     }

     import ietf-network-slice-service {
       prefix "ietf-nss";
       reference
         "draft-ietf-teas-ietf-network-slice-nbi-yang-05:
          IETF Network Slice Service YANG Model";
     }

     import ietf-ns-topo {
       prefix "ns-topo";
       reference
         "draft-liu-teas-transport-network-slice-yang-06:
          IETF Network Slice YANG Model";
     }
      
     organization
       "IETF CCAMP Working Group";
     contact
       "WG Web: <http://tools.ietf.org/wg/ccamp/>
        WG List: <mailto:ccamp@ietf.org>

        Editor: Haomian Zheng
                <mailto:zhenghaomian@huawei.com>

        Editor: Italo Busi
                <mailto:italo.busi@huawei.com>

        Editor: Aihua Guo
                <mailto:aihuaguo.ietf@gmail.com>

        Editor: Sergio Belotti
                <mailto:sergio.belotti@nokia.com>";

     description
       "This module defines a YANG data model for configuring 
        technology-specific network slices in optical transport
        networks, e.g., Optical Transport Network (OTN).

        The model fully conforms to the Network Management Datastore
        Architecture (NMDA).

        Copyright (c) 2022 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; see the
        RFC itself for full legal notices.";

     revision "2024-07-07" {
       description
         "Latest revision of NBI YANG model for OTN slicing.";
       reference
         "draft-ietf-ccamp-yang-otn-slicing-07: Framework and Data
          Model for OTN Network Slicing";
     }


     /*
      * Identities
      */
     identity bit-error-rate {
       base ietf-nss:service-slo-metric-type;
       description
         "ODU bit error rate";
     }

     identity odu-tca-threshold-type {
       description
         "Base identity for ODU performance counter";
     }
     
     identity odu-bbe {
       base odu-tca-threshold-type;
       description
         "ODU Background Block Error (BBE) threshold";
     }
     
     identity odu-es {
       base odu-tca-threshold-type;
       description
         "ODU Errored Seconds (ES) threshold";
     }
     
     identity odu-ses {
       base odu-tca-threshold-type;
       description
         "ODU Severely Errored Seconds (SES) threshold";
     }

     identity odu-uas {
       base odu-tca-threshold-type;
       description
         "ODU Unavailable Seconds (UAS) threshold";
     }

     identity odu-ber {
       base odu-tca-threshold-type;
       description
         "ODU Bit Error Rate (BER) threshold";
     }

     identity pm-duration {
       description
         "Base identity for ODU performance monitoring interval";
     }
     
     identity pm-15m {
       base pm-duration;
       description
         "15 minuites pm duration";
     }

     identity pm-24h {
       base pm-duration;
       description
         "24 hours pm duration";
     }

     /*
      * Groupings
      */
     grouping odu-signal-quality {
       description
         "Grouping for ODU signal quality.";
 
       container odu-signal-quality {
         description
           "Contianer for ODU signal quality attributes.";
   
         list odu-pm-objective {
           key "duration pm-type";
           description
             "List of ODU performance requirements.";
           leaf duration {
             type identityref {
               base pm-duration;
             }
             description
               "Time duration.";
           }
           leaf pm-type {
             type identityref {
               base odu-tca-threshold-type;
             }
             description
               "ODU PM metric type.";
           }
           
           leaf pm-threshold {
             type uint64;
             description
               "ODU PM metric threshold.";
           }
         }
       }
     }

     grouping otn-slice-slo-policy {
       description
         "Policy grouping for OTN network slices.";

       container otn {
         description
           "OTN technology-specific SLO/SLE policy container";
   
         uses odu-signal-quality;
         uses l1-types:otn-link-bandwidth;
       }
     }

     /*
      * Augmented data nodes
      */
     /* slice template */
     augment "/ietf-nss:network-slice-services" +
             "/ietf-nss:slo-sle-templates" +
             "/ietf-nss:slo-sle-template" + 
             "/ietf-nss:slo-policy" {
       description
          "Augment IETF network slice service templates with
           OTN technology-specific SLO/SLE policy attributes.";
  
       uses otn-slice-slo-policy;
     }

     /* slice augments */
     augment "/ietf-nss:network-slice-services" +
             "/ietf-nss:slice-service" +
             "/ietf-nss:slo-sle-policy" + 
             "/ietf-nss:custom" + 
             "/ietf-nss:service-slo-sle-policy" +
             "/ietf-nss:slo-policy" {
       description
         "Augment IETF network slice services to include technology-
          specific SLO/SLE policy for connectivity-based OTN
          slices.";
          
       uses otn-slice-slo-policy;
     }

     /* network topology augments */
     augment "/nw:networks/nw:network" +
             "/ns-topo:slo-sle-policy" +
             "/ns-topo:custom" +
             "/ns-topo:service-slo-sle-policy" +
             "/ns-topo:slo-policy" {
       when "../../nw:network-types/ns-topo:network-slice" {
         description "Augment only for Network Slice topology.";
       }
       description "Augment topology configuration and state.";
       uses otn-slice-slo-policy;
     }

     /* network node augments */
     augment "/nw:networks/nw:network/nw:node" +
             "/ns-topo:slo-sle-policy" + 
             "/ns-topo:custom" + 
             "/ns-topo:service-slo-sle-policy" +
             "/ns-topo:slo-policy" {
       when "../../../nw:network-types/ns-topo:network-slice" {
         description "Augment only for Network Slice topology.";
       }
       description "Augment node configuration and state.";
       uses otn-slice-slo-policy;
     }

     /* network node's termination point augments */
     augment "/nw:networks/nw:network/nw:node" +
             "/nt:termination-point" +
             "/ns-topo:slo-sle-policy" + 
             "/ns-topo:custom" + 
             "/ns-topo:service-slo-sle-policy" +
             "/ns-topo:slo-policy" {
       when "../../../../nw:network-types/ns-topo:network-slice" {
         description "Augment only for Network Slice topology.";
       }
       description "Augment node configuration and state.";
           
       uses otn-slice-slo-policy;
     }

     /* network link augments */
     augment "/nw:networks/nw:network/nt:link" +
             "/ns-topo:slo-sle-policy" + 
             "/ns-topo:custom" + 
             "/ns-topo:service-slo-sle-policy" +
             "/ns-topo:slo-policy" {
       when "../../../nw:network-types/ns-topo:network-slice" {
         description "Augment only for Network Slice topology.";
       }
       description "Augment link configuration and state.";
       uses otn-slice-slo-policy;
     }
     
     /* connectivity construct augments */
     augment "/ietf-nss:network-slice-services" +
             "/ietf-nss:slice-service" +
             "/ietf-nss:connection-groups" +
             "/ietf-nss:connection-group" +
             "/ietf-nss:slo-sle-policy" + 
             "/ietf-nss:custom" + 
             "/ietf-nss:service-slo-sle-policy" +
             "/ietf-nss:slo-policy" {
       description
         "Augment IETF network slice services to include technology-
          specific SLO/SLE policy for connection groups within
          a connectivity-based transport network slice.";
       uses otn-slice-slo-policy;
     }

     augment "/ietf-nss:network-slice-services" +
             "/ietf-nss:slice-service" +
             "/ietf-nss:connection-groups" +
             "/ietf-nss:connection-group" +
             "/ietf-nss:connectivity-construct" +
             "/ietf-nss:slo-sle-policy" + 
             "/ietf-nss:custom" + 
             "/ietf-nss:service-slo-sle-policy" +
             "/ietf-nss:slo-policy" {
       description
         "Augment IETF network slice services to include technology-
          specific SLO/SLE policy for connectivity-constructs within
          a connectivity-based transport network slice.";
       uses otn-slice-slo-policy;
     }
     
     augment "/ietf-nss:network-slice-services" +
             "/ietf-nss:slice-service" +
             "/ietf-nss:connection-groups" +
             "/ietf-nss:connection-group" +
             "/ietf-nss:connectivity-construct" +
             "/ietf-nss:type" +
             "/ietf-nss:a2a" +
             "/ietf-nss:a2a-sdp" +
             "/ietf-nss:slo-sle-policy" + 
             "/ietf-nss:custom" + 
             "/ietf-nss:service-slo-sle-policy" +
             "/ietf-nss:slo-policy" {
       description
         "Augment IETF network slice services to include technology-
          specific SLO/SLE policy for a2a connectivity-constructs
          within a connectivity-based transport network slice.";
       uses otn-slice-slo-policy;
     }
   }

   <CODE ENDS>
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="manageability-considerations" title="Manageability Considerations">

<t>To ensure the security and controllability of physical resource
   isolation, slice-based independent operation and management are
   required to achieve management isolation.
   Each optical slice typically requires dedicated accounts,
   permissions, and resources for independent access and O&amp;M. This
   mechanism is to guarantee the information isolation among slice
   tenants and to avoid resource conflicts. The access to slice
   management functions will only be permitted after successful security
   checks.</t>

</section>
<section anchor="security-considerations" title="Security Considerations">

<t>The YANG module specified in this document defines a schema for data
   that is designed to be accessed via network management protocols such
   as NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>.  The lowest NETCONF layer
   is the secure transport layer, and the mandatory-to-implement secure
   transport is Secure Shell (SSH) <xref target="RFC6242"/>.  The lowest RESTCONF layer
   is HTTPS, and the mandatory-to-implement secure transport is TLS
   <xref target="RFC8446"/>.</t>

<t>The NETCONF access control model <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.  Considerations in Section 8 of
   <xref target="RFC8795"/> are also applicable to their subtrees in the module defined
   in this document.</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.  Considerations in Section 8 of
   <xref target="RFC8795"/> are also applicable to their subtrees in the module defined
   in this document.</t>

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

<t>It is proposed to IANA to assign new URIs from the “IETF XML
   Registry” <xref target="RFC3688"/> as follows:</t>

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

   URI: urn:ietf:params:xml:ns:yang:ietf-otn-slice-mpi
   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-otn-slice
   namespace: urn:ietf:params:xml:ns:yang:ietf-otn-slice
   prefix: otns
   reference: RFC XXXX

   name: ietf-otn-slice-mpi
   namespace: urn:ietf:params:xml:ns:yang:ietf-otn-slice-mpi
   prefix: otns-mpi
   reference: RFC XXXX
]]></artwork></figure>

</section>


  </middle>

  <back>

    <references title='Normative References'>

<reference anchor="TS.28.530-3GPP" target="http://ftp.3gpp.org//Specs/archive/28_series/28.530/28530-f10.zip">
  <front>
    <title>3GPP TS 28.530 V15.1.0 Technical Specification Group Services and System Aspects; Management and orchestration; Concepts, use cases and requirements (Release 15)</title>
    <author >
      <organization>3rd Generation Partnership Project (3GPP)</organization>
    </author>
    <date year="2018" month="December"/>
  </front>
  <seriesInfo name="3GPP TS 28.530" value=""/>
</reference>
<reference anchor="ITU-T-G.8201-Amd.1" target="https://www.itu.int/rec/T-REC-G.8201">
  <front>
    <title>Error performance parameters and objectives for multi-operator international paths within optical transport networks (Amendment 1)</title>
    <author >
      <organization>ITU Telecommunication Standardization Sector (ITU-T)</organization>
    </author>
    <date year="2021" month="December"/>
  </front>
  <seriesInfo name="ITU-T G.8201 (2011) Amd. 1" value=""/>
</reference>


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

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

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

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

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

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


<reference anchor='I-D.ietf-ccamp-otn-topo-yang' target='https://datatracker.ietf.org/doc/html/draft-ietf-ccamp-otn-topo-yang-19'>
   <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='25' month='June' year='2024'/>
      <abstract>
	 <t>   This document defines a YANG data model for representing, retrieving,
   and manipulating Optical Transport Network (OTN) topologies.  It is
   independent of control plane protocols and captures topological and
   resource-related information pertaining to OTN.


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


<reference anchor='I-D.ietf-ccamp-layer1-types' target='https://datatracker.ietf.org/doc/html/draft-ietf-ccamp-layer1-types-18'>
   <front>
      <title>Common YANG Data Types for Layer 1 Networks</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>
      <date day='23' month='February' year='2024'/>
      <abstract>
	 <t>   This document defines a collection of common common data types,
   identities, and groupings in the YANG data modeling language.  These
   derived common common data types, identities, and groupings are
   intended to be imported by modules that model Layer 1 configuration
   and state capabilities.  The Layer 1 types are representative of
   Layer 1 client signals applicable to transport networks, such as
   Optical Transport Networks (OTN).  The Optical Transport Network
   (OTN) data structures are included in this document as Layer 1 types.


	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-ccamp-layer1-types-18'/>
   
</reference>

<reference anchor='RFC9543' target='https://www.rfc-editor.org/info/rfc9543'>
  <front>
    <title>A Framework for Network Slices in Networks Built from IETF Technologies</title>
    <author fullname='A. Farrel' initials='A.' role='editor' surname='Farrel'/>
    <author fullname='J. Drake' initials='J.' role='editor' surname='Drake'/>
    <author fullname='R. Rokui' initials='R.' surname='Rokui'/>
    <author fullname='S. Homma' initials='S.' surname='Homma'/>
    <author fullname='K. Makhijani' initials='K.' surname='Makhijani'/>
    <author fullname='L. Contreras' initials='L.' surname='Contreras'/>
    <author fullname='J. Tantsura' initials='J.' surname='Tantsura'/>
    <date month='March' year='2024'/>
    <abstract>
      <t>This document describes network slicing in the context of networks built from IETF technologies. It defines the term "IETF Network Slice" to describe this type of network slice and establishes the general principles of network slicing in the IETF context.</t>
      <t>The document discusses the general framework for requesting and operating IETF Network Slices, the characteristics of an IETF Network Slice, the necessary system components and interfaces, and the mapping of abstract requests to more specific technologies. The document also discusses related considerations with monitoring and security.</t>
      <t>This document also provides definitions of related terms to enable consistent usage in other IETF documents that describe or use aspects of IETF Network Slices.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9543'/>
  <seriesInfo name='DOI' value='10.17487/RFC9543'/>
</reference>

<reference anchor='RFC8453' target='https://www.rfc-editor.org/info/rfc8453'>
  <front>
    <title>Framework for Abstraction and Control of TE Networks (ACTN)</title>
    <author fullname='D. Ceccarelli' initials='D.' role='editor' surname='Ceccarelli'/>
    <author fullname='Y. Lee' initials='Y.' role='editor' surname='Lee'/>
    <date month='August' year='2018'/>
    <abstract>
      <t>Traffic Engineered (TE) networks have a variety of mechanisms to facilitate the separation of the data plane and control plane. They also have a range of management and provisioning protocols to configure and activate network resources. These mechanisms represent key technologies for enabling flexible and dynamic networking. The term "Traffic Engineered network" refers to a network that uses any connection-oriented technology under the control of a distributed or centralized control plane to support dynamic provisioning of end-to- end connectivity.</t>
      <t>Abstraction of network resources is a technique that can be applied to a single network domain or across multiple domains to create a single virtualized network that is under the control of a network operator or the customer of the operator that actually owns the network resources.</t>
      <t>This document provides a framework for Abstraction and Control of TE Networks (ACTN) to support virtual network services and connectivity services.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='8453'/>
  <seriesInfo name='DOI' value='10.17487/RFC8453'/>
</reference>


<reference anchor='I-D.draft-contreras-teas-slice-controller-models' target='https://datatracker.ietf.org/doc/html/draft-contreras-teas-slice-controller-models-05'>
   <front>
      <title>IETF Network Slice Controller and its associated data models</title>
      <author fullname='Luis M. Contreras' initials='L. M.' surname='Contreras'>
         <organization>Telefonica</organization>
      </author>
      <author fullname='Reza Rokui' initials='R.' surname='Rokui'>
         <organization>Ciena</organization>
      </author>
      <author fullname='Jeff Tantsura' initials='J.' surname='Tantsura'>
         <organization>Microsoft</organization>
      </author>
      <author fullname='Bo Wu' initials='B.' surname='Wu'>
         <organization>Huawei</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>IBM Corporation</organization>
      </author>
      <author fullname='Dhruv Dhody' initials='D.' surname='Dhody'>
         <organization>Huawei</organization>
      </author>
      <author fullname='Sergio Belotti' initials='S.' surname='Belotti'>
         <organization>Nokia</organization>
      </author>
      <date day='13' month='March' year='2023'/>
      <abstract>
	 <t>   This document describes a potential division in major functional
   components of an IETF Network Slice Controller (NSC) as well as
   references the data models required for supporting the requests of
   IETF network slice services and their realization.

   This document describes a potential way of structuring the IETF
   Network Slice Controller as well as how to use different data models
   being defined for IETF Network Slice Service provision (and how they
   are related).  It is not the purpose of this document to standardize
   or constrain the implementation the IETF Network Slice Controller.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-contreras-teas-slice-controller-models-05'/>
   
</reference>


<reference anchor='I-D.ietf-teas-yang-te' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-yang-te-36'>
   <front>
      <title>A YANG Data Model for Traffic Engineering Tunnels, Label Switched Paths and Interfaces</title>
      <author fullname='Tarek Saad' initials='T.' surname='Saad'>
         <organization>Cisco Systems Inc</organization>
      </author>
      <author fullname='Rakesh Gandhi' initials='R.' surname='Gandhi'>
         <organization>Cisco Systems Inc</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>Alef Edge</organization>
      </author>
      <author fullname='Vishnu Pavan Beeram' initials='V. P.' surname='Beeram'>
         <organization>Juniper Networks</organization>
      </author>
      <author fullname='Igor Bryskin' initials='I.' surname='Bryskin'>
         <organization>Individual</organization>
      </author>
      <date day='2' month='February' year='2024'/>
      <abstract>
	 <t>   This document defines a YANG data model for the provisioning and
   management of Traffic Engineering (TE) tunnels, Label Switched Paths
   (LSPs), and interfaces.  The model covers data that is independent of
   any technology or dataplane encapsulation and is divided into two
   YANG modules that cover device-specific, and device independent data.

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

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

<reference anchor='RFC4847' target='https://www.rfc-editor.org/info/rfc4847'>
  <front>
    <title>Framework and Requirements for Layer 1 Virtual Private Networks</title>
    <author fullname='T. Takeda' initials='T.' role='editor' surname='Takeda'/>
    <date month='April' year='2007'/>
    <abstract>
      <t>This document provides a framework and service level requirements for Layer 1 Virtual Private Networks (L1VPNs). This framework is intended to aid in developing and standardizing protocols and mechanisms to support interoperable L1VPNs.</t>
      <t>The document examines motivations for L1VPNs, high level (service level) requirements, and outlines some of the architectural models that might be used to build L1VPNs. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4847'/>
  <seriesInfo name='DOI' value='10.17487/RFC4847'/>
</reference>

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

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

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

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

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

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

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




    </references>

    <references title='Informative References'>




<reference anchor='I-D.ietf-teas-ietf-network-slice-nbi-yang' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-ietf-network-slice-nbi-yang-13'>
   <front>
      <title>A YANG Data Model for the RFC 9543 Network Slice Service</title>
      <author fullname='Bo Wu' initials='B.' surname='Wu'>
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname='Dhruv Dhody' initials='D.' surname='Dhody'>
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname='Reza Rokui' initials='R.' surname='Rokui'>
         <organization>Ciena</organization>
      </author>
      <author fullname='Tarek Saad' initials='T.' surname='Saad'>
         <organization>Cisco Systems, Inc</organization>
      </author>
      <author fullname='John Mullooly' initials='J.' surname='Mullooly'>
         <organization>Cisco Systems, Inc</organization>
      </author>
      <date day='9' month='May' year='2024'/>
      <abstract>
	 <t>   This document defines a YANG data model for RFC 9543 Network Slice
   Service.  The model can be used in the Network Slice Service
   interface between a customer and a provider that offers RFC 9543
   Network Slice Services.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teas-ietf-network-slice-nbi-yang-13'/>
   
</reference>


<reference anchor='I-D.ietf-teas-rfc8776-update' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-rfc8776-update-11'>
   <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='27' month='May' year='2024'/>
      <abstract>
	 <t>   This document defines a collection of common data types, identities,
   and groupings in YANG data modeling language.  These derived common
   types and groupings are intended to be imported by modules that model
   Traffic Engineering (TE) configuration and state capabilities.  This
   document obsoletes RFC 8776.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teas-rfc8776-update-11'/>
   
</reference>




    </references>


<section numbered="false" anchor="acknowledgments" title="Acknowledgments">

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

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

<t>The authors would like to thank Adrian Farrel, Danielle Ceccarelli,
   Igor Bryskin, Bo Wu, Gyan Mishra, Joel M. Halpen, Dhruv Dhoddy and Loa Andersson
   for providing valuable insights.</t>

</section>

    <section anchor="contributors" numbered="false" title="Contributors">
    </section>

  </back>

<!-- ##markdown-source:
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
Oqd2f/ozdHO4+5cxaqSjw4vvFAwbTHjRlA8e5Hxb4CEGNjXDVkcPQBb5pMsF
Lx1gPNrbRSm+aEgFsDSgedTgJvEKBokfDDBKz2cucdW23yKVy2i14lSFrg7h
W9MlK6Ciym9JfHdryywz/doQQe8ME2usDAr195j6e38T6mPQV89N8rDRY1hF
/AzBz09vc6rZbDgF7EMCWFmqaUJVVnnq2B2wFzVhwqkyOLiUZ3NYrl/STkoy
CW3w3PNcA2ZvpraZy01wprZDwdAJDJ2hHvYlUHR6bnBHrxtDj2abCJ81ZM/J
4S0yvPPGqYAB71MEJ0uGbT2E4hZdiKAh8QoOcEQwwV1m+RSdCd3UMvXdFdQH
5hLJa2GCDDj3WxoGGelewpzMeC7sBQzwNzHUZfURy+ojllXEPLrmvAVP4/GK
OUvZhqHjWUbBZIubTwJ5lHCjyGQouP8w+WuNUkkktBn7tXtDUYs5g6FveUFZ
sn3lrFJrv0ley/bpybkYMmuJ2YM2XOWxJiPYN0JscEId8moYGeJkNgVxAd7m
UfrRqotDF2/x9yj26Q1HJP2NUzQMeMunhlLHu2/PTrne46ePv8B6uPFNlzgD
jmhvHDuvHh7GnHsFk94BTZRDdY6eAUt6oQN6+QsODiUad332baq4jIy+J6eI
Vk6b0Q3f4KPhk2tJUMYhaMI8NqprGyskjUuY0NITg5uN/PEOdHRQsk4Ma3GU
u2JnGgkMG2+wdO7YcuYnJ36Ynfn1ScSbAjwwpC9lKnIRW968wlrR0aVlD4u3
mGBHgFFRnNPN6nyVFbQNSxIP61VDob/WYFsI+X2rLfCw3MoCeGD+rpj6p3Xj
woOOwrgZ26amYCIsPbwN8s0dIHtNHJwcmUKduyo6njeb8XY2BH7DSB3uHcpG
BM/z8PFoRWJzy+Hb9r5u2mtBe2PAfQJ53Fi3HYv7tH7jzaxe8nxAjHbGhjjU
MbkbDjS3Br/2am93O2p6Q17d+D9Uk7J3YKD9JbuGblrkhj7SVBslbm6T1rZ2
Qgw3fG5oKu3+Xf/cB5m23w9UFwncB82DTRj/ChzCl3cjzHnHKKltj/K+dqk1
VJ2NgMTtiq2GdW2TUX1+sLvqQ2Vvth7hzyNb2O1DQrGrZ59Z+2tS5QVlteKU
zBNcsEDiwcA6GEGek71Na4Y0J7uN3TIP0+YdjBM3YdD5Ma5VsN5SXNq68NOk
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
38Pe/wekHSckKdkAAA==

-->

</rfc>

