<?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.7.1 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-boucadair-teas-ietf-slicing-overview-04" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title abbrev="IETF Network Slicing">An Overview of Network Slicing Efforts in The IETF</title>
    <seriesInfo name="Internet-Draft" value="draft-boucadair-teas-ietf-slicing-overview-04"/>
    <author fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <postal>
          <city>Rennes</city>
          <code>35000</code>
          <country>France</country>
        </postal>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <date year="2023" month="October" day="23"/>
    <workgroup>Traffic Engineering Architecture and Signaling</workgroup>
    <keyword>slice specifications</keyword>
    <keyword>slice coordination</keyword>
    <abstract>
      <?line 31?>

<t>This document lists a set of slicing-related specifications that are being development within the IETF. This document is meant to provide an overview of slicing activities in the IETF to hopefully ease coordination and ensure that specifications that are developed in many WGs are consistent.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Traffic Engineering Architecture and Signaling Working Group mailing list (teas@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/teas/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/boucadair/ietf-slice-overview"/>.</t>
    </note>
  </front>
  <middle>
    <?line 35?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Various slicing efforts are being conduced within various IETF WGs (e.g., teas, idr, spring, ccamp, mpls, opsawg, 6man, and ippm) and areas (e.g., rtg, int, tsv, and ops). All these efforts are referring to the IETF framework that is developed by the teas WG (<xref target="slice-fr"/>), however there is a lack of a global visibility about these efforts and their interdependency.</t>
      <t>Also, there is a lack of cross-WG communications in some cases when a slicing-related specification is candidate for adoption or adopted by a WG. This lack of global view at the IETF level and lack of early cross-WG communications may induce some inconsistency. For example, some proposals argue in favor of specifying extensions to convey specific identifiers in packets. However, distinct identifiers are being proposed: slice identifier, NRP Selector, NRP identifier, VTN identifier, VTN resource identifier, etc. The need and relationship between these identifiers are worth to be discussed independent of the channels that are used to convey these identifiers.</t>
      <t>This document provides an overview of slicing activities in the IETF to hopefully ease coordination and ensure that specifications that are developed in many WGs are consistent, e.g.:</t>
      <ul spacing="normal">
        <li>
          <t>Position the various concepts: network slice, network resource partition, virtual transport network, etc.</t>
        </li>
        <li>
          <t>Clarify the need of the various identifiers introduced so far and soften redundant/duplicate uses.</t>
        </li>
        <li>
          <t>Harmonize the definition of relevant identifiers (length, encoding, usage, etc.) rather than having the specification of the same identifier repeated in many places. For example, current specifications  use distinct encoding length of the same attribute (variable, 16-bit, 32-bit).</t>
        </li>
        <li>
          <t>Clarify the relationship and co-existence of identifiers if more than one is needed.</t>
        </li>
      </ul>
    </section>
    <section anchor="slice-fr">
      <name>Reference Framework and Architecture</name>
      <t><xref target="I-D.ietf-teas-ietf-network-slices"/> is the authoritative IETF framework for Network Slices. It provides definitions for a slice-related core terms and specifies a framework for the provision
of Network Slice Services over networks that are deployed using technologies that are owned by the IETF (IP, MPLS, etc.). The document refers to such slices as IETF Network Slice or "the term "RFC XXXX Network Slice" (where XXXX is the number assigned to <xref target="I-D.ietf-teas-ietf-network-slices"/> when published as an RFC").</t>
      <t><xref target="I-D.ietf-teas-ietf-network-slices"/> provides a clear distinction between:</t>
      <ul spacing="normal">
        <li>
          <t>the "RFC XXXX Network Slice Service" which is the service delivered to the customer and which is agnostic to the technologies and mechanisms
 used by the service provider, and</t>
        </li>
        <li>
          <t>the "RFC XXXX Network Slice" which is the realization of the service in the service provider's network achieved by partitioning network resources and by applying a set of mechanisms within the network.</t>
        </li>
      </ul>
      <t>The RFC XXXX Network Slice Service is specified in terms of:</t>
      <ul spacing="normal">
        <li>
          <t>a set of Service Demarcation Point (SDP),</t>
        </li>
        <li>
          <t>a set of one or more connectivity constructs between subsets of these SDPs, and</t>
        </li>
        <li>
          <t>a set of service objectives for each SDP sending to each connectivity construct.</t>
        </li>
      </ul>
      <t>The service objectives can be expressed as Service Level Objectives (SLOs) or Service Level Expectations (SLEs).</t>
      <t>In some deploymenets, the underlying network can be customized to select a subset of resources that are suitable for the delivery of an RFC XXXX Network Slice Service. Such a customization can be achieved by creating a set of Network Resource Partitions (NRPs).</t>
      <t>In other deployments, RFC XXXX Network Slices can be hosted directly on the underlay network (i.e., without requiring any NRP).</t>
      <t>RFC XXXX Network Slices can be realized using existing tools (<xref target="no-extension"/>). The extensions listed in <xref target="cp-ext"/> or <xref target="dp-ext"/> are not required in such a case.</t>
      <t><xref target="I-D.ietf-teas-ietf-network-slices"/> does not provide any recommendation about the technological means to realize an RFC XXXX Network Slice Service. These considerations are deployment specific.</t>
    </section>
    <section anchor="models-for-realizing-network-slices">
      <name>Models for Realizing Network Slices</name>
      <section anchor="no-extension">
        <name>Using Current IP/MPLS Technologies</name>
        <t><xref target="I-D.srld-teas-5g-slicing"/> describes a model for the realization of RFC XXXX Network Slices for 5G networks. This realization model reuses many building blocks that are commonly used in service provider networks, specifically:</t>
        <ul spacing="normal">
          <li>
            <t>L2VPN/L3VPN service instances for logical separation,</t>
          </li>
          <li>
            <t>Fine-grained resource control at the PE,</t>
          </li>
          <li>
            <t>Coarse resource control at the transit, and</t>
          </li>
          <li>
            <t>Capacity planning/management for efficient usage of provider network resources.</t>
          </li>
        </ul>
      </section>
      <section anchor="flow-agg">
        <name>Using Network Resource Partitions (NRPs) and Slice-Flow Aggregates</name>
        <t><xref target="I-D.ietf-teas-ns-ip-mpls"/> proposes a model that is inspired from the Diffserv model for the realization of Network Slices over IP/MPLS networks. Specifically, this model introduces the concept of Slice-Flow Aggregate which is defined as a collection of packets that are mapped to an NRP and are given the same forwarding treatment in a shared network. An aggregate can group flows from of one or more RFC XXXX Network Slice Services.</t>
        <t><xref target="I-D.ietf-teas-ns-ip-mpls"/> also introduces the notion of NRP Policy that is used to trigger the creation of NRPs that will support a given Slice-Flow Aggregate. In some deployment schemes, packets that belong to a Slice-Flow Aggregate are forwarded by intermediate node along the appropriate NRP by processing an NRP Selector that is carried by these packets.</t>
      </section>
      <section anchor="optical-transport-networks-otn-slicing">
        <name>Optical Transport Networks (OTN) Slicing</name>
        <t><xref target="I-D.ietf-ccamp-yang-otn-slicing"/> defines Optical Transport Networks (OTN) slice as an OTN virtual network topology connecting a number of OTN endpoints using a set of shared or dedicated OTN network resources to satisfy specific SLOs. OTN slices are considered as a technology-specific realization of an RFC XXXX Network Slice in the OTN domain.</t>
      </section>
      <section anchor="vpn">
        <name>VPN+</name>
        <t><xref target="I-D.ietf-teas-enhanced-vpn"/> describes a framework for providing enhanced VPN services based upon VPN and Traffic Engineering (TE) technologies. Enhanced VPN (VPN+) can be used for the realization of Network Slices. This document introduces the concept of Virtual Transport Network (VTN), which is a virtual underlay network consisting of a subset of network resources allocated from the physical underlay network, and is associated with a customized network topology.</t>
      </section>
      <section anchor="instantiation-in-service-providers-networks">
        <name>Instantiation in Service Providers Networks</name>
        <t><xref target="I-D.barguil-teas-network-slices-instantation"/> focuses on the instantiation of the RFC XXXX Network Slice Services in service provider networks using existing data models. In particular, this document describes the relationship between service models for managing the RFC XXXX Network Slice Services and network models (e.g., the Layer-3 Network Model (L3NPM, <xref target="RFC9182"/>), the Layer-2 Network Model (L2NM <xref target="RFC9291"/>)) used for the realization of the slices.</t>
      </section>
      <section anchor="structuring-network-slice-controllers">
        <name>Structuring Network Slice Controllers</name>
        <t><xref target="I-D.contreras-teas-slice-controller-models"/> proposes an approach for structuring the RFC XXXX Network Slice Controller as well as how to use different data models being defined for RFC XXXX Network Slice Service provision.</t>
      </section>
      <section anchor="sr-based-hierarchical-network-slices">
        <name>SR-based Hierarchical Network Slices</name>
        <t><xref target="I-D.gong-teas-hierarchical-slice-solution"/> proposes a hierarchical approach for realizing RFC XXXX Network Slices in Segment Routing domain. The approach involves two levels:</t>
        <ul spacing="normal">
          <li>
            <t>Level 1 Network Slices are realized using Flex-Algo.</t>
          </li>
          <li>
            <t>Level 2 forwarding paths are restricted in the Level 1 topology by using SR Policy and NRP-ID in the data plane.</t>
          </li>
        </ul>
      </section>
      <section anchor="realization-of-composite-network-slices">
        <name>Realization of Composite Network Slices</name>
        <t><xref target="I-D.li-teas-composite-network-slices"/> investigates a set of scenarios for realizing composite RFC XXXX Network Slices (that basically involve other slices).  The document defines a new identifier, called Inter-domain NRP ID.</t>
      </section>
    </section>
    <section anchor="applicability-and-mapping-scenarios">
      <name>Applicability and Mapping Scenarios</name>
      <section anchor="gpp-5g-end-to-end-network-slices">
        <name>3GPP 5G End-to-End Network Slices</name>
        <t><xref target="I-D.ietf-teas-5g-network-slice-application"/> focuses on the application of RFC XXXX Network Slices in the context of the 3GPP 5G slices.</t>
      </section>
      <section anchor="encoding-3gpp-slices-for-interactive-media-services">
        <name>Encoding 3GPP Slices for Interactive Media Services</name>
        <t><xref target="I-D.jiang-tsvwg-slice-media-service"/> explores how IETF schemes (DSCP and UDP options) can be used to expose some QoS-related metadata for specific flows to 5GS. The draft focuses on the Extended Reality &amp; multi-modality communication (XRM) service.</t>
      </section>
      <section anchor="abstraction-and-control-of-traffic-engineered-networks-actn">
        <name>Abstraction and Control of Traffic Engineered Networks (ACTN)</name>
        <t><xref target="I-D.ietf-teas-applicability-actn-slicing"/> describes the applicability of ACTN to Network Slicing.</t>
      </section>
      <section anchor="mobility-aware-transport-network-slicing">
        <name>Mobility-Aware Transport Network Slicing</name>
        <t><xref target="I-D.ietf-dmm-tn-aware-mobility"/> discusses a mapping of 5G slices to RFC XXXX Network Slices when the transport network is separated from the networks in which the 5G network functions are deployed (e.g., 5G functions distributed across data centers). This document zooms into the use of UDP source port number in GTP-U outer header and LAN to map between a 5G slice and corresponding RFC XXXX Network Slice segments that is listed in <xref target="I-D.ietf-teas-5g-network-slice-application"/>.</t>
      </section>
      <section anchor="detnet">
        <name>DetNet</name>
        <t><xref target="I-D.sw-detnet-network-slice-mapping-yang"/> describes the applicability of DetNet to RFC XXXX Network Slice, particularly to provide deterministic services. The document describes how to use DetNet flow aggregation as the Slice-Flow Aggregates over an underlying NRP following the approach in <xref target="flow-agg"/>.</t>
      </section>
    </section>
    <section anchor="orchestration-and-data-models">
      <name>Orchestration and Data Models</name>
      <t><xref target="model-overview"/> provides an example of the various data models that can be invoked in the context of Network Slicing.</t>
      <figure anchor="model-overview">
        <name>Overview of Data Models used for Network Slicing</name>
        <artwork align="center"><![CDATA[
                              +---------------+
                               |   Customer    |
                               +-------+-------+
               Customer Service Model  |
               e.g., slice-svc, ac-svc,| and bearer-svc
                               +-------+-------+
                               |    Service    |
                               | Orchestration |
                               +-------+-------+
                Network Model          |
  e.g., l2vpn-ntw, l3vpn-ntw, sap, and | ac-ntw
                               +-------+-------+
                               |   Network     |
                               | Orchestration |
                               +-------+-------+
         Network Configuration Model   |
                           +-----------+-----------+
                           |                       |
                  +--------+------+       +--------+------+
                  |    Domain     |       |     Domain    |
                  | Orchestration |       | Orchestration |
                  +---+-----------+       +--------+------+
       Device         |        |                   |
       Configuration  |        |                   |
       Model          |        |                   |
                 +----+----+   |                   |
                 | Config  |   |                   |
                 | Manager |   |                   |
                 +----+----+   |                   |
                      |        |                   |
                      | NETCONF/CLI..................
                      |        |                   |
                    +--------------------------------+
      +----+ Bearer |                                | Bearer +----+
      |CE#1+--------+            Network             +--------+CE#2|
      +----+   AC   |                                |   AC   +----+
                    +--------------------------------+
       Site A                                                  Site B
]]></artwork>
      </figure>
      <section anchor="common-models">
        <name>Common Models</name>
        <t><xref target="RFC9181"/> specifies a set of reusable types and groupings to manage VPN services. Note that VPNs are used for the realization of Network Slices.</t>
        <t><xref target="I-D.boro-opsawg-teas-common-ac"/> specifies a set of reusable types and groupings to manage Attachment Circuits (ACs).</t>
      </section>
      <section anchor="service-models">
        <name>Service Models</name>
        <section anchor="attachment-circuit-as-a-service-acaas-data-model">
          <name>Attachment Circuit as a Service (ACaaS) Data Model</name>
          <t><xref target="I-D.boro-opsawg-teas-attachment-circuit"/> specifies YANG data models for managing 'Attachment Circuits'-as-a-Service (ACaaS) and also bearers. These ACs and bearers are used to identify where to deliver a slice service.</t>
        </section>
        <section anchor="network-slice-service-data-model">
          <name>Network Slice Service Data Model</name>
          <t><xref target="I-D.ietf-teas-ietf-network-slice-nbi-yang"/> defines a YANG data model for manaing RFC XXXX Network Slice Services.</t>
        </section>
      </section>
      <section anchor="network-models">
        <name>Network Models</name>
        <section anchor="sap">
          <name>Service Attachment Points (SAPs)</name>
          <t><xref target="RFC9408"/> defines a YANG data model for representing an abstract
   view of the provider network topology that contains the points from
   which its services can be attached (e.g., basic connectivity, VPN,
   network slices).  Also, the model can be used to retrieve the points
   where the services are actually being delivered to customers
   (including peer networks).</t>
          <t>A SAP network topology can be used for one or multiple service types ('service-type'). Setting this data node to 'network-slice' allows a controller to expose where RFC XXXX Network Slices services are being delivered. It can also be used to check where RFC XXXX Network Slice Services can be delivered.</t>
        </section>
        <section anchor="ac-augmented-saps">
          <name>AC-augmented SAPs</name>
          <t><xref target="I-D.boro-opsawg-ntw-attachment-circuit"/> augments the SAP model with more details for managing ACs at the network level.</t>
        </section>
        <section anchor="network-slice-topology">
          <name>Network Slice Topology</name>
          <t><xref target="I-D.liu-teas-transport-network-slice-yang"/> specifies a YANG model for RFC XXXX Network Slice Topology with on exposing a customized topology that contains a topology intent with required SLO/SLEs to express the customer’s intent for resource reservation.</t>
          <t>The need for such a model is yet to be justified as the current scope is redundant with, e.g., what can be already achieved using <xref target="I-D.ietf-teas-actn-vn-yang"/>. The authors should motivate why <xref target="I-D.ietf-teas-actn-vn-yang"/> is not sufficient.</t>
        </section>
        <section anchor="network-resource-partitions-nrps">
          <name>Network Resource Partitions (NRPs)</name>
          <t><xref target="I-D.wdbsp-teas-nrp-yang"/> specifies a YANG data model for managing NRPs.</t>
        </section>
        <section anchor="network-slice-mapping">
          <name>Network Slice Mapping</name>
          <t><xref target="I-D.dhody-teas-ietf-network-slice-mapping"/> specifies an RFC XXXX Network Slice Service mapping YANG model. The model supports the following mappings:</t>
          <ul spacing="normal">
            <li>
              <t>L3NM <xref target="RFC9182"/></t>
            </li>
            <li>
              <t>L2NM <xref target="RFC9291"/></t>
            </li>
            <li>
              <t>TE <xref target="I-D.ietf-teas-te-service-mapping-yang"/></t>
            </li>
            <li>
              <t>NRP</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="cp-ext">
      <name>Control Plane Extensions</name>
      <section anchor="bgp-classful-transport-planes">
        <name>BGP Classful Transport Planes</name>
        <t><xref target="I-D.ietf-idr-bgp-ct"/> specifies mechanisms for classifying underlay routes into a set of classes, called Transport Classes, and mapping service-specific routes to a specific Transport Class. For example, <xref target="I-D.ietf-idr-bgp-ct"/> can be used to create a customized topology for Network Slices. These topologies (Transport Classes) will be typically created to satisfy certain TE characteristics. A new Transport Class Route Target Extended Community is defined for this purpose. A Transport Class is identified by a 4-octet identifier: Transport Class ID.</t>
      </section>
      <section anchor="bgp-color-aware-routing-car">
        <name>BGP Color-Aware Routing (CAR)</name>
        <t><xref target="I-D.ietf-idr-bgp-car"/> specifies a new BGP SAFI called BGP Color-Aware Routing (BGP CAR). Colors are defined to characterize an objective (e.g., low latency). To satisfy Network Slice requirements, CAR may be used to establish paths that address specific objectives. These paths will be associated with a Color.</t>
        <t>The proposal leverages the BGP Color Extended Community defined in <xref target="RFC9012"/> and builds upon the Color concept defined in <xref target="RFC9256"/>. In addition, a new Extended Community, called Local-Color-Mapping (LCM) Extended Community, is defined to address cases where the granularity of the exposed colors differs when crossing domains.</t>
      </section>
      <section anchor="network-resource-partitions-nrps-1">
        <name>Network Resource Partitions (NRPs)</name>
        <section anchor="bgp-flowspec">
          <name>BGP Flowspec</name>
          <t><xref target="I-D.ietf-idr-flowspec-network-slice-ts"/> specifies a BGP Flowspec extension for NRP traffic steering.</t>
        </section>
        <section anchor="bgp-ls-filters-in-sr">
          <name>BGP-LS Filters in SR</name>
          <t><xref target="I-D.drake-teas-bgp-ls-filter-nrp"/> specifies new BGP-LS attributes, called BGP-LS Filters, for NRPs in SR networks. A BGP-LS Filter provides a description of a subset of the links and nodes in an underlay network. Ingress PE selects a path to an egress PE from the topology defined by the BGP-LS Filters it has imported for a given VPN.</t>
        </section>
        <section anchor="sr-policies-extensions">
          <name>SR Policies Extensions</name>
          <section anchor="bgp">
            <name>BGP</name>
            <t><xref target="I-D.dong-idr-sr-policy-nrp"/> and <xref target="I-D.liu-idr-bgp-network-slicing"/> define extensions to BGP in order to advertise NRP ID in an SR Policy. The NRP ID is encoded in 4 octets.</t>
          </section>
          <section anchor="bgp-ls">
            <name>BGP-LS</name>
            <t><xref target="I-D.chen-idr-bgp-ls-sr-policy-nrp"/> specifies SR Policy extensions for NRP in BGP-LS. The NRP ID is encoded in 4 octets.</t>
          </section>
        </section>
        <section anchor="pcep-extensions">
          <name>PCEP Extensions</name>
          <t><xref target="I-D.dong-pce-pcep-nrp"/> specifie Path Computation Element Communication Protocol (PCEP) extensions for NRP. The NRP ID is encoded in 4 octets.</t>
        </section>
      </section>
      <section anchor="virtual-transport-networks-vtns">
        <name>Virtual Transport Networks (VTNs)</name>
        <section anchor="is-is-mt">
          <name>IS-IS MT</name>
          <t><xref target="I-D.ietf-lsr-isis-sr-vtn-mt"/> specifies how to use IS-IS Multi-Topology (MT) for SR-based VTNs.</t>
        </section>
        <section anchor="bgp-ls-1">
          <name>BGP-LS</name>
          <t><xref target="I-D.ietf-idr-bgpls-sr-vtn-mt"/> describes a mechanism to distribute the information of SR-based VTNs to the  network controller using BGP-LS with Multi-Topology.</t>
        </section>
      </section>
    </section>
    <section anchor="dp-ext">
      <name>Data Plane Extensions</name>
      <section anchor="slice-identifier-in-the-mpls-entropy-label">
        <name>Slice Identifier in the MPLS Entropy Label</name>
        <t><xref target="I-D.decraene-mpls-slid-encoded-entropy-label-id"/> proposes an approach to encode slice identifiers in a portion of the MPLS Entropy Label (EL). The number of bits to be used for encoding the slice identifier in the EL is policy-based. Transit LSRs uses the slice identifier in the EL to apply per-slice policies.</t>
      </section>
      <section anchor="slice-identifier-in-ipv6-flow-label">
        <name>Slice Identifier in IPv6 Flow Label</name>
        <t><xref target="I-D.filsfils-spring-srv6-stateless-slice-id"/> proposes to encode slice identifers in a portion of the IPv6 Flow Label. Slice identifiers are used by intermediate IPv6 routers to process the packet according to
a network slice policy.</t>
      </section>
      <section anchor="slice-identifier-in-the-source-address-of-encapsulated-srh">
        <name>Slice Identifier in the Source Address of Encapsulated SRH</name>
        <t>When an ingress SR router encapsulates a packet in an IPv6 packet with an SRH, <xref target="I-D.cheng-spring-srv6-encoding-network-sliceid"/> suggests to use the least significant bits of the outer IPv6 source address to encode a slide identifier. SLID Presence Indicator (SPI) is used to indicate the presence of a slice identifier. The number of bits used to encode slice identifiers is local to an SR domain.</t>
      </section>
      <section anchor="vtn-resource-id-in-an-ipv6-extension-header">
        <name>VTN Resource ID in an IPv6 Extension Header</name>
        <t><xref target="I-D.ietf-6man-enhanced-vpn-vtn-id"/> describes a mechanism to carry an identifier, called VTN resource ID, in the IPv6 Hop-by-Hop extension header. The document claims that "VTN resource ID" is equivalent to NRP-ID, but does motivate why another yet ID is thus needed rather than using "NRP-ID".</t>
        <t>The length of the VTN ID depends on the context type. When CT=0, the VTN ID is a 4-octet ID.</t>
      </section>
      <section anchor="network-resource-partitions-nrps-2">
        <name>Network Resource Partitions (NRPs)</name>
        <section anchor="resource-aware-segments">
          <name>Resource-aware Segments</name>
          <t>An NRP can be represented in SR networks using a set of NRP-specific resource-aware segments <xref target="I-D.ietf-spring-resource-aware-segments"/>
            <xref target="I-D.ietf-spring-sr-for-enhanced-vpn"/>.</t>
        </section>
        <section anchor="nrp-id-in-srv6">
          <name>NRP ID in SRv6</name>
          <t><xref target="I-D.liu-spring-nrp-id-in-srv6-segment"/> specifies an approach to encode the NRP ID in the SRH. This ID is used by intermediate IPv6 routers to identify the NRP to be used for forwarding. The encoding of the NRP ID in an IPv6 address is variable; an instruction is thus needed to help identifyint the NRP-ID position (e.g., low 16 bits).</t>
        </section>
        <section anchor="nrp-selector-in-mpls-network-actions">
          <name>NRP Selector in MPLS Network Actions</name>
          <t>As mentioned in <xref target="flow-agg"/>, packets that are associated with a Slice-Flow Aggregate may carry an NRP Selector (NRPS). This selector is intended to be conveyed in the packet's network layer header to identify the flow aggregate to which a packet belongs. <xref target="I-D.li-mpls-mna-nrp-selector"/> investigates a set of options to use MPLS Network Actions (MNA) to carry the NRPS:</t>
          <ul spacing="normal">
            <li>
              <t>13-bit NRP Selector (NRPS13) Action</t>
            </li>
            <li>
              <t>20-bit NRP Selector (NRPS20) Action</t>
            </li>
            <li>
              <t>20-bit Entropy and NRP Selector (ENRPS20) Action</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="oam">
      <name>OAM</name>
      <section anchor="lsp-pingtraceroute-extensions">
        <name>LSP Ping/Traceroute Extensions</name>
        <t><xref target="I-D.liu-mpls-lsp-ping-nrp"/> specifies extenstions to the LSP Ping/Traceroute to convey NRP-ID in SR domains.</t>
        <t>The NRP-ID is a encoded as a 4-octet field.</t>
      </section>
      <section anchor="precision-availability-metrics-pam">
        <name>Precision Availability Metrics (PAM)</name>
        <t><xref target="I-D.ietf-ippm-pam"/> introduces a new set of metrics, called Precision Availability Metrics (PAM). These metrics are used to assess whether a service (e.g., Network Slice Service) is provided in compliance with its specified SLOs.</t>
        <t><xref target="I-D.clemm-opsawg-pam-ipfix"/> specifies a set of new IP Flow Information Export (IPFIX) Information Elements to export precision availability data associated with Flows. These Information Elements are specifically designed to indicate compliance of a Flow with an SLO.</t>
      </section>
      <section anchor="ipfix-information-elements-for-nrp">
        <name>IPFIX Information Elements for NRP</name>
        <t><xref target="I-D.liu-opsawg-ipfix-network-slice"/> explores how to use IPFIX to export NRP IDs. However, there is currently no one single stable/authoritative specification of NRP-ID. This identifier is being proposed as data plane and control plane extensions. These proposals do not share the same ID format.</t>
        <t>The initial version of <xref target="I-D.liu-opsawg-ipfix-network-slice"/> does explain which plan is used, in which layer the ID was exported, etc. Defining an IPFIX IE is useful for network observability, however there is no stable specification yet of the ID to be exported.</t>
      </section>
    </section>
    <section anchor="misc">
      <name>Misc</name>
      <section anchor="scalability-considerations-for-nrp">
        <name>Scalability Considerations for NRP</name>
        <t><xref target="I-D.ietf-teas-nrp-scalability"/> discusses a set of scenarios for the deployment of NRP with a focus on scalability implications. The document reasons about the increase of requested RFC XXXX Network Slice Services that would require NRPs. Such an increase of slices is speculative at this stage.</t>
      </section>
      <section anchor="deployment-considerations">
        <name>Deployment Considerations</name>
        <t><xref target="I-D.ma-teas-ietf-network-slice-deployment"/> reports a set of "deployments" from various network operators and identifies some considerations for operating Network Slices (e.g., scalability and automation). Most of these reported cases rely upon SRv6. The document does not provide enough details whether these "deployments" are for testing purposes or reflect setups to carry customers' traffic.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Security considerations of the mechanisms listed in the document are discussed in the relevant documents that specify these mechanisms.</t>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>This document does not make any request to IANA.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <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="14" month="September" 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-25"/>
      </reference>
      <reference anchor="I-D.srld-teas-5g-slicing">
        <front>
          <title>A Realization of IETF Network Slices for 5G Networks Using Current IP/ MPLS Technologies</title>
          <author fullname="Krzysztof Grzegorz Szarkowicz" initials="K. G." surname="Szarkowicz">
            <organization>Juniper Networks</organization>
          </author>
          <author fullname="Richard Roberts" initials="R." surname="Roberts">
            <organization>Juniper Networks</organization>
          </author>
          <author fullname="Julian Lucek" initials="J." surname="Lucek">
            <organization>Juniper Networks</organization>
          </author>
          <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
            <organization>Orange</organization>
          </author>
          <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
            <organization>Telefonica</organization>
          </author>
          <date day="23" month="May" year="2023"/>
          <abstract>
            <t>   5G slicing is a feature that was introduced by the 3rd Generation
   Partnership Project (3GPP) in mobile networks.  This feature covers
   slicing requirements for all mobile domains, including the Radio
   Access Network (RAN), Core Network (CN), and Transport Network (TN).

   This document describes a basic IETF Network Slice realization model
   in IP/MPLS networks with a focus on the Transport Network fulfilling
   5G slicing connectivity requirements.  This realization model reuses
   many building blocks currently commonly used in service provider
   networks.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-srld-teas-5g-slicing-09"/>
      </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>
      <reference anchor="I-D.ietf-ccamp-yang-otn-slicing">
        <front>
          <title>Framework and Data Model for OTN Network Slicing</title>
          <author fullname="Aihua Guo" initials="A." surname="Guo">
            <organization>Futurewei Technologies</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="Reza Rokui" initials="R." surname="Rokui">
            <organization>Ciena</organization>
          </author>
          <author fullname="Yunbin Xu" initials="Y." surname="Xu">
            <organization>CAICT</organization>
          </author>
          <author fullname="Yang Zhao" initials="Y." surname="Zhao">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Xufeng Liu" initials="X." surname="Liu">
            <organization>Alef Edge</organization>
          </author>
          <date day="7" month="July" year="2023"/>
          <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).

   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>
        <seriesInfo name="Internet-Draft" value="draft-ietf-ccamp-yang-otn-slicing-05"/>
      </reference>
      <reference anchor="I-D.ietf-teas-enhanced-vpn">
        <front>
          <title>A Framework for Enhanced Virtual Private Network (VPN+)</title>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei</organization>
          </author>
          <author fullname="Stewart Bryant" initials="S." surname="Bryant">
            <organization>University of Surrey</organization>
          </author>
          <author fullname="Zhenqiang Li" initials="Z." surname="Li">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Takuya Miyasaka" initials="T." surname="Miyasaka">
            <organization>KDDI Corporation</organization>
          </author>
          <author fullname="Young Lee" initials="Y." surname="Lee">
            <organization>Samsung</organization>
          </author>
          <date day="23" month="October" year="2023"/>
          <abstract>
            <t>   This document describes the framework for Enhanced Virtual Private
   Network (VPN+) to support the needs of applications with specific
   traffic performance requirements (e.g., low latency, bounded jitter).
   VPN+ leverages the VPN and Traffic Engineering (TE) technologies and
   adds characteristics that specific services require beyond those
   provided by conventional VPNs.  Typically, VPN+ will be used to
   underpin network slicing, but could also be of use in its own right
   providing enhanced connectivity services between customer sites.
   This document also provides an overview of relevant technologies in
   different network layers, and identifies some areas for potential new
   work.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-teas-enhanced-vpn-15"/>
      </reference>
      <reference anchor="I-D.barguil-teas-network-slices-instantation">
        <front>
          <title>Instantiation of IETF Network Slice Services in Service Providers Networks</title>
          <author fullname="Samier Barguil" initials="S." surname="Barguil">
            <organization>Nokia</organization>
          </author>
          <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
            <organization>Telefonica</organization>
          </author>
          <author fullname="Victor Lopez" initials="V." surname="Lopez">
            <organization>Nokia</organization>
          </author>
          <author fullname="Reza Rokui" initials="R." surname="Rokui">
            <organization>Ciena</organization>
          </author>
          <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
            <organization>Telefonica</organization>
          </author>
          <author fullname="Daniel King" initials="D." surname="King">
            <organization>Old Dog Consulting</organization>
          </author>
          <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
            <organization>Orange</organization>
          </author>
          <date day="10" month="July" year="2023"/>
          <abstract>
            <t>   This document exemplifies how the various data modules that are
   produced in the IETF can be combined in the context of IETF Network
   Slice Services delivery.

   Specifically, this document describes the relationship between the
   IETF Network Slice Service models for requesting IETF Network Slice
   Services and both Service (e.g., the Layer-3 Service Model, the
   Layer-2 Service Model) and Network (e.g., the Layer-3 Network Model,
   the Layer-2 Network Model) models used during their realizations.  In
   addition, this document describes the communication between an IETF
   Network Slice Controller (NSC) and the network controllers for the
   realization of IETF Network Slices.

   The IETF Network Slice Service YANG model provides a customer-
   oriented view of the intended Network slice Service.  Thus, once an
   NSC receives a request for a Slice Service request, the NSC has to
   map it to accomplish the specific objectives expected by the network
   controllers.  Existing YANG network models are analyzed against the
   IETF Network Slice requirements, and the gaps in existing models are
   identified.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-barguil-teas-network-slices-instantation-07"/>
      </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.contreras-teas-slice-controller-models">
        <front>
          <title>IETF Network Slice Controller and its associated data models</title>
          <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
            <organization>Telefonica</organization>
          </author>
          <author fullname="Reza Rokui" initials="R." surname="Rokui">
            <organization>Ciena</organization>
          </author>
          <author fullname="Jeff Tantsura" initials="J." surname="Tantsura">
            <organization>Microsoft</organization>
          </author>
          <author fullname="Bo Wu" initials="B." surname="Wu">
            <organization>Huawei</organization>
          </author>
          <author fullname="Xufeng Liu" initials="X." surname="Liu">
            <organization>IBM Corporation</organization>
          </author>
          <author fullname="Dhruv Dhody" initials="D." surname="Dhody">
            <organization>Huawei</organization>
          </author>
          <author fullname="Sergio Belotti" initials="S." surname="Belotti">
            <organization>Nokia</organization>
          </author>
          <date day="13" month="March" year="2023"/>
          <abstract>
            <t>   This document describes a potential division in major functional
   components of an IETF Network Slice Controller (NSC) as well as
   references the data models required for supporting the requests of
   IETF network slice services and their realization.

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

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-contreras-teas-slice-controller-models-05"/>
      </reference>
      <reference anchor="I-D.gong-teas-hierarchical-slice-solution">
        <front>
          <title>Segment Routing based Solution for Hierarchical IETF Network Slices</title>
          <author fullname="Liyan Gong" initials="L." surname="Gong">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Weiqiang Cheng" initials="W." surname="Cheng">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Changwang Lin" initials="C." surname="Lin">
            <organization>New H3C Technologies</organization>
          </author>
          <author fullname="Mengxiao Chen" initials="M." surname="Chen">
            <organization>New H3C Technologies</organization>
          </author>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Ran Chen" initials="R." surname="Chen">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Yanrong Liang" initials="Y." surname="Liang">
            <organization>Ruijie Networks Co., Ltd.</organization>
          </author>
          <date day="6" month="July" year="2023"/>
          <abstract>
            <t>   This document describes a Segment Routing based solution for two-
   level hierarchical IETF network slices. Level-1 network slice is
   realized by associating Flex-Algo with dedicated sub-interfaces, and
   level-2 network slice is realized by using SR Policy with additional
   NRP-ID on data plane.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-gong-teas-hierarchical-slice-solution-02"/>
      </reference>
      <reference anchor="I-D.li-teas-composite-network-slices">
        <front>
          <title>Realization of Composite IETF Network Slices</title>
          <author fullname="Zhenbin Li" initials="Z." surname="Li">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Ran Pang" initials="R." surname="Pang">
            <organization>China Unicom</organization>
          </author>
          <author fullname="Yongqing Zhu" initials="Y." surname="Zhu">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
            <organization>Telefonica</organization>
          </author>
          <date day="10" month="July" year="2023"/>
          <abstract>
            <t>   Network slicing can be used to meet the connectivity and performance
   requirement of different applications or customers in a shared
   network.  An IETF network slice may be used for 5G or other network
   scenarios.  In the context of 5G, a 5G end-to-end network slice
   consists of three different types of network technology segments:
   Radio Access Network (RAN), Transport Network (TN) and Core Network
   (CN).  The transport segments of the 5G end-to-end network slice can
   be provided using IETF network slices.  In some scenarios, IETF
   network slices may span multiple network domains, and IETF network
   slices may be composed hierarchically, which means a network slice
   may itself be further sliced.

   This document first describes the possible use cases of composite
   IETF network slices, then it provides considerations about the
   realization of composite IETF network slices.  For the interaction
   between IETF network slices with 5G network slices, the identifiers
   of the 5G network slices may be introduced into IETF networks.  For
   the multi-domain IETF network slices, the Inter-Domain Network
   Resource Partition Identifier (Inter-domain NRP ID) is introduced.
   For the hierarchical IETF network slices, the structure of the NRP ID
   is discussed.  These network slice-related identifiers may be used in
   the data plane, control plane and management plane of the network for
   the instantiation and management of composite IETF network slices.
   This document also describes the management considerations of
   composite network slices.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-li-teas-composite-network-slices-01"/>
      </reference>
      <reference anchor="I-D.ietf-teas-5g-network-slice-application">
        <front>
          <title>IETF Network Slice Application in 3GPP 5G End-to-End Network Slice</title>
          <author fullname="Xuesong Geng" initials="X." surname="Geng">
            <organization>Huawei Technologies</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="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Ivan Bykov" initials="I." surname="Bykov">
            <organization>Ribbon Communications</organization>
          </author>
          <date day="10" month="July" year="2023"/>
          <abstract>
            <t>   Network Slicing is one of the core features of 5G defined in 3GPP,
   which provides different network service as independent logical
   networks.  To provide 5G network slices services, an end-to-end
   network slices have to span three network segments: Radio Access
   Network (RAN), Mobile Core Network (CN) and Transport Network (TN).
   This document describes the application of the IETF network slice
   framework in providing 5G end-to-end network slices, including
   network slice mapping in management plane, control plane and data
   plane.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-teas-5g-network-slice-application-01"/>
      </reference>
      <reference anchor="I-D.jiang-tsvwg-slice-media-service">
        <front>
          <title>Encoding 3GPP Slices for Interactive Media Services</title>
          <author fullname="Tianji Jiang" initials="T." surname="Jiang">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Dan Wang" initials="D." surname="Wang">
            <organization>China Mobile</organization>
          </author>
          <date day="23" month="July" year="2023"/>
          <abstract>
            <t>   Extended Reality &amp; multi-modality communication, or XRM, is a type of
   advanced service that has been studied and standardized in the 3GPP
   SA2 working group.  It targets at achieving high data rate, ultra-low
   latency, and high reliability.  The streams of an XRM service might
   be comprised of data from multiple modalities, namely, video, audio,
   ambient-sensor and haptic detection, etc.  XRM service faces
   challenges on various aspects, e.g. accurate multi-modality data
   synchronization, QoS differentiation, large volume of packets, and
   etc.  While a new 3GPP network slice type, HDLLC, has been recently
   introduced to handle the QoS requirements of XRM streams, the
   ubiquitously-existed encryption of packet payload posts additional
   challenges to the transport of encoded video packets via 5GS.  We
   have then discussed two potential IETF schemes, e.g., IP-DSCP based
   or UDP-option extension, that could be applied to 'expose' XRM QoS
   'metadata' to 5GS.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-jiang-tsvwg-slice-media-service-00"/>
      </reference>
      <reference anchor="I-D.ietf-teas-applicability-actn-slicing">
        <front>
          <title>Applicability of Abstraction and Control of Traffic Engineered Networks (ACTN) to Network Slicing</title>
          <author fullname="Daniel King" initials="D." surname="King">
            <organization>Old Dog Consulting</organization>
          </author>
          <author fullname="John Drake" initials="J." surname="Drake">
            <organization>Juniper Networks</organization>
          </author>
          <author fullname="Haomian Zheng" initials="H." surname="Zheng">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Adrian Farrel" initials="A." surname="Farrel">
            <organization>Old Dog Consulting</organization>
          </author>
          <date day="29" month="August" year="2023"/>
          <abstract>
            <t>   Network abstraction is a technique that can be applied to a network
   domain to obtain a view of potential connectivity across the network
   by utilizing a set of policies to select network resources.

   Network slicing is an approach to network operations that builds on
   the concept of network abstraction to provide programmability,
   flexibility, and modularity.  It may use techniques such as Software
   Defined Networking (SDN) and Network Function Virtualization (NFV) to
   create multiple logical or virtual networks, each tailored for a set
   of services that share the same set of requirements.

   Abstraction and Control of Traffic Engineered Networks (ACTN) is
   described in RFC 8453.  It defines an SDN-based architecture that
   relies on the concept of network and service abstraction to detach
   network and service control from the underlying data plane.

   This document outlines the applicability of ACTN to network slicing
   in a Traffic Engineered (TE) network that utilizes IETF technologies.
   It also identifies the features of network slicing not currently
   within the scope of ACTN, and indicates where ACTN might be extended.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-teas-applicability-actn-slicing-04"/>
      </reference>
      <reference anchor="I-D.ietf-dmm-tn-aware-mobility">
        <front>
          <title>Mobility aware Transport Network Slicing for 5G</title>
          <author fullname="Uma Chunduri" initials="U." surname="Chunduri">
            <organization>Intel Corporation</organization>
          </author>
          <author fullname="John Kaippallimalil" initials="J." surname="Kaippallimalil">
            <organization>Futurewei</organization>
          </author>
          <author fullname="Sridhar Bhaskaran" initials="S." surname="Bhaskaran">
            <organization>Rakuten Symphony</organization>
          </author>
          <author fullname="Jeff Tantsura" initials="J." surname="Tantsura">
            <organization>Microsoft</organization>
          </author>
          <author fullname="Praveen Muley" initials="P." surname="Muley">
            <organization>Nokia</organization>
          </author>
          <date day="18" month="October" year="2023"/>
          <abstract>
            <t>   Network slicing in 5G supports logical networks for communication
   services of multiple 5G customers to be multiplexed over the same
   infrastructure.  While 5G slicing covers logical separation of
   various aspects of 5G services, user's data plane packets over the
   radio access network (RAN) and mobile core network (5GC) use IP
   transport in many segments of the end-to-end 5G slice.  When end-to-
   end slices in a 5G system use IP network resources, they are mapped
   to corresponding IP transport network slice(s) which in turn provide
   the bandwidth, latency, isolation and other criteria requested by the
   5G slice.

   This document describes mapping of 5G slices to IP or Layer 2
   transport network slices when the IP transport network (slice
   provider) is separated from the networks in which the 5G network
   functions are deployed, for example, 5G functions that are
   distributed across data centers.  The slice mapping proposed here is
   supported transparently when a 5G user device moves across 5G
   attachment points and session anchors.


            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-dmm-tn-aware-mobility-08"/>
      </reference>
      <reference anchor="I-D.sw-detnet-network-slice-mapping-yang">
        <front>
          <title>YANG Data Model for DetNet Mapping with Network Slice</title>
          <author fullname="Xueyan Song" initials="X." surname="Song">
            <organization>ZTE Corp.</organization>
          </author>
          <author fullname="Haisheng Wu" initials="H." surname="Wu">
            <organization>ZTE Corp.</organization>
          </author>
          <date day="8" month="March" year="2023"/>
          <abstract>
            <t>   The convergence of IETF Network Slicing with DetNet achieves adequate
   network resource allocation and reservation to each node along the
   way of DetNet flows for latency-sensitive services.  This document
   introduces the applicability of DetNet to network slice , DetNet
   mapping with Network Slice requirements and YANG data models
   extensions in the context of IP/ MPLS network.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-sw-detnet-network-slice-mapping-yang-02"/>
      </reference>
      <reference anchor="RFC9181">
        <front>
          <title>A Common YANG Data Model for Layer 2 and 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="Q. Wu" initials="Q." surname="Wu"/>
          <date month="February" year="2022"/>
          <abstract>
            <t>This document defines a common YANG module that is meant to be reused by various VPN-related modules such as Layer 3 VPN and Layer 2 VPN network models.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9181"/>
        <seriesInfo name="DOI" value="10.17487/RFC9181"/>
      </reference>
      <reference anchor="I-D.boro-opsawg-teas-common-ac">
        <front>
          <title>A Common YANG Data Model for Attachment Circuits</title>
          <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
            <organization>Orange</organization>
          </author>
          <author fullname="Richard Roberts" initials="R." surname="Roberts">
            <organization>Juniper</organization>
          </author>
          <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
            <organization>Telefonica</organization>
          </author>
          <author fullname="Samier Barguil" initials="S." surname="Barguil">
            <organization>Nokia</organization>
          </author>
          <author fullname="Bo Wu" initials="B." surname="Wu">
            <organization>Huawei Technologies</organization>
          </author>
          <date day="3" month="May" year="2023"/>
          <abstract>
            <t>   The document specifies a common Attachment Circuits (ACs) YANG
   module, which is designed with the intent to be reusable by other
   models.  For example, this common model can be reused by service
   models to expose ACs as a service, service models that require
   binding a service to a set of ACs, network and device models to
   provision ACs, etc.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-boro-opsawg-teas-common-ac-02"/>
      </reference>
      <reference anchor="I-D.boro-opsawg-teas-attachment-circuit">
        <front>
          <title>YANG Data Models for 'Attachment Circuits'-as-a-Service (ACaaS)</title>
          <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
            <organization>Orange</organization>
          </author>
          <author fullname="Richard Roberts" initials="R." surname="Roberts">
            <organization>Juniper</organization>
          </author>
          <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
            <organization>Telefonica</organization>
          </author>
          <author fullname="Samier Barguil" initials="S." surname="Barguil">
            <organization>Nokia</organization>
          </author>
          <author fullname="Bo Wu" initials="B." surname="Wu">
            <organization>Huawei Technologies</organization>
          </author>
          <date day="10" month="July" year="2023"/>
          <abstract>
            <t>   This document specifies a YANG service data model for Attachment
   Circuits (ACs).  This model can be used for the provisioning of ACs
   before or during service provisioning (e.g., Network Slice Service).
   The document also specifies a module that updates other service and
   network modules with the required information to bind specific
   services to ACs that are created using the AC service model.

   Also, the document specifies a set of reusable groupings.  Whether
   other service models reuse structures defined in the AC models or
   simply include an AC reference is a design choice of these service
   models.  Utilizing the AC service model to manage ACs over which a
   service is delivered has the advantage of decoupling service
   management from upgrading AC components to incorporate recent AC
   technologies or features.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-boro-opsawg-teas-attachment-circuit-07"/>
      </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="20" month="October" 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
   Slice Services.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-teas-ietf-network-slice-nbi-yang-07"/>
      </reference>
      <reference anchor="RFC9408">
        <front>
          <title>A YANG Network Data Model for Service Attachment Points (SAPs)</title>
          <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
          <author fullname="O. Gonzalez de Dios" initials="O." surname="Gonzalez de Dios"/>
          <author fullname="S. Barguil" initials="S." surname="Barguil"/>
          <author fullname="Q. Wu" initials="Q." surname="Wu"/>
          <author fullname="V. Lopez" initials="V." surname="Lopez"/>
          <date month="June" year="2023"/>
          <abstract>
            <t>This document defines a YANG data model for representing an abstract view of the provider network topology that contains the points from which its services can be attached (e.g., basic connectivity, VPN, network slices). Also, the model can be used to retrieve the points where the services are actually being delivered to customers (including peer networks).</t>
            <t>This document augments the 'ietf-network' data model defined in RFC 8345 by adding the concept of Service Attachment Points (SAPs). The SAPs are the network reference points to which network services, such as Layer 3 Virtual Private Network (L3VPN) or Layer 2 Virtual Private Network (L2VPN), can be attached. One or multiple services can be bound to the same SAP. Both User-to-Network Interface (UNI) and Network-to-Network Interface (NNI) are supported in the SAP data model.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9408"/>
        <seriesInfo name="DOI" value="10.17487/RFC9408"/>
      </reference>
      <reference anchor="I-D.boro-opsawg-ntw-attachment-circuit">
        <front>
          <title>A Network YANG Data Model for Attachment Circuits</title>
          <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
            <organization>Orange</organization>
          </author>
          <author fullname="Richard Roberts" initials="R." surname="Roberts">
            <organization>Juniper</organization>
          </author>
          <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
            <organization>Telefonica</organization>
          </author>
          <author fullname="Samier Barguil" initials="S." surname="Barguil">
            <organization>Nokia</organization>
          </author>
          <author fullname="Bo Wu" initials="B." surname="Wu">
            <organization>Huawei Technologies</organization>
          </author>
          <date day="5" month="September" year="2023"/>
          <abstract>
            <t>   This document specifies a network model for attachment circuits.  The
   model can be used for the provisioning of attachment circuits prior
   or during service provisioning (e.g., Network Slice Service).  A
   companion service model is specified in
   [I-D.boro-opsawg-teas-attachment-circuit].

   The module augments the Service Attachment Point (SAP) model with the
   detailed information for the provisioning of attachment circuits in
   Provider Edges (PEs).

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-boro-opsawg-ntw-attachment-circuit-03"/>
      </reference>
      <reference anchor="I-D.liu-teas-transport-network-slice-yang">
        <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="Jeff Tantsura" initials="J." surname="Tantsura">
            <organization>Microsoft</organization>
          </author>
          <author fullname="Igor Bryskin" initials="I." surname="Bryskin">
            <organization>Individual</organization>
          </author>
          <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
            <organization>Telefonica</organization>
          </author>
          <author fullname="Qin Wu" initials="Q." surname="Wu">
            <organization>Huawei</organization>
          </author>
          <author fullname="Sergio Belotti" initials="S." surname="Belotti">
            <organization>Nokia</organization>
          </author>
          <author fullname="Reza Rokui" initials="R." surname="Rokui">
            <organization>Ciena</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="7" month="July" year="2023"/>
          <abstract>
            <t>   An IETF network slice may use a customized topology to describe
   intended resource reservation for connectivities between slice
   endpoints.  Customized topologies enable customers to request shared
   resources among connections activated on demand and to customize the
   service paths in a network slice with an extensive level of control.

   This document describes a YANG data model for managing and
   controlling customized topologies for IETF network slices defined in
   RFC YYYY.

   [RFC EDITOR NOTE: Please replace RFC YYYY with the RFC number of
   draft-ietf-teas-ietf-network-slices once it has been published.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-liu-teas-transport-network-slice-yang-07"/>
      </reference>
      <reference anchor="I-D.ietf-teas-actn-vn-yang">
        <front>
          <title>A YANG Data Model for Virtual Network (VN) Operations</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="Daniele Ceccarelli" initials="D." surname="Ceccarelli">
            <organization>Cisco</organization>
          </author>
          <author fullname="Igor Bryskin" initials="I." surname="Bryskin">
            <organization>Individual</organization>
          </author>
          <author fullname="Bin Yeong Yoon" initials="B. Y." surname="Yoon">
            <organization>ETRI</organization>
          </author>
          <date day="22" month="October" year="2023"/>
          <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.  This
   document provides a YANG data model generally applicable to any mode
   of VN operations.  This includes VN operations as per Abstraction and
   Control of TE Networks (ACTN) framework.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-teas-actn-vn-yang-21"/>
      </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="I-D.dhody-teas-ietf-network-slice-mapping">
        <front>
          <title>IETF Network Slice Service Mapping YANG Model</title>
          <author fullname="Dhruv Dhody" initials="D." surname="Dhody">
            <organization>Huawei</organization>
          </author>
          <author fullname="Bo Wu" initials="B." surname="Wu">
            <organization>Huawei Technologies</organization>
          </author>
          <date day="12" month="September" year="2023"/>
          <abstract>
            <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.

   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>
        <seriesInfo name="Internet-Draft" value="draft-dhody-teas-ietf-network-slice-mapping-04"/>
      </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.ietf-idr-bgp-ct">
        <front>
          <title>BGP Classful Transport Planes</title>
          <author fullname="Kaliraj Vairavakkalai" initials="K." surname="Vairavakkalai">
            <organization>Juniper Networks, Inc.</organization>
          </author>
          <author fullname="Natrajan Venkataraman" initials="N." surname="Venkataraman">
            <organization>Juniper Networks, Inc.</organization>
          </author>
          <date day="20" month="October" year="2023"/>
          <abstract>
            <t>   This document specifies a mechanism, referred to as "Intent Driven
   Service Mapping", that uses BGP to express intent based association
   of overlay routes, with underlay routes having specific Traffic
   Engineering (TE) characteristics, that satisfy a certain Service
   Level Agreement (SLA).  The document achieves this by defining new
   constructs, to group underlay routes with sufficiently similar TE
   characteristics into identifiable classes (called, Transport
   Classes), that overlay routes use as an ordered set to resolve
   reachability (Resolution Schemes) towards service endpoints.  These
   constructs can be used, e.g., to realize the "IETF Network Slice"
   defined in TEAS Network Slices framework.

   This document specifies protocol procedures for BGP that enable
   dissemination of service mapping information in a network that may
   span multiple cooperating administrative domains.  These domains may
   be administered either by the same provider or by closely
   coordinating providers.  A new BGP address family that leverages RFC
   4364 procedures and follows RFC 8277 NLRI encoding, is defined to
   advertise underlay routes with its identified class.  This new
   address family is called "BGP Classful Transport", a.k.a., BGP CT.


            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-idr-bgp-ct-17"/>
      </reference>
      <reference anchor="I-D.ietf-idr-bgp-car">
        <front>
          <title>BGP Color-Aware Routing (CAR)</title>
          <author fullname="Dhananjaya Rao" initials="D." surname="Rao">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Swadesh Agrawal" initials="S." surname="Agrawal">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Co-authors" initials="" surname="Co-authors">
         </author>
          <date day="6" month="July" year="2023"/>
          <abstract>
            <t>   This document describes a BGP based routing solution to establish
   end-to-end intent-aware paths across a multi-domain service provider
   transport network.  This solution is called BGP Color-Aware Routing
   (BGP CAR).

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-idr-bgp-car-02"/>
      </reference>
      <reference anchor="RFC9012">
        <front>
          <title>The BGP Tunnel Encapsulation Attribute</title>
          <author fullname="K. Patel" initials="K." surname="Patel"/>
          <author fullname="G. Van de Velde" initials="G." surname="Van de Velde"/>
          <author fullname="S. Sangli" initials="S." surname="Sangli"/>
          <author fullname="J. Scudder" initials="J." surname="Scudder"/>
          <date month="April" year="2021"/>
          <abstract>
            <t>This document defines a BGP path attribute known as the "Tunnel Encapsulation attribute", which can be used with BGP UPDATEs of various Subsequent Address Family Identifiers (SAFIs) to provide information needed to create tunnels and their corresponding encapsulation headers. It provides encodings for a number of tunnel types, along with procedures for choosing between alternate tunnels and routing packets into tunnels.</t>
            <t>This document obsoletes RFC 5512, which provided an earlier definition of the Tunnel Encapsulation attribute. RFC 5512 was never deployed in production. Since RFC 5566 relies on RFC 5512, it is likewise obsoleted. This document updates RFC 5640 by indicating that the Load-Balancing Block sub-TLV may be included in any Tunnel Encapsulation attribute where load balancing is desired.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9012"/>
        <seriesInfo name="DOI" value="10.17487/RFC9012"/>
      </reference>
      <reference anchor="RFC9256">
        <front>
          <title>Segment Routing Policy Architecture</title>
          <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
          <author fullname="K. Talaulikar" initials="K." role="editor" surname="Talaulikar"/>
          <author fullname="D. Voyer" initials="D." surname="Voyer"/>
          <author fullname="A. Bogdanov" initials="A." surname="Bogdanov"/>
          <author fullname="P. Mattes" initials="P." surname="Mattes"/>
          <date month="July" year="2022"/>
          <abstract>
            <t>Segment Routing (SR) allows a node to steer a packet flow along any path. Intermediate per-path states are eliminated thanks to source routing. SR Policy is an ordered list of segments (i.e., instructions) that represent a source-routed policy. Packet flows are steered into an SR Policy on a node where it is instantiated called a headend node. The packets steered into an SR Policy carry an ordered list of segments associated with that SR Policy.</t>
            <t>This document updates RFC 8402 as it details the concepts of SR Policy and steering into an SR Policy.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9256"/>
        <seriesInfo name="DOI" value="10.17487/RFC9256"/>
      </reference>
      <reference anchor="I-D.ietf-idr-flowspec-network-slice-ts">
        <front>
          <title>BGP Flowspec for IETF Network Slice Traffic Steering</title>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Ran Chen" initials="R." surname="Chen">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Subin Wang" initials="S." surname="Wang">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Jiang Wenying" initials="J." surname="Wenying">
            <organization>China Mobile</organization>
          </author>
          <date day="10" month="July" year="2023"/>
          <abstract>
            <t>   BGP Flow Specification (Flowspec) provides a mechanism to distribute
   traffic flow specifications and the forwarding actions to be
   performed to the specific traffic flows.  A set of Flowspec
   components are defined to specify the matching criteria that can be
   applied to the packet, and a set of BGP extended communities are
   defined to encode the actions a routing system can take on a packet
   which matches the flow specification.

   An IETF Network Slice enables connectivity between a set of Service
   Demarcation Points (SDPs) with specific Service Level Objectives
   (SLOs) and Service Level Expectations (SLEs) over a common underlay
   network.  To meet the connectivity and performance requirements of
   network slice services, network slice service traffic may need to be
   mapped to a corresponding Network Resource Partition (NRP).  The edge
   nodes of the NRP needs to identify the traffic flows of specific
   connectivity constructs of network slices, and steer the matched
   traffic into the corresponding NRP, or a specific path within the
   corresponding NRP.

   BGP Flowspec can be used to distribute the matching criteria and the
   forwarding actions to be preformed on network slice service traffic.
   The existing Flowspec components can be reused for the matching of
   network slice services flows at the edge of an NRP.  New components
   and traffic action may need to be defined for steering network slice
   service flows into the corresponding NRP.  This document defines the
   extensions to BGP Flowspec for IETF network slice traffic steering
   (NS-TS).

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-idr-flowspec-network-slice-ts-01"/>
      </reference>
      <reference anchor="I-D.drake-teas-bgp-ls-filter-nrp">
        <front>
          <title>Using BGP-LS Filters to Instanted Network Resource Partitions</title>
          <author fullname="John Drake" initials="J." surname="Drake">
            <organization>Juniper Networks</organization>
          </author>
          <author fullname="Adrian Farrel" initials="A." surname="Farrel">
            <organization>Old Dog Consulting</organization>
          </author>
          <author fullname="Luay Jalil" initials="L." surname="Jalil">
            <organization>Verizon</organization>
          </author>
          <author fullname="Avinash Reddy Lingala" initials="A. R." surname="Lingala">
            <organization>AT&amp;T</organization>
          </author>
          <date day="16" month="December" year="2022"/>
          <abstract>
            <t>   Future networks that support advanced services, such as those enabled
   by 5G mobile networks, envision a set of overlay networks each with
   different performance and scaling properties.  These overlays are
   known as network slices and are realized over a common underlay
   network.  In the context of IETF technologies, they are known as IETF
   network slices.

   In order to support IETF network slicing, as well as to offer
   enhanced VPN services in general, it is necessary to define a
   mechanism by which specific resources (buffers, queues, scheduling
   policies, etc.) of specific network topology components (links and/or
   nodes) of an underlay network can be used by a specific network
   slice, VPN, or set of VPNs.  These collections of resources are known
   as Network Resource Partitions (NRPs).

   This document sets out such a mechanism for use of BGP-LS to
   construct and operate NRPs in Segment Routing networks.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-drake-teas-bgp-ls-filter-nrp-00"/>
      </reference>
      <reference anchor="I-D.dong-idr-sr-policy-nrp">
        <front>
          <title>BGP SR Policy Extensions for Network Resource Partition</title>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Zhibo Hu" initials="Z." surname="Hu">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Ran Pang" initials="R." surname="Pang">
            <organization>China Unicom</organization>
          </author>
          <date day="5" month="September" year="2023"/>
          <abstract>
            <t>   Segment Routing (SR) Policy is a set of candidate paths, each
   consisting of one or more segment lists and the associated
   information.  The header of a packet steered in an SR Policy is
   augmented with an ordered list of segments associated with that SR
   Policy.  A Network Resource Partition (NRP) is a subset of network
   resources allocated in the underlay network which can be used to
   support one or a group of IETF network slice services.

   In networks where there are multiple NRPs, an SR Policy may be
   associated with a particular NRP.  The association between SR Policy
   and NRP needs to be specified, so that for service traffic which is
   steered into the SR Policy, the header of the packets can be
   augmented with the information associated with the NRP.  An SR Policy
   candidate path can be distributed using BGP SR Policy.  This document
   defines the extensions to BGP SR policy to specify the NRP which the
   SR Policy candidate path is associated with.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-dong-idr-sr-policy-nrp-03"/>
      </reference>
      <reference anchor="I-D.liu-idr-bgp-network-slicing">
        <front>
          <title>BGP Extensions to Support Packet Network Slicing in SR Policy</title>
          <author fullname="Yao Liu" initials="Y." surname="Liu">
            <organization>ZTE</organization>
          </author>
          <author fullname="Shaofu Peng" initials="S." surname="Peng">
            <organization>ZTE</organization>
          </author>
          <date day="31" month="March" year="2023"/>
          <abstract>
            <t>   This document defines extensions to BGP in order to advertise Network
   Resource Partition (NRP) in SR policy.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-liu-idr-bgp-network-slicing-02"/>
      </reference>
      <reference anchor="I-D.chen-idr-bgp-ls-sr-policy-nrp">
        <front>
          <title>SR Policies Extensions for NRP in BGP-LS</title>
          <author fullname="Ran Chen" initials="R." surname="Chen">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Detao Zhao" initials="D." surname="Zhao">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Liyan Gong" initials="L." surname="Gong">
            <organization>China mobile</organization>
          </author>
          <author fullname="Yongqing Zhu" initials="Y." surname="Zhu">
            <organization>China Telecom</organization>
          </author>
          <date day="17" month="October" year="2023"/>
          <abstract>
            <t>   This document defines a new TLV which enable the headed to report the
   configuration and the states of SR policies carrying NRP information
   by using BGP-LS.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-chen-idr-bgp-ls-sr-policy-nrp-03"/>
      </reference>
      <reference anchor="I-D.dong-pce-pcep-nrp">
        <front>
          <title>Path Computation Element Communication Protocol (PCEP) Extensions for Network Resource Partition (NRP)</title>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Sheng Fang" initials="S." surname="Fang">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Quan Xiong" initials="Q." surname="Xiong">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Shaofu Peng" initials="S." surname="Peng">
            <organization>ZTE Corporation</organization>
          </author>
          <author fullname="Liuyan Han" initials="L." surname="Han">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Minxue Wang" initials="M." surname="Wang">
            <organization>China Mobile</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>
          <date day="10" month="March" year="2023"/>
          <abstract>
            <t>   This document specifies the extensions to Path Computation Element
   Communication Protocol (PCEP) to carry Network Resource Partition
   (NRP) related information in the PCEP messages.  The extensions in
   this document can be used to indicate the NRP-specific constraints
   and information needed in path computation, path status report and
   path initialization.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-dong-pce-pcep-nrp-00"/>
      </reference>
      <reference anchor="I-D.ietf-lsr-isis-sr-vtn-mt">
        <front>
          <title>Using IS-IS Multi-Topology (MT) for Segment Routing based Virtual Transport Network</title>
          <author fullname="Chongfeng Xie" initials="C." surname="Xie">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Chenhao Ma" initials="C." surname="Ma">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Zhenbin Li" initials="Z." surname="Li">
            <organization>Huawei Technologies</organization>
          </author>
          <date day="10" month="July" year="2023"/>
          <abstract>
            <t>   Enhanced VPN (VPN+) aims to provide enhanced VPN service to support
   some existing and emerging application's needs of enhanced isolation
   and stringent performance requirements.  VPN+ requires integration
   between the overlay VPN connectivity and the characteristics provided
   by the underlay network.  A Virtual Transport Network (VTN) is a
   virtual underlay network that is associated with a network topology,
   and is allocated with a set of dedicated or shared resources from the
   underlay physical network.  A VTN could be used as the underlay to
   support one or a group of VPN+ services.

   In some network scenarios, each VTN can be associated with a unique
   logical network topology.  This document describes a mechanism to
   build the SR based VTNs using IS-IS Multi-Topology together with
   other well-defined IS-IS extensions.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lsr-isis-sr-vtn-mt-05"/>
      </reference>
      <reference anchor="I-D.ietf-idr-bgpls-sr-vtn-mt">
        <front>
          <title>BGP-LS with Multi-topology for Segment Routing based Virtual Transport Networks</title>
          <author fullname="Chongfeng Xie" initials="C." surname="Xie">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Cong Li" initials="C." surname="Li">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Zhenbin Li" initials="Z." surname="Li">
            <organization>Huawei Technologies</organization>
          </author>
          <date day="10" month="September" year="2023"/>
          <abstract>
            <t>   Enhanced VPN (VPN+) aims to provide enhanced VPN service to support
   some applications' needs of enhanced isolation and stringent
   performance requirements.  VPN+ requires integration between the
   overlay VPN and the underlay network.  A Virtual Transport Network
   (VTN) is a virtual underlay network which consists of a subset of the
   network topology and network resources allocated from the physical
   network.  A VTN could be used as the underlay for one or a group of
   VPN+ services.

   When Segment Routing is used as the data plane of VTNs, each VTN can
   be allocated with a group of Segment Identifiers (SIDs) to identify
   the topology and resource attributes of network segments in the VTN.
   The association between the network topology, the network resource
   attributes and the SR SIDs may need to be distributed to a
   centralized network controller.  In network scenarios where each VTN
   can be associated with a unique logical network topology, this
   document describes a mechanism to distribute the information of SR
   based VTNs using BGP-LS with Multi-Topology.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-idr-bgpls-sr-vtn-mt-03"/>
      </reference>
      <reference anchor="I-D.decraene-mpls-slid-encoded-entropy-label-id">
        <front>
          <title>Using Entropy Label for Network Slice Identification in MPLS networks.</title>
          <author fullname="Bruno Decraene" initials="B." surname="Decraene">
            <organization>Orange</organization>
          </author>
          <author fullname="Clarence Filsfils" initials="C." surname="Filsfils">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <author fullname="Wim Henderickx" initials="W." surname="Henderickx">
            <organization>Nokia</organization>
          </author>
          <author fullname="Tarek Saad" initials="T." surname="Saad">
            <organization>Juniper Networks</organization>
          </author>
          <author fullname="Vishnu Pavan Beeram" initials="V. P." surname="Beeram">
            <organization>Juniper Networks</organization>
          </author>
          <author fullname="Luay Jalil" initials="L." surname="Jalil">
            <organization>Verizon</organization>
          </author>
          <date day="12" month="December" year="2022"/>
          <abstract>
            <t>   This document updates [RFC6790] to extend the use of the TTL field of
   the Entropy Label in order to provide a flexible set of flags called
   the Entropy Label Control field.

   This document also defines a solution to encode a slice identifier in
   MPLS in order to distinguish packets that belong to different slices,
   to allow enforcing per network slice policies (.e.g, Qos).

   The slice identification is independent of the topology.  It allows
   for QoS/DiffServ policy on a per slice basis in addition to the per
   packet QoS/DiffServ policy provided by the MPLS Traffic Class field.

   In order to minimize the size of the MPLS stack and to ease
   incremental deployment the slice identifier is encoded as part of the
   Entropy Label.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-decraene-mpls-slid-encoded-entropy-label-id-05"/>
      </reference>
      <reference anchor="I-D.filsfils-spring-srv6-stateless-slice-id">
        <front>
          <title>Stateless and Scalable Network Slice Identification for SRv6</title>
          <author fullname="Clarence Filsfils" initials="C." surname="Filsfils">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <author fullname="Francois Clad" initials="F." surname="Clad">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <author fullname="Pablo Camarillo" initials="P." surname="Camarillo">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <author fullname="Syed Raza" initials="S." surname="Raza">
            <organization>Cisco Systems, Inc.</organization>
          </author>
          <author fullname="Daniel Voyer" initials="D." surname="Voyer">
            <organization>Bell Canada</organization>
          </author>
          <author fullname="Reza Rokui" initials="R." surname="Rokui">
            <organization>Ciena</organization>
          </author>
          <date day="1" month="August" year="2023"/>
          <abstract>
            <t>   This document defines a stateless and scalable solution to achieve
   network slicing with SRv6.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-filsfils-spring-srv6-stateless-slice-id-08"/>
      </reference>
      <reference anchor="I-D.cheng-spring-srv6-encoding-network-sliceid">
        <front>
          <title>Encoding Network Slice Identification for SRv6</title>
          <author fullname="Weiqiang Cheng" initials="W." surname="Cheng">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Peiyong Ma" initials="P." surname="Ma">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Fenghua Ren" initials="F." surname="Ren">
            <organization>China Unicom</organization>
          </author>
          <author fullname="Changwang Lin" initials="C." surname="Lin">
            <organization>New H3C Technologies</organization>
          </author>
          <author fullname="Liyan Gong" initials="L." surname="Gong">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Shay Zadok" initials="S." surname="Zadok">
            <organization>Broadcom</organization>
          </author>
          <author fullname="Mingyu Wu" initials="M." surname="Wu">
            <organization>CentecNetworks</organization>
          </author>
          <author fullname="xuewei wang" initials="X." surname="wang">
            <organization>Ruijie Networks Co., Ltd.</organization>
          </author>
          <date day="10" month="July" year="2023"/>
          <abstract>
            <t>   This document describes a method to encode network slicing
   identifier within SRv6 domain.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-cheng-spring-srv6-encoding-network-sliceid-07"/>
      </reference>
      <reference anchor="I-D.ietf-6man-enhanced-vpn-vtn-id">
        <front>
          <title>Carrying Virtual Transport Network (VTN) Information in IPv6 Extension Header</title>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Zhenbin Li" initials="Z." surname="Li">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Chongfeng Xie" initials="C." surname="Xie">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Chenhao Ma" initials="C." surname="Ma">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Gyan Mishra" initials="G. S." surname="Mishra">
            <organization>Verizon Inc.</organization>
          </author>
          <date day="6" month="July" year="2023"/>
          <abstract>
            <t>   Virtual Private Networks (VPNs) provide different customers with
   logically separated connectivity over a common network
   infrastructure.  With the introduction and evolvement of 5G and also
   in some existing network scenarios, some customers may require
   network connectivity services with advanced features comparing to
   conventional VPN services.  Such kind of network service is called
   enhanced VPNs (VPN+).  VPN+ can be used, for example, to deliver IETF
   network slice services.

   A VTN is a virtual underlay network that is associated with a network
   topology, and is allocated with a set of dedicated or shared
   resources from the underlay physical network.  VPN+ services can be
   delivered by mapping one or a group of overlay VPNs to the
   appropriate VTNs as the virtual underlay.  For packet forwarding in a
   specific VTN, some fields in the data packet are used to identify the
   VTN the packet belongs to, so that VTN-specific processing can be
   performed on each node along a VTN-specific path.

   This document specifies a new IPv6 Hop-by-Hop option to carry the VTN
   related information in data packets, which could be used to identify
   the VTN-specific processing to be performed on the packets by each
   network node along a VTN-specific path.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-6man-enhanced-vpn-vtn-id-05"/>
      </reference>
      <reference anchor="I-D.ietf-spring-resource-aware-segments">
        <front>
          <title>Introducing Resource Awareness to SR Segments</title>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Takuya Miyasaka" initials="T." surname="Miyasaka">
            <organization>KDDI Corporation</organization>
          </author>
          <author fullname="Yongqing Zhu" initials="Y." surname="Zhu">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Fengwei Qin" initials="F." surname="Qin">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Zhenqiang Li" initials="Z." surname="Li">
            <organization>China Mobile</organization>
          </author>
          <date day="23" month="October" year="2023"/>
          <abstract>
            <t>   This document describes the mechanism to associate network resources
   to Segment Routing Identifiers (SIDs).  Such SIDs are referred to as
   resource-aware SIDs in this document.  The resource-aware SIDs retain
   their original forwarding semantics, but with the additional
   semantics to identify the set of network resources available for the
   packet processing and forwarding action.  The resource-aware SIDs can
   therefore be used to build SR paths or virtual networks with a set of
   reserved network resources.  The proposed mechanism is applicable to
   both segment routing with MPLS data plane (SR-MPLS) and segment
   routing with IPv6 data plane (SRv6).

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-spring-resource-aware-segments-08"/>
      </reference>
      <reference anchor="I-D.ietf-spring-sr-for-enhanced-vpn">
        <front>
          <title>Segment Routing based Virtual Transport Network (VTN) for Enhanced VPN</title>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Takuya Miyasaka" initials="T." surname="Miyasaka">
            <organization>KDDI Corporation</organization>
          </author>
          <author fullname="Yongqing Zhu" initials="Y." surname="Zhu">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Fengwei Qin" initials="F." surname="Qin">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Zhenqiang Li" initials="Z." surname="Li">
            <organization>China Mobile</organization>
          </author>
          <date day="23" month="October" year="2023"/>
          <abstract>
            <t>   Segment Routing (SR) leverages the source routing paradigm.  A node
   steers a packet through an ordered list of instructions, called
   "segments".  A segment can represent topological or service based
   instructions.  A segment can further be associated with a set of
   network resources used for executing the instruction.  Such a segment
   is called resource-aware segment.

   A Virtual Transport Network (VTN) is a virtual underlay network which
   is associated with a network topology, and is allocated with a set of
   dedicated or shared resources from the underlay physical network.

   Resource-aware Segment Identifiers (SIDs) may be used to build SR
   paths with a set of reserved network resources.  In addition, a group
   of resource-aware SIDs may be used to build SR based virtual underlay
   networks, which provide customized network topology and resource
   attributes required by one or a group of customers and/or services.
   Such virtual underlay networks are the SR instantiations of VTNs.

   This document describes a suggested approach to build SR based VTNs
   using resource-aware SIDs.  The SR based VTNs can be used to deliver
   RFC XXXX network slices in SR networks.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-spring-sr-for-enhanced-vpn-06"/>
      </reference>
      <reference anchor="I-D.liu-spring-nrp-id-in-srv6-segment">
        <front>
          <title>NRP ID in SRv6 segment</title>
          <author fullname="Yisong Liu" initials="Y." surname="Liu">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Changwang Lin" initials="C." surname="Lin">
            <organization>New H3C Technologies</organization>
          </author>
          <author fullname="Hao Li" initials="H." surname="Li">
            <organization>New H3C Technologies</organization>
          </author>
          <author fullname="Liyan Gong" initials="L." surname="Gong">
            <organization>China Mobile</organization>
          </author>
          <date day="17" month="April" year="2023"/>
          <abstract>
            <t>   This document proposes a method to carry the NRP-ID with the packet
   in the SRv6 segment.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-liu-spring-nrp-id-in-srv6-segment-02"/>
      </reference>
      <reference anchor="I-D.li-mpls-mna-nrp-selector">
        <front>
          <title>MPLS Network Actions for Network Resource Partition Selector</title>
          <author fullname="Tony Li" initials="T." surname="Li">
            <organization>Juniper Networks</organization>
          </author>
          <author fullname="John Drake" initials="J." surname="Drake">
            <organization>Juniper Networks</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="Israel Meilik" initials="I." surname="Meilik">
            <organization>Broadcom</organization>
          </author>
          <date day="5" month="May" year="2023"/>
          <abstract>
            <t>   An IETF Network Slice service provides connectivity coupled with a
   set of network resource commitments and is expressed in terms of one
   or more connectivity constructs.  A Network Resource Partition (NRP)
   is a collection of resources identified in the underlay network to
   support IETF Network Slice services.  A Slice-Flow Aggregate refers
   to the set of traffic streams from one or more connectivity
   constructs belonging to one or more IETF Network Slices that are
   mapped to a specific NRP and provided the same forwarding treatment.
   The packets associated with a Slice-Flow Aggregate may carry a
   marking in the packet's network layer header to identify this
   association and this marking is referred to as NRP Selector.  The NRP
   Selector is used to map the packet to the associated NRP and provide
   the corresponding forwarding treatment to the packet.

   MPLS Network Actions (MNA) technologies are used to indicate actions
   for Label Switched Paths (LSPs) and/or MPLS packets and to transfer
   data needed for these actions.  This document discusses options for
   using MPLS Network Actions (MNAs) to carry the NRP Selector in MPLS
   packets.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-li-mpls-mna-nrp-selector-00"/>
      </reference>
      <reference anchor="I-D.liu-mpls-lsp-ping-nrp">
        <front>
          <title>LSP Ping/Traceroute for SR-MPLS NRP SIDs</title>
          <author fullname="Yao Liu" initials="Y." surname="Liu">
            <organization>ZTE</organization>
          </author>
          <author fullname="Shaofu Peng" initials="S." surname="Peng">
            <organization>ZTE</organization>
          </author>
          <date day="12" month="March" year="2023"/>
          <abstract>
            <t>   [RFC8287] defines the extensions to MPLS LSP ping and traceroute for
   Segment Routing IGP-Prefix and IGP-Adjacency SIDs with an MPLS data
   plane.  To correctly identify and validate an SR NRP SID, the
   validating device also requires NRP-ID to be supplied in the FEC
   Stack sub-TLV.  This document introduces new Target FEC Stack sub-
   TLVs to perform MPLS LSP ping and traceroute for NRP SIDs.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-liu-mpls-lsp-ping-nrp-01"/>
      </reference>
      <reference anchor="I-D.ietf-ippm-pam">
        <front>
          <title>Precision Availability Metrics for Services Governed by Service Level Objectives (SLOs)</title>
          <author fullname="Greg Mirsky" initials="G." surname="Mirsky">
            <organization>Ericsson</organization>
          </author>
          <author fullname="Joel M. Halpern" initials="J. M." surname="Halpern">
            <organization>Ericsson</organization>
          </author>
          <author fullname="Xiao Min" initials="X." surname="Min">
            <organization>ZTE Corp.</organization>
          </author>
          <author fullname="Alexander Clemm" initials="A." surname="Clemm">
            <organization>Futurewei</organization>
          </author>
          <author fullname="John Strassner" initials="J." surname="Strassner">
            <organization>Futurewei</organization>
          </author>
          <author fullname="Jérôme François" initials="J." surname="François">
            <organization>Inria and University of Luxembourg</organization>
          </author>
          <date day="18" month="October" year="2023"/>
          <abstract>
            <t>   This document defines a set of metrics for networking services with
   performance requirements expressed as Service Level Objectives (SLO).
   These metrics, referred to as Precision Availability Metrics (PAM),
   are useful for defining and monitoring SLOs.  For example, PAM can be
   used by providers and/or customers of an RFC XXXX Network Slice
   Service to assess whether the service is provided in compliance with
   its defined SLOs.

   Note to the RFC Editor: Please update "RFC XXXX Network Slice" with
   the RFC number assigned to draft-ietf-teas-ietf-network-slices.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-ippm-pam-08"/>
      </reference>
      <reference anchor="I-D.clemm-opsawg-pam-ipfix">
        <front>
          <title>Export of Flow Precision Availability Metrics Using IPFIX</title>
          <author fullname="Alexander Clemm" initials="A." surname="Clemm">
            <organization>Futurewei</organization>
          </author>
          <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
            <organization>Orange</organization>
          </author>
          <author fullname="Greg Mirsky" initials="G." surname="Mirsky">
            <organization>Ericsson</organization>
          </author>
          <date day="7" month="July" year="2023"/>
          <abstract>
            <t>   This document defines a set of IP Flow Information Export (IPFIX)
   Information Elements to export precision availability data associated
   with Flows, specifically Flows that are associated with stringent
   Service Level Objectives (SLOs) such as latency or packet delay
   variation.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-clemm-opsawg-pam-ipfix-00"/>
      </reference>
      <reference anchor="I-D.liu-opsawg-ipfix-network-slice">
        <front>
          <title>Export of Network Resource Partition (NRP) Information in IP Flow Information Export (IPFIX)</title>
          <author fullname="Yao Liu" initials="Y." surname="Liu">
            <organization>ZTE</organization>
          </author>
          <date day="28" month="June" year="2023"/>
          <abstract>
            <t>   This document introduces new IP Flow Information Export (IPFIX)
   Information Elements to identify the Network Resource Partition (NRP)
   that the network slice traffic is related with.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-liu-opsawg-ipfix-network-slice-00"/>
      </reference>
      <reference anchor="I-D.ietf-teas-nrp-scalability">
        <front>
          <title>Scalability Considerations for Network Resource Partition</title>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Zhenbin Li" initials="Z." surname="Li">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Liyan Gong" initials="L." surname="Gong">
            <organization>China Mobile</organization>
          </author>
          <author fullname="Guangming Yang" initials="G." surname="Yang">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Gyan Mishra" initials="G. S." surname="Mishra">
            <organization>Verizon Inc.</organization>
          </author>
          <author fullname="Fengwei Qin" initials="F." surname="Qin">
            <organization>China Mobile</organization>
          </author>
          <date day="21" month="October" year="2023"/>
          <abstract>
            <t>   A network slice offers connectivity services to a network slice
   customer with specific Service Level Objectives (SLOs) and Service
   Level Expectations (SLEs) over a common underlay network.

   RFC XXXX describes a framework for network slices built using
   networks that use IETF technologies.  As part of that framework, the
   Network Resource Partition (NRP) is introduced as a set of network
   resources that are allocated from the underlay network to carry a
   specific set of network slice service traffic and meet specific SLOs
   and SLEs.

   As the demand for network slices increases, scalability becomes an
   important factor.  Although the scalability of network slices can be
   improved by mapping a group of network slices to a single NRP, that
   design may not be suitable or possible for all deployments, thus
   there are concerns about the scalability of NRPs themselves.

   This document discusses some considerations for NRP scalability in
   the control and data planes.  It also investigates a set of
   optimization mechanisms.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-teas-nrp-scalability-03"/>
      </reference>
      <reference anchor="I-D.ma-teas-ietf-network-slice-deployment">
        <front>
          <title>IETF Network Slice Deployment Status and Considerations</title>
          <author fullname="Yusong Ma" initials="Y." surname="Ma">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Rui Luo" initials="R." surname="Luo">
            <organization>China Telecom</organization>
          </author>
          <author fullname="Alex Chan" initials="A." surname="Chan">
            <organization>China Mobile Hong Kong</organization>
          </author>
          <author fullname="Ben Suen" initials="B." surname="Suen">
            <organization>China Mobile Hong Kong</organization>
          </author>
          <author fullname="Jie Dong" initials="J." surname="Dong">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Yang Liu" initials="Y." surname="Liu">
            <organization>China Unicom</organization>
          </author>
          <author fullname="Houcine Allahoum" initials="H." surname="Allahoum">
            <organization>Algeria Telecom</organization>
          </author>
          <date day="23" month="October" year="2023"/>
          <abstract>
            <t>   Network Slicing is considered as an important approach to provide
   different services and customers with the required network
   connectivity, network resources and performance characteristics over
   a shared network.  Operators have started the deployment of network
   slices in their networks for different purposes.  This document
   introduces several deployment cases of IETF network slices in
   operator networks.  Some considerations collected from these IETF
   network slice deployments are also provided.


            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ma-teas-ietf-network-slice-deployment-02"/>
      </reference>
    </references>
    <?line 366?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Kaliraj Vairavakkalai for the comments.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
jdTLN7+cg1na/wWhx4Y9o1kAAA==

-->

</rfc>
