<?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-11" 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="March" day="03"/>

    
    <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 an RFC 9543 Network Slice connecting a number
   of OTN endpoints using a set of shared or dedicated OTN network resources to
   satisfy specific service level objectives (SLOs) and Service Level Expectations (SLEs).</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 are 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<xref target="RFC9731"/>, 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 can be used to address scalability challenges that arise when network slices are mapped directly onto the underlay topology, where a large number of control-plane and data-plane states may otherwise need to be instantiated and maintained for each slice. An NRP is internal to the network slice controller, and its use is optional and particularly in OTN transport networks, where resources are already physically partitioned into time slots with corarse granularity than the resources considered in L2-L3 networks. Nevertheless, NRPs can provide significant benefits for slice realization in large-scale environments, including also 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 maps an OTN slice directly onto the underlay TE topology exposed by the subtended controller (MDSC or PNC) without creating separate NRP topology instances. In this case, the OTN-SC configures NRP identifiers on the relevant underlay link resources. An NRP identifier represents a resource partition with ODU time slots for tracking slice resource associations. The OTN-SC may then push the topology with configured NRP identifiers to the subtended MDSC or PNC using the MPI model defined in this draft, and subsequently instantiate OTN TE tunnels utilizing the related underlay link resources with the appropriate NRP identifier.</t>

<t>Multiple OTN slices may be mapped to the same NRP, while any individual connectivity construct of a slice is mapped to only one NRP, as specified in <xref target="RFC9543"/>. The resources of an NRP topology are reserved and shared among all OTN slices mapped to the same NRP.</t>

<t><xref target="fig-otn-sc-nrp"/> illustrates the relationship between OTN slices and NRPs. In this example, Slice 1 and Slice 2 are associated with NRP-1, while Slice 3 is associated with NRP-2. The relevant link resources allocated to each NRP are marked with their corresponding NRP identifiers.</t>

<figure title="Mapping OTN Slices to NRP" anchor="fig-otn-sc-nrp"><artwork><![CDATA[
        /---------------/                   /---------------/
       /  --     --    /                   /  --     --    /
      /  |N1|---|N3|  /---/               /  |N1|   |N3|  /
     /    --\    --  /   /               /    --     --  /
    /        \--    /   /               /       \ --/   /
   /         |N2|  /   /               /         |N2|  /
  / Slice 1   --  /   /               / Slice 3   --  /
 /------------|--/   /               /-----------|---/
    / Slice 2 |     /                            |
   /--------- |-|--/                             |
+-------------v-v--------------------------------v--------+
|          (NRP-1)                            (NRP-2)     |
|                                                         |
|             /-----------------------------/             |
|            / /--\    NRP-1    /--\       /              |
|           / |NE1 |-----------|NE2 |     /               |
|          /   ---/\           /\--/     /                |
|         /   /     \NRP-1    /NRP-2    /                 |
|        / /-/\      \ /--\  /         /                  |
|       / |NE3 |------|NE4 |/         /                   |
|      /   \--/  NRP-2 \--/          /                    |
|     /                             /                     |
|    / Underlay OTN TE Topology    /                      |
|   /  with NRP identifier marking/                       |
|  /-----------------------------/                        |
|                      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 realization of connectivity-based OTN slices, the OTN-SC configures an OTN tunnel using the OTN tunnel model and specifies the associated NRP identifier.</t>

<t>For the realization of resource-based OTN slices, the OTN-SC configures the NRP by marking the relevant link resources on the TE topology received from the MDSC or PNC with an NRP identifier, together with the appropriate OTN-specific resource attributes, such as the number of ODU time slots or the type and quantity of ODU containers.</t>

<t>Based on the resources marked by the OTN-SC, the MDSC or PNC updates the underlay TE topology by creating new TE links corresponding to the reserved OTN resources and keeping those resources booked for the slice.</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-nrp-granularity)?
       +--:(link)
       |  +--rw nrp-id?   uint32
       +--:(link-resource)
          +--rw nrps* [nrp-id]
             +--rw nrp-id                    uint32
             +--rw (technology)?
                +--:(otn)
                   +--rw (nrp-bandwidth)?
                      +--:(containers)
                      |  +--rw odulist* [odu-type]
                      |     +--rw odu-type    identityref
                      |     +--rw number?     uint16
                      +--:(time-slots)
                         +--rw otn-ts-num?   uint32
]]></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-nrp-profile {
       description
         "Profile of an OTN link Network Resource Partition (NRP).";
       choice otn-nrp-granularity {
         default "link";
         description
           "Link nrp granularity.";
         case link {
           leaf nrp-id {
             type uint32;
              description
                "NRP identifier";
           }
         }
         case link-resource {
           list nrps {
             key nrp-id;
             description
               "List of NRPs.";
             leaf nrp-id {
               type uint32;
               description
                 "NRP link resource identifier.";
             }
             choice technology {
               description
                 "Data plane technology types.";
               case otn {
                 choice nrp-bandwidth {
                   description
                     "Bandwidth specification for an OTN NRP.";
                   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 NRP.";
                     }
                   }
                 }
               }
             }
           }
         }
       }
     }

     /*
      * 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 NRP profile.";
       uses otn-nrp-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-03'>
   <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='23' month='January' year='2026'/>
      <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-03'/>
   
</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='RFC9731' target='https://www.rfc-editor.org/info/rfc9731'>
  <front>
    <title>A YANG Data Model for Virtual Network (VN) Operations</title>
    <author fullname='Y. Lee' initials='Y.' role='editor' surname='Lee'/>
    <author fullname='D. Dhody' initials='D.' role='editor' surname='Dhody'/>
    <author fullname='D. Ceccarelli' initials='D.' surname='Ceccarelli'/>
    <author fullname='I. Bryskin' initials='I.' surname='Bryskin'/>
    <author fullname='B. Yoon' initials='B.' surname='Yoon'/>
    <date month='March' year='2025'/>
    <abstract>
      <t>A Virtual Network (VN) is a network provided by a service provider to a customer for the customer to use in any way it wants as though it were a physical network. This document provides a YANG data model generally applicable to any mode of VN operations. This includes VN operations as per the Abstraction and Control of TE Networks (ACTN) framework (RFC 8453).</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9731'/>
  <seriesInfo name='DOI' value='10.17487/RFC9731'/>
</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-43'>
   <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='28' month='February' year='2026'/>
      <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-43'/>
   
</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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
7P1/Imswj7rVAAA=

-->

</rfc>

