<?xml version="1.0" encoding="us-ascii"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.6 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc comments="yes"?>

<rfc ipr="trust200902" docName="draft-kbbma-mpls-1stnibble-01" category="std">

  <front>
    <title abbrev="1st nibble">IANA Registry for the First Nibble Following a Label Stack</title>

    <author initials="K." surname="Kompella" fullname="Kireeti Kompella" role="editor">
      <organization>Juniper Networks</organization>
      <address>
        <postal>
          <street>1133 Innovation Way</street>
          <city>Sunnyvale</city>
          <code>94089</code>
          <country>USA</country>
        </postal>
        <phone>+1-408-745-2000</phone>
        <email>kireeti.ietf@gmail.com</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="G." surname="Mirsky" fullname="Greg Mirsky">
      <organization>Ericsson</organization>
      <address>
        <email>gregimirsky@gmail.com</email>
      </address>
    </author>
    <author initials="L." surname="Andersson" fullname="Lars Olaf (Loa) Andersson">
      <organization>Bronze Dragon Consulting</organization>
      <address>
        <email>loa@pi.nu</email>
      </address>
    </author>

    <date year="2022" month="April" day="27"/>

    <area>Routing</area>
    <workgroup>MPLS Working Group</workgroup>
    <keyword>load balancing, ECMP, control word</keyword>

    <abstract>


<t>The goal of this memo is to create a new IANA registry (called the
MPLS First Nibble registry) for the first nibble (4-bit field)
immediately following an MPLS label stack.  The memo offers a
rationale for such a registry, describes how the registry should be
managed, and provides some initial entries.  Furthermore, this memo
sets out some documentation requirements for registering new values.
Finally, it provides some recommendations that makes processing MPLS
packets easier and more robust.</t>

<t>There is an important caveat on the use of this registry versus the IP
version number registry.</t>

<t>This memo, if published, would update <xref target="RFC4928"/> and <xref target="RFC8469"/>.</t>



    </abstract>


  </front>

  <middle>


<section anchor="intro" title="Introduction">

<t>An MPLS packet consists of a label stack, an optional &quot;post-stack
header&quot; and an optional embedded packet (in that order).  However, in
the data plane, there are scant clues regarding the post-stack header,
and no clue as to the type of embedded packet; this information is
communicated via other means, such as the routing protocols that
signal the labels in the stack.  Nonetheless, in order to better
handle an MPLS packet in the data plane, it is common practice for
network equipment to &quot;guess&quot; the type of embedded packet.  Such
equipment may also need to process the post-stack header.  Both of
these require parsing the data after the label stack.  To do this, the
&quot;first nibble&quot; (the top four bits of the first octet following the
label stack) is often used.</t>

<t>The semantics and usage of the first nibble is not well documented,
nor are the assignments of values.  This memo serves three purposes:</t>

<t><list style="symbols">
  <t>To document the assignments already made</t>
  <t>To provide for the clear documentation of future assignments through
the creation of an &quot;MPLS First Nibble registry&quot;</t>
  <t>Provide a method to tracking usage by requiring more consistent
 documentation</t>
</list></t>

<section anchor="conventions-and-definitions" title="Conventions and Definitions">

<t>The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL
NOT&quot;, &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;NOT RECOMMENDED&quot;,
&quot;MAY&quot;, and &quot;OPTIONAL&quot; 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>

<t><list style="hanging">
  <t hangText="LSR:">
  label switching router.</t>
  <t hangText="MPLS packet:">
  one whose Layer 2 header declares the type to be MPLS.  For
Ethernet, that means the Ethertype is 0x8847 or 0x8848.</t>
  <t hangText="Label Stack:">
  (of an MPLS packet) all labels (four octet fields) after the Layer 2
header, up to and including the label with the BoS bit set
(<xref target="RFC3032"/>).</t>
  <t hangText="MPLS First Nibble (MFN):">
  the most significant four bits of the first octet following the
label stack.</t>
  <t hangText="MPLS Payload:">
  all data after the label stack, including the MFN, an optional
post-stack header and the embedded packet.</t>
  <t hangText="Post-stack Header (PSH):">
  optional field of interest to the egress LSR (and possibly to
transit LSRs).  Examples include a control word or an associated
channel. The PSH MUST indicate its length, so that a parser knows
where the embedded packet starts.</t>
  <t hangText="Embedded Packet:">
  All octets beyond the PSH (if any).  This could be an IPv4 or IPv6
packet (e.g., for traffic engineering of IP packets, or for a Layer
3 VPN <xref target="RFC4364"/>), an Ethernet packet (for VPLS (<xref target="RFC4761"/>,
<xref target="RFC4762"/>) or EVPN <xref target="RFC7432"/>), or some other type of Layer 2
frame <xref target="RFC4446"/>.</t>
</list></t>

<figure title="Example of an MPLS Packet With Label Stack" anchor="ex-mpls-pkt"><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
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\
  X |                        Layer 2 Header                         | |
    |                                                               | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+/
                                              TC   S       TTL
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\
  Y |             Label-1                   | TC  |0|      TTL      | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             Label-2                   | TC  |0|      TTL      | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |               ...                     | TC  |0|      TTL      | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |             Label-n                   | TC  |1|      TTL      | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+/
]]></artwork></figure>

<figure title="Three Examples of MPLS Payloads" anchor="ex-mpls-pay"><artwork><![CDATA[
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\
  A | (MFN) |                   IP packet                           | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                             data                              | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                                   ...                                |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        end of IP packet                       | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+/



    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\
  B | (MFN) |                 non-IP packet                         | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                             data                              | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                                   ...                                |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                      end of non-IP packet                     | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+/



    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\
  C | (MFN) |                      PSH                              | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                              PSH                              | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                                   ...                                |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                          end of PSH                           | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                        embedded packet                        | |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+/
]]></artwork></figure>

<t><xref target="ex-mpls-pkt"/> shows an MPLS packet with Layer 2 header X and a label
stack Y ending with Label-n.  <xref target="ex-mpls-pay"/> shows three examples of
an MPLS payload, A, B and C.  The full MPLS packets thus are: [X, Y,
A], [X, Y, B], and [X, Y, C].</t>

<t>A. The first payload is a bare IP packet, i.e., no PSH.  The MFN (MPLS
First Nibble) in this case overlaps with the IP version number.</t>

<t>B. The next payload is a bare non-IP packet; again, no PSH.  The MFN
here is the first nibble of the payload, whatever it happens to be.</t>

<t>C. The last example is an MPLS Payload that starts with a PSH followed
by the embedded packet.</t>

</section>
</section>
<section anchor="rationale" title="Rationale">

<section anchor="why-look-at-the-first-nibble" title="Why Look at the First Nibble">

<t>An MPLS packet can contain many types of embedded packet.  The most
common types are:</t>

<t><list style="numbers">
  <t>An IPv4 packet (whose IP header has version number 4).</t>
  <t>An IPv6 packet (whose IP header has version number 6).</t>
  <t>A Layer 2 Ethernet frame (i.e., not including the Preamble or the
Start frame delimiter), starting with the destination MAC address.</t>
</list></t>

<t>Many other packet types are possible, and in principle, any Layer 2
embedded packet is permissible; indeed, in the past, PPP, Frame Relay
and ATM packets were reasonably common.</t>

<t>In addition, there may be a post-stack header ahead of the embedded
packet, and this needs be to parsed.  The MPLS First Nibble is
currently used for both of these purposes.</t>

<section anchor="load-balancing" title="Load Balancing">

<t>There are four common ways to load balance an MPLS packet:</t>

<t><list style="numbers">
  <t>One can use the top label alone.</t>
  <t>One can do better by using all the (non-SPL) labels in the stack.</t>
  <t>One can do even better by &quot;divining&quot; the type of embedded packet,
and using fields from the guessed header.</t>
  <t>One can do best by using either an Entropy Label <xref target="RFC6790"/> or a
FAT Pseudowire Label <xref target="RFC6391"/>; see <xref target="Rec"/>.)</t>
</list></t>

<t>Load balancing based on just the top label means that all packets with
that top label will go the same way -- this is far from ideal.  Load
balancing based on the entire label stack (not including SPLs) is
better, but may still be uneven.  If, however, the embedded packet is
an IP packet, then the combination of (&lt;source IP address&gt;,
&lt;dest IP address&gt;, &lt;transport protocol&gt;, &lt;source
port&gt;, and &lt;dest port&gt;) from the IP header of the embedded
packet forms an excellent basis for load balancing.  This is what is
typically used for load balancing IP packets.</t>

<t>An MPLS packet doesn&#39;t, however, carry a payload type identifier.
There is a simple heuristic that is commonly used to guess the type of
the embedded packet.  The first nibble, i.e., the four most
significant bits of the first octet, of an IP header contains the IP
version number.  This in turn indicates where to find the relevant
fields for load balancing.  The heuristic goes roughly as follows:</t>

<section anchor="heur" title="Heuristic for Load Balancing">

<t><list style="numbers">
  <t>If the MFN is 0x4 (0100b), treat the payload as an IPv4 packet, and
find the relevant fields for load balancing on that basis.</t>
  <t>If the MFN is 0x6 (0101b), treat the payload as an IPv6 packet, and
find the relevant fields for load balancing on that basis.</t>
  <t>If the MFN is anything else, the MPLS payload is not an IP packet;
fall back to load balancing using the label stack.</t>
</list></t>

<t>This heuristic has been implemented in many (legacy) routers, and
performs well in the case of <xref target="ex-mpls-pkt"/>, A.  However, this
heuristic can work very badly for <xref target="ex-mpls-pkt"/>, B.  For example, if
payload B is an Ethernet frame, then the MFN is the first nibble of
the OUI of the destination MAC address, which can be 0x4 or 0x6, and
if so would lead to very bad load balancing.  This behavior can happen
to other types of non-IP payload as well.</t>

<t>This in turn led to the idea of inserting a PSH (e.g., a pseudowire
control word <xref target="RFC4385"/>, a DetNet control word <xref target="RFC8964"/> or a
BIER header <xref target="RFC8296"/>) where the MPLS First Nibble is NOT 0x4 or
0x6, to explicitly prevent forwarding engines from confusing the MPLS
payload with an IP packet.  <xref target="RFC8469"/> recommends the use of a
control word when the embedded packet is an Ethernet frame.  RFC 8469
was published at the request of the operator community and the IEEE
RAC as a result of operational difficulties with pseudowires that did
not contain the control word.</t>

<t>This memo introduces a requirement and a recommendation, the first
building on the above; the second deprecating the use of the heuristic
in <xref target="heur"/>.  The intent of both of these is that legacy routers
continue to operate as they have, with no new problems introduced as a
result of this memo.  However, new implementations SHOULD follow these
recommendations for more robust operation.</t>

</section>
</section>
<section anchor="Req" title="Requirement">

<t>Going forward, network equipment MUST use a post-stack header with an
MPLS First Nibble value that is not 0x4 or 0x6 in all cases when the
MPLS payload is not an IP packet. Effectively, <xref target="ex-mpls-pkt"/>, B is
disallowed.  [AGREED???]</t>

<t>This replaces the following text from <xref target="RFC4928"/>, section 3, paragraph 3:</t>

<t>&quot;It is REQUIRED, however, that applications depend upon in-order
packet delivery restrict the first nibble values to 0x0 and 0x1.  This
will ensure that their traffic flows will not be affected if some
future routing equipment does similar snooping on some future
version(s) of IP.&quot;</t>

<t>This also replaces the following text from <xref target="RFC8469"/>, section 4,
paragraph 1:</t>

<t>&quot;This document updates [RFC4448] to state that both the ingress
provider edge (PE) and the egress PE SHOULD support the Ethernet PW CW
and that, if supported, the CW MUST be used.&quot;</t>

</section>
<section anchor="Rec" title="Recommendation">

<t>It is RECOMMENDED that, going forward, if good load balancing of MPLS
packets is desired, either an Entropy Label or a FAT Pseudowire Label
SHOULD be used; furthermore, going forward, the heuristic in <xref target="heur"/>
MUST NOT be used.  [AGREED???]</t>

<t>A consequence of Recommendation 2 is that, while legacy routers may
look for a MPLS First Nibble of 0x4 or 0x6, no router will look for a
MPLS First Nibble of 0x7 (or whatever the next IP version number will
be) for load balancing purposes.  This means that the values 0x4 and
0x6 are used to (sometimes incorrectly) identify IPv4 and IPv6
packets, but no other First Nibble values will be used to identify IP
packets.</t>

<t>This obviates the need for paragraph 4, section 3 in <xref target="RFC4928"/>:</t>

<t>&quot;This behavior implies that if in the future an IP version is defined
with a version number of 0x0 or 0x1, then equipment complying with
this BCP would be unable to look past one or more MPLS headers, and
loadsplit traffic from a single LSP across multiple paths based on a
hash of specific fields in the IPv0 or IPv1 headers.  That is, IP
traffic employing these version numbers would be safe from
disturbances caused by inappropriate loadsplitting, but would also not
be able to get the performance benefits.&quot;</t>

<t>This also expands the MFN Registry to all 16 possible values, not just
0x0 and 0x1.</t>

</section>
<section anchor="parsing-the-post-stack-header" title="Parsing the Post-stack Header">

<t>Given the above recommendations on the use of a post-stack header and
future non-use of the heuristic (<xref target="heur"/>) via the use of Entropy or
FAT Pseudowire Labels, the main reason for creating a First Nibble
registry is to document the types of post-stack headers that may
follow a label stack, and to simplify their parsing.</t>

</section>
</section>
<section anchor="why-create-a-registry" title="Why Create a Registry">

<t>The MPLS WG is currently engaged in updating the MPLS architecture;
part of this work involves the use of post-stack headers.  This is not
possible if post-stack header values are allocated on an ad hoc basis,
and their parsing and semantics is ill-specified.  Consider that the
MPLS First Nibble value of 0x0 has two different formats, depending on
whether the post-stack header is a pseudowire control word or a DetNet
control word; disambiguation requires the context of the service label.
This was a considered decision; documenting this would be helpful to
future implementors.</t>

<t>With a registy, post-stack headers become easier to parse; the values
are unique, not needing means outside the data plane to interpret them
correctly; and their semantics and usage are documented.  (Thank you,
IANA!)</t>

</section>
<section anchor="caveat" title="Caveat">

<t>The use of the MPLS First Nibble stemmed from the desire to
heuristically identify IP packets for load balancing purposes.  It was
then discovered that non-IP packets, misidentified as IP when the
heuristic failed, were being badly load balanced, leading to
<xref target="RFC4928"/>.  This situation may confuse some as to relationship
between the MPLS First Nibble Registry and the IP Version Numbers
registry.  These registries are quite different:</t>

<t><list style="numbers">
  <t>The IP Version Numbers registry&#39;s explicit purpose is to track IP
version numbers in an IP header.</t>
  <t>The MPLS First Nibble registry&#39;s purpose is to track post-stack
header types.</t>
</list></t>

<t>The only intersection points between the two registries is for values
0x4 and 0x6 (for backward compatibility).  There is no need to track
future IP version number allocations in the MPLS First Nibble
registry.</t>

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

<section anchor="mpls-first-nibble-registry" title="MPLS First Nibble Registry">

<t>This memo recommends the creation of an IANA registry called &quot;The
MPLS First Nibble Registry&quot; with the following values:</t>

<texttable title="MPLS First Nibble Values" anchor="first-nibble">
      <ttcol align='right'>Value</ttcol>
      <ttcol align='left'>Meaning</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <ttcol align='left'>Allocation Policy</ttcol>
      <c>0x0</c>
      <c>PW Control Word</c>
      <c>RFC 4385</c>
      <c>&#160;</c>
      <c>0x0</c>
      <c>DetNet Control Word</c>
      <c>RFC 8964</c>
      <c>&#160;</c>
      <c>0x1</c>
      <c>PW Assoc Channel</c>
      <c>RFC 4385</c>
      <c>&#160;</c>
      <c>0x2</c>
      <c>Unallocated</c>
      <c>&#160;</c>
      <c>Standards Action</c>
      <c>0x3</c>
      <c>Unallocated</c>
      <c>&#160;</c>
      <c>Standards Action</c>
      <c>0x4</c>
      <c>IPv4 header</c>
      <c>RFC  791</c>
      <c>&#160;</c>
      <c>0x5</c>
      <c>BIER header</c>
      <c>RFC 8296</c>
      <c>&#160;</c>
      <c>0x6</c>
      <c>IPv6 header</c>
      <c>RFC 8200</c>
      <c>&#160;</c>
      <c>0x7-e</c>
      <c>Unallocated</c>
      <c>&#160;</c>
      <c>Standards Action</c>
      <c>0xf</c>
      <c>Reserved for expansion</c>
      <c>&#160;</c>
      <c>Standards Action</c>
</texttable>

<section anchor="allocation-policy" title="Allocation Policy">

<t>All new values registered here MUST use the Standards Action policy
<xref target="RFC8126"/>.</t>

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


  </middle>

  <back>

    <references title='Normative References'>





<reference anchor='RFC4928' target='https://www.rfc-editor.org/info/rfc4928'>
<front>
<title>Avoiding Equal Cost Multipath Treatment in MPLS Networks</title>
<author fullname='G. Swallow' initials='G.' surname='Swallow'><organization/></author>
<author fullname='S. Bryant' initials='S.' surname='Bryant'><organization/></author>
<author fullname='L. Andersson' initials='L.' surname='Andersson'><organization/></author>
<date month='June' year='2007'/>
<abstract><t>This document describes the Equal Cost Multipath (ECMP) behavior of currently deployed MPLS networks.  This document makes best practice recommendations for anyone defining an application to run over an MPLS network that wishes to avoid the reordering that can result from transmission of different packets from the same flow over multiple different equal cost paths.  These recommendations rely on inspection of the IP version number field in packets.  Despite the heuristic nature of the recommendations, they provide a relatively safe way to operate MPLS networks, even if future allocations of IP version numbers were made for some purpose.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='128'/>
<seriesInfo name='RFC' value='4928'/>
<seriesInfo name='DOI' value='10.17487/RFC4928'/>
</reference>



<reference anchor='RFC8469' target='https://www.rfc-editor.org/info/rfc8469'>
<front>
<title>Recommendation to Use the Ethernet Control Word</title>
<author fullname='S. Bryant' initials='S.' surname='Bryant'><organization/></author>
<author fullname='A. Malis' initials='A.' surname='Malis'><organization/></author>
<author fullname='I. Bagdonas' initials='I.' surname='Bagdonas'><organization/></author>
<date month='November' year='2018'/>
<abstract><t>The pseudowire (PW) encapsulation of Ethernet, as defined in RFC 4448, specifies that the use of the control word (CW) is optional.  In the absence of the CW, an Ethernet PW packet can be misidentified as an IP packet by a label switching router (LSR). This may lead to the selection of the wrong equal-cost multipath (ECMP) path for the packet, leading in turn to the misordering of packets.  This problem has become more serious due to the deployment of equipment with Ethernet Media Access Control (MAC) addresses that start with 0x4 or 0x6.  The use of the Ethernet PW CW addresses this problem.  This document RECOMMENDS the use of the Ethernet PW CW in all but exceptional circumstances.</t><t>This document updates RFC 4448.</t></abstract>
</front>
<seriesInfo name='RFC' value='8469'/>
<seriesInfo name='DOI' value='10.17487/RFC8469'/>
</reference>



<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<date month='March' year='1997'/>
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<date month='May' year='2017'/>
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>



<reference anchor='RFC3032' target='https://www.rfc-editor.org/info/rfc3032'>
<front>
<title>MPLS Label Stack Encoding</title>
<author fullname='E. Rosen' initials='E.' surname='Rosen'><organization/></author>
<author fullname='D. Tappan' initials='D.' surname='Tappan'><organization/></author>
<author fullname='G. Fedorkow' initials='G.' surname='Fedorkow'><organization/></author>
<author fullname='Y. Rekhter' initials='Y.' surname='Rekhter'><organization/></author>
<author fullname='D. Farinacci' initials='D.' surname='Farinacci'><organization/></author>
<author fullname='T. Li' initials='T.' surname='Li'><organization/></author>
<author fullname='A. Conta' initials='A.' surname='Conta'><organization/></author>
<date month='January' year='2001'/>
<abstract><t>This document specifies the encoding to be used by an LSR in order to transmit labeled packets on Point-to-Point Protocol (PPP) data links, on LAN data links, and possibly on other data links as well.  This document also specifies rules and procedures for processing the various fields of the label stack encoding.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3032'/>
<seriesInfo name='DOI' value='10.17487/RFC3032'/>
</reference>



<reference anchor='RFC6790' target='https://www.rfc-editor.org/info/rfc6790'>
<front>
<title>The Use of Entropy Labels in MPLS Forwarding</title>
<author fullname='K. Kompella' initials='K.' surname='Kompella'><organization/></author>
<author fullname='J. Drake' initials='J.' surname='Drake'><organization/></author>
<author fullname='S. Amante' initials='S.' surname='Amante'><organization/></author>
<author fullname='W. Henderickx' initials='W.' surname='Henderickx'><organization/></author>
<author fullname='L. Yong' initials='L.' surname='Yong'><organization/></author>
<date month='November' year='2012'/>
<abstract><t>Load balancing is a powerful tool for engineering traffic across a network.  This memo suggests ways of improving load balancing across MPLS networks using the concept of &quot;entropy labels&quot;.  It defines the concept, describes why entropy labels are useful, enumerates properties of entropy labels that allow maximal benefit, and shows how they can be signaled and used for various applications.  This document updates RFCs 3031, 3107, 3209, and 5036.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6790'/>
<seriesInfo name='DOI' value='10.17487/RFC6790'/>
</reference>



<reference anchor='RFC6391' target='https://www.rfc-editor.org/info/rfc6391'>
<front>
<title>Flow-Aware Transport of Pseudowires over an MPLS Packet Switched Network</title>
<author fullname='S. Bryant' initials='S.' role='editor' surname='Bryant'><organization/></author>
<author fullname='C. Filsfils' initials='C.' surname='Filsfils'><organization/></author>
<author fullname='U. Drafz' initials='U.' surname='Drafz'><organization/></author>
<author fullname='V. Kompella' initials='V.' surname='Kompella'><organization/></author>
<author fullname='J. Regan' initials='J.' surname='Regan'><organization/></author>
<author fullname='S. Amante' initials='S.' surname='Amante'><organization/></author>
<date month='November' year='2011'/>
<abstract><t>Where the payload of a pseudowire comprises a number of distinct flows, it can be desirable to carry those flows over the Equal Cost Multiple Paths (ECMPs) that exist in the packet switched network. Most forwarding engines are able to generate a hash of the MPLS label stack and use this mechanism to balance MPLS flows over ECMPs.</t><t>This document describes a method of identifying the flows, or flow groups, within pseudowires such that Label Switching Routers can balance flows at a finer granularity than individual pseudowires. The mechanism uses an additional label in the MPLS label stack.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6391'/>
<seriesInfo name='DOI' value='10.17487/RFC6391'/>
</reference>



<reference anchor='RFC4385' target='https://www.rfc-editor.org/info/rfc4385'>
<front>
<title>Pseudowire Emulation Edge-to-Edge (PWE3) Control Word for Use over an MPLS PSN</title>
<author fullname='S. Bryant' initials='S.' surname='Bryant'><organization/></author>
<author fullname='G. Swallow' initials='G.' surname='Swallow'><organization/></author>
<author fullname='L. Martini' initials='L.' surname='Martini'><organization/></author>
<author fullname='D. McPherson' initials='D.' surname='McPherson'><organization/></author>
<date month='February' year='2006'/>
<abstract><t>This document describes the preferred design of a Pseudowire Emulation Edge-to-Edge (PWE3) Control Word to be used over an MPLS packet switched network, and the Pseudowire Associated Channel Header.  The design of these fields is chosen so that an MPLS Label Switching Router performing MPLS payload inspection will not confuse a PWE3 payload with an IP payload.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4385'/>
<seriesInfo name='DOI' value='10.17487/RFC4385'/>
</reference>



<reference anchor='RFC8964' target='https://www.rfc-editor.org/info/rfc8964'>
<front>
<title>Deterministic Networking (DetNet) Data Plane: MPLS</title>
<author fullname='B. Varga' initials='B.' role='editor' surname='Varga'><organization/></author>
<author fullname='J. Farkas' initials='J.' surname='Farkas'><organization/></author>
<author fullname='L. Berger' initials='L.' surname='Berger'><organization/></author>
<author fullname='A. Malis' initials='A.' surname='Malis'><organization/></author>
<author fullname='S. Bryant' initials='S.' surname='Bryant'><organization/></author>
<author fullname='J. Korhonen' initials='J.' surname='Korhonen'><organization/></author>
<date month='January' year='2021'/>
<abstract><t>This document specifies the Deterministic Networking (DetNet) data plane when operating over an MPLS Packet Switched Network.  It leverages existing pseudowire (PW) encapsulations and MPLS Traffic Engineering (MPLS-TE) encapsulations and mechanisms.  This document builds on the DetNet architecture and data plane framework.</t></abstract>
</front>
<seriesInfo name='RFC' value='8964'/>
<seriesInfo name='DOI' value='10.17487/RFC8964'/>
</reference>



<reference anchor='RFC8296' target='https://www.rfc-editor.org/info/rfc8296'>
<front>
<title>Encapsulation for Bit Index Explicit Replication (BIER) in MPLS and Non-MPLS Networks</title>
<author fullname='IJ. Wijnands' initials='IJ.' role='editor' surname='Wijnands'><organization/></author>
<author fullname='E. Rosen' initials='E.' role='editor' surname='Rosen'><organization/></author>
<author fullname='A. Dolganow' initials='A.' surname='Dolganow'><organization/></author>
<author fullname='J. Tantsura' initials='J.' surname='Tantsura'><organization/></author>
<author fullname='S. Aldrin' initials='S.' surname='Aldrin'><organization/></author>
<author fullname='I. Meilik' initials='I.' surname='Meilik'><organization/></author>
<date month='January' year='2018'/>
<abstract><t>Bit Index Explicit Replication (BIER) is an architecture that provides optimal multicast forwarding through a &quot;multicast domain&quot;, without requiring intermediate routers to maintain any per-flow state or to engage in an explicit tree-building protocol.  When a multicast data packet enters the domain, the ingress router determines the set of egress routers to which the packet needs to be sent.  The ingress router then encapsulates the packet in a BIER header.  The BIER header contains a bit string in which each bit represents exactly one egress router in the domain; to forward the packet to a given set of egress routers, the bits corresponding to those routers are set in the BIER header.  The details of the encapsulation depend on the type of network used to realize the multicast domain.  This document specifies a BIER encapsulation that can be used in an MPLS network or, with slight differences, in a non-MPLS network.</t></abstract>
</front>
<seriesInfo name='RFC' value='8296'/>
<seriesInfo name='DOI' value='10.17487/RFC8296'/>
</reference>



<reference anchor='RFC8126' target='https://www.rfc-editor.org/info/rfc8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author fullname='M. Cotton' initials='M.' surname='Cotton'><organization/></author>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<author fullname='T. Narten' initials='T.' surname='Narten'><organization/></author>
<date month='June' year='2017'/>
<abstract><t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t><t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t><t>This is the third edition of this document; it obsoletes RFC 5226.</t></abstract>
</front>
<seriesInfo name='BCP' value='26'/>
<seriesInfo name='RFC' value='8126'/>
<seriesInfo name='DOI' value='10.17487/RFC8126'/>
</reference>




    </references>

    <references title='Informative References'>





<reference anchor='RFC4364' target='https://www.rfc-editor.org/info/rfc4364'>
<front>
<title>BGP/MPLS IP Virtual Private Networks (VPNs)</title>
<author fullname='E. Rosen' initials='E.' surname='Rosen'><organization/></author>
<author fullname='Y. Rekhter' initials='Y.' surname='Rekhter'><organization/></author>
<date month='February' year='2006'/>
<abstract><t>This document describes a method by which a Service Provider may use an IP backbone to provide IP Virtual Private Networks (VPNs) for its customers.  This method uses a &quot;peer model&quot;, in which the customers' edge routers (CE routers) send their routes to the Service Provider's edge routers (PE routers); there is no &quot;overlay&quot; visible to the customer's routing algorithm, and CE routers at different sites do not peer with each other.  Data packets are tunneled through the backbone, so that the core routers do not need to know the VPN routes.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4364'/>
<seriesInfo name='DOI' value='10.17487/RFC4364'/>
</reference>



<reference anchor='RFC4761' target='https://www.rfc-editor.org/info/rfc4761'>
<front>
<title>Virtual Private LAN Service (VPLS) Using BGP for Auto-Discovery and Signaling</title>
<author fullname='K. Kompella' initials='K.' role='editor' surname='Kompella'><organization/></author>
<author fullname='Y. Rekhter' initials='Y.' role='editor' surname='Rekhter'><organization/></author>
<date month='January' year='2007'/>
<abstract><t>Virtual Private LAN Service (VPLS), also known as Transparent LAN Service and Virtual Private Switched Network service, is a useful Service Provider offering.  The service offers a Layer 2 Virtual Private Network (VPN); however, in the case of VPLS, the customers in the VPN are connected by a multipoint Ethernet LAN, in contrast to the usual Layer 2 VPNs, which are point-to-point in nature.</t><t>This document describes the functions required to offer VPLS, a mechanism for signaling a VPLS, and rules for forwarding VPLS frames across a packet switched network.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4761'/>
<seriesInfo name='DOI' value='10.17487/RFC4761'/>
</reference>



<reference anchor='RFC4762' target='https://www.rfc-editor.org/info/rfc4762'>
<front>
<title>Virtual Private LAN Service (VPLS) Using Label Distribution Protocol (LDP) Signaling</title>
<author fullname='M. Lasserre' initials='M.' role='editor' surname='Lasserre'><organization/></author>
<author fullname='V. Kompella' initials='V.' role='editor' surname='Kompella'><organization/></author>
<date month='January' year='2007'/>
<abstract><t>This document describes a Virtual Private LAN Service (VPLS) solution using pseudowires, a service previously implemented over other tunneling technologies and known as Transparent LAN Services (TLS).  A VPLS creates an emulated LAN segment for a given set of users; i.e., it creates a Layer 2 broadcast domain that is fully capable of learning and forwarding on Ethernet MAC addresses and that is closed to a given set of users.  Multiple VPLS services can be supported from a single Provider Edge (PE) node.</t><t>This document describes the control plane functions of signaling pseudowire labels using Label Distribution Protocol (LDP), extending RFC 4447.  It is agnostic to discovery protocols.  The data plane functions of forwarding are also described, focusing in particular on the learning of MAC addresses.  The encapsulation of VPLS packets is described by RFC 4448.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4762'/>
<seriesInfo name='DOI' value='10.17487/RFC4762'/>
</reference>



<reference anchor='RFC7432' target='https://www.rfc-editor.org/info/rfc7432'>
<front>
<title>BGP MPLS-Based Ethernet VPN</title>
<author fullname='A. Sajassi' initials='A.' role='editor' surname='Sajassi'><organization/></author>
<author fullname='R. Aggarwal' initials='R.' surname='Aggarwal'><organization/></author>
<author fullname='N. Bitar' initials='N.' surname='Bitar'><organization/></author>
<author fullname='A. Isaac' initials='A.' surname='Isaac'><organization/></author>
<author fullname='J. Uttaro' initials='J.' surname='Uttaro'><organization/></author>
<author fullname='J. Drake' initials='J.' surname='Drake'><organization/></author>
<author fullname='W. Henderickx' initials='W.' surname='Henderickx'><organization/></author>
<date month='February' year='2015'/>
<abstract><t>This document describes procedures for BGP MPLS-based Ethernet VPNs (EVPN).  The procedures described here meet the requirements specified in RFC 7209 -- &quot;Requirements for Ethernet VPN (EVPN)&quot;.</t></abstract>
</front>
<seriesInfo name='RFC' value='7432'/>
<seriesInfo name='DOI' value='10.17487/RFC7432'/>
</reference>



<reference anchor='RFC4446' target='https://www.rfc-editor.org/info/rfc4446'>
<front>
<title>IANA Allocations for Pseudowire Edge to Edge Emulation (PWE3)</title>
<author fullname='L. Martini' initials='L.' surname='Martini'><organization/></author>
<date month='April' year='2006'/>
<abstract><t>This document allocates the fixed pseudowire identifier and other fixed protocol values for protocols that have been defined in the Pseudo Wire Edge to Edge (PWE3) working group.  Detailed IANA allocation instructions are also included in this document.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='116'/>
<seriesInfo name='RFC' value='4446'/>
<seriesInfo name='DOI' value='10.17487/RFC4446'/>
</reference>




    </references>



  </back>

<!-- ##markdown-source:
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
XwFKfqQbSAAA

-->

</rfc>

