Internet-Draft | NRP YANG | July 2022 |
Wu, et al. | Expires 12 January 2023 | [Page] |
This document defines a YANG data model for managing Network Resource Partition (NRP) topologies and associated resource allocation. The model can be used for the realization of IETF network slice services.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 12 January 2023.¶
Copyright (c) 2022 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
[I-D.ietf-teas-ietf-network-slices] defines IETF network slice services that provide connectivity coupled with network resources commitment between a number of endpoints over a shared network infrastructure and, for scalability concerns, defines network resource partition (NRP) to host one or a group of network slice services according to characteristics including SLOs and SLEs. [I-D.dong-teas-nrp-scalability] analyzes the scalability issues of network slice services in detail and suggests candidate technologies of control and forwarding planes of the NRP.¶
This document defines a YANG model of NRP that the IETF NSC (Network Slice controller) can use to manage NRP instances to realize the network slicing services. According to the YANG model classification of [RFC8309], the NRP model is a network configuration model.¶
The following terms are defined in [RFC6241] and are used in this specification:¶
The following terms are defined in [RFC7950] and are used in this specification:¶
The terminology for describing YANG data models is found in [RFC7950].¶
The tree diagram used in this document follows the notation defined in [RFC8340].¶
[I-D.ietf-teas-ietf-network-slices] section 6.1 introduces the concept of NRP, which is a collection of resources (bufferage, queuing, scheduling, etc.) in the underlay network to provide specific SLOs and SLEs for connectivity constructs of IETF Network Slice services. [I-D.ietf-teas-ns-ip-mpls] provides some solutions to realize network slicing in IP/MPLS networks. [I-D.dong-teas-nrp-scalability] provides analysis and possible optimizations of the control plane and data plane of NRP in IP/MPLS networks for better scalability. The following are some common NRP attributes for NRP management identified based on the analysis:¶
NRP instantiation¶
An NRP is a subset, or all, of resources allocated from a physical network or logical network. Depending on the SLO and SLE requirements of the slicing service and also the available resources of the operator's network, there are several options of creating an NRP. One option is that each physical link is allocated to only one specific NRP, and different NRPs do not share any physical link. One more typical option is that multiple NRPs share the same physical links, and each NRP is built with virtual links with a certain subset of the bandwidth available on the physical links to provide network resource isolation.¶
In addition to specifying resource allocation from the underlay network, An NRP also needs to have associated control plane and forwarding plane technologies, which can provide specific routing and forwarding so that the traffic received from NRP edge nodes that is characterized to match the NRP traffic classification rule is constrained to the NRP exclusive topology and resource allocation. The NRP allows network operators to manage the resources of IETF network slices which are used to provide network slice service traffic with specific SLOs and SLEs.¶
As defined in [I-D.dong-teas-nrp-scalability], the draft discusses NRP control plane and data plane requirements in different provisioning scenarios, and describes that the NRP control plane is used to exchange network resource attributes and associated logical topology information between nodes of the NRP so that NRP-specific routing and forwarding tables could be generated. For the NRP control plane, distributed control plane mechanism, such as Multi-topology, Flex-Algo or centralized SDN or hybrid combination could be defined. To help with forwarding entries, several data-plane encapsulation options are also discussed to carry NRP information in the NRP traffic packets. The example NRP data plane identifier could be the IPv6 addresses or the MPLS forwarding labels or dedicated NRP data-plane identifiers.¶
An example of NRP instances and a physical network is illustrated in Figure 1. In the example, each NRP instance has a customized network topology comprised of a set of links and nodes in the physical network. In control plane, each NRP could be associated with a multi-topology or a Flex-Algo. And it also has its own forwarding plane resources and identifiers which provide NRP-specific packet forwarding.¶
[I-D.ietf-teas-ietf-network-slices] also describes the management of the NRP. After an NRP created, the NRP may need to be refined and modified as the network status and slice services change, and could be extended if necessary to meet the customers' demands. In addition to configuration management, the NRP should also provide detailed monitoring information about underlying resources to further provide monitoring for the hosted slice services.¶
One major application of network slices is 5G services. Figure 2 shows the use of the NRP model to realize the IETF Network Slice for the 5G use case, based on the reference framework defined in [I-D.ietf-teas-ietf-network-slices]. The figure shows that the NSC uses the L3VPN network model [I-D.ietf-opsawg-l3sm-l3nm] to map to an IETF Network Slice service and uses the NRP model to map VPN traffic to underlying network resources, so that the SLO and SLE required by the IETF network slice service are ensured when the VPN service traverses the underlying network.¶
In the process of realizing an IETF network slice service, the NSC can use a static NRP instance or dynamically create one as one or a group of VPNs underlay construct. Compared with existing VPN underlying built with full mesh tunneling mechanisms, the NRP could provide resource isolation, topology constraints, and simplified configuration. Additionally, specific service flows of a VPN can be further optimized using SR policies defined in [I-D.dong-idr-sr-policy-vtn].¶
As defined in [I-D.ietf-teas-ietf-network-slices], a network resource partition (NRP) is a collection of resources in the underlay network. An NRP can have a dedicated topology or can use a shared topology with other NRPs.¶
Therefore, an NRP is modeled as network topology defined in [RFC8345] with augmentations. A new network type "nrp" is defined. A network topology data instance containing the nrp network type, indicates an NRP instance. The Figure 3 shows the relationship between this module and other topology modules.¶
The container "nrp" under 'network' of [RFC8345] defines global parameters for an NRP, which defines NRP partition type, NRP topology generation method, and the specific control plane and data plane mechanisms of an NRP. And also, the traffic steering policy of the NRP may include a dynamic color based policies or an ACL-based static ones.¶
The NRP partition type is used to describe multiple NRP resource partition methods, for example, no partition, control plane resource partition, data plane resource partition, or a combination of two types.¶
As an NRP may consist of the entire or a subset of links in the underlay network, there are various methods to generate NRP topology, which include:¶
As discussed in [I-D.dong-teas-nrp-scalability], an NRP could have multiple control plane implementation options. For a better network scalability, an NRP does not require an independent distributed control protocol instance or a independent centralized control plane instance, that is, multiple NRPs can share a same control plane instance. Thus, an NRP can use a predefined native or abstract TE topology by referring to a TE network instance or a predefined control protocol instance by referring to Layer3 network instance.¶
In addition to global NRP parameters, each NRP instance also consists of a set of nodes and a set of links, which have different attributes that represent the allocated resources or the operational status of the NRP. An NRP could support several data plane resource partition methods, which are defined by 'link-partition-type'' under an NRP link, which can further be supported by FlexE or independent queue techniques.¶
There are multiple modes of NRP operations to be supported as follows:¶
The description of the NRP data nodes are as follows:¶
module: ietf-nrp augment /nw:networks/nw:network/nw:network-types: +--rw nrp! augment /nw:networks/nw:network: +--rw nrp +--rw nrp-id? uint32 +--rw nrp-name? string +--rw partition-type? identityref +--rw bandwidth-reservation | +--rw (bandwidth-type)? | +--:(bandwidth-value) | | +--rw bandwidth-value? uint64 | +--:(bandwidth-percentage) | +--rw bandwidth-percent? rt-types:percentage +--rw control-plane | +--rw topology-ref | +--rw igp-topology-ref | | +--rw network-ref? | | | -> /nw:networks/network/network-id | | +--rw multi-topology-id? uint32 | | +--rw flex-algo-id? uint32 | +--rw te-topology-identifier | +--rw provider-id? te-global-id | +--rw client-id? te-global-id | +--rw topology-id? te-topology-id +--rw data-plane | +--rw global-resource-identifier | | +--rw nrp-dataplane-ipv6-type | | | +--rw nrp-dp-value? inet:ipv6-address | | +--rw nrp-dataplane-mpls-type | | +--rw nrp-dp-value? uint32 | +--rw nrp-aware-dp | +--rw nrp-aware-srv6-type! | +--rw nrp-aware-sr-mpls-type! +--rw steering-policy | +--rw color-id* uint32 | +--rw acl-ref* -> /acl:acls/acl/name +--rw nrp-topology-group* [group-id] +--rw group-id string +--rw base-topology-ref | +--rw network-ref? -> /nw:networks/network/network-id +--rw links* [link-ref] | +--rw link-ref leafref | +--rw link-attributes-override | +--rw bandwidth-reservation | +--rw (bandwidth-type)? | +--:(bandwidth-value) | | +--rw bandwidth-value? uint64 | +--:(bandwidth-percentage) | +--rw bandwidth-percent? | rt-types:percentage +--rw bandwidth-reservation +--rw (bandwidth-type)? +--:(bandwidth-value) | +--rw bandwidth-value? uint64 +--:(bandwidth-percentage) +--rw bandwidth-percent? rt-types:percentage augment /nw:networks/nw:network/nw:node: +--ro nrp +--ro nrp-aware-dp-id +--ro nrp-dp-srv6? srv6-types:srv6-sid +--ro nrp-dp-sr-mpls? rt-types:mpls-label augment /nw:networks/nw:network/nt:link: +--rw nrp +--rw bandwidth-reservation | +--rw (bandwidth-type)? | +--:(bandwidth-value) | | +--rw bandwidth-value? uint64 | +--:(bandwidth-percentage) | +--rw bandwidth-percent? rt-types:percentage +--rw partition-type? identityref +--ro nrp-aware-dp-id | +--ro nrp-dp-srv6? srv6-types:srv6-sid | +--ro nrp-dp-sr-mpls? rt-types:mpls-label +--ro statistics +--ro admin-status? | te-types:te-admin-status +--ro oper-status? | te-types:te-oper-status +--ro one-way-available-bandwidth? | rt-types:bandwidth-ieee-float32 +--ro one-way-utilized-bandwidth? | rt-types:bandwidth-ieee-float32 +--ro one-way-min-delay? uint32 +--ro one-way-max-delay? uint32 +--ro one-way-delay-variation? uint32 +--ro one-way-packet-loss? decimal64¶
<CODE BEGINS> file "ietf-nrp@2022-07-11.yang"¶
module ietf-nrp { yang-version 1.1; namespace "urn:ietf:params:xml:ns:yang:ietf-nrp"; prefix nrp; import ietf-network { prefix nw; reference "RFC 8345: A YANG Data Model for Network Topologies"; } import ietf-network-topology { prefix nt; reference "RFC 8345: A YANG Data Model for Network Topologies"; } import ietf-routing-types { prefix rt-types; reference "RFC 8294: Common YANG Data Types for the Routing Area"; } import ietf-te-types { prefix te-types; reference "RFC 8776: Traffic Engineering Common YANG Types"; } import ietf-te-packet-types { prefix te-packet-types; reference "RFC 8776: Traffic Engineering Common YANG Types"; } import ietf-srv6-types { prefix srv6-types; } import ietf-inet-types { prefix inet; reference "RFC 6991: Common YANG Data Types"; } import ietf-access-control-list { prefix acl; reference "RFC 8519: YANG Data Model for Network Access Control Lists (ACLs)"; } organization "IETF TEAS Working Group"; contact " WG Web: <http://tools.ietf.org/wg/teas/> WG List:<mailto:teas@ietf.org> Editor: Bo Wu <lana.wubo@huawei.com> : Dhruv Dhody <dhruv.ietf@gmail.com>"; description "This YANG module defines a network data module for NRP(Network Resource Partition). Copyright (c) 2022 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Revised BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info). This version of this YANG module is part of RFC XXXX (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself for full legal notices."; revision 2022-07-11 { description "This is the initial version of NRP YANG model."; reference "RFC XXX: A YANG Data Model for Network Resource Partition"; } identity nrp-partition-type { description "Base identity for NRP partition type."; } identity nrp-control-plane-partition { base nrp-partition-type; description "Identity for control plane partition."; } identity nrp-data-plane-partition { base nrp-partition-type; description "Identity for data plane partition."; } identity nrp-hybrid-plane-partition { base nrp-partition-type; description "Identity for both planes partition."; } identity nrp-no-partition { base nrp-partition-type; description "Identity for no partition."; } identity nrp-link-partition-type { description "Base identity for interface partition type."; } identity virtual-sub-interface-partition { base nrp-link-partition-type; description "Identity for virtual interface or sub-interface, e.g. FlexE."; } identity queue-partition { base nrp-link-partition-type; description "Identity for queue partition type."; } identity nrp-dataplane-type { description "Base identity for NRP data plane type."; } identity nrp-dataplane-ipv6 { base nrp-dataplane-type; description "Identity for NRP specific packet forwarding of IPv6."; } identity nrp-dataplane-mpls { base nrp-dataplane-type; description "Identity for NRP specific packet forwarding of MPLS."; } identity nrp-dataplane-sr-mpls { base nrp-dataplane-type; description "Identity for NRP specific packet forwarding of SR MPLS."; } identity nrp-dataplane-srv6 { base nrp-dataplane-type; description "Identity for NRP specific packet forwarding of SRv6."; } /* * Groupings */ grouping nrp-bandwidth-reservation { description "Grouping for NRP bandwidth reservation."; container bandwidth-reservation { description "Container for NRP bandwidth reservation."; choice bandwidth-type { description "Choice of bandwidth reservation type."; case bandwidth-value { leaf bandwidth-value { type uint64; units "bps"; description "Bandwidth allocation for the NRP as absolute value."; } } case bandwidth-percentage { leaf bandwidth-percent { type rt-types:percentage; description "Bandwidth allocation for the NRP as a percentage of a link."; } } } } } grouping nrp-control-plane-attributes { description "Grouping for NRP control plane attributes."; container control-plane { description "The container of NRP control plane mechanisms."; container topology-ref { description "Container for topology reference."; container igp-topology-ref { description "Container for IGP topology reference."; uses nw:network-ref; leaf multi-topology-id { type uint32; description "The MT-id of an NRP."; } leaf flex-algo-id { type uint32; description "The flex-algo-id of an NRP."; } } uses te-types:te-topology-identifier; } } } grouping nrp-data-plane-attributes { description "Grouping for NRP data plane attributes."; container data-plane { description "The data plane mechanisms of an NRP. The forwarding plane could be MPLS, IPv6, SRv6, or SR-MPLS."; container global-resource-identifier { description "The container of global NRP data-plane ID."; container nrp-dataplane-ipv6-type { description "The container of IPv6 based NRP data-plane identifier."; leaf nrp-dp-value { type inet:ipv6-address; description "Indicates the IPv6 NRP data-plane identifier."; } } container nrp-dataplane-mpls-type { description "The container of MPLS based NRP data-plane identifier."; leaf nrp-dp-value { type uint32; description "Indicates MPLS metadata values to identify MPLS NRP data plane identifier, e.g. Ancillary data."; } } } container nrp-aware-dp { description "The container of SR based NRP data-plane identifier."; container nrp-aware-srv6-type { presence "Enables SRv6 data plane type."; description "The container of SRv6 based NRP data-plane identifier."; } container nrp-aware-sr-mpls-type { presence "Enables SR MPLS data plane type."; description "The container of SR MPLS based NRP data-plane identifier."; } } } } grouping nrp-traffic-steering-policy { description "The grouping of the NRP traffic steering policy."; container steering-policy { description "The container of a policy set matching an NRP traffic classifier."; leaf-list color-id { type uint32; description "A list of color ID for NRP traffic steering based on SR policy."; } leaf-list acl-ref { type leafref { path "/acl:acls/acl:acl/acl:name"; } description "A list of ACL for NRP traffic classification."; } } } grouping nrp-aware-id { description "The grouping of NRP aware dataplane ID."; container nrp-aware-dp-id { config false; description "The container of NRP data plane identifier."; leaf nrp-dp-srv6 { type srv6-types:srv6-sid; description "Indicates the SRv6 SID value as the NRP data plane identifier."; } leaf nrp-dp-sr-mpls { type rt-types:mpls-label; description "Indicates the SR MPLS ID value as the NRP data plane identifier."; } } } grouping nrp-topology-attributes { description "NRP global attributes."; container nrp { description "Containing NRP topology attributes."; leaf nrp-id { type uint32; description "NRP identifier."; } leaf nrp-name { type string; description "NRP Name."; } leaf partition-type { type identityref { base nrp-partition-type; } default "nrp-no-partition"; description "Indicates the resource partition type of the NRP, such as control plane partition, data plane partition, or no partition."; } uses nrp-bandwidth-reservation; uses nrp-control-plane-attributes; uses nrp-data-plane-attributes; uses nrp-traffic-steering-policy; list nrp-topology-group { key "group-id"; description "List of groups for NRP topology elements (node or links) that share common attributes."; leaf group-id { type string; description "The NRP topology group identifier."; } container base-topology-ref { description "Container for the base topology reference."; uses nw:network-ref; } list links { key "link-ref"; description "A list of links with common attributes"; leaf link-ref { type leafref { path "/nw:networks/nw:network[nw:network-id=current()" + "/../../base-topology-ref/network-ref]" + "/nt:link/nt:link-id"; } description "A reference to a link in the base topology."; } container link-attributes-override { description "Container for overriding link attributes, e.g. resource reservation."; uses nrp-bandwidth-reservation; } } uses nrp-bandwidth-reservation; } } // nrp } // nrp-node-attributes grouping nrp-node-attributes { description "NRP node scope attributes."; container nrp { config false; description "Containing NRP attributes."; uses nrp-aware-id; } } // nrp-node-attributes grouping nrp-link-states { description "NRP link scope states."; container nrp { description "Containing NRP attributes."; uses nrp-bandwidth-reservation; leaf partition-type { type identityref { base nrp-partition-type; } description "Indicates the resource partition type of a link."; } uses nrp-aware-id; uses nrp-statistics-per-link; } } // one-way-performance-metrics grouping one-way-performance-bandwidth { description "Grouping for one-way performance bandwidth."; leaf one-way-available-bandwidth { type rt-types:bandwidth-ieee-float32; units "bytes per second"; default "0x0p0"; description "Available bandwidth that is defined to be NRP link bandwidth minus bandwidth utilization. For a bundled link, available bandwidth is defined to be the sum of the component link available bandwidths."; } leaf one-way-utilized-bandwidth { type rt-types:bandwidth-ieee-float32; units "bytes per second"; default "0x0p0"; description "Bandwidth utilization that represents the actual utilization of the link (i.e. as measured in the router). For a bundled link, bandwidth utilization is defined to be the sum of the component link bandwidth utilizations."; } } // nrp-link-statistics grouping nrp-statistics-per-link { description "Statistics attributes per NRP link."; container statistics { config false; description "Statistics for NRP link."; leaf admin-status { type te-types:te-admin-status; description "The administrative state of the link."; } leaf oper-status { type te-types:te-oper-status; description "The current operational state of the link."; } uses one-way-performance-bandwidth; uses te-packet-types:one-way-performance-metrics-packet; } } grouping nrp-augment { description "Augmentation for NRPs."; container nrp { presence "NRP support"; description "Indicates NRP support."; } // nrp } // nrp-augment augment "/nw:networks/nw:network/nw:network-types" { description "Defines the NRP topology type."; container nrp { presence "Indicates NRP topology"; description "The presence identifies the NRP type."; } } augment "/nw:networks/nw:network" { when 'nw:network-types/nrp:nrp' { description "Augment only for NRP topology."; } description "Augment NRP configuration and state."; uses nrp-topology-attributes; } augment "/nw:networks/nw:network/nw:node" { when '../nw:network-types/nrp:nrp' { description "Augment only for NRP topology."; } description "Augment node configuration and state."; uses nrp-node-attributes; } augment "/nw:networks/nw:network/nt:link" { when '../nw:network-types/nrp:nrp' { description "Augment only for NRP topology."; } description "Augment link configuration and state."; uses nrp-link-states; } }¶
<CODE ENDS>¶
The YANG module defined in this document is designed to be accessed via network management protocols such as NETCONF [RFC6241] or RESTCONF [RFC8040]. The lowest NETCONF layer is the secure transport layer, and the mandatory-to-implement secure transport is Secure Shell (SSH) [RFC6242]. The lowest RESTCONF layer is HTTPS, and the mandatory-to-implement secure transport is TLS [RFC8446].¶
The NETCONF access control model [RFC8341] provides the means to restrict access for particular NETCONF or RESTCONF users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content.¶
There are a number of data nodes defined in this YANG module that are writable/creatable/deletable (i.e., config true, which is the default). These data nodes may be considered sensitive or vulnerable in some network environments. Write operations (e.g., edit-config) to these data nodes without proper protection can have a negative effect on network operations.¶
nrp-link: A malicious client could attempt to remove a link from a topology, add a new link. In each case, the structure of the topology would be sabotaged, and this scenario could, for example, result in an NRP topology that is less than optimal.¶
The entries in the nodes above include the whole network configurations corresponding with the NRP, and indirectly create or modify the PE or P device configurations. Unexpected changes to these entries could lead to service disruption and/or network misbehavior.¶
This document registers a URI in the IETF XML registry [RFC3688]. Following the format in [RFC3688], the following registration is requested to be made:¶
URI: urn:ietf:params:xml:ns:yang:ietf-nrp Registrant Contact: The IESG. XML: N/A, the requested URI is an XML namespace.¶
This document requests to register a YANG module in the YANG Module Names registry [RFC7950].¶
Name: ietf-nrp Namespace: urn:ietf:params:xml:ns:yang:ietf-nrp Prefix: nrp Reference: RFC XXXX¶
Zhenbin Li Huawei Email: lizhenbin@huawei.com Jie Dong Huawei Email: jie.dong@huawei.com¶
This section contains an example of an instance data tree in JSON encoding [RFC7951]. The example instantiates ietf-nrp for the topology that is depicted in the following diagram. There are three nodes, D1, D2, and D3. D1 has three termination points, 1-0-1, 1-2-1, and 1-3-1. D2 has three termination points as well, 2-1-1, 2-0-1, and 2-3-1. D3 has two termination points, 3-1-1 and 3-2-1. In addition there are six links, two between each pair of nodes with one going in each direction.¶
The corresponding NRP instance data tree is depicted below:¶