<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.14 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY I-D.ietf-mpls-mna-requirements SYSTEM "https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-mpls-mna-requirements.xml">
<!ENTITY RFC2119 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC3031 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3031.xml">
<!ENTITY RFC3032 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3032.xml">
<!ENTITY RFC4385 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4385.xml">
<!ENTITY RFC5920 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5920.xml">
<!ENTITY RFC7274 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7274.xml">
<!ENTITY RFC8174 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC9017 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9017.xml">
<!ENTITY I-D.ietf-mpls-opportunistic-encrypt SYSTEM "https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-mpls-opportunistic-encrypt.xml">
<!ENTITY I-D.ietf-mpls-1stnibble SYSTEM "https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-mpls-1stnibble.xml">
<!ENTITY RFC4928 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4928.xml">
<!ENTITY RFC5714 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5714.xml">
<!ENTITY RFC6790 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6790.xml">
<!ENTITY RFC8279 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8279.xml">
<!ENTITY RFC8296 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8296.xml">
<!ENTITY RFC8402 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8402.xml">
<!ENTITY RFC8491 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8491.xml">
<!ENTITY RFC8662 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8662.xml">
<!ENTITY RFC9088 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9088.xml">
<!ENTITY RFC9089 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9089.xml">
<!ENTITY RFC9522 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9522.xml">
]>


<rfc ipr="trust200902" docName="draft-ietf-mpls-mna-fwk-10" category="info" submissionType="IETF">
  <front>
    <title abbrev="MNA Framework">MPLS Network Actions (MNA) Framework</title>

    <author initials="L." surname="Andersson" fullname="Loa Andersson">
      <organization>Huawei Technologies</organization>
      <address>
        <email>loa@pi.nu</email>
      </address>
    </author>
    <author initials="S." surname="Bryant" fullname="Stewart Bryant">
      <organization>University of Surrey 5GIC</organization>
      <address>
        <email>sb@stewartbryant.com</email>
      </address>
    </author>
    <author initials="M." surname="Bocci" fullname="Matthew Bocci">
      <organization>Nokia</organization>
      <address>
        <email>matthew.bocci@nokia.com</email>
      </address>
    </author>
    <author initials="T." surname="Li" fullname="Tony Li">
      <organization>Juniper Networks</organization>
      <address>
        <email>tony.li@tony.li</email>
      </address>
    </author>

    <date year="2024" month="August" day="06"/>

    
    <workgroup>MPLS Working Group</workgroup>
    

    <abstract>


<t>This document specifies an architectural framework for the MPLS
Network Actions (MNA) technologies.  MNA technologies are used to
indicate actions that impact the forwarding or other processing (such
as monitoring) of the packet along the Label Switched Path (LSP) of
the packet and to transfer any additional data needed for these
actions.</t>

<t>The document provides the foundation for the development of a common
set of network actions and information elements supporting additional
operational models and capabilities of MPLS networks.  Some of these
actions are defined in existing MPLS specifications, while others
require extensions to existing specifications to meet the requirements
found in "Requirements for Solutions that Support MPLS Network Actions
(MNA)".</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>This document specifies an architectural framework for the MPLS
Network Actions (MNA) technologies.  MNA technologies are used to
indicate actions for Label Switched Paths (LSPs) and/or MPLS packets
and to transfer data needed for these actions.</t>

<t>The document provides the foundation for the development of a common
set of network actions and information elements supporting additional
operational models and capabilities of MPLS networks.  MNA solutions
derived from this framework are intended to address the requirements
found in <xref target="I-D.ietf-mpls-mna-requirements"/>. In addition, MNA may
support actions that overlap existing MPLS functionality. This may be
beneficial for numerous reasons, such as making it more efficient to
combine existing functionality and new functions in the same MPLS
packet.</t>

<t>MPLS forwarding actions are instructions to MPLS routers to apply
additional actions when forwarding a packet. These might include
load-balancing a packet given its entropy, whether or not to perform
fast-reroute on a failure, and whether or not a packet has metadata
relevant to the forwarding actions along the path.</t>

<t>This document generalizes the concept of MPLS "forwarding actions" into
"network actions" to include any action that an MPLS router is
requested to take on the packet. That includes any MPLS forwarding
action, but may include other operations (such as security functions,
OAM procedures, etc.) that are not directly related to forwarding of
the packet. MPLS network actions are always triggered by an MNA
packet but may have implications for subsequent traffic, including
non-MNA packets, as discussed in <xref target="State"/>.</t>

<t>MNA technologies may redefine the semantics of the Label, Traffic
Class (TC), and Time to Live (TTL) fields in an MPLS Label Stack Entry
(LSE) within a NAS.</t>

<section anchor="REQ-lang"><name>Requirement Language</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
These words may also appear in this document in
lower case as plain English words, absent their normative meanings.</t>

<t>Although this is an Informational document, these conventions are
applied to achieve clarity in the requirements that are presented.</t>

</section>
<section anchor="terminology"><name>Terminology</name>

<section anchor="normative-definitions"><name>Normative Definitions</name>

<t>This document adopts the definitions of the following terms and
abbreviations from <xref target="I-D.ietf-mpls-mna-requirements"/> as
normative: "Network Action", "Network Action Indication (NAI)",
"Ancillary Data (AD)", and "Scope".</t>

<t>In addition, this document also defines the following terms:</t>

<t><list style="symbols">
  <t>Network Action Sub-Stack (NAS): A set of related, contiguous LSEs in
the MPLS label stack for carrying information related to network
actions. The Label, TC, and TTL values in the LSEs in the NAS may be
redefined, but the meaning of the S bit is unchanged.</t>
  <t>Network Action Sub-Stack Indicator (NSI): The first LSE in the NAS
contains a special label that indicates the start of the NAS.</t>
</list></t>

</section>
<section anchor="abbreviations"><name>Abbreviations</name>

<texttable title="Abbreviations" anchor="Tab-apprev">
      <ttcol align='left'>Abbreviation</ttcol>
      <ttcol align='left'>Meaning</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>AD</c>
      <c>Ancillary Data</c>
      <c><xref target="I-D.ietf-mpls-mna-requirements"/></c>
      <c>BIER</c>
      <c>Bit Index Explicit Replication</c>
      <c><xref target="RFC8279"/></c>
      <c>BoS</c>
      <c>Bottom of Stack</c>
      <c><xref target="RFC6790"/></c>
      <c>bSPL</c>
      <c>Base Special Purpose Label</c>
      <c><xref target="RFC9017"/></c>
      <c>ECMP</c>
      <c>Equal Cost Multipath</c>
      <c><xref target="RFC9522"/></c>
      <c>EL</c>
      <c>Entropy Label</c>
      <c><xref target="RFC6790"/></c>
      <c>ERLD</c>
      <c>Entropy Readable Label Depth</c>
      <c><xref target="RFC8662"/></c>
      <c>eSPL</c>
      <c>Extended Special Purpose Label</c>
      <c><xref target="RFC9017"/></c>
      <c>HBH</c>
      <c>Hop by hop</c>
      <c>In the MNA context, this document.</c>
      <c>I2E</c>
      <c>Ingress to Egress</c>
      <c>In the MNA context, this document.</c>
      <c>IGP</c>
      <c>Interior Gateway Protocol</c>
      <c>&#160;</c>
      <c>ISD</c>
      <c>In-stack data</c>
      <c><xref target="I-D.ietf-mpls-mna-requirements"/></c>
      <c>LSE</c>
      <c>Label Stack Entry</c>
      <c><xref target="RFC3032"/></c>
      <c>MNA</c>
      <c>MPLS Network Actions</c>
      <c><xref target="I-D.ietf-mpls-mna-requirements"/></c>
      <c>MSD</c>
      <c>Maximimum SID Depth</c>
      <c><xref target="RFC8491"/></c>
      <c>NAI</c>
      <c>Network Action Indicator</c>
      <c><xref target="I-D.ietf-mpls-mna-requirements"/></c>
      <c>NAS</c>
      <c>Network Action Sub-Stack</c>
      <c>This document</c>
      <c>NSI</c>
      <c>Network Action Sub-Stack Indicator</c>
      <c>This document</c>
      <c>PSD</c>
      <c>Post-stack data</c>
      <c><xref target="I-D.ietf-mpls-mna-requirements"/> and <xref target="PSD"/></c>
      <c>RLD</c>
      <c>Readable Label Depth</c>
      <c>This document</c>
      <c>SID</c>
      <c>Segment Identifier</c>
      <c><xref target="RFC8402"/></c>
      <c>SPL</c>
      <c>Special Purpose Label</c>
      <c><xref target="RFC9017"/></c>
</texttable>

</section>
</section>
</section>
<section anchor="structure"><name>Structure</name>

<t>An MNA solution specifies one or more network actions to apply to an
MPLS packet.  These network actions and their ancillary data may be carried in
sub-stacks within the MPLS label stack and/or post-stack
data.  A solution must specify where in the label stack the network
actions sub-stacks occur, if and how frequently they should be
replicated within the label stack, and how the network action
sub-stack and post-stack data are encoded.</t>

<t>It seems highly likely that some ancillary data will be needed at many
points along an LSP.  Replication of ancillary data throughout the
label stack would be highly inefficient, as would a full rewrite of
the label stack at each hop, so MNA allows encoding of network actions
and ancillary data deeper in the label stack, requiring
implementations to look past the first LSE.  Processing of the label
stack past the top of stack LSE was first introduced with the Entropy
Label.<xref target="RFC6790"/></t>

<t>A network action sub-stack contains:</t>

<t><list style="symbols">
  <t>Network Action Sub-Stack Indicator (NSI): The first LSE in the NAS
contains a special purpose label, called the MNA label, which
is used to indicate the start of a network action sub-stack.</t>
  <t>Network Action Indicators (NAI): Optionally, a set of indicators that
describes the set of network actions. If the set of indicators is not
in the sub-stack, a solution could encode them in post-stack data. A
network action is said to be present if there is an indicator in the
packet that invokes the action.</t>
  <t>In-Stack Data (ISD): A set of zero or more LSEs that carry ancillary data
for the network actions that are present. Network action indicators
are not considered ancillary data.</t>
</list></t>

<t>Each network action present in the network action sub-stack may have
zero or more LSEs of in-stack data. The ordering of the in-stack data
LSEs corresponds to the ordering of the network action indicators. The
encoding of the in-stack data, if any, for a network action must be
specified in the document that defines the network action. In-stack
data may be referenced by multiple network actions.</t>

<t>Certain network actions may also specify that data is carried after
the label stack. This is called post-stack data. The encoding of the
post-stack data, if any, for a network action must be specified in the
document that defines the network action.  If multiple network actions
are present and have post-stack data, the ordering of their post-stack
data corresponds to the ordering of the network action indicators.</t>

<t>A solution must specify the order for network actions to be
applied to the packet for the actions to have consistent
semantics. Since there are many possible orderings, especially with
bit catalogs (<xref target="Catalogs"/>), the solution must provide an unambiguous
specification. The precise semantics of an action are dependent on the
contents of the packet, including any ancillary data, and the state of
the router.</t>

<t>This document assumes that the MPLS WG will select not more than one
solution for the encoding of ISD and not more than one solution for
the encoding of PSD.</t>

<section anchor="scopes"><name>Scopes</name>

<t>A network action may need to be processed by every node along the
path, or some subset of the nodes along its path. Some of the scopes
that an action may have are:</t>

<t><list style="symbols">
  <t>Hop-by-hop (HBH): Every node along the path will perform the action.</t>
  <t>Ingress-to-Egress (I2E): Only the last node on the path will perform
the action.</t>
  <t>Select: Only specific nodes along the path will perform the action.</t>
</list></t>

<t>If a solution supports the select scope, it must describe how it
specifies the set of nodes to perform the actions.</t>

<t>This framework does not place any constraints on the scope of, or the
ancillary data for, a network action.  Any network action may appear in
any scope or combination of scopes, may have no ancillary data, and may
require in-stack data, and/or post-stack data.  Some combinations may
be sub-optimal, but this framework does not place any limitations on
an MNA solution.  A specific MNA solution may define such constraints.</t>

</section>
<section anchor="partial-processing"><name>Partial Processing</name>

<t>As described in <xref target="RFC3031"/>, legacy devices that do not recognize the
MNA label will discard the packet if the top label is the MNA label.</t>

<t>Devices that do recognize the MNA label might not implement all of the
network actions that are present. A solution must specify how
unrecognized network actions that are present should be handled.</t>

<t>One alternative is that an implementation should stop processing
network actions when it encounters an unrecognized network
action. Subsequent present network actions would not be
applied. The result is dependent on the solution's order of
operations.</t>

<t>Another alternative is that an implementation should drop any packet
that contains any unrecognized present network actions.</t>

<t>A third alternative is that an implementation should perform all
recognized present network actions, but ignore all unrecognized
present network actions.</t>

<t>Other alternatives may also be possible and should be specified by the
solution.</t>

<t>In some solutions, an indication may be provided in the packet or in
the action as to how the forwarder should proceed if it does not
recognize the action. Where an action needs to be processed at every hop,
it is recommended that care be taken not to construct an LSP that
traverses nodes that do not support that action. It is recognised that
in some circumstances it may not be possible to construct an LSP that
avoids such nodes, such as when a network is re-converging
following a failure or when IPFRR <xref target="RFC5714"/> is taking place.</t>

</section>
<section anchor="signaling"><name>Signaling</name>

<t>A node that wishes to make use of MNA and apply network actions to a
packet must understand the nodes that the packet will transit, whether
or not the nodes support MNA, and the network actions that are to be
invoked. These capabilities are presumed to be signaled by protocols
that are out-of-scope for this document and are presumed to have
per-network action granularity. If a solution requires alternate
signaling, it must specify that explicitly.</t>

<t>If a node does not support MNA, then it is presumed to simply ignore
it.</t>

<section anchor="readable-label-depth"><name>Readable Label Depth</name>

<t>Readable Label Depth (RLD) is defined as the number of LSEs, starting
from the top of the stack, that a router can read in an incoming MPLS
packet with no performance impact.  <xref target="RFC8662"/> introduced Entropy
Readable Label Depth (ERLD). Readable Label Depth is the same concept,
but generalized and not specifically associated with the Entropy Label
(EL) or MNA.</t>

<t>ERLD is not redundant with RLD because ERLD specifically
specifies a value of zero if a system does not support the Entropy
Label. Since a system could reasonably support MNA or other MPLS
functions and needs to advertise an RLD value but not support the
Entropy Label, another advertised value is required.</t>

<t>A node that pushes an NAS onto the label stack is responsible for
ensuring that all nodes that are expected to process the NAS will have
the entire NAS within their RLD. A node SHOULD use signaling (e.g.,
<xref target="RFC9088"/>, <xref target="RFC9089"/>) to determine this.</t>

<t>Per <xref target="RFC8662"/>, a node that does not support EL will advertise a
value of zero for its ERLD, so advertising ERLD alone does not suffice
in all cases. A node MAY advertise both ERLD and RLD and SHOULD do so
if its ERLD and RLD values are different. If a node's ERLD and RLD
values are the same, it MAY only advertise ERLD for efficiency
reasons. If a node supports MNA but does not support EL, then it
SHOULD advertise RLD.</t>

<t>RLD is advertised by an IGP MSD-Type value of (TBA) and MAY be
advertised as a Node Maximum Segment Identifier (SID) Depth (MSD),
Link MSD, or both.</t>

<t>An MNA node MUST use the RLD determined by selecting the first
advertised non-zero value from:</t>

<t><list style="symbols">
  <t>The RLD advertised for the link.</t>
  <t>The RLD advertised for the node.</t>
  <t>The non-zero ERLD for the node.</t>
</list></t>

<t>A node's RLD is a function of its hardware capabilities and is not
expected to depend on the specifics of the MNA solution.</t>

</section>
</section>
<section anchor="State"><name>State</name>

<t>A network action can affect the state stored in the network. This
implies that a packet may affect how subsequent packets are
handled. In particular, one packet may affect subsequent packets in
the same LSP.</t>

</section>
</section>
<section anchor="carry"><name>Encoding</name>

<t>Several possible ways to encode NAIs have been proposed.  In this
section, we summarize the proposals and some considerations for
the various alternatives.</t>

<t>When network actions are carried in the MPLS label stack, then
regardless of their type, they are represented by a set of LSEs termed
a network action sub-stack (NAS).  An NAS consists of a special label,
optionally followed by LSEs that specify which network actions are to
be performed on the packet and the in-stack ancillary data for each
indicated network action. Different network actions may be placed
together in one NAS or may be carried in different sub-stacks.</t>

<t><xref target="I-D.ietf-mpls-mna-requirements"/> requires that a solution not add
unnecessary LSEs to the sub-stack (Section 3.1, requirement
9). Accordingly, solutions should also make efficient use of the bits
within the sub-stack (except the S-bit), as inefficient use of the
bits could result in the addition of unnecessary LSEs.</t>

<section anchor="NAI"><name>The MNA Label</name>

<t>The first LSE in a network action sub-stack contains a special label
that indicates a network action sub-stack. A solution has several
choices for this special label.</t>

<section anchor="existing-base-spl"><name>Existing Base SPL</name>

<t>A solution may reuse an existing Base SPL (bSPL). If it elects to do
so, it must explain how the usage is backward compatible, including
in the case where there is ISD.</t>

<t>If an existing inactive bSPL is selected that will not be
backward compatible, then it must first be retired per
<xref target="RFC7274"/> and then reallocated.</t>

</section>
<section anchor="new-base-spl"><name>New Base SPL</name>

<t>A solution may select a new bSPL.</t>

</section>
<section anchor="new-extended-spl"><name>New Extended SPL</name>

<t>A solution may select a new Extended SPL (eSPL). If it elects to do so, it must
address the requirement for the minimal number of LSEs.</t>

</section>
<section anchor="user-defined-label"><name>User-Defined Label</name>

<t>A solution may allow the network operator to define the label that
indicates the network action sub-stack. This creates management
overhead for the network operator to coordinate the use of this label
across all nodes on the path using management or signaling
protocols. The user-defined label could be network-wide or
LSP-specific.  If a solution elects to use a user-defined label, the
solution should justify this overhead.</t>

</section>
</section>
<section anchor="tc-and-ttl"><name>TC and TTL</name>

<t>In the first LSE of the network action sub-stack, only the 20 bits of
Label Value and the Bottom of Stack bit are used by NSI; the TC field
(3 bits) and the TTL (8 bits) are not used.  This could leave 11 bits
that could be used for MNA purposes.</t>

<section anchor="tc-and-ttl-retained"><name>TC and TTL retained</name>

<t>If the solution elects to retain the TC and TTL fields, then the first
LSE of the network action sub-stack would appear as:</t>

<figure><artwork><![CDATA[
   0                   1                   2                   3
   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |               Label                   | TC  |S|      TTL      |
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                Label:  Label value, 20 bits
                TC:     Traffic Class, 3 bits
                S:      Bottom of Stack, 1 bit
                TTL:    Time To Live
]]></artwork></figure>

<t>Further LSEs would be needed to encode NAIs.  If a solution elects to
retain these fields, it must address the requirement for the minimal
number of LSEs.</t>

</section>
<section anchor="tc-and-ttl-repurposed"><name>TC and TTL Repurposed</name>

<t>If the solution elects to reuse the TC and TTL fields, then the first
LSE of the network action sub-stack would appear as:</t>

<figure><artwork><![CDATA[
   0                   1                   2                   3
   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  |                Label                  |x x x|S|x x x x x x x x|
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                Label:  Label value, 20 bits
                x:      Bit available for use in solution definition
                S:      Bottom of Stack, 1 bit
]]></artwork></figure>

<t>The solution may use more LSEs to contain NAIs.  If a solution elects
to use more LSEs it must address the requirement for the minimal
number of LSEs.</t>

</section>
</section>
<section anchor="length-of-the-nas"><name>Length of the NAS</name>

<t>A solution must have a mechanism (such as an indication of the length
   of the NAS) to enable an implementation to find the end of the NAS.
   This must be easily processed even by implementations that do not
   understand the full contents of the NAS.  Two options are described
   below, other solutions may be possible.</t>

<section anchor="lastcontinuation-bits"><name>Last/Continuation Bits</name>

<t>A solution may use a bit per LSE to indicate whether the NAS continues
into the next LSE or not. The bit may indicate continuation by being
set or by being clear. The overhead of this approach is one bit per
LSE and has the advantage that it can effectively encode an
arbitrarily sized NAS. This approach is efficient if the NAS is small.</t>

</section>
<section anchor="length-field"><name>Length Field</name>

<t>A solution may opt to have a fixed size length field at a fixed
location within the NAS. The fixed size of the length field may not be
large enough to support all possible NAS contents. This approach may
be more efficient if the NAS is longer but not longer than can be
described by the length field.</t>

<t>Advice from one hardware designer recommends a length field as this
minimizes branching in the logic.</t>

</section>
</section>
<section anchor="encoding-of-scopes"><name>Encoding of Scopes</name>

<t>A solution may choose to explicitly encode the scope of each action
contained in a network action sub-stack. For example, a NAS might
contain Action A (HBH), Action B (HBH), and Action C (HBH).  A
solution may alternately choose to have the scope encoded implicitly,
based on the actions present in the network action sub-stack. For
example, a NAS might contain HBH scope actions: A, B, C.  This choice
may have performance implications as an implementation might have to
parse the network actions that are present in a network action
sub-stack only to discover that there are no actions for it to
perform.</t>

<t>For example, suppose that an NAS is embedded in a label stack at a
depth of 6 LSEs and that the NAS contains 3 actions, each with Select
scope. These actions are not applicable at the current node and should
be ignored. If the scope is encoded explicitly with each action, then
an implementation must parse each action. However, if the scope is
encoded as part of the NAS, then an implementation need only parse the
start of the NAS and need not parse individual actions.</t>

<t>Solutions need to consider the order of scoped NAIs and their
associated AD within individual sub-stacks and the order of per-scope
sub-stacks so that network actions and the AD can be most
readily found and need not be processed by nodes that are not required
to handle those actions.</t>

</section>
<section anchor="INDEX"><name>Encoding a Network Action</name>

<t>Two options for encoding NAIs are described below, other solutions may
be possible. Any solution should allow the encoding of an arbitrary
number of NAIs.</t>

<section anchor="Catalogs"><name>Bit Catalogs</name>

<t>A solution may opt to encode the set of network actions as a list of
bits, sometimes known as a catalog. The solution must provide a
mechanism to determine how many LSEs are devoted to the catalog when
the NAIs are carried in-stack. A set bit in the catalog would indicate
that the corresponding network action is present.</t>

<t>Catalogs are efficient if the number of present network actions is
relatively high and if the size of the necessary catalog is small. For
example, if the first 16 actions are all present, a catalog can encode
this in 16 bits. However, if the number of possible actions is large,
then a catalog can become inefficient. Selecting only one action that
is the 256th action would require a catalog of 256 bits, which would
require more than one LSE when the NAIs are carried in-stack.</t>

<t>A solution may include a bit remapping mechanism so that a given
domain may optimize for its commonly used actions.</t>

</section>
<section anchor="operation-codes"><name>Operation Codes</name>

<t>A solution may opt to encode the set of present network actions as a
list of operation codes (opcodes).  Each opcode is a fixed number of
bits. The size of the opcode bounds the number of network actions
that the solution can support.</t>

<t>Opcodes are efficient if there are only one or two active network
actions. For example, if an opcode is 8 bits, then two active network
actions could be encoded in 16 bits. However, if 16
actions are required, then opcodes would consume 128 bits. Opcodes are
efficient at encoding a large number of possible actions. If only
the 256th action is to be selected, that still requires 8 bits.</t>

</section>
</section>
<section anchor="PSD"><name>Encoding of Post-Stack Data</name>

<t>A solution may carry some NAI and AD as PSD. For ease of parsing, all
AD should be co-located with its NAI.</t>

<t>If there are multiple instances of post-stack data, they should occur
in the same order as their relevant network action sub-stacks and then
in the same order as their relevant network actions occur within the
network action sub-stacks.</t>

<section anchor="first-nibble-considerations"><name>First Nibble Considerations</name>

<t>The first nibble after the label stack has been used to convey
   information in certain cases <xref target="RFC4385"/>. A consolidated view of
   first nibble uses is provided in <xref target="I-D.ietf-mpls-1stnibble"/>.</t>

<t>For example, in <xref target="RFC4928"/> this nibble is investigated to find out
   if it has the value "4" or "6". If it is not, it is assumed that
   the packet payload is not IPv4 or IPv6, and Equal Cost Multipath
   (ECMP) is not performed.</t>

<t>It should be noted that this is an inexact method. For example, an Ethernet
   Pseudowire without a control word might have "4" or "6" in the first
   nibble and thus will be ECMP'ed.</t>

<t>Nevertheless, the method is implemented and deployed, it is used
   today and will be for the foreseeable future.</t>

<t>The use of the first nibble for Bit Index Explicit Replication
   (BIER) is specified in <xref target="RFC8296"/>. BIER sets the first nibble to
   5. The same is true for a BIER payload as for any use of the first
   nibble: it is not possible to conclude that the payload is BIER
   even if the first nibble is set to 5 because an Ethernet pseudowire
   without a control word might begin with a 5.  However, the BIER
   approach meets the design goal of <xref target="RFC8296"/> to determine that the
   payload is IPv4, IPv6 or a pseudowire using a control word.</t>

<t><xref target="RFC4385"/> allocates 0b0000 for the pseudowire control word and 0b0001
 as the control word for the pseudowire Associated Channel Header
 (ACH).</t>

<t>A PSD solution should specify the contents of the first nibble, the
actions to be taken for the value, and the interaction with post-stack
data used concurrently by other MPLS applications.</t>

</section>
</section>
</section>
<section anchor="semantics"><name>Semantics</name>

<t>For MNA to be consistent across implementations and predictable in
operational environments, its semantics need to be entirely
predictable. An MNA solution MUST specify a deterministic order for
processing each of the Network Actions in a packet. Each network
action must specify how it interacts with all other previously defined
network actions. Private network actions are network actions that are
not publicly documented. Private network actions MUST be included in
the ordering of network actions, but the interactions of private
actions with other actions are outside of the scope of this document.</t>

</section>
<section anchor="definition-of-a-network-action"><name>Definition of a Network Action</name>

<t>Network actions should be defined in a document and must contain:</t>

<t><list style="symbols">
  <t>Name: The name of the network action.</t>
  <t>Network Action Indicator: The bit position or opcode that indicates
that the network action is active.</t>
  <t>Scope: The document should specify which nodes should perform the
  network action as described in <xref target="scopes"/>.</t>
  <t>State: The document should specify if the network action can modify
state in the network, and if so, the state that may be modified and
its side effects.</t>
  <t>Required/Optional: The document should specify whether a node is
required to perform the network action.</t>
  <t>In-Stack Data: The number of LSEs of in-stack data, if any, and its
encoding. If this is of a variable length, then the solution must
specify how an implementation can determine this length without
implementing the network action.</t>
  <t>Post-Stack Data: The encoding of post-stack data, if any. If this is of a
variable length, then the solution must specify how an
implementation can determine this length without implementing the
network action.</t>
</list></t>

<t>A solution should create an IANA registry for network
actions.</t>

</section>
<section anchor="management-considerations"><name>Management Considerations</name>

<t>Network operators will need to be cognizant of which network actions
are supported by which nodes and will need to ensure that this is
signaled. Some solutions may require network-wide
configuration to synchronize the use of the labels that indicate the
start of an NAS. Solution documents must make clear what management
considerations apply to the solutions they are describing. Solutions
documents must describe mechanisms for performing network diagnostics
in the presence of MNAs.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>An analysis of the security of MPLS systems is provided in
<xref target="RFC5920"/>, which also notes that the MPLS forwarding plane has no
built-in security mechanisms.</t>

<t>Central to the security of MPLS networks is operational security of
the network; something that operators of MPLS networks are well versed
in.  The deployment of link-level security (e.g., <xref target="MACsec"/>) prevents
the covert acquisition of the label stack for an attack.  This is
particularly important in the case of a network deploying MNA, because
the MNA information may be sensitive.  Thus the confidentiality and
authentication achieved through the use of link-level security is
particularly advantageous.</t>

<t>Some additional proposals to add encryption to the MPLS forwarding 
plane have been suggested <xref target="I-D.ietf-mpls-opportunistic-encrypt"/>, but
no mechanisms have been agreed upon at the time of publication of 
this document.  <xref target="I-D.ietf-mpls-opportunistic-encrypt"/> offers hop-by-
hop security that encrypts the label stack and is functionally 
equivalent to that provided by <xref target="MACsec"/>.  Alternatively, it also 
offers end-to-end encryption of the MPLS payload with no 
cryptographic integrity protection of the MPLS label stack.</t>

<t>Particular care would be needed when introducing any end-to-end
security mechanism to allow an in-stack MNA solution that needed to
employ on-path modification of the MNA data, or where post-stack
MNA data needed to be examined on-path.</t>

<t>A cornerstone of MPLS security is to protect the network from
processing MPLS labels originated outside the network.</t>

<t>Operators have considerable experience in excluding MPLS-encoded
packets at the network boundaries for example, by  excluding all MPLS
packets and all packets that are revealed to be carrying an MPLS 
packet as the payload of IP tunnels.  Where such packets are accepted
into an MPLS network from an untrusted third party, non-MPLS packets 
are immediately encapsulated in an MPLS label stack specified by the
MPLS network operator and MPLS packets have additional label
stack entries imported as specified by the MPLS network operator. 
Thus, it is difficult for an attacker to pass an MPLS-encoded
packet into a network or to present any instructions to the network
forwarding system.</t>

<t>Within a single well-managed domain, an adjacent domain may be
considered to be trusted provided that it is sufficiently shielded
from third-party traffic ingress and third-party traffic observation.
In such a situation, no new security vulnerabilities are introduced by
MNA.</t>

<t>In some inter-domain applications (including carrier's carrier) where
a first network's MPLS traffic is encapsulated directly over a second
MPLS network by simply pushing additional MPLS LSEs, the contents of
the first network's payload and label stack may be visible to the
forwarders in the second network.  Historically this has been benign,
and indeed useful for ECMP.  However, if the first network's traffic
has MNA information this may be exposed to MNA-capable forwarders
causing unpredictable behavior or modification of the customer MPLS
label stack or MPLS payload.  This is an increased vulnerability
introduced by MNA that SHOULD be addressed in any MNA solution.</t>

<t>Several mitigations are available to an operator:</t>

<t>a) Reject all incoming packets containing MNA information that do not
come from a trusted network. Note that it may be acceptable to accept
and process MNA information from a trusted network.</t>

<t>b) Fully encapsulate the inbound packet in a new additional MPLS label
stack such that the forwarder finds a Bottom of Stack (BoS) bit
imposed by the carrier network and only finds MNA information added by
the carrier network.</t>

<t>A mitigation that we reject as unsafe is having the ingress LSR push
sufficient additional labels such that any MNA information received in
packets entering the network from a third-party network is made
inaccessible due to it being below the RLD.  This is unsafe in the
presence of an overly conservative RLD value which can result in the
third-party MNA information becoming visible to and acted on by an
MNA forwarder in the carrier network.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document requests that IANA allocate a code point from the "IGP
MSD-Types" registry in the "Interior Gateway Protocol (IGP)
Parameters" namespace for "Readable Label Depth", referencing this
document.</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>This document is the result of work started in MPLS Open Design
Team, with participation by the MPLS, PALS, and DETNET working groups.</t>

<t>The authors would like to thank Adrian Farrel for his contributions
and to John Drake, Toerless Eckert, and Jie Dong for their comments.</t>

</section>


  </middle>

  <back>


    <references title='Normative References'>

&I-D.ietf-mpls-mna-requirements;
&RFC2119;
&RFC3031;
&RFC3032;
&RFC4385;
&RFC5920;
&RFC7274;
&RFC8174;
&RFC9017;


    </references>

    <references title='Informative References'>

&I-D.ietf-mpls-opportunistic-encrypt;
&I-D.ietf-mpls-1stnibble;
&RFC4928;
&RFC5714;
&RFC6790;
&RFC8279;
&RFC8296;
&RFC8402;
&RFC8491;
&RFC8662;
&RFC9088;
&RFC9089;
&RFC9522;
<reference anchor="MACsec" >
  <front>
    <title>IEEE 802.1AE Media Access Control (MAC) Security</title>
    <author >
      <organization>IEEE Computer Society</organization>
    </author>
    <date year="2006" month="August"/>
  </front>
</reference>


    </references>



  </back>

<!-- ##markdown-source:
H4sIAMlTsmYAA+19W3PbSJbme/6KXPmhpVmSbdlVLlsTG9GyJJfVIctaU7W1
8wgCKRJtEuAAoGS27f8yv2V/2Z7vnJMXgJTtmu6HiY11RbcoCnk7ee43jMdj
k9dFWc1P7Ka7G780Xdkt3Yl9d3M1tdeue6ibj/Y078q6au3hu+vTI/umyVYO
35tsNmvcPT18fZp8W9R5RZ9PbNFkd924dDTvar1sx6sqG989fBwfPzUPc13i
dxpBq9tfm3qzNnnWuXndbE9sWd3Vpt3MVmXb0trddk0TXl7cvjHlujmxXbNp
u2dPn756+syYbNMt6ubEWDum//G/smpP7NXEnlaFa9q2rvwfZGdXdbb7p7qh
Tb3dZA+utLcuX1T1sp6XrvV/d6usXJ7YZZ39ZV1Oqs3OetOJfd1ss6rrLzbt
3EPWdIO/8Wq/VeU9baLstra+s9NN07it/fnXy7PBmu3sL63MMuNJJnm92ln+
HS1f53nZX/1d1nUL99D/Ey9+XX8ss8FCK3l6MsPTf6nwxN61bif2arDQbV1t
ky95ib9uqnLtGo9IQ1B2NGSyLP+iP42p6oZ2QDDBZV6Ozyd95Gncv2/Kxq1c
1bV44sObs2fHx6/04/Onz4/jx2f68afnL3/Wjz+/evZUP/7y7Jef9OPL4/Dx
1dPjX06MAe49uo96va6bjs7VdmU+dlXebNfd7mPHbVeVs9nS+W28evbSb+OX
Y7/gi19e+R29fPbLq/Dx1Qv/8aenz8LHV/54L1+8eBa2/PJl/OhnePXzM37g
3elZ6/ITBrsS9uXFxYV9+fTZ5Pj0wr5zRUmUkOeube0ZkVlTL4nKT8+O7NTl
m4YQk8cWRJcn9nQzJ6qzRHYv+NtId+HCefazerXedHTt0zoniGzNeDy22azt
mizvjLldlK0lJrHBPdp27fLyjsjMZpXNmnxRdi7vNk22tHeepVi6D0t4ySzD
7OdKXUKxE8ssKf2KpnZ207qCkI4uuCjBamymU3SLrLPlak2/8zq0HhEb2CId
y9b0VWPXTQ0w4bvDdpMvTNbaVV2VXd3Qd0cgYAylOT66zmbLmh7EF1fZzC3t
9KHs8gUtf5N1C3t4Nb3BCJOOqLA34mxZ1d7RehmRU1YUJXZIwKAryGzlXEFz
KDhaZ/QAE0DVRaDSXu/LwrV6mE1Fo+m5AMfC3btlveZnad+ZJRqns5jW8e+V
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

-->

</rfc>

