<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.39 (Ruby 3.0.2) -->
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dhody-teas-ietf-network-slice-mapping-04" category="std" consensus="true" tocInclude="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="Slice-Mapping">IETF Network Slice Service Mapping YANG Model</title>
    <seriesInfo name="Internet-Draft" value="draft-dhody-teas-ietf-network-slice-mapping-04"/>
    <author initials="D." surname="Dhody" fullname="Dhruv Dhody">
      <organization>Huawei</organization>
      <address>
        <postal>
          <country>IN</country>
        </postal>
        <email>dhruv.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="B." surname="Wu" fullname="Bo Wu">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>
          <city>Nanjing</city>
          <code>210012</code>
          <country>CN</country>
        </postal>
        <email>lana.wubo@huawei.com</email>
      </address>
    </author>
    <date/>
    <area>Routing</area>
    <workgroup>TEAS Working Group</workgroup>
    <abstract>
      <?line 55?>

<t>This document provides a YANG data model to map IETF network slice service to Traffic Engineering (TE) models (e.g., the Virtual Network (VN) model or the TE Tunnel etc). It also supports mapping to the VPN Network models and Network Resource Partition (NRP) models. These models are referred to as IETF network slice service mapping model and are applicable generically for the seamless control and management of the IETF network slice service with underlying TE/VPN support.</t>
      <t>The models are principally used for monitoring and diagnostics of the management systems to show how the IETF network slice service requests are mapped onto underlying network resource and TE/VPN models.</t>
    </abstract>
  </front>
  <middle>
    <?line 62?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Data models are a representation of objects that can be configured or monitored within a system.  Within the IETF, YANG <xref target="RFC7950"/> is the language of choice for documenting data models, and YANG models have been produced to allow configuration or modeling of a variety of network devices, protocol instances, and network services.</t>
      <t>The YANG model discussed in this document augments the IETF Network Slice Service YANG model <xref target="I-D.ietf-teas-ietf-network-slices"/>, which is used to operate IETF Network Slices during the IETF Network Slice instantiation.  This provides a way to map IETF network slice service to Traffic Engineering (TE) models (e.g., the Virtual Network (VN) model or the TE Tunnel etc). Alternatively, it also supports mapping to the VPN Network models and Network Resource Partition (NRP) models.</t>
      <t>The model supports:</t>
      <ul spacing="normal">
        <li>A mapping of the IETF Network Slice with the Network Resource Partition (NRP). As per <xref target="I-D.ietf-teas-ietf-network-slices"/>, NRP is a collection of resources (bufferage, queuing, scheduling, etc.) in the underlay network.  The NRP YANG model is specified in <xref target="I-D.wdbsp-teas-nrp-yang"/>. The IETF Network Slice can be mapped to the NRP directly.</li>
        <li>A mapping of the IETF Network Slice with the VPN network models - LxNM. This mapping can be populated at the time of IETF network service realization. This mapping information is internal and used for monitoring and diagnostics purpose such as telemetry, auto-scaling, closed-loop automation. Note that the LxNM may further map to other TE resources as specified in <xref target="I-D.ietf-teas-te-service-mapping-yang"/>. Optionally, a mapping to the NRP can also be populated.</li>
        <li>A mapping of the IETF Network Slice with the underlying TE resources directly.  The TE resources could be in a form of VN, set of TE tunnels, TE abstract topology etc.  This mapping can be populated by the network at the time of realization of the IETF network slice service.  It is also possible to configure the mapping provided one is aware of NRP/VN/tunnels.  This mapping mode is used only when the there is an awareness of VN or TE by the consumer of the model.  Otherwise this mapping information is internal and used for monitoring and diagnostics purpose such as telemetry, auto-scaling, closed-loop automation.</li>
        <li>Possibility to request creation of a new VN/Tunnel to be binded to
IETF network slice.</li>
        <li>Indication to share the VN/Tunnel sharing (with or without
modification) for the IETF network slice.</li>
        <li>Support for configuration of underlying TE properties (as opposed
to existing VN or tunnels).</li>
      </ul>
      <t>Note: The RFC Editor will replace XXXX with the number assigned to the RFC once this draft becomes an RFC.</t>
    </section>
    <section anchor="conventions">
      <name>Conventions</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>
      <section anchor="tree-diagrams">
        <name>Tree Diagrams</name>
        <t>A simplified graphical representation of the data model is used in this document.  The meaning of the symbols in these diagrams is defined in <xref target="RFC8340"/>.</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 often used without a prefix, as long as it is clear from the context in which YANG module each name is defined.  Otherwise, names are prefixed using the standard prefix associated with the corresponding YANG module, as shown in Table 1.</t>
        <table>
          <thead>
            <tr>
              <th align="left">Prefix</th>
              <th align="center">YANG module</th>
              <th align="right">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">nw</td>
              <td align="center">ietf-network</td>
              <td align="right">
                <xref target="RFC8345"/></td>
            </tr>
            <tr>
              <td align="left">tsmt</td>
              <td align="center">ietf-te-service-mapping-types</td>
              <td align="right">
                <xref target="I-D.ietf-teas-te-service-mapping-yang"/></td>
            </tr>
            <tr>
              <td align="left">l3vpn-ntw</td>
              <td align="center">ietf-l3vpn-ntw</td>
              <td align="right">
                <xref target="RFC9182"/></td>
            </tr>
            <tr>
              <td align="left">l2vpn-ntw</td>
              <td align="center">ietf-l2vpn-ntw</td>
              <td align="right">
                <xref target="RFC9291"/></td>
            </tr>
            <tr>
              <td align="left">ietf-ns</td>
              <td align="center">ietf-network-slice</td>
              <td align="right">
                <xref target="I-D.ietf-teas-ietf-network-slice-nbi-yang"/></td>
            </tr>
            <tr>
              <td align="left">nrp</td>
              <td align="center">ietf-nrp</td>
              <td align="right">
                <xref target="I-D.wdbsp-teas-nrp-yang"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="references-in-the-model">
        <name>References in the Model</name>
        <t>Following additional documents are referenced in the model defined in this document -</t>
        <table>
          <thead>
            <tr>
              <th align="left">Document</th>
              <th align="center">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Framework for IETF Network Slices</td>
              <td align="center">
                <xref target="I-D.ietf-teas-ietf-network-slices"/></td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="model-design">
      <name>Model Design</name>
      <t>The YANG model specified in this document augments the IETF network slice service YANG model <xref target="I-D.ietf-teas-ietf-network-slice-nbi-yang"/>.</t>
      <t>Currently following mapping are supported:</t>
      <ul spacing="normal">
        <li>L3NM: The L3 network model (L3NM) describes a L3VPN Service in the Service Provider Network.  It contains information of the Service Provider network and might include allocated resources. It can be used by network controllers to manage and control the L3VPN Service configuration in the Service Provider network. This model maps an IETF network slice to a L3VPN ID.</li>
        <li>L2NM: The L2 network model (L2NM) describes a L2VPN Service in the Service Provider Network.  It contains information of the Service Provider network and might include allocated resources. It can be used by network controllers to manage and control the L2VPN Service configuration in the Service Provider network. This model maps an IETF network slice to a L2VPN ID.</li>
        <li>
          <t>TE: The TE mapping is specified in <xref target="I-D.ietf-teas-te-service-mapping-yang"/>. The mapping can be done to the following TE resouces:
          </t>
          <ul spacing="normal">
            <li>Virtual Networks (VN) <xref target="RFC8453"/></li>
            <li>TE-Tunnels</li>
            <li>TE-Topology</li>
          </ul>
        </li>
        <li>NRP: <xref target="I-D.ietf-teas-ietf-network-slices"/> defines IETF network slice services that provide connectivity coupled with network resources commitment between a number of endpoints over a shared network infrastructure and, for scalability concerns, defines NRP to host one or a group of network slice services according to characteristics including SLOs and SLEs. Along with mapping to VPN, this model maps an IETF network slice to a NRP ID.</li>
      </ul>
      <section anchor="open-questions">
        <name>Open Questions</name>
        <t>The following open questions needs to be addressed in a future revision:</t>
        <ul spacing="normal">
          <li>Is there a need/use-case to map IETF Network slice Connection Group and/or Connectivity Construct as well?</li>
          <li>Is there a need/use-case to map IETF Network slice Service Demarcation Points (SDPs)?</li>
          <li>Is there a need to indicate "map-type" (new, share) for NRP and VPNs?</li>
        </ul>
      </section>
    </section>
    <section anchor="tree-structure">
      <name>Tree Structure</name>
      <sourcecode type="Tree"><![CDATA[
module: ietf-network-slice-mapping

  augment /ietf-nss:network-slice-services/ietf-nss:slice-service:
    +--rw mapping!
       +--rw ns-mapping
          +--rw map-to?                               identityref
          +--rw (map)?
             +--:(nrp)
             |  +--rw nrp?
             |          -> /nw:networks/nrp:nrp-policies/nrp-policy/name
             +--:(l3vpn)
             |  +--rw l3vpn-id?                       leafref
             |  +--rw l3vpn-nrp?
             |          -> /nw:networks/nrp:nrp-policies/nrp-policy/name
             +--:(l2vpn)
             |  +--rw l2vpn-id?                       leafref
             |  +--rw l2vpn-nrp?
             |          -> /nw:networks/nrp:nrp-policies/nrp-policy/name
             +--:(te)
                +--rw type?                           identityref
                +--rw te-policy
                |  +--rw path-affinities-values
                |  |  +--rw path-affinities-value* [usage]
                |  |        ...
                |  +--rw path-affinity-names
                |  |  +--rw path-affinity-name* [usage]
                |  |        ...
                |  +--rw protection-type?          identityref
                |  +--rw availability-type?        identityref
                +--rw (te)?
                |  +--:(vn)
                |  |  +--rw vn*
                |  |          -> /vn:virtual-network/vn/vn-id
                |  +--:(te-topo)
                |  |  +--rw te-topology-identifier
                |  |  |     ...
                |  |  +--rw abstract-node?
                |  |          -> /nw:networks/network/node/node-id
                |  +--:(te-tunnel)
                |     +--rw te-tunnel*                te:tunnel-ref
                |     +--rw sr-policy* [headend color-ref endpoint-ref]
                |             {sr-policy}?
                |           ...
                +--rw template-ref?                   leafref
                        {template}?

]]></sourcecode>
    </section>
    <section anchor="yang-model">
      <name>YANG Model</name>
      <sourcecode type="YANG"><![CDATA[
<CODE BEGINS> file "ietf-network-slice-mapping@2023-09-12.yang"
module ietf-network-slice-mapping {
  yang-version 1.1;
  namespace
    "urn:ietf:params:xml:ns:yang:ietf-network-slice-mapping";
  prefix ietf-nsm;

  import ietf-network {
    prefix nw;
    reference
      "RFC 8345: A YANG Data Model for Network Topologies";
  }
  import ietf-network-slice-service {
    prefix ietf-nss;
    reference
      "I-D.ietf-teas-ietf-network-slice-nbi-yang: A YANG Data
       Model for the IETF Network Slice Service";
  }
  import ietf-te-service-mapping-types {
    prefix tsmt;
    reference
      "I-D.ietf-teas-te-service-mapping-yang: Traffic Engineering
       (TE) and Service Mapping YANG Data Model";
  }
  import ietf-l3vpn-ntw {
    prefix l3vpn-ntw;
    reference
      "RFC 9182: A YANG Network Data Model for Layer 3 VPNs";
  }
  import ietf-l2vpn-ntw {
    prefix l2vpn-ntw;
    reference
      "RFC 9291: A Layer 2 VPN Network YANG Model";
  }
  import ietf-nrp {
    prefix nrp;
    reference
      "I-D.wdbsp-teas-nrp-yang: A YANG Data Model for Network
       Resource Partitions (NRPs)";
  }

  organization
    "IETF Traffic Engineering Architecture and Signaling (TEAS)
     Working Group";
  contact
    "WG Web:  <https://datatracker.ietf.org/wg/teas/>
     WG List:  <mailto:teas@ietf.org>
     Editor: Dhruv Dhody <dhruv.ietf@gmail.com>
             Bo Wu <lana.wubo@huawei.com>";
  description
    "This module contains a YANG module to map the IETF Network
     Slice with Traffic Engineering (TE) or VPN Network models.

     Copyright (c) 2023 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 2023-09-12 {
    description
      "initial version.";
    reference
      "RFC XXXX: IETF Network Slice Service Mapping YANG Model";
  }

  identity map-to {
    description
      "Base identity from which specific map-to are derived.";
  }

  identity map-to-nrp {
    base map-to;
    description
      "Map to Network Resource Partition (NRP)";
  }

  identity map-to-vpn {
    base map-to;
    description
      "Map to VPN";
  }

  identity map-to-l3vpn {
    base map-to-vpn;
    description
      "Map to L3VPN";
  }

  identity map-to-l2vpn {
    base map-to-vpn;
    description
      "Map to L2VPN";
  }

  identity map-to-l1vpn {
    base map-to-vpn;
    description
      "Map to L1VPN";
  }

  identity map-to-te {
    base map-to;
    description
      "Map to TE directly";
  }

  grouping ns-mapping {
    description
      "Mapping between IETF network slice and Network
       Resource Partition (NRP)/VPN/TE";
    container ns-mapping {
      description
        "The container for the mapping";
      leaf map-to {
        type identityref {
          base map-to;
        }
        description
          "Mapping to NRP/VPN/TE";
      }
      choice map {
        description
          "Mapping to NRP/VPN/TE";
        case nrp {
          leaf nrp {
            type leafref {
              path "/nw:networks/nrp:nrp-policies"
                 + "/nrp:nrp-policy/nrp:name";
            }
            description
              "A reference to NRP name";
            reference
              "I-D.wdbsp-teas-nrp-yang: A YANG Data Model for
               Network Resource Partitions (NRPs)";
          }
        }
        case l3vpn {
          leaf l3vpn-id {
            type leafref {
              path "/l3vpn-ntw:l3vpn-ntw"
                 + "/l3vpn-ntw:vpn-services"
                 + "/l3vpn-ntw:vpn-service"
                 + "/l3vpn-ntw:vpn-id";
            }
            description
              "A reference to VPN ID";
          }
          leaf l3vpn-nrp {
            type leafref {
              path "/nw:networks/nrp:nrp-policies"
                 + "/nrp:nrp-policy/nrp:name";
            }
            description
              "An optional reference to NRP name";
            reference
              "I-D.ietf-teas-ietf-network-slices: Framework
               for IETF Network Slices";
          }
          description
            "Mapping to L3NM";
          reference
            "RFC9182: A YANG Network Data Model for
             Layer 3 VPNs";
        }
        case l2vpn {
          leaf l2vpn-id {
            type leafref {
              path "/l2vpn-ntw:l2vpn-ntw"
                 + "/l2vpn-ntw:vpn-services"
                 + "/l2vpn-ntw:vpn-service"
                 + "/l2vpn-ntw:vpn-id";
            }
            description
              "A reference to VPN ID";
          }
          leaf l2vpn-nrp {
            type leafref {
              path "/nw:networks/nrp:nrp-policies"
                 + "/nrp:nrp-policy/nrp:name";
            }
            description
              "An optional reference to NRP";
            reference
              "I-D.ietf-teas-ietf-network-slices: Framework
               for IETF Network Slices";
          }
          description
            "Mapping to L2NM";
          reference
            "RFC 9291: A Layer 2 VPN Network YANG Model";
        }
        case te {
          uses tsmt:te-mapping;
          description
            "Mapping to TE directly";
          reference
            "I-D.ietf-teas-te-service-mapping-yang:
             Traffic Engineering (TE) and Service
             Mapping YANG Model";
        }
      }
    }
  }

  augment "/ietf-nss:network-slice-services/ietf-nss:slice-service" {
    description
      "IETF Network Slice augmented to include the mapping
       information to the network slice realization";
    container mapping {
      presence "Indicates Mapping information";
      description
        "Container to augment IETF network slice to
         include NRP / VPN / TE mappings";
      uses ns-mapping;
    }
  }
}
<CODE ENDS>
]]></sourcecode>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TBD</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to make the following allocation for the URIs in the "ns" subregistry within the "IETF XML Registry" <xref target="RFC3688"/>:</t>
      <artwork><![CDATA[
   --------------------------------------------------------------------
   URI: urn:ietf:params:xml:ns:yang:ietf-network-slice-mapping
   Registrant Contact: The IESG.
   XML: N/A, the requested URI is an XML namespace.
   --------------------------------------------------------------------
]]></artwork>
      <t>IANA is requested to make the following allocation for the YANG module in the "YANG Module Names" registry <xref target="RFC6020"/>:</t>
      <artwork><![CDATA[
   --------------------------------------------------------------------
   name:         ietf-network-slice-mapping
   namespace:    urn:ietf:params:xml:ns:yang:ietf-network-slice-mapping
   prefix:       ietf-nsm
   reference:    RFC XXXX
   --------------------------------------------------------------------
]]></artwork>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="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="RFC3688">
          <front>
            <title>The IETF XML Registry</title>
            <author fullname="M. Mealling" initials="M." surname="Mealling"/>
            <date month="January" year="2004"/>
            <abstract>
              <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="81"/>
          <seriesInfo name="RFC" value="3688"/>
          <seriesInfo name="DOI" value="10.17487/RFC3688"/>
        </reference>
        <reference anchor="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
        <reference anchor="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="RFC8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="215"/>
          <seriesInfo name="RFC" value="8340"/>
          <seriesInfo name="DOI" value="10.17487/RFC8340"/>
        </reference>
        <reference anchor="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="RFC9182">
          <front>
            <title>A YANG Network Data Model for Layer 3 VPNs</title>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="L. Munoz" initials="L." surname="Munoz"/>
            <author fullname="A. Aguado" initials="A." surname="Aguado"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>As a complement to the Layer 3 Virtual Private Network Service Model (L3SM), which is used for communication between customers and service providers, this document defines an L3VPN Network Model (L3NM) that can be used for the provisioning of Layer 3 Virtual Private Network (L3VPN) services within a service provider network. The model provides a network-centric view of L3VPN services.</t>
              <t>The L3NM is meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices. The model can also facilitate communication between a service orchestrator and a network controller/orchestrator.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9182"/>
          <seriesInfo name="DOI" value="10.17487/RFC9182"/>
        </reference>
        <reference anchor="RFC9291">
          <front>
            <title>A YANG Network Data Model for Layer 2 VPNs</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios"/>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="L. Munoz" initials="L." surname="Munoz"/>
            <date month="September" year="2022"/>
            <abstract>
              <t>This document defines an L2VPN Network Model (L2NM) that can be used to manage the provisioning of Layer 2 Virtual Private Network (L2VPN) services within a network (e.g., a service provider network). The L2NM complements the L2VPN Service Model (L2SM) by providing a network-centric view of the service that is internal to a service provider. The L2NM is particularly meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices.</t>
              <t>Also, this document defines a YANG module to manage Ethernet segments and the initial versions of two IANA-maintained modules that include a set of identities of BGP Layer 2 encapsulation types and pseudowire types.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9291"/>
          <seriesInfo name="DOI" value="10.17487/RFC9291"/>
        </reference>
        <reference anchor="I-D.ietf-teas-ietf-network-slice-nbi-yang">
          <front>
            <title>A YANG Data Model for the IETF 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="Liuyan Han" initials="L." surname="Han">
              <organization>China Mobile</organization>
            </author>
            <author fullname="John Mullooly" initials="J." surname="Mullooly">
              <organization>Cisco Systems, Inc</organization>
            </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>   This document defines a YANG data model for the IETF Network Slice
   Service.  The model can be used in the IETF Network Slice Service
   interface between a customer and a provider that offers IETF Network
   Slices.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-teas-ietf-network-slice-nbi-yang-06"/>
        </reference>
        <reference anchor="I-D.ietf-teas-te-service-mapping-yang">
          <front>
            <title>Traffic Engineering (TE) and Service Mapping YANG Data Model</title>
            <author fullname="Young Lee" initials="Y." surname="Lee">
              <organization>Samsung Electronics</organization>
            </author>
            <author fullname="Dhruv Dhody" initials="D." surname="Dhody">
              <organization>Huawei</organization>
            </author>
            <author fullname="Giuseppe Fioccola" initials="G." surname="Fioccola">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Daniele Ceccarelli" initials="D." surname="Ceccarelli">
              <organization>Cisco</organization>
            </author>
            <author fullname="Jeff Tantsura" initials="J." surname="Tantsura">
              <organization>Nvidia</organization>
            </author>
            <date day="12" month="September" year="2023"/>
            <abstract>
              <t>   This document provides a YANG data model to map customer service
   models (e.g., L3VPN Service Delivery model) to Traffic Engineering
   (TE) models (e.g., the TE Tunnel or the Virtual Network (VN) model).
   These models are referred to as TE Service Mapping Model and are
   applicable generically to the operator's need for seamless control
   and management of their VPN services with underlying TE support.

   The models are principally used for monitoring and diagnostics of the
   management systems to show how the service requests are mapped onto
   underlying network resource and TE models.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-teas-te-service-mapping-yang-14"/>
        </reference>
        <reference anchor="I-D.wdbsp-teas-nrp-yang">
          <front>
            <title>A YANG Data Model for Network Resource Partitions (NRPs)</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="Vishnu Pavan Beeram" initials="V. P." surname="Beeram">
              <organization>Juniper Networks</organization>
            </author>
            <author fullname="Tarek Saad" initials="T." surname="Saad">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Shaofu Peng" initials="S." surname="Peng">
              <organization>ZTE Corporation</organization>
            </author>
            <date day="28" month="August" year="2023"/>
            <abstract>
              <t>   A Network Resource Partition (NRP) is a collection of resources
   identified in the underlay network to support services (like IETF
   Network Slices) that need logical network structures with required
   Service Level Objective (SLO) and Service Level Expectation (SLE)
   characteristics to be created.  This document defines a YANG data
   model for Network Resource Partitions (NRPs).  The model can be used,
   in particular, for the realization of the IETF Network Slice Services
   in IP/MPLS networks.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-wdbsp-teas-nrp-yang-02"/>
        </reference>
        <reference anchor="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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="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-ietf-network-slices">
          <front>
            <title>A Framework for Network Slices in Networks Built from IETF Technologies</title>
            <author fullname="Adrian Farrel" initials="A." surname="Farrel">
              <organization>Old Dog Consulting</organization>
            </author>
            <author fullname="John Drake" initials="J." surname="Drake">
              <organization>Juniper Networks</organization>
            </author>
            <author fullname="Reza Rokui" initials="R." surname="Rokui">
              <organization>Ciena</organization>
            </author>
            <author fullname="Shunsuke Homma" initials="S." surname="Homma">
              <organization>NTT</organization>
            </author>
            <author fullname="Kiran Makhijani" initials="K." surname="Makhijani">
              <organization>Futurewei</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Jeff Tantsura" initials="J." surname="Tantsura">
              <organization>Nvidia</organization>
            </author>
            <date day="25" month="August" year="2023"/>
            <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.

   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 how
   abstract requests can be mapped to more specific technologies.  The
   document also discusses related considerations with monitoring and
   security.

   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="Internet-Draft" value="draft-ietf-teas-ietf-network-slices-24"/>
        </reference>
        <reference anchor="I-D.ietf-teas-ns-ip-mpls">
          <front>
            <title>Realizing Network Slices in IP/MPLS Networks</title>
            <author fullname="Tarek Saad" initials="T." surname="Saad">
              <organization>Cisco Systems Inc.</organization>
            </author>
            <author fullname="Vishnu Pavan Beeram" initials="V. P." surname="Beeram">
              <organization>Juniper Networks</organization>
            </author>
            <author fullname="Jie Dong" initials="J." surname="Dong">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Bin Wen" initials="B." surname="Wen">
              <organization>Comcast</organization>
            </author>
            <author fullname="Daniele Ceccarelli" initials="D." surname="Ceccarelli">
              <organization>Cisco Systems Inc.</organization>
            </author>
            <author fullname="Joel M. Halpern" initials="J. M." surname="Halpern">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Shaofu Peng" initials="S." surname="Peng">
              <organization>ZTE Corporation</organization>
            </author>
            <author fullname="Ran Chen" initials="R." surname="Chen">
              <organization>ZTE Corporation</organization>
            </author>
            <author fullname="Xufeng Liu" initials="X." surname="Liu">
              <organization>IBM Corporation</organization>
            </author>
            <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="Luay Jalil" initials="L." surname="Jalil">
              <organization>Verizon</organization>
            </author>
            <date day="13" month="March" year="2023"/>
            <abstract>
              <t>   Realizing network slices may require the Service Provider to have the
   ability to partition a physical network into multiple logical
   networks of varying sizes, structures, and functions so that each
   slice can be dedicated to specific services or customers.  Multiple
   network slices can be realized on the same network while ensuring
   slice elasticity in terms of network resource allocation.  This
   document describes a scalable solution to realize network slicing in
   IP/MPLS networks by supporting multiple services on top of a single
   physical network by relying on compliant domains and nodes to provide
   forwarding treatment (scheduling, drop policy, resource usage) on to
   packets that carry identifiers that indicate the slicing service that
   is to be applied to the packets.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-teas-ns-ip-mpls-02"/>
        </reference>
      </references>
    </references>
    <?line 459?>

<section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Jie Dong for the initial discussion behind this document.</t>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>TO be added in future revisions.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
6QasjfYr+tb5P2g/pjj8QgAA

-->

</rfc>
