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


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

<!ENTITY I-D.ietf-mpls-miad-mna-requirements SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-mpls-miad-mna-requirements.xml">
<!ENTITY RFC2119 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC3031 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3031.xml">
<!ENTITY RFC3032 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3032.xml">
<!ENTITY RFC4221 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4221.xml">
<!ENTITY RFC8174 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC9017 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.9017.xml">
<!ENTITY RFC9088 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.9088.xml">
<!ENTITY RFC4928 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4928.xml">
<!ENTITY RFC8296 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8296.xml">
]>


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

    <author initials="L." surname="Andersson" fullname="Loa Andersson">
      <organization>Bronze Dragon Consulting</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="2022" month="May" day="26"/>

    
    <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 for Label Switched Paths (LSPs) and/or MPLS packets
and to transfer data needed for these actions.</t>

<t>The document describes 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 MPLS Network Action Indicators and Ancillary Data".</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 LSPs and/or MPLS packets and to transfer data
needed for these actions.</t>

<t>The document describes 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
<xref target="I-D.ietf-mpls-miad-mna-requirements"/>.</t>

<t>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 decisions along the path.</t>

<t>This document generalizes the concept of "forwarding actions" into
"network actions" to include any action that an MPLS router is
requested to take on the packet. That includes any forwarding action,
but may include other operations (such as security functions, OAM
procedures, etc.) that are not directly related to forwarding of the
packet.</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 BCP14
<xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all
capitals, as shown here.</t>

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

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

<t><list style="symbols">
  <t>Ancillary Data (AD): Data relating to the MPLS packet that may be
used to affect the forwarding or other processing of that packet, or
resulting from the processing of the packet, either at an Label Edge
Router (LER) <xref target="RFC4221"/> or Label Switching Router (LSR).  This data
may be encoded within a network action sub-stack (see below) (in-stack
data), and/or after the bottom of the label stack (post-stack data).</t>
  <t>Network Action: An operation to be performed on a packet. A network
action may affect router state, packet forwarding, or it may affect
the packet in some other way. A network action is said to be present
if there is an indicator in the packet that invokes the action.</t>
  <t>Network Action Indication (NAI): An indication in the packet that a
certain network action is to be perfomed. There may be associated
ancillary data in the packet.</t>
  <t>Network Action Sub-Stack (NAS): A set of related, contiguous Label
Stack Entries (LSEs) in the label stack.  The first LSE is the Network
Action Sub-stack Indicator.  The TC and TTL values in the sub-stack
may be redefined. The label field in the second and following LSE may
be redefined. Solutions MUST NOT redefine the S bit. See <xref target="NAI"/>
through <xref target="INDEX"/>.</t>
  <t>Network Action Sub-Stack Indicator (NSI): An LSE that contains a
special label that indicates the start of a Network Action Sub-stack.</t>
  <t>Scope: The set of nodes that should perform a given action.</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-miad-mna-requirements"/></c>
      <c>bSPL</c>
      <c>Base Special Purpose Label</c>
      <c><xref target="RFC9017"/></c>
      <c>ECMP</c>
      <c>Equal Cost Multipath</c>
      <c>&#160;</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>ISD</c>
      <c>In stack data</c>
      <c><xref target="I-D.ietf-mpls-miad-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>This documnent</c>
      <c>NAI</c>
      <c>Network Action Indicator</c>
      <c><xref target="I-D.ietf-mpls-miad-mna-requirements"/></c>
      <c>NAS</c>
      <c>Network Action Sub-Stack</c>
      <c>This document</c>
      <c>PSD</c>
      <c>Post stack data</c>
      <c><xref target="I-D.ietf-mpls-miad-mna-requirements"/> and <xref target="PSD"/></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 is envisioned as a set of network action sub-stacks
that indicate the network actions being invoked, plus possible
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, and how network action sub-stack and post-stack data are
encoded.</t>

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

<t><list style="symbols">
  <t>Label: A special label is used to indicate the start of a network
action sub-stack.</t>
  <t>Indicators: A set of indicators that describes the set of network
actions.</t>
  <t>In-Stack Data: A set of zero or more LSEs that carry ancillary data
for the present network actions.</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.</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 that network actions are to be
applied to the packet.</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>

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

<t>Legacy devices that do not recognize the MNA label will discard the
packet as described in <xref target="RFC3031"/>.</t>

<t>Devices that do recognize the MNA label may not implement all of the
present network actions. A solution must specify how unrecognized
present network actions 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>

</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 and
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 so explicitly.</t>

<t>A node that pushes a NAS onto the label stack is responsible for
determining that all nodes that should process the NAS will have the
NAS within its Readable Label Depth (RLD). A node should use signaling
(e.g., <xref target="RFC9088"/>) to determine this.</t>

</section>
<section anchor="positioning"><name>Positioning</name>

<t>A network action sub-stack should never occur at the top of the MPLS
label stack. A node that is responsible for popping a forwarding label
immediately above a network action sub-stack must also pop any network
action sub-stacks that immediately follow.</t>

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

<t>A network action can affect state in the network. This implies that a
packet may affect how subsequent packets are handled.</t>

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

<t>Several possibilities to carry NAI's have been discussed in MNA
drafts and in the MPLS Open DT. In this section, we enumerate the
possibilities and some considerations for the various alternatives.</t>

<t>All types of network actions are represented in the MPLS label stack
by a set of LSEs termed a network action sub-stack (NAS). An NAS
consists of a special label, 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.</t>

<t><xref target="I-D.ietf-mpls-miad-mna-requirements"/> requires that a solution not
add unnecessary LSEs to the sub-stack (Section 3.1, requirement
6). Accordingly, solutions should also make efficient use of the bits
within the sub-stack, as inefficient use of the bits will 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 backwards compatible, including
in the case where there is ISD.</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 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. 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 significant, the TC field
(3 bits) and the TTL (8 bits) are not used. This leaves 11 bits that
could be used for other 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 field, 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 field, 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 solution definition
                S:      Bottom of Stack, 1 bit
]]></artwork></figure>

<t>The solution may use more LSEs to contain NAIs.</t>

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

<t>A solution must have a mechanism to indicate the length 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 hardware designers advocates 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 the actions
contained in a network action sub-stack. A solution may also choose to
have the scope encoded implicitly, based on the actions present in the
network action sub-stack. 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>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 in order that network actions and the AD can be most
readily found and not need to 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 encoding of an arbitrary number
of NAIs.</t>

<section anchor="bit-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. 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.</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 in 16 bits. However, if there are 16
actions 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>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 functions 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.</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 BIER is specified in
   <xref target="RFC8296"/>. Bier sets the first nibble to 5. The same is true for
   BIER payload, as for any use of the first nibble, it is not
   possible from the first nibble itself being set to 5, conclude that
   the payload is BIER.  However, it achieves the design goal of
   <xref target="RFC8296"/>, to exclude that the payload is IPv4, IPv6 or a
   pseudowire.</t>

<t>There are possibly more examples, they will be added if we find
   that they further highlight the issue with using the first nibble.</t>

<t>[Ed. Outstanding comments from Adrian:</t>

<t>Shouldn't we include RFC4385 for 0b0000 for the PW control word and
 0b0001 for the PW ACH?</t>

<t>This section is all very well, but it doesn't give any direction to
 the solution developer for what they should do with the first nibble
 in the post stack data.</t>

<t>Is it also relevant to note that there may be other post-stack
 information that comes before the payload (such as the PW control
 word, and that the solution must consider the location of the post-
 stack data in relaiton to that (e.g., immeidately after the LSE with
 the S bit set) etc.]</t>

</section>
</section>
</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. The action may apply to each transit node (HBH),
only the egress node that pops the final label off of the label
stack, or specific nodes along the label switched path.</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 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
signalled appropriately. 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>The forwarding plane is insecure. If an adversary can affect the
forwarding plane, then they can inject data, remove data, corrupt
data, or modify data. MNA additionally allows an adversary to make
packets perform arbitrary network actions.</t>

<t>Link-level security mechanisms can help mitigate some on-link attacks,
but does nothing to preclude hostile nodes.</t>

<t>End-to-end encryption of an LSP can help provide security, but would
make it impossible to process post-stack data.</t>

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

<t>This document does not make any allocations of code points from IANA
registries.</t>

<t>As long as the "does not make any allocations ..." from IANA is true, this 
pragraph shoukd be removed by the RFC-Editor. If it turns out that we will
need to do IANA allocation, a proper IANA section will be added.</t>

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

<t>This document is the result of work started in MPLS Open Desgign
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 for his comments.</t>

</section>
<section anchor="editorial-attic"><name>Editorial attic</name>

<t>This section contains old material that will be discarded before
publication, assuming we don't find it useful between now and then.</t>

<section anchor="process-note-on-e2e"><name>Process Note on E2E</name>

<t>There has been some discussion on the of the E2E abbreviation.
1. In a mail to the MPLS Working group mailing list Joel Halpern pointed out that
the abbreviation E2E has been used in several different meanings. Joel suggested 
to use another abbreviation.</t>

<t><list style="numbers">
  <t>Some variants has been proposed, for example.  <list style="symbols">
      <t>Ingress to Egress (I2E); alernative abbreviation (i2e)</t>
      <t>Egress</t>
      <t>LSP Ingress to LSP Egress (LI2LE)</t>
      <t>Egress (because the Ingress has already done its thing)</t>
      <t>Ultimate Hop</t>
      <t>Destination</t>
      <t>Start-to-End</t>
      <t>Last-LSR</t>
      <t>Head to Tail</t>
    </list></t>
</list></t>

<t>In a few days (counting from the publication date of this document) the
working group chairs will take an initiative to poll the working groups for 
consensus on this.</t>

</section>
<section anchor="concepts-used-in-this-framework"><name>Concepts used in this Framework</name>

<texttable title="Concepts" anchor="Tab-concepts">
      <ttcol align='left'>Concept</ttcol>
      <ttcol align='left'>Meaning</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <ttcol align='left'>Note</ttcol>
      <c>E2E concept</c>
      <c>E2E in MNA context is defined in...</c>
      <c>this document</c>
      <c>-</c>
      <c>concept</c>
      <c>free text</c>
      <c>this document</c>
      <c>-</c>
</texttable>

<t>Not complete, help appreciated.  [Ed. This section is planned for
removal as it seems unhelpful so far.]</t>

</section>
<section anchor="lse"><name>LSE</name>

<t>An individual LSE has the following format <xref target="RFC3032"/>:</t>

<figure title="A Label Stack Entry (LSE)" anchor="FIG-MPLS-LSE"><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, 8 bits
]]></artwork></figure>

</section>
<section anchor="mpls-forwarding-model"><name>MPLS Forwarding model</name>
<t>This is section here to basically to have a place holder where to discuss the
development of the MPLS forwrding model. It might be removed. [Ed. So
far, it adds no value. Wave bye-bye.]</t>

<section anchor="orginal-model"><name>Orginal Model</name>

<figure title="MPLS Original Forwarding Model" anchor="FIG-MPLS-OFM"><artwork><![CDATA[
 +-----------------------------------------------------------------+
 |                                                                 |
 |  +---------------------+                                        |
 |  | +------------+      |                                        |
 |  | | MPLS Label |  LSE |                                        |
 |  | +---|--------+      |                                        |
 |  +-----|---------------+                                        |
 |        |                                                        |
 |        |  +----------------------+                              |
 |        |  |                  FIB |                              |
 |        |  |                      |                              |
 |        |  |     +------------+   |     +----------------------+ |
 |        +------->|FIB Entry   |-----+-->|Forwarding Code       | |
 |           |     +------------+   | |   +----------------------+ |
 |           +----------------------| |                            |
 |                                  | |   +----------------------+ |
 |                                    +-->|Forwarding Parameters | |
 |                                        +----------------------+ |
 |                                                                 |
 |                                                                 |
 | LSE = Label Stack Entry (what many people call a label)         |
 | FIB = Forwarding Information (date)Base                         |
 +-----------------------------------------------------------------+
]]></artwork></figure>

</section>
</section>
</section>


  </middle>

  <back>

    <references title='Normative References'>

&I-D.ietf-mpls-miad-mna-requirements;
&RFC2119;
&RFC3031;
&RFC3032;
&RFC4221;
&RFC8174;
&RFC9017;
&RFC9088;


    </references>

    <references title='Informative References'>

&RFC4928;
&RFC8296;


    </references>



  </back>

<!-- ##markdown-source:
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
9VSHHD7B5lM3CcOzlXI+R5TbT+KIUBKOk7oT57tbBVASIzJZc7ldUUBbhu86
AQehlKKnd/C8x4ZtAwUFi+imWY8yqRmujEmbWopNxejIc6hSUyLDUjICdDIc
nChdkytTApQSwnYslFAetj3teL02PHPhpKi7DhSrj1iE896SZ9SnMpwn0lVY
b+o+wVK4oOc17t+iwJV+VFkhvXNR0Ci42Xi+b2GMwfjqxMQqiLVnmNSgji1A
wOdF0eMNSWB/sMiK/c1LyxhJ3S4qYEnJlpyqxnX5O5Kfk0iAR1tzmaw3EMYc
SYqFF247nUPgtRLGB9eTChDpfeHjzS7FKmIORUaOusAnpcm5udR3YRQzl7By
uIhKvW3FsXNQEJxiB0sdp0o9w4QCoae6L9KKGuL0zRMj4pCODysqnxKVRXzz
K2XYCBEgsanaNIvPxHQbD9TXgikKv9uapmRvgGpW8VKivUy1pYrBdwkY0wLi
pLLqtNOoOLmu4+L1l9MNHKMUCnN4KPkh9V9aiSM6N15cfBkBzrZtY/S1Yp+i
i6rTcGhE2JTMhY9ZXKnallLszPO5aNBc9y7FzrgokerVd4CI+XqCqqJRMP1L
BXGBAWuxdIB0gbsEMW7qKDXbSPMmypLfT6fwHaXYfZAlnl+qSMtgWhV+L6pe
cTUIwEYH5ed97uYEqxuZH0rQ+TlMtdgg6d0GScUGSZ/ma92PdzlrEHdf0DUq
VshrSUYoeByM+z75GmemNiDTm6IrOjYW1h33lUiNuAp/VOjfDCitW4PnXumP
OTbx05CEV2Kd2/Uh4DiAOYC6quNGtNUGTCktMClPrgpT7b7wl0YodyTAqUMJ
0dAhq0S/iG8ceSZSfGjbOJBuvaS/C+oAe2qEVLT+hvZuA4JdRVu67JIZMZtz
EH1Opkt0ENmfNgnpsQ/WUb8tSmU/GdQjAz+X0xdHrzrZZDJKjMqgJT+bbzpU
RY4AkAkm4rmN9LtihVnFwZY9hRJn2IwmazhQFKd04U9sgon9KBE7kjYK4k3U
TuhzRBeDlHR4H3/7CqyR/MBH5m+WtUsAPjBOM69ROp2HKj+U7CsZTFwGeEYY
/n24ZXCGMv90nt91pMjYSng/usOQkEY5KJb0Ae9iUIcbf6eLAuJ0BAIrPoC7
HiPIjAkqsap3JP3epsDRYUt4FOKiYBGbsdnKvWIXwslgsLtiI3G/YY2IB3XM
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

-->

</rfc>

