<?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-10" 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="2026" month="January" day="06"/>

    
    <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"><name>Introduction</name>

<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"><name>Terminology</name>

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

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

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

<t>In this document, names of data nodes and other data model objects
   are prefixed using the standard prefix associated with the
   corresponding YANG imported modules, as shown in <xref target="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>ns-topo</c>
      <c>ietf-ns-topo</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-network-slice-topology-yang"/>.
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"><name>Definition of OTN Slice</name>
<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"><name>Use Cases for OTN Network Slicing</name>

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

<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"><name>Co-construction and Sharing</name>

<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"><name>Wholesale of optical resources</name>

<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"><name>Vertical dedicated network with OTN</name>

<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"><name>End-to-end network slicing</name>

<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"><name>Framework for OTN slicing</name>

<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.ietf-teas-ns-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"><name>Realizing OTN Slices</name>

<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"><name>YANG Data Model for OTN Slicing Configuration</name>

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

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

<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"><name>MPI YANG Model Tree</name>

<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"><name>MPI YANG Code</name>

<figure title="OTN slicing MPI YANG model" anchor="fig-otn-slice-mpi-yang"><artwork><![CDATA[
   <CODE BEGINS> file "ietf-otn-slice-mpi@2025-07-03.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
         "draft-ietf-ccamp-otn-topo-yang-20:
          RFC YYYY: A YANG Data Model for Optical Transport
          Network Topology";
     }

     import ietf-layer1-types {
       prefix "l1-types";
       reference
         "draft-ietf-ccamp-layer1-types-18:
          RFC ZZZZ: 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 "2025-07-03" {
       description
         "Latest revision of MPI YANG model for OTN slicing.";
       reference
         "draft-ietf-ccamp-yang-otn-slicing-09: 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"><name>OTN Slicing YANG Model for OTN-SC NBI</name>

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

<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
<xref target="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"><name>NBI YANG Model Tree for OTN slice</name>

<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"><name>NBI YANG Code for OTN Slice</name>

<figure title="YANG model for transport network slice" anchor="fig-ietf-otn-slice-yang"><artwork><![CDATA[
   <CODE BEGINS> file "ietf-otn-slice@2025-07-03.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-18: 
          RFC ZZZZ: 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-25:
          RFC VVVV: A YANG Data Model for the RFC 9543 Network Slice
          Service";
     }

     import ietf-ns-topo {
       prefix "ns-topo";
       reference
         "draft-ietf-teas-network-slice-topology-yang-01:
          RFC WWWW: IETF Network Slice Topology YANG Data 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 "2025-07-03" {
       description
         "Latest revision of NBI YANG model for OTN slicing.";
       reference
         "draft-ietf-ccamp-yang-otn-slicing-09: 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"><name>Manageability Considerations</name>

<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"><name>Security Considerations</name>

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

<t>The 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"><name>IANA Considerations</name>

<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-teas-ietf-network-slice-nbi-yang' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-ietf-network-slice-nbi-yang-25'>
   <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='2025'/>
      <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-25'/>
   
</reference>


<reference anchor='I-D.ietf-teas-network-slice-topology-yang' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-network-slice-topology-yang-02'>
   <front>
      <title>IETF Network Slice Topology YANG Data Model</title>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         <organization>Alef Edge</organization>
      </author>
      <author fullname='Luis M. Contreras' initials='L. M.' surname='Contreras'>
         <organization>Telefonica</organization>
      </author>
      <author fullname='Sergio Belotti' initials='S.' surname='Belotti'>
         <organization>Nokia</organization>
      </author>
      <author fullname='Aihua Guo' initials='A.' surname='Guo'>
         <organization>Futurewei</organization>
      </author>
      <author fullname='Italo Busi' initials='I.' surname='Busi'>
         <organization>Huawei</organization>
      </author>
      <date day='21' month='July' year='2025'/>
      <abstract>
	 <t>   An RFC 9543 network slice customer may utilize intent-based
   topologies to express resource reservation intentions within the
   provider&#x27;s network.  These customer-defined intent topologies allow
   customers to request shared resources for future connections that can
   be flexibly allocated and customized.  Additionally, they provide an
   extensive level of control over underlay service paths within the
   network slice.

   This document describes a YANG data model for expressing customer
   intent topologies which can be used to enhance the RFC 9543 Network
   Slice Services in specific use cases, such as Network wholesale
   scenarios, where both topology and connectivity intents need to be
   expressed.

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


<reference anchor='I-D.ietf-ccamp-otn-topo-yang' target='https://datatracker.ietf.org/doc/html/draft-ietf-ccamp-otn-topo-yang-20'>
   <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>Alef Edge</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='7' month='November' 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-20'/>
   
</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='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.ietf-teas-ns-controller-models' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-ns-controller-models-06'>
   <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>Nvidia</organization>
      </author>
      <author fullname='Bo Wu' initials='B.' surname='Wu'>
         <organization>Huawei</organization>
      </author>
      <author fullname='Xufeng Liu' initials='X.' surname='Liu'>
         </author>
      <date day='20' month='October' year='2025'/>
      <abstract>
	 <t>   This document describes an approach for 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-ietf-teas-ns-controller-models-06'/>
   
</reference>


<reference anchor='I-D.ietf-teas-yang-te' target='https://datatracker.ietf.org/doc/html/draft-ietf-teas-yang-te-40'>
   <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='November' year='2025'/>
      <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-40'/>
   
</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='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>




    </references>


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

<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" toc="include" removeInRFC="false">
        <name>Contributors</name>
    <contact initials="H." surname="Zheng" fullname="Haomian Zheng">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>H1, Xiliu Beipo Village, Songshan Lake</street>
          <city>Dongguan</city>
          <country>China</country>
        </postal>
        <email>zhenghaomian@huawei.com</email>
      </address>
    </contact>
    <contact initials="I." surname="Busi" fullname="Italo Busi">
      <organization>Huawei Technologies</organization>
      <address>
        <email>italo.busi@huawei.com</email>
      </address>
    </contact>
    <contact initials="O." surname="Gonzalez de Dios" fullname="Oscar Gonzalez de Dios">
      <organization>Telefonica</organization>
      <address>
        <email>oscar.gonzalezdedios@telefonica.com</email>
      </address>
    </contact>
    <contact initials="V." surname="Lopez" fullname="Victor Lopez">
      <organization>Nokia</organization>
      <address>
        <email>victor.lopez@nokia.com</email>
      </address>
    </contact>
    <contact initials="D." surname="Beller" fullname="Dieter Beller">
      <organization>Nokia</organization>
      <address>
        <email>Dieter.Beller@nokia.com</email>
      </address>
    </contact>
    <contact initials="H." surname="Yu" fullname="Henry Yu">
      <organization>Huawei Technologies Canada</organization>
      <address>
        <email>henry.yu@huawei.com</email>
      </address>
    </contact>
    <contact initials="J." surname="Sun" fullname="Jiang Sun">
      <organization>China Mobile</organization>
      <address>
        <email>sunjiang@chinamobile.com</email>
      </address>
    </contact>
    </section>

  </back>

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

-->

</rfc>

