Internet-Draft | MNA Use Cases | June 2024 |
Saad, et al. | Expires 22 December 2024 | [Page] |
This document presents use cases that have a common feature in that they may be addressed by encoding network action indicators and associated ancillary data within MPLS packets. There are interest in extending the MPLS data plane to carry such indicators and ancillary data to address the use cases that are described in this document.¶
The use cases described in this document are not an exhaustive set, but rather the ones that are actively discussed by members of the IETF MPLS, PALS, and DetNet working groups.¶
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 athttps://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 22 December 2024.¶
Copyright (c) 2024 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.¶
This document describes cases that introduce functions that are based onspecial processing by forwarding hardware. Previously, that requiredthe allocation of a new special-purpose label or extended special-purpose label.To conserve that limited resource, an MPLS Network Action (MNA) approach was introduced to extend the MPLS architecture.MNA is expected to enable functions that may require carrying additionalancillary data within the MPLS packets, as well as means to indicate theancillary data is present and a specific action needs to be performed on thepacket.¶
This document lists various use cases that could benefit extensivelyfrom the MNA framework[I-D.ietf-mpls-mna-fwk].Supporting a solution of the general MNA framework providesa common foundation for future network actions that can be exercisedin the MPLS data plane.¶
The following terminology is used in the document:¶
ISD: In-stack data¶
PSD: Post-stack data¶
MNA: MPLS Network Action¶
NAI: Network Action Indicator¶
AD: Ancillary Data¶
DEX: Direct Export¶
GDF: Generic Delivery Function¶
I2E: Ingress to Edge¶
HbH: Hop by Hop¶
PW: Pseudowire¶
BoS: Bottom of Stack¶
ToS: Top of Stack¶
NSH: Network Service Header¶
FRR: Fast Reroute¶
IOAM: In-situ Operations, Administration, and Mantenance¶
G-ACh: Generic Associated Channel¶
LSP: Label Switched Path¶
LSR: Label Switch Router¶
NRP: Network Resource Partition¶
AMM: Alternative Marking Method¶
MPLS Fast Reroute[RFC4090],[RFC5286] and[RFC7490] is a usefuland widely deployed tool for minimizing packet loss in the case of a link ornode failure.¶
Several cases exist where, once a Fast Reroute (FRR) has taken place in an MPLS network andresulted in rerouting a packet away from the failure, a second FRR impactsthe same packet on another node, and may result in traffic disruption.¶
In such a case, the packet impacted by multiple FRR events may continue to loopbetween the label switch routers (LSRs) that activated FRR until the packet's TTLexpires. This can lead to link congestion and further packet loss. To avoid that situation, packets that have been redirected by FRR will be marked using MNA to preclude further FRR processing.¶
MNA can be used to carry information essential for collecting operational informationand measuring various performance metrics that reflect the experience of the packet marked by MNA.Optionally, the operational state and telemetry information collected onthe LSR may be transported using MNA techniques.¶
In-situ Operations, Administration, and Maintenance (IOAM),defined in[RFC9197] and[RFC9326], might be used to collectoperational and telemetry information while a packet traverses a particular pathin a network domain.¶
IOAM can run in two modes: Ingress to Edge (I2E) and Hop by Hop (HbH). In I2Emode, only the encapsulating and decapsulating nodes will process IOAM datafields. In HbH mode, the encapsulating and decapsulating nodes, as well asintermediate IOAM-capable nodes, process IOAM data fields. The IOAM data fields,defined in[RFC9197], can be used to derive the operational state of the networkexperienced by the packet with the IOAM Header that traversed the path through the IOAM domain.¶
Several IOAM Option-Types have been defined:¶
With all IOAM Option-Types except for the Direct Export (DEX), the collectedinformation is transported in the trigger IOAM packet.In the IOAM DEX Option[RFC9326], the operational state and telemetry information arecollected according to a specified profile and exported in a manner andformat defined by a local policy. In IOAM DEX, the user data packet is onlyused to trigger the IOAM data to be directly exported or locally aggregatedwithout being carried in the IOAM trigger packets.¶
The Alternate Marking Method (AMM), defined in[RFC9341] and[RFC9342]) is an exampleof a hybrid performance measurement method ([RFC7799]) that can be used in the MPLS networkto measure packet loss and packet delay performance metrics.[RFC8957] definedthe Synonymous Flow Label framework to realize AMM in the MPLS network.The MNA is an alternative mechanism that can be used to support AMM in the MPLS network.¶
An RFC 9543 Network Slice service ([RFC9543])provides connectivity coupled with a set ofnetwork resource commitments and is expressed in terms of one or moreconnectivity constructs.[RFC9543] also defines a Network Resource Partition (NRP) Policyas a policy construct that enables the instantiation of mechanisms to support one or more network slice services.The packets associated with an NRP may carry amarking in their network layer header to identify this association,which is referred to as an NRP Selector. The NRP Selector is usedto map a packet to the associated set of network resources and provide thecorresponding forwarding treatment onto the packet.¶
A router that requires the forwarding of a packet that belongs to an NRPmay have to decide on the forwarding action to take based on selectednext-hop(s), and the forwarding treatment (e.g., scheduling and drop policy) toenforce based on the associated per-hop behavior.¶
In this case, routers that forward traffic over a physical link shared by multipleNRPs need to identify the NRP to which the packet belongs to enforce their respective forwarding actions and treatments.¶
MNA technologies can be used to signal actions for MPLS packetsand carry data essential for these actions. For example, MNA can carry the NRP Selector[I-D.ietf-teas-ns-ip-mpls] in MPLS packets.¶
[RFC8595] describes how Service Function Chaining can be realized inan MPLS network by emulating the Network Service Header (NSH) using only MPLS label stack elements.¶
The approach in[RFC8595] introduces some limitations that are discussed in[I-D.lm-mpls-sfc-path-verification]. This approach, however, can benefitfrom the framework introduced with MNA in[I-D.ietf-mpls-mna-fwk].¶
MNA can be used to extend NSH emulation using MPLSlabels[RFC8595] to support the functionality of NSH Context Headers,whether fixed or variable-length. For example, MNA could support Flow ID[RFC9263] that may be used for load-balancing amongService Function Forwarders and/or the Service Functionswithin the same Service Function Path.¶
In Segment Routing (SR), an ingress node steers a packet through an ordered list of instructionscalled "segments". Each one of these instructions represents afunction to be called at a specific location in the network. Afunction is locally defined on the node where it is executed and mayrange from simply moving forward in the segment list to any complexuser-defined behavior.¶
Network Programming combines SR functions to achieve anetworking objective that goes beyond mere packet routing.¶
Encoding a pointer to a function and its arguments within an MPLS packet transport header may be desirable.MNA can be used to encode the FUNC::ARGs to support the functionalequivalent of FUNC::ARG in SRv6 as described in[RFC8986].¶
There are several services that can be transported over MPLS networks today.These include providing Layer-3 (L3) connectivity (e.g., for unicast andmulticast L3 services), and Layer-2 (L2) connectivity (e.g., for unicastPseudowires (PWs), multicast E-Tree, and broadcast E-LAN L2 services). Inthose cases, the user service traffic is encapsulated as the payload in MPLS packets.¶
For L2 service traffic, it is possible to use Control Word (CW)[RFC4385] and[RFC5085] immediately after the MPLS header to disambiguate the type of MPLS payload,prevent possible packet misordering, and allow for fragmentation. In this case,the first nibble the data that immediately follows after the MPLS BoS isset to 0000b to identify the presence of PW CW.¶
In addition to providing connectivity to user traffic, MPLS may also transport OAMdata (e.g., over MPLS Generic Associated Channels (G-AChs)[RFC5586]). In this case, the first nibble ofthe data that immediately follows after the MPLS BoS is set to 0001b. Itindicates the presence of a control channel associated witha PW, LSP, or Section.¶
Bit Index Explicit Replication (BIER)[RFC8296] traffic can also be encapsulatedover MPLS. In this case, BIER has defined 0101b as the value for the first nibblein the data that immediately appears after the bottom of the label stack for anyBIER encapsulated packet over MPLS.¶
For pseudowires, the Generic Associated Channel[RFC7212] uses the first four bits of the PW controlword to provide the initial discrimination between data packets andpackets belonging to the associated channel, as described in[RFC4385].¶
MPLS can be used as the data plane for DetNet[RFC8655].The DetNet sub-layers, forwarding and service,are realized using the MPLS label stack, the DetNet Control Word[RFC8964]and DetNet Associated Channel Header[RFC9546].¶
It is expected that new use cases described in this document will allow for the co-existanceand backward compatibility with all such existing MPLS services.¶
Two or more of the aforementioned use cases may co-exist in the same packet.This may require the presence of multiple ancilary data(whether In-stack or Post-stack ancillary data) to be present in the same MPLS packet.¶
For example, IOAM may provide key functions along with network slicing to helpensure that critical network slice SLOs are being met by the network provider.In this case, IOAM is able to collect key performance measurement parameters ofnetwork slice traffic flow as it traverses the transport network.¶
This document has no IANA actions.¶
This document introduces no new security considerations.¶
The authors gratefully acknowledge the input of the members of theMPLS Open Design Team. Also, the authors sicerely thank Loa Andersson, Xiao Min, and Jie Dongfor thier thoughtful suggestions and help in improving the document.¶
A number of use cases for which MNA can provide a viable solution have been brought up.The discussion of these aspirational cases is ongoing.¶
The Generic Delivery Functions (GDFs), defined in[I-D.zzhang-intarea-generic-delivery-functions], provide a new mechanism tosupport functions analogous to those supported through the IPv6 ExtensionHeaders mechanism. For example, GDF can support fragmentation/reassemblyfunctionality in the MPLS network by using the Generic Fragmentation Header.MNA can support GDF by placing a GDF header in an MPLS packet within thePost-Stack Data block[I-D.ietf-mpls-mna-fwk]. Multiple GDF headers can alsobe present in the same MPLS packet organized as a list of headers.¶
The routers in a network can perform two distinct functions on incomingpackets, namely forwarding (where the packet should be sent) and scheduling(when the packet should be sent). IEEE-802.1 Time Sensitive Networking (TSN) andDeterministic Networking provide several mechanisms for scheduling under theassumption that routers are time-synchronized. The most effective mechanismsfor delay minimization involve per-flow resource allocation.¶
Segment Routing (SR) is a forwarding paradigm that allows encoding forwardinginstructions in the packet in a stack data structure rather than beingprogrammed into the routers. The SR instructions are contained within a packetin the form of a First-in First-out stack dictating the forwarding decisions ofsuccessive routers. Segment routing may be used to choose a path sufficientlyshort to be capable of providing a bounded end-to-end latency but doesnot influence the queueing of individual packets in each router along that path.¶
When carried over the MPLS data plane, a solution is required to enable thedelivery of such packets that can be delivered to their final destination within agiven time budget. One approach to address this use case in SR-MPLS wasdescribed in[I-D.stein-srtsn].¶
One efficient data structure for inserting local deadlines intothe headers is a "stack", similar to that used in Segment Routing tocarry forwarding instructions. The number of deadline values in thestack equals the number of routers the packet needs to traverse inthe network, and each deadline value corresponds to a specificrouter. The Top-of-Stack (ToS) corresponds to the first router'sdeadline, while the MPLS BoS refers to the last. Alllocal deadlines in the stack are later or equal to the current time(upon which all routers agree), and times closer to the ToS arealways earlier or equal to times closer to the MPLS BoS.¶
The ingress router inserts the deadline stack into the packet headers; no otherrouter needs to be aware of the requirements of the time-bound flows.Hence, admitting a new flow only requires updating the information base of theingress router.¶
MPLS LSRs that expose the ToS label can also inspect theassociated "deadline" carried in the packet (either in the MPLS stack as ISD orafter BoS as PSD).¶
draft-ietf-mpls-mna-usecases-10
Document | Document type | This is an older version of an Internet-Draft that was ultimately published asRFC 9791. | |
---|---|---|---|
Select version | |||
Compare versions | |||
Authors | Tarek Saad,Kiran Makhijani,Haoyu Song,Greg Mirsky | ||
Replaces | draft-saad-mpls-miad-usecases | ||
RFC stream | |||
Other formats | |||
Additional resources | Mailing list discussion |