<?xml version="1.0" encoding="utf-8"?>
<?xml-model href="rfc7991bis.rnc"?>  <!-- Required for schema
      validation and schema-aware editing --> 
<!-- <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?> --> 
<!-- This third-party XSLT can be enabled for direct transformations
in XML processors, including most browsers --> 

<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<!-- If further character entities are required then they should be
added to the DOCTYPE above. Use of an external entity file is not
recommended. --> 
<?rfc strict="yes" ?>
<!-- give errors regarding ID-nits and DTD validation -->
<!-- control the table of contents (ToC) -->
<?rfc toc="yes"?>

<rfc
  xmlns:xi="http://www.w3.org/2001/XInclude"
  category="bcp"
  docName="draft-ietf-intarea-rfc7042bis-02"
  ipr="trust200902"
  obsoletes="7042"
  submissionType="IETF"
  xml:lang="en"
  version="3">
<!-- 
    * docName should be the name of your draft * category should be
    one of std, bcp, info, exp, historic * ipr should be one of
    trust200902, noModificationTrust200902, noDerivativesTrust200902,
    pre5378Trust200902 * updates can be an RFC number as NNNN *
    obsoletes can be an RFC number as NNNN
-->


<!-- ____________________FRONT_MATTER____________________ -->
<front>
   <title abbrev="IANA/IETF and IEEE 802 Parameters">IANA
   Considerations and IETF Protocol and Documentation Usage for IEEE
   802 Parameters</title> 
   <!--  The abbreviated title is required if the full title is
        longer than 39 characters --> 

   <seriesInfo name="Internet-Draft"
               value="draft-ietf-intarea-rfc7042bis-02"/>

   <author fullname="Donald E. Eastlake 3rd" initials="D."
           surname="Eastlake">
     <organization>Futurewei Technologies</organization>
     <address>
       <postal>
         <street>2386 Panoramic Circle</street>
         <city>Apopka</city>
         <region>Florida</region>
         <code>32703</code>
         <country>US</country>
       </postal>        
       <phone>+1-508-333-2270</phone>
       <email>d3e3e3@gmail.com</email>
       <email>donald.eastlake@futurewei.com</email>
     </address>
   </author>

   <author fullname="Joe Abley" initials="J."
           surname="Abley">
     <organization>Hopcount Limited</organization>
     <address>
       <postal>
         <street>186 Albert Street, Suite 103</street>
         <city>London</city>
         <region>Ontario</region>
         <code>N6A 1M1</code>
         <country>Canada</country>
       </postal>        
       <phone>+1 519 670 9327</phone>
       <email>jabley@hopcount.ca</email>
     </address>
   </author>

   <author fullname="Yizhou Li" initials="Y."
           surname="Li">
     <organization>Huawei Technologies</organization>
     <address>
       <postal>
         <street>101 Software Avenue</street>
         <city>Nanjing</city>
         <region>Sichuan</region>
         <code>210012</code>
         <country>China</country>
       </postal>        
       <phone>+86-25-56624584</phone>
       <email>liyizhou@huawei.com</email>
     </address>
   </author>
 
   <date year="2023" month="4" day="14"/>

   <area>Internet</area>
   <workgroup>INTAREA Working Group</workgroup>
   <!-- "Internet Engineering Task Force" is fine for individual
        submissions.  If this element is not present, the default is
        "Network Working Group", which is used by the RFC Editor as a
        nod to the history of the RFC Series. --> 

   <keyword></keyword>
   <!-- Multiple keywords are allowed.  Keywords are incorporated
        into HTML output files for use by search engines. --> 

<abstract>
  <t>Some IETF protocols make use of Ethernet frame formats and IEEE
  802 parameters.  This document discusses several aspects of such
  parameters, their use in IETF protocols, specifies IANA
  considerations for assignment of points under the IANA OUI
  (Organizationally Unique Identifier), and provides some values for
  use in documentation.  This document obsoletes RFC 7042.</t>
</abstract>

</front>


<!-- ____________________MIDDLE_MATTER____________________ -->
<middle>
    
<section> <!-- 1. -->
  <name>Introduction</name>

  <t>Some IETF protocols use Ethernet or other IEEE 802-related
  communication frame formats and parameters <xref target="IEEE802"/>.
  These include MAC (Media Access Control) addresses and protocol
  identifiers. The IEEE provides a number of tutorials concerning
  these parameters <xref target="IEEEtutorials"/>.</t>

  <t>This document specifies IANA considerations for the assignment of
  code points under the IANA OUI (Organizationally Unique Identifier),
  including MAC addresses and protocol identifiers, and provides some
  values for use in documentation. As noted in <xref
  target="RFC2606"/> and <xref target="RFC5737"/>, the use of
  designated code values reserved for documentation and examples
  reduces the likelihood of conflicts and confusion arising from such
  code points conflicting with code points assigned for some deployed
  use. This document also discusses several other uses by the IETF of
  IEEE 802 code points, including IEEE 802 Connectivity Fault
  Management (CFM) code points <xref target="RFC7319"/> and IEEE 802
  Link Local Discovery Protocol (LLDP <xref target="IEEE802.1AB"/>)
  Vendor-Specific TLV Sub-Types <xref target="RFC8520"/>. It also
  specifies CBOR tags for MAC addresses and OUI/CIDs.</t>

  <t><xref target="RFC8126"/> is incorporated herein except where
  there are contrary provisions in this document.  In this document,
  "IESG Ratification" is used in some cases. "IESG Ratification" is
  specified in Section 5.1.  It is NOT the same as "IESG Approval" in
  <xref target="RFC8126"/>.</t>

  <section> <!-- 1.1 -->
    <name>Notations Used in This Document</name>

<t>This document uses hexadecimal notation.  Each octet (that is,
8-bit byte) is represented by two hexadecimal digits giving the value
of the octet as an unsigned integer.  Successive octets are separated
by a hyphen.  This document consistently uses IETF ("network") bit
ordering although the physical order of bit transmission within an
octet on an IEEE <xref target="IEEE802.3"/> link is from the lowest
order bit to the highest order bit (i.e., the reverse of the IETF's
ordering).</t>

<t>In this document:</t>

<dl>
<dt>"AFN"</dt><dd>Address Family Number <xref target="RFC4760"/>.</dd>
  
<dt>"CBOR"</dt><dd>Concise Binary Object Representation <xref
target="RFC8949"/>.</dd>

<dt>"CFM"</dt><dd>Connectivity Fault Management <xref
target="RFC7319"/>.</dd>

<dt>"CID"</dt><dd>Company Identifier.</dd>

<dt>"DSAP"</dt><dd>Destination Service Access Point. See Section 3.</dd>

<dt>"EUI"</dt><dd>Extended Unique Identifier.</dd>

<dt>"IAB"</dt><dd>Individual Address Block, not Internet Architecture
Board. Now called MA-S.</dd>

<dt>"IEEE"</dt><dd>Institute for Electrical and Electronics Engineers
<xref target="IEEE"/>.</dd>

<dt>"IEEE-SA"</dt><dd>IEEE Standards Association <xref
target="IEEE-SA"/>.</dd>

<dt>"LSAP"</dt><dd>Link-Layer Service Access Point. See Section 3.</dd>

<dt>"MA-L"</dt><dd>MAC Address Block Large, commonly referred to as an
OUI.</dd>

<dt>"MA-M"</dt><dd>MAC Address Block Medium.</dd>

<dt>"MA-S"</dt><dd>MAC Address Block Small.</dd>

<dt>"MAC"</dt><dd>Media Access Control, not Message Authentication
Code.</dd>

<dt>"MAC-48"</dt><dd>A 48-bit MAC address. This term is obsolete. If
globally unique, use EUI-48.</dd>

<dt>"OUI"</dt><dd>Organizationally Unique Identifier. An OUI is now
officially called an "MA-L" by the IEEE.</dd>

<dt>"RRTYPE"</dt><dd>A DNS Resource Record type <xref
target="RFC6895"/>.</dd>

<dt>"SLAP"</dt><dd>IEEE 802 Structured Local Address Plan
<xref target="IEEE802_OandA"/>.</dd>

<dt>"SSAP"</dt><dd>Source Service Access Point. See Section 3.</dd>

<dt>"tag"</dt><dd>"Tag" is used in two contexts in this document. For
"Ethernet tag", see Section 3. For "CBOR tag", see Section 2.4.</dd>

<dt>"TLV"</dt><dd>Type, Length, Value.</dd>

<dt>"**"</dt><dd>The double asterisk symbol indicates exponentiation.
For example, 2**24 is two to the twenty-fourth power.</dd>
</dl>

  </section>
  
  <section> <!-- 1.2 -->
    <name>Changes from RFC 7042</name>

<t>This document obsoletes <xref target="RFC7042"/> and makes the
changes listed below. However, the completed application template
based upon which an IANA OUI-based protocol number value was assigned
for document use remains that in Appendix C of RFC 7042.</t>

<ul>
<li>Add information on MA-M (28-bit) and MA-S (36-bit) EUI prefixes
that the IEEE Registration Authority assigns. </li>

<li>Add information on the restructuring of the "local" MAC address
space into four quadrants under the Structured Local Address Plan
(SLAP <xref target="IEEE802_OandA"/>). </li>

<li>Include the IESG Statement on Ethertypes (See Appendix B.1) and
more detailed IETF procedures for applying to the IEEE Registration
Authority for an Ethertype for use in an IETF protocol (see Section
5.5). </li>

<li>Mention that IEEE 802 CFM Codepoints that have been allocated to
the IETF (see Section 1.5). </li>

<li>Mention the vendor specific LLDP data element that has been
assigned under the IANA OUI and the registry set up for future such
assignments (see Section 4.1). </li>

<li>Clarify minor details in Section 5.1 on Expert Review and IESG
Ratification. </li>

<li>Specify CBOR tags for MAC addresses and OUI/CIDs (see
Section 2.4). </li>

<li>Add a version field requirement for the allocation of protocol
numbers under the IANA OUI (see Section 3.1).</li>
</ul>

  </section>
  
  <section> <!-- 1.3 -->
    <name>The IEEE Registration Authority</name>

<t>Originally the responsibility of Xerox Corporation, the
registration authority for Ethernet parameters is now the IEEE
Registration Authority, available on the web at <xref
target="IEEEregAuth"/>.</t>

<t>The IEEE Registration Authority operates under the direction of the
IEEE Standards Association (IEEE-SA) Board of Governors, normally via
the IEEE Registration Authority Committee (RAC). The IEEE RAC is a
committee of the Board of Governors.</t>

<t>Anyone may apply to that Authority for parameter assignments.  The
IEEE Registration Authority may impose fees or other requirements but
commonly waives fees for applications from standards development
organizations. Lists of assignments and their holders are downloadable
from the IEEE Registration Authority site.</t>

  </section>
  
  <section> <!-- 1.4 -->
    <name>The IANA Organizationally Unique Identifier</name>

<t>The Organizationally Unique Identifier (OUI) 00-00-5E has been
assigned to IANA by the IEEE Registration Authority.</t>

<t>There is no OUI value reserved at this time for documentation, but
there are documentation code points under the IANA OUI specified
below.</t>

  </section>
  
  <section> <!-- 1.5 -->
    <name>CFM Code Points</name>
    
<t>The IEEE has allocated two blocks of 802 Connectivity Fault
Management (CFM) code points to the IETF, one for CFM OpCodes and one
for CFM TLV Types.  For further information see <xref
target="RFC7319"/>. The IANA "Connectivity Fault Management (CFM) OAM
IETF Parameters" Registry has subregistries for these code points.
This document does not further discuss these blocks of code
points.</t>

  </section>
</section> <!-- 1. Introduction -->


<section> <!-- 2. -->
  <name>Ethernet Identifier Parameters</name>

<t>Section 2.1 discusses 48-bit MAC identifiers, their relationship to
OUIs and other prefixes, and assignment under the IANA OUI.  Section
2.2 extends this to 64-bit identifiers.  Section 2.3 discusses other
IETF MAC identifier use not under the IANA OUI. Section 2.4 specifies
CBOR tags for MAC addresses and OUI/CIDs.</t>

<t indent="3">Historical Note: <xref target="RAC_OUI"/> indicates that
the IEEE Registration Authority Committee was at one time exploring
the feasibility of defining 128-bit identifiers. [RAC_OUI] is an
expired draft that also provides additional historic information on
<xref target="IEEE802"/> registries.</t>

<section> <!-- 2.1 -->
  <name>48-Bit MAC Identifiers, OUIs, and Other Prefixes</name>

<t>48-bit MAC "addresses" are the most commonly used Ethernet
interface identifiers.  Those that are globally unique are also called
EUI-48 identifiers (Extended Unique Identifier 48).  An EUI-48 is
structured into an initial prefix assigned by the IEEE Registration
Authority and additional bits assigned by the prefix owner.  Currently
there are three lengths of prefixes assigned as shown in the table
below; however, some prefix bits have special meaning as shown in
<xref target="MACaddr"/>.</t>

<table align="center">
  <thead>
<tr><th>Prefix Length in bits</th><th>Name></th><th>Owner Supplied
Bits for EUI-48</th></tr>
  </thead>
  <tbody>
<tr><td align="center">24</td><td>MA-L (OUI)</td><td
align="center">24</td></tr>
<tr><td align="center">28</td><td>MA-M</td><td align="center">20</td></tr>
<tr><td align="center">36</td><td>MA-S</td><td align="center">12</td></tr>
  </tbody>
</table>

<t>The bottom four bits, as shown in <xref target="MACaddr"/>, of the
first octet of the 3-octet 48-bit MAC have special meaning and are
referred to below as the M, X, Y, and Z bits.</t>

  <figure anchor="MACaddr">
    <name>48-bit MAC Address Structure</name>
      <artwork type="ascii-art" align="center">
        <![CDATA[
  0  1  2  3  4  5  6  7  0  1  2  3  4  5  6  7
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
| .  .  .  .  Z  Y  X  M| .  .  .  .  .  .  .  .| octets 0+1
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
| .  .  .  .  .  .  .  .| .  .  .  .  .  .  .  .| octets 2+3
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
| .  .  .  .  .  .  .  .| .  .  .  .  .  .  .  .| octets 4+5
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+         
        ]]>
     </artwork>
  </figure>

<t>Except for certain combinations of the Z, Y, X and M bits as
discussed in Section 2.1.1, a MAC address begins with 3 octets or a
larger initial prefix indicating the assignee of the block of MAC
addresses. This prefix is followed by a sequence of additional octets
so as to add up to the total MAC address length.  For example, the
IEEE assigns MA-S (MAC Address Block Small), where the first 4 1/2
octets (36 bits) are assigned, giving the holder of the MA-S 1 1/2
octets (12 bits) they can control in constructing 48-bit MAC
addresses; other prefix lengths are also available [RAC_OUI].</t>

<t>An AFN, a DNS RRTYPE, and a CBOR tag have been assigned for 48-bit
MAC addresses as discussed in Sections 2.4, 5.3 and 5.9.</t>

<t>The IEEE describes its assignment procedures and policies for IEEE
802-related identifiers in <xref target="IEEE802_OandA"/>. An IEEE
tutorial on EUIs, OUIs, and CIDs is available at <xref
target="IEEEtutorial"/>. </t>

<section> <!-- 2.1.1 -->
  <name>Special First Octet Bits</name>

<t>Four bits within the initial octet of an IEEE MAC interface
identifier, such as an EUI-48, have special significance <xref
target="IEEE802_OandA"/> as follows:</t>

<dl>
<dt>M bit</dt><dd>---- This bit always indicates a group address and
is frequently referred to as the group bit.  If it is zero, the MAC
address is unicast. If it is a one, the address is groupcast
(multicast or broadcast). This meaning is independent of the values of
the X, Y, and Z bits.</dd>

<dt>X bit</dt><dd>---- This bit was previously called the "local"
bit. If it is zero, the MAC address is a global address under the
control of the owner of the IEEE assigned prefix. Previously, if it
was a one, the MAC address was considered "local" and under the
assignment and control of the local network operator (but see Section
2.3). If it is a one and if the IEEE 802 Structured Local Address Plan
(SLAP) is in effect, the nature of the MAC address is optionally
determined by the Y and Z bits as described below.</dd>

<dt>Y+Z bits</dt><dd>- These two bits have no special meaning if the X
bit is zero. If the X bit is one then, if the IEEE 802 Structured
Local Address Plan (SLAP) is in effect, these two bits divide the
formerly uniform "local" MAC address space into four quadrants, as
follows and further described below:</dd>
</dl>

<table align="center">
  <thead>
    <tr><th>Y bit</th><th>Z bit</th><th>Quadrant</th></tr>
  </thead>
  <tbody>
<tr><td align="center">0</td><td
align="center">0</td><td>Administratively Assigned</td></tr>

<tr><td align="center">0</td><td align="center">1</td><td>Extended
Local</td></tr>

<tr><td align="center">1</td><td
align="center">0</td><td>Reserved</td></tr>

<tr><td align="center">1</td><td align="center">1</td><td>Standard
Assigned</td></tr>
  </tbody>
</table>

<t>While a local network administrator can assign any addresses with
the X bit a one, the optional SLAP characterizes the four quadrants of
the "local" address space using the Y and Z bits as follows:</t>

<dl>
  <dt>Administratively Assigned -</dt>
  <dd>MAC addresses in this quadrant are called Administratively
  Assigned Identifiers. This is intended for arbitrary local
  assignment, such as random assignment; however, see Section
  2.3.1.</dd>

  <dt>Extended Local -</dt>
  <dd>MAC addresses in this quadrant are called Extended Local
  Identifiers. These addresses are not actually "local" under
  SLAP. They are available to the organization that has been assigned
  the CID (see Section 2.1.2) specifying the other 20 bits of the
  24-bit prefix with X, Y, and Z bits having the values 1, 0, and 1
  respectively.</dd>

  <dt>Reserved -</dt>
  <dd>MAC addresses in this quadrant are reserved for future use under
  the SLAP. Until such future use, they could be locally assigned as
  Administratively Assigned Identifiers are assigned but there is a
  danger that future SLAP use would conflict with such local
  assignments.</dd>

  <dt>Standard Assigned -</dt>
  <dd>MAC addresses in this quadrant are called Standard Assigned
  Identifiers. It is intended that such addresses be assigned and
  possibly revoked through a local protocol. Both IEEE <xref
  target="IEEE802.1CQ"/> and the IETF <xref target="RFC8947"/> <xref
  target="RFC8948"/> have adopted such protocols.</dd>
</dl>

</section> <!-- 2.1.1 -->

<section> <!-- 2.1.2 -->
  <name>OUIs and CIDs</name>

<t>MA-L (OUI), MA-M, and MA-S MAC prefixes are assigned with the Local
bit zero and the Group bit unspecified.  Multicast identifiers may be
constructed by turning on the Group bit and unicast identifiers may be
constructed by leaving the Group bit zero.</t>

<t>The Local bit is zero for globally unique EUI-48 identifiers
assigned by the owner of a MAC-L (OUI) or owner of a longer prefix.
If the Local bit is a one, the identifier has historically been a
local identifier under the control of the local network administrator;
however, there are now recommendations on optional management of the
local address space as discussed in Section 2.1.1.  If the Local bit
is a one, the holder of an OUI has no special authority over MAC
identifiers whose first 3 octets correspond to their OUI or the
beginning of their longer prefix.</t>

<t>A CID is a 24-bit Company Identifier. It is assigned for
organizations that need such an identifier, that can be used in place
of an OUI, but do not need to assign subsidiary MAC addresses. A CID
can be recognized by its X and Z bits having the value 1 and its Y bit
having the value 0 (see <xref target="MACaddr"/>).</t>

<t>An AFN and a CBOR tag have been assigned for OUI/CIDs as discussed
in Sections 2.4, 5.3 and 5.9.</t>

</section>
<section> <!-- 2.1.3 -->
  <name>EUI-48 Assignments under the IANA OUI</name>

<t>The OUI 00&nbhy;00&nbhy;5E has been assigned to IANA as stated in Section 1.4
above.  This includes 2**24 EUI&nbhy;48 multicast identifiers from
01&nbhy;00&nbhy;5E&nbhy;00&nbhy;00&nbhy;00 to 01&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FF&nbhy;FF and 2**24 EUI&nbhy;48 unicast
identifiers from 00&nbhy;00&nbhy;5E&nbhy;00&nbhy;00&nbhy;00 to 00&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FF&nbhy;FF. </t>

<t>Of these EUI&nbhy;48 identifiers, the sub-blocks reserved or thus far
assigned are as follows: </t>

<t>Unicast, all blocks of 2**8 addresses thus far: </t>

<dl>
  <dt>00&nbhy;00&nbhy;5E&nbhy;00&nbhy;00&nbhy;00 through 00&nbhy;00&nbhy;5E&nbhy;00&nbhy;00&nbhy;FF:</dt>
  <dd>reserved and require IESG Ratification for assignment (see
  Section 5.1).</dd>

  <dt>00&nbhy;00&nbhy;5E&nbhy;00&nbhy;01&nbhy;00 through 00&nbhy;00&nbhy;5E&nbhy;00&nbhy;01&nbhy;FF:</dt>
  <dd>assigned for the Virtual Router Redundancy Protocol (VRRP) <xref
  target="RFC5798"/>.</dd>

  <dt>00&nbhy;00&nbhy;5E&nbhy;00&nbhy;02&nbhy;00 through 00&nbhy;00&nbhy;5E&nbhy;00&nbhy;02&nbhy;FF:</dt>
  <dd>assigned for the IPv6 Virtual Router Redundancy Protocol (IPv6
  VRRP) <xref target="RFC5798"/>.</dd>

  <dt>00&nbhy;00&nbhy;5E&nbhy;00&nbhy;52&nbhy;00 through 00&nbhy;00&nbhy;5E&nbhy;00&nbhy;52&nbhy;FF:</dt>
  <dd>used for very small assignments.  Currently, 4 out of these 256
  values have been assigned.</dd>

  <dt>00&nbhy;00&nbhy;5E&nbhy;00&nbhy;53&nbhy;00 through 00&nbhy;00&nbhy;5E&nbhy;00&nbhy;53&nbhy;FF:</dt><dd>assigned
  for use in documentation.</dd>

  <dt>00&nbhy;00&nbhy;5E&nbhy;90&nbhy;01&nbhy;00 through 00&nbhy;00&nbhy;5E&nbhy;90&nbhy;01&nbhy;FF:</dt>
  <dd>used for very small assignments that need parallel unicast and
  multicast MAC addresses. Currently 1 out of these 256 values has
  been assigned.</dd>
</dl>

<t>Multicast:</t>

<dl>
  <dt>01&nbhy;00&nbhy;5E&nbhy;00&nbhy;00&nbhy;00 through 01&nbhy;00&nbhy;5E&nbhy;7F&nbhy;FF&nbhy;FF:</dt>
  <dd>2**23 addresses assigned for IPv4 multicast <xref
  target="RFC1112"/>.</dd>

  <dt>01&nbhy;00&nbhy;5E&nbhy;80&nbhy;00&nbhy;00 through 01&nbhy;00&nbhy;5E&nbhy;8F&nbhy;FF&nbhy;FF:</dt>
  <dd>2**20 addresses assigned for MPLS multicast <xref
  target="RFC5332"/>. </dd>

  <dt>01&nbhy;00&nbhy;5E&nbhy;90&nbhy;00&nbhy;00 through 01&nbhy;00&nbhy;5E&nbhy;90&nbhy;00&nbhy;FF:</dt>
  <dd>2**8 addresses being used for very small assignments.
  Currently, 4 out of these 256 values have been assigned. </dd>

  <dt>01&nbhy;00&nbhy;5E&nbhy;90&nbhy;01&nbhy;00 through 01&nbhy;00&nbhy;5E&nbhy;90&nbhy;01&nbhy;FF:</dt>
  <dd>used for very small assignments that need parallel unicast and
  multicast MAC addresses. Currently 1 out of these 256 values has
  been assigned. </dd>

  <dt>01&nbhy;00&nbhy;5E&nbhy;90&nbhy;10&nbhy;00 through 01&nbhy;00&nbhy;5E&nbhy;90&nbhy;10&nbhy;FF:</dt>
  <dd>2**8 addresses for use in documentation. </dd>
</dl>

<t>For more detailed and up-to-date information, see the "Ethernet
Numbers" registry at http://www.iana.org.</t>

</section>

<section> <!-- 2.1.4 -->
  <name>EUI-48 Documentation Values</name>

<t>The following values have been assigned for use in
documentation:</t>

<ul>
  <li>00&nbhy;00&nbhy;5E&nbhy;00&nbhy;53&nbhy;00 through 00&nbhy;00&nbhy;5E&nbhy;00&nbhy;53&nbhy;FF for unicast and</li>

  <li>01&nbhy;00&nbhy;5E&nbhy;90&nbhy;10&nbhy;00 through 01&nbhy;00&nbhy;5E&nbhy;90&nbhy;10&nbhy;FF for multicast.</li>
</ul>

</section>

<section> <!-- 2.1.5 -->
  <name>EUI-48 IANA Assignment Considerations</name>

<t>EUI-48 assignments under the current or a future IANA OUI (see
Section 5.6) must meet the following requirements:</t>

<ul>
  <li>must be for standards purposes (either for an IETF Standard or
  other standard related to IETF work),</li>

  <li>must be for a power-of-two size block of identifiers starting at
  a boundary that is an equal or greater power of two, including the
  assignment of one (2**0) identifier, </li>

  <li>must not be used to evade the requirement for network interface
  vendors to obtain their own block of identifiers from the IEEE, and
  </li>

  <li>must be documented in an Internet-Draft or RFC. </li>
</ul>

<t>In addition, approval must be obtained as follows (see the
procedure in Section 5.1):</t>

<ul>
  <li>Small to medium assignments of a block of 1, 2, 4, ..., 32768,
  65536 (2**0, 2**1, 2**2, ..., 2**15, 2**16) EUI-48 identifiers
  require Expert Review (see Section 5.1).</li>

  <li>Large assignments of 131072 (2**17) or more EUI-48 identifiers
  require IESG Ratification (see Section 5.1).</li>
</ul>

</section>

</section>

<section> <!-- 2.2 -->
  <name>64-Bit MAC Identifiers</name>

<t>IEEE also defines a system of 64-bit MAC identifiers including
EUI&nbhy;64s.  EUI&nbhy;64 identifiers are currently used as follows:</t>

<ul>
  <li>In a modified form to construct some IPv6 interface identifiers
as described in Section 2.2.1</li>

  <li>In IEEE Std 1394 (also known as FireWire and i.Link)</li>

  <li>In IEEE Std 802.15.4 (also known as ZigBee)</li>

  <li>In <xref target="InfiniBand"/></li>
</ul>

<t>Adding a 5-octet (40-bit) extension to a 3-octet (24-bit) OUI
(MA-L), or a shorter extension to longer assigned prefixes [RAC_OUI]
so as to total 64 bits, produces an EUI-64 identifier under that OUI
or longer prefix.  As with EUI-48 identifiers, the first octet has the
same special low order bits.</t>

<t>An AFN, a DNS RRTYPE, and CBOR tag have been assigned for 64-bit
MAC addresses as discussed in Sections 2.4, 5.3, and 5.9. </t>

<t>The discussion below is almost entirely in terms of the "Modified"
form of EUI-64 identifiers; however, anyone assigned such an
identifier can also use the unmodified form as a MAC identifier on any
link that uses such 64-bit identifiers for interfaces. </t>

<section>
  <name>IPv6 Use of Modified EUI-64 Identifiers</name>

<t>MAC-64 identifiers are used to form the lower 64 bits of some IPv6
addresses (Section 2.5.1 and Appendix A of <xref target="RFC4291"/>
and Appendix A of <xref target="RFC5214"/>).  When so used, the MAC-64
is modified by inverting the X (Local/Global) bit to form an IETF
"Modified EUI-64 identifier".  Below is an illustration of a Modified
EUI-64 unicast identifier under the IANA OUI, where aa-bb-cc-dd-ee is
the extension. </t>

<t indent ="3">02-00-5E-aa-bb-cc-dd-ee</t>

<t>The first octet is shown as 02 rather than 00 because, in Modified
EUI-64 identifiers, the sense of the X bit is inverted compared with
EUI-48 identifiers.  It is the globally unique values (universal
scope) that have the 02 bit on in the first octet, while those with
this bit off are typically locally assigned and out of scope for
global assignment. </t>

<t>The X (Local/Global) bit was inverted to make it easier for network
operators to type in local-scope identifiers.  Thus, such Modified
EUI-64 identifiers as 1, 2, etc. (ignoring leading zeros) are local.
Without the modification, they would have to be
02-00-00-00-00-00-00-01, 02-00-00-00-00-00-00-02, etc. to be
local. </t>

<t>As with 48-bit MAC identifiers, the 01 bit on in the first octet
indicates a group identifier (multicast or broadcast). </t>

<t>When the first two octets of the extension of a Modified EUI-64
identifier are FF-FE, the remainder of the extension is a 24-bit value
as assigned by the OUI owner for an EUI-48.  For example: </t>

<t indent="3">02-00-5E-FF-FE-yy-yy-yy</t>
<t>or</t>
<t indent="3">03-00-5E-FF-FE-yy-yy-yy</t>

<t>where yy-yy-yy is the portion (of an EUI-48 global unicast or
multicast identifier) that is assigned by the OUI owner (IANA in this
case).  Thus, any holder of one or more EUI-48 identifiers under the
IANA OUI also has an equal number of Modified EUI-64 identifiers that
can be formed by inserting FF-FE in the middle of their EUI-48
identifiers and inverting the Local/Global bit.</t>

<t>In addition, certain Modified EUI-64 identifiers under the IANA OUI
are reserved for holders of IPv4 addresses as follows:</t>

<t indent="3">02-00-5E-FE-xx-xx-xx-xx</t>

<t>where xx-xx-xx-xx is a 32-bit IPv4 address.  The owner of an IPv4
address has both a unicast- and multicast-derived EUI-64 address.
Modified EUI-64 identifiers from </t>

<t indent="3">02-00-5E-FE-F0-00-00-00 to 02-00-5E-FE-FF-FF-FF-FF</t>

<t>are effectively reserved pending the specification of IPv4 "Class
E" addresses <xref target="RFC1112"/>.  However, for Modified EUI-64
identifiers based on an IPv4 address, the Local/Global bit should be
set to correspond to whether the IPv4 address is local or global.
(Keep in mind that the sense of the Modified EUI-64 identifier
Local/Global bit is reversed from that in (unmodified) MAC-64
identifiers.)</t>

</section>
<section>
  <name>EUI-64 IANA Assignment Considerations</name>

<t>The following table shows which Modified EUI-64 identifiers under
the IANA OUI are reserved, assigned, or available as indicated.  As
noted above, the corresponding MAC addresses can be determined by
complementing the 02 bit in the first octet.  In all cases, the
corresponding multicast 64-bit MAC addresses formed by complementing
the 01 bit in the first octet have the same status as the modified
64-bit unicast address blocks listed below.</t>

<dl>
  <dt>02&nbhy;00&nbhy;5E&nbhy;00&nbhy;00&nbhy;00&nbhy;00&nbhy;00 to 02&nbhy;00&nbhy;5E&nbhy;0F&nbhy;FF&nbhy;FF&nbhy;FF&nbhy;FF</dt>
  <dd>reserved</dd>

<dt>02&nbhy;00&nbhy;5E&nbhy;10&nbhy;00&nbhy;00&nbhy;00&nbhy;00 to 02&nbhy;00&nbhy;5E&nbhy;10&nbhy;00&nbhy;00&nbhy;00&nbhy;FF</dt>
  <dd>assigned for documentation use</dd>

<dt>02&nbhy;00&nbhy;5E&nbhy;10&nbhy;00&nbhy;00&nbhy;01&nbhy;00 to 02&nbhy;00&nbhy;5E&nbhy;EF&nbhy;FF&nbhy;FF&nbhy;FF&nbhy;FF</dt>
  <dd>available for assignment</dd>

<dt>02&nbhy;00&nbhy;5E&nbhy;F0&nbhy;00&nbhy;00&nbhy;00&nbhy;00 to 02&nbhy;00&nbhy;5E&nbhy;FD&nbhy;FF&nbhy;FF&nbhy;FF&nbhy;FF</dt>
  <dd>reserved</dd>

<dt>02&nbhy;00&nbhy;5E&nbhy;FE&nbhy;00&nbhy;00&nbhy;00&nbhy;00 to 02&nbhy;00&nbhy;5E&nbhy;FE&nbhy;FF&nbhy;FF&nbhy;FF&nbhy;FF</dt>
  <dd>assigned to IPv4 address holders as described above</dd>

<dt>02&nbhy;00&nbhy;5E&nbhy;FF&nbhy;00&nbhy;00&nbhy;00&nbhy;00 to 02&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FD&nbhy;FF&nbhy;FF&nbhy;FF</dt>
  <dd>reserved</dd>

<dt>02&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FE&nbhy;00&nbhy;00&nbhy;00 to 02&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FE&nbhy;FF&nbhy;FF&nbhy;FF</dt>
  <dd>assigned for holders of EUI&nbhy;48 identifiers under the IANA OUI as
  described above</dd>

<dt>02&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FF&nbhy;00&nbhy;00&nbhy;00 to 02&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FF&nbhy;FF&nbhy;FF&nbhy;FF</dt>
  <dd>reserved</dd>
</dl>

<t>The reserved identifiers above require IESG Ratification (see
Section 5.1) for assignment.  IANA EUI-64 identifier assignments under
the IANA OUI must meet the following requirements:</t>

<ul>
  <li>must be for standards purposes (either for an IETF Standard or
  other standard related to IETF work), </li>

  <li>must be for a power-of-two size block of identifiers starting at
  a boundary that is an equal or greater power of two, including the
  assignment of one (2**0) identifier, </li>

  <li>must not be used to evade the requirement for network interface
  vendors to obtain their own block of identifiers from the IEEE, and
  </li>

  <li>must be documented in an Internet-Draft or RFC. </li>
</ul>

<t>In addition, approval must be obtained as follows (see the
procedure in Section 5.1):</t>

<ul>
  <li>Small to medium assignments of a block of 1, 2, 4, ...,
  134217728, 268435456 (2**0, 2**1, 2**2, ..., 2**27, 2**28) EUI-64
  identifiers require Expert Review (see Section 5.1).</li>

  <li>Large assignments of 536870912 (2**29) or more EUI-64
  identifiers require IESG Ratification (see Section 5.1).</li>
</ul>

</section>
<section>
  <name>EUI-64 Documentation Values</name>

<t>The following blocks of unmodified 64-bit MAC addresses are for
documentation use.  The IPv4-derived addresses are based on the IPv4
documentation addresses <xref target="RFC5737"/>, and the MAC-derived
addresses are based on the EUI-48 documentation addresses above.</t>

<t>Unicast values for Documentation Use:</t>

<t
indent="3">00&nbhy;00&nbhy;5E&nbhy;EF&nbhy;10&nbhy;00&nbhy;00&nbhy;00
to 00&nbhy;00&nbhy;5E&nbhy;EF&nbhy;10&nbhy;00&nbhy;00&nbhy;FF
general</t>

<t
indent="3">00&nbhy;00&nbhy;5E&nbhy;FE&nbhy;C0&nbhy;00&nbhy;02&nbhy;00
to 00&nbhy;00&nbhy;5E&nbhy;FE&nbhy;C0&nbhy;00&nbhy;02&nbhy;FF and
00&nbhy;00&nbhy;5E&nbhy;FE&nbhy;C6&nbhy;33&nbhy;64&nbhy;00 to
00&nbhy;00&nbhy;5E&nbhy;FE&nbhy;C6&nbhy;33&nbhy;64&nbhy;FF and
00&nbhy;00&nbhy;5E&nbhy;FE&nbhy;CB&nbhy;00&nbhy;71&nbhy;00 to
00&nbhy;00&nbhy;5E&nbhy;FE&nbhy;CB&nbhy;00&nbhy;71&nbhy;FF IPv4
derived</t>

<t
indent="3">00&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FE&nbhy;00&nbhy;53&nbhy;00
to 00&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FE&nbhy;00&nbhy;53&nbhy;FF EUI-48
derived</t>

<t
indent="3">00&nbhy;00&nbhy;5E&nbhy;FE&nbhy;EA&nbhy;C0&nbhy;00&nbhy;02
and 00&nbhy;00&nbhy;5E&nbhy;FE&nbhy;EA&nbhy;C6&nbhy;33&nbhy;64 and
00&nbhy;00&nbhy;5E&nbhy;FE&nbhy;EA&nbhy;CB&nbhy;00&nbhy;71 IPv4
multicast derived from IPv4 unicast <xref target="RFC6034"/></t>

<t>Multicast values for Documentation Use:</t>

<t
indent="3">01&nbhy;00&nbhy;5E&nbhy;EF&nbhy;10&nbhy;00&nbhy;00&nbhy;00
to 01&nbhy;00&nbhy;5E&nbhy;EF&nbhy;10&nbhy;00&nbhy;00&nbhy;FF
general</t>

<t
indent="3">01&nbhy;00&nbhy;5E&nbhy;FE&nbhy;C0&nbhy;00&nbhy;02&nbhy;00
to 01&nbhy;00&nbhy;5E&nbhy;FE&nbhy;C0&nbhy;00&nbhy;02&nbhy;FF and
01&nbhy;00&nbhy;5E&nbhy;FE&nbhy;C6&nbhy;33&nbhy;64&nbhy;00 to
01&nbhy;00&nbhy;5E&nbhy;FE&nbhy;C6&nbhy;33&nbhy;64&nbhy;FF and
01&nbhy;00&nbhy;5E&nbhy;FE&nbhy;CB&nbhy;00&nbhy;71&nbhy;00 to
01&nbhy;00&nbhy;5E&nbhy;FE&nbhy;CB&nbhy;00&nbhy;71&nbhy;FF IPv4
derived</t>

<t
indent="3">01&nbhy;00&nbhy;5E&nbhy;FE&nbhy;EA&nbhy;C0&nbhy;00&nbhy;02
and 01&nbhy;00&nbhy;5E&nbhy;FE&nbhy;EA&nbhy;C6&nbhy;33&nbhy;64 and
01&nbhy;00&nbhy;5E&nbhy;FE&nbhy;EA&nbhy;CB&nbhy;00&nbhy;71 IPv4
multicast derived from IPv4 unicast <xref target="RFC6034"/></t>

<t
indent="3">01&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FE&nbhy;90&nbhy;10&nbhy;00
to 01&nbhy;00&nbhy;5E&nbhy;FF&nbhy;FE&nbhy;90&nbhy;10&nbhy;FF EUI-48
derived</t>

</section>

</section> <!-- 2.2 -->

<section>
  <name>Other 48-bit MAC Identifiers Used by the IETF</name>

<t>There are two other blocks of 48-bit MAC identifiers that are used
by the IETF as described below.</t>

  <section>
    <name>Identifiers with a '33-33' Prefix</name>

<t>All 48-bit multicast MAC identifiers prefixed "33-33" (that is, the
2**32 multicast MAC identifiers in the range from 33-33-00-00-00-00 to
33-33-FF-FF-FF-FF) are used as specified in <xref target="RFC2464"/>
for IPv6 multicast.  In all of these identifiers, the Group bit (the
bottom bit of the first octet) is on, as is required to work properly
with existing hardware as a multicast identifier.  They also have the
Local bit on but any Ethernet using standard IPv6 multicast should
note that these addresses will be used for that purpose. These
multicast MAC addresses fall into the Administratively Assigned SLAP
quadrant (see Section 2.1.1).</t>

<t indent="3">Historical notes: It was the custom during IPv6 design
to use "3" for unknown or example values and 3333 Coyote Hill Road,
Palo Alto, California, is the address of PARC (Palo Alto Research
Center, formerly "Xerox PARC").  Ethernet was originally specified by
the Digital Equipment Corporation, Intel Corporation, and Xerox
Corporation.  The pre-IEEE <xref target="IEEE802.3"/> Ethernet
protocol has sometimes been known as "DIX" Ethernet from the first
letters of the names of these companies.</t>

  </section>
  <section>
    <name>The 'CF Series'</name>

<t>The Informational <xref target="RFC2153"/> declared the 3-octet
values from CF-00-00 through CF-FF-FF to be "OUIs" available for
assignment by IANA to software vendors for use in PPP <xref
target="RFC1661"/> or for other uses where vendors do not otherwise
need an IEEE-assigned OUI. When used as 48-bit MAC prefixes, these
values have all of the Z, Y, X (Local), and M (Group) special bits at
the bottom of the first octet equal to one, while all IEEE-assigned
OUIs thus far have the X and M bits zero and all CIDs have bits Y and
M zero; thus there can be no conflict between CF Series "OUI"s and
IEEE assigned OUI/CIDs. Multicast MAC addresses constructed with a
"CF" series OUI would fall into the standard assigned SLAP quadrant
(see Section 2.1.1). The Group bit is meaningless in PPP.  To quote
<xref target="RFC2153"/>: "The 'CF0000' series was arbitrarily chosen
to match the PPP NLPID 'CF', as a matter of mnemonic convenience."
(For further information on NLPIDs, see <xref target="RFC6328"/>.)</t>

<t indent="3">CF-00-00 is reserved, and IANA lists multicast
identifier</t>
<t indent="3">CF-00-00-00-00-00 is used for Ethernet loopback
tests.</t>

<t>In over a decade of availability, only a handful of values in the
CF Series have been assigned.  (See "Ethernet Numbers" <xref
target="EthernetNum"/> and "PPP Numbers" <xref target="PPPNum"/>
).</t>

    <section>
      <name>Changes to RFC 2153</name>

<t>The IANA Considerations in <xref target="RFC2153"/> were updated as
follows by the approval of RFC 5342 and remain so updated (no
technical changes have been made):</t>

<ul>
<li>Use of these 'CF Series' identifiers based on IANA assignment was
deprecated.</li>

<li>IANA was instructed not to assign any further values in the 'CF
Series'.</li>
</ul>

    </section>
  </section>
  </section> <!-- 2.3 -->

  <section>
    <name>CBOR Tags</name>

<t>The Concise Binary Object Representation (CBOR <xref
target="RFC8949"/>) is a data format whose design goals include the
possibility of very small code size, fairly small message size, and
extensibility. In CBOR, a data item can be enclosed by a CBOR tag to
give it some additional semantics identified by that tag.</t>

<t>IANA has assigned TBD1 as the CBOR tag to indicate a MAC
address. The enclosed data item is a byte string. The length of the
byte string indicates whether a 48-bit (6 byte) or 64-bit (8 byte) MAC
address is encoded. Should some other multiple of 8 bits length MAC
addresses be used in the future, such as a 128-bit (16 byte) MAC
address, the TBD1 tag will be used.</t>

<t>IANA has assigned TDB2 as the CBOR tag to indicate an OUI, CID, or
"CF" series organizational identifier. The enclosed data item is a
byte string of length 3 to hold the 24-bit OUI or CID (see Section
2.1.2).</t>

</section> <!-- 2.4 -->

</section> <!-- 2. Ethernet Identifier Parameters -->


<section> <!-- 3. -->
  <name>Ethernet Protocol Parameters</name>

<t>Ethernet protocol parameters provide a means of indicating the
contents of a frame -- for example, that its contents are IPv4 or
IPv6.</t>

<t>There are two types of protocol identifier parameters that can
occur in Ethernet frames after the initial MAC address destination
and source identifiers:</t>

<dl>
  <dt>Ethertypes:</dt>
  <dd>These are 16-bit identifiers appearing as the initial two octets
  after the MAC destination and source (or after a tag), which, when
  considered as an unsigned integer, are equal to or larger than
  0x0600. (See <xref target="Ethertype "/>.) <xref
  target="IEEE802_OandA"/> specifies two Ethertypes for local,
  experimental use: 0x88B5 and 0x88B6.</dd>

  <dt>LSAPs:</dt>
  <dd>These are 8-bit protocol identifiers that occur in pairs
  immediately after an initial 16-bit (two-octet) remaining frame
  length, which is in turn after the MAC destination and source (or
  after a tag).  Such a length must, when considered as an unsigned
  integer, be less than 0x5DC, or it could be mistaken as an
  Ethertype.  LSAPs occur in pairs where one is intended to indicate
  the source protocol handler (SSAP) and one the destination protocol
  handler (DSAP); however, use cases where the two are different have
  been relatively rare. (See <xref target="LSAP"/> where the CTL field
  value of 3 indicates datagram service.)</dd>
</dl>


  <figure anchor="Ethertype">
    <name>Ethertype Frame Protocol Labeling</name>
      <artwork type="ascii-art" align="center">
        <![CDATA[
  0  1  2  3  4  5  6  7  0  1  2  3  4  5  6  7
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|  Source MAC Address                          ///
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|  Destination MAC Address                     ///
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|  Ethertype, greater than or equal to 0x0600   |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|  Protocol Data                               ///
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
        ]]>
     </artwork>
  </figure>


  <figure anchor="LSAP">
    <name>LSAP Frame Protocol Labeling</name>
      <artwork type="ascii-art" align="center">
        <![CDATA[
  0  1  2  3  4  5  6  7  0  1  2  3  4  5  6  7
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|  Source MAC Address                          ///
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|  Destination MAC Address                     ///
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|  Frame length, less 0x5DC                     |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|  DSAP                 |  SSAP                 |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|  CTL = 3              |  Protocol Data       ///
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
        ]]>
     </artwork>
  </figure>


<t>The concept has been extended to labeling by Ethernet "tags".  An
Ethernet tag in this sense is a prefix whose type is identified by an
Ethertype that is then followed by either another tag, an Ethertype,
or an LSAP (Link-Layer Service Access Point) protocol indicator for
the "main" body of the frame, as described below.  Traditionally, in
the <xref target="IEEE802_OandA"/> world, tags are a fixed length and
do not include any encoding of their own length.  Any device that is
processing a frame cannot, in general, safely process anything in the
frame past an Ethertype it does not understand.  An example is the
C-Tag (formerly the Q-Tag) <xref target="IEEE802.1Q"/>.  It provides
customer VLAN and priority information for a frame.</t>

<t>Neither Ethertypes nor LSAPs are assigned by IANA; they are
assigned by the IEEE Registration Authority <xref
target="IEEEregAuth"/> (see Section 1.3 above and Appendix B).
However, both LSAPs and Ethertypes have extension mechanisms so that
they can be used with five-octet Ethernet protocol identifiers under
an OUI, including those assigned by IANA under the IANA OUI.</t>

<t>When using the IEEE 802 Logical Link Control (LLC) format
(Subnetwork Access Protocol (SNAP)) <xref target="IEEE802_OandA"/> for
a frame, an OUI-based protocol identifier can be expressed as
follows:</t>

<t indent="3">xx-xx-AA-AA-03-yy-yy-yy-zz-zz </t>

<t>where xx-xx is the frame length and, as above, must be small enough
not to be confused with an Ethertype; "AA" is the LSAP that indicates
this use and is sometimes referred to as the SNAP Service Access Point
(SNAP SAP); "03" is the LLC control octet indicating datagram service;
yy-yy-yy is an OUI; and zz-zz is a protocol number, under that OUI,
assigned by the OUI owner.  The five-octet length for such OUI-based
protocol identifiers was chosen so that, with the LLC control octet
("03"), the result is 16-bit aligned. </t>

<t>When using an Ethertype to indicate the main type for a frame body,
the special "OUI Extended Ethertype" 88-B7 is available.  Using this
Ethertype, a frame body can begin with </t>

<t indent="3">88-B7-yy-yy-yy-zz-zz </t>

<t>where yy-yy-yy and zz-zz have the same meaning as in the SNAP format
described above. </t>

<t>It is also possible, within the SNAP format, to use an arbitrary
Ethertype.  Putting the Ethertype as the zz-zz field after an all-
zeros OUI (00-00-00) does this.  It looks like </t>

<t indent="3">xx-xx-AA-AA-03-00-00-00-zz-zz </t>

<t>where zz-zz is the Ethertype. </t>

<t indent="3">(Note that, at this point, the 802 protocol syntax
facilities are sufficiently powerful that they could be chained
indefinitely.  Whether support for such chaining is generally required
is not clear, but <xref target="IEEE802_OandA"/> requires support for
</t>

<t indent="6">xx-xx-AA-AA-03-00-00-00-88-B7-yy-yy-yy-zz-zz </t>

<t indent="3">although this could be more efficiently expressed by
simply pinching out the "00-00-00-88-B7" in the middle.) </t>

<t>As well as labeling frame contents, 802 protocol types appear
within NBMA (Non-Broadcast Multi-Access) Next Hop Resolution Protocol
<xref target="RFC2332"/> messages.  Such messages have provisions for
both two-octet Ethertypes and OUI-based protocol types. 16-bit
Ethertypes also occur in the Generic Router Encapsulation (GRE <xref
target="RFC2784"/>) header. </t>

<section>
  <name>Ethernet Protocol Assignment under the IANA OUI</name>

<t>Two-octet protocol numbers under the IANA OUI are available, as in </t>

<t indent="3">88-B7-00-00-0E-qq-qq </t>

<t>or</t>

<t indent="3">xx-xx-AA-AA-03-00-00-5E-qq-qq </t>

<t>where qq-qq is the protocol number. </t>

<t>A number of such assignments have been made out of the 2**16
protocol numbers available from 00-00-5E-00-00 to 00-00-5E-FF-FF (see
<xref target="IANA"/>).  The extreme values of this range,
00-00-5E-00-00 and 00-00-5E-FF-FF, are reserved and require IESG
Ratification for assignment (see Section 5.1).  New assignments of
protocol numbers (qq-qq) under the IANA OUI must meet the following
requirements: </t>

<ul>
  <li>the assignment must be for standards use (either for an IETF
Standard or other standard related to IETF work), </li>

  <li>the protocol must include a version field at a fixed offset or
  an equivalent marking such that later version can be indicated in a
  way recognizable by earlier versions, </li>

  <li>it must be documented in an Internet-Draft or RFC, and </li>

  <li>such protocol numbers are not to be assigned for any protocol
  that has an Ethertype. (Either that Ethertype can be used directly
  or, in the LSAPs case, using the SNAP SAP and putting an all-zeros
  "OUI" before the Ethertype as described above.) </li>
</ul>

<t>In addition, the Expert Review (or IESG Ratification for the two
reserved values) must be obtained using the procedure specified in
Section 5.1.</t>

</section> <!-- 3.1 -->

<section>
  <name>Documentation Protocol Number</name>

<t>0x0042 is a protocol number under the IANA OUI (that is,
00&nbhy;00&nbhy;5E&nbhy;00&nbhy;42) to be used as an example for documentation
purposes.</t>

</section> <!-- 3.2 -->

</section> <!-- 3. Ethernet Protocol Paraeeters -->


<section> <!-- 4. -->
  <name>Other OUI-Based Parameters</name>

<t>Some IEEE 802 and other protocols provide for parameters based on
an OUI beyond those discussed above.  Such parameters commonly consist
of an OUI plus one octet of additional value.  They are usually called
"vendor specific" parameters, although "organization specific" might
be more accurate.  They would look like</t>

<t indent="3">yy-yy-yy-zz</t>

<t>where yy-yy-yy is the OUI and zz is the additional specifier.  An
example is the Cipher Suite Selector in <xref
target="IEEE802.11"/>.</t>

<t>Values may be assigned under the IANA OUI for such other OUI-based
parameter usage by Expert Review except that, for each use, the
additional specifier values consisting of all zero bits and all one
bits (0x00 (00-00-5E-00) and 0xFF (00-00-5E-FF) for a one-octet
specifier) are reserved and require IESG Ratification (see Section
5.1) for assignment; also, the additional specifier value 0x42
(00-00-5E-42) is assigned for use as an example in documentation.</t>

<t>Assignments of such other IANA OUI-based parameters must be for
standards use (either for an IETF Standard or other standard related
to IETF work) and be documented in an Internet-Draft or RFC.  The
first time a value is assigned for a particular parameter of this
type, an IANA registry will be created to contain that assignment and
any subsequent assignments of values for that parameter under the IANA
OUI.  The Expert may specify the name of the registry.</t>

<t>If different policies from those above are required for such a
parameter, a BCP or Standards Track RFC should be adopted to update
this BCP and specify the new policy and parameter.</t>

<section>
  <name>LLDP IETF Vendor-Specific TLV Type</name>

<t>An example of such an "other IANA OUI based parameter" is specified
in <xref target="RFC8520"/>. This provides for a "vendor based" TLV
type for announcing a Manufacturer Usage Description (MUD) Uniform
Resource Locator (URL) in the IEEE Link Local Discovery Protocol (LLDP
<xref target="IEEE802.1AB"/>). Additional IETF use of code points in
this space have been proposed <xref target="BGP11dp"/>. (See also
Section 5.8.)</t>

</section> <!-- 4.1 -->

</section> <!-- 4. Other OUI-Based Parameters -->


<section> <!-- 5. -->
  <name>IANA Considerations</name>

<t>This document concerns IANA considerations for the assignment of
Ethernet parameters in connection with the IANA OUI and related
matters.</t>

<t indent="3">Note: The "IETF OUI Ethernet Numbers" IANA web page is
for registries of numbers assigned under the IANA OUI while the "IEEE
802 Numbers" IANA web page has Informational lists of numbers assigned
by the IEEE Registration Authority.</t>

<t>This document does not create any new IANA registries. </t>

<t>The MAC address values assigned for documentation and the protocol
number for documentation were both assigned by <xref
target="RFC7042"/>. </t>

<t>No existing assignment is changed by this document. </t>

<section>
  <name>Expert Review and IESG Ratification</name>

<t>This section specifies the procedure for Expert Review and IESG
Ratification of MAC, protocol, and other IANA OUI-based identifiers.
The Expert(s) referred to in this document shall consist of one or
more persons appointed by and serving at the pleasure of the
IESG. </t>

<t>The procedure described for Expert Review assignments in this
document is consistent with the IANA Expert Review policy described in
<xref target="RFC8126"/>. </t>

<t>While finite, the universe of MAC code points from which
Expert-judged assignments will be made is felt to be large enough that
the requirements given in this document and the Experts' good judgment
are sufficient guidance.  The idea is for the Expert to provide a
light sanity check for small assignments of EUI identifiers, with
increased scrutiny by the Expert for medium-sized assignments of EUI
identifiers and assignments of protocol identifiers and other IANA
OUI-based parameters.  However, it can make sense to assign very large
portions of the MAC identifier code point space.  (Note that existing
assignments include one for 1/2 of the entire multicast IANA EUI-48
code point space and one for 1/16 of that multicast code point space.)
In those cases, and in cases of the assignment of "reserved" values,
IESG Ratification of an Expert Review approval recommendation is
required as described below.  The procedure is as follows: </t>

<t indent="3">The applicant always completes the appropriate template
from Appendix A below and sends it to IANA &lt;iana@iana.org&gt;.</t>

<t indent="3">IANA always sends the template to an appointed Expert.
If the Expert recuses themselves or is non-responsive, IANA may choose
an alternative appointed Expert or, if none is available, will contact
the IESG.</t>

<t indent="3">In all cases, if IANA receives a disapproval from an
Expert selected to review an application template, the application
will be denied. The Expert should provide a reason for refusal which
IANA will communicate back to the applicant.</t>

<t indent="3">If the assignment is based on Expert Review:</t>

<t indent="9">If IANA receives approval and code points are available,
IANA will make the requested assignment.</t>

<t indent="3">If the assignment is based on IESG Ratification:</t>

<t indent="9">The procedure starts with the first steps above for
Expert Review.  If the Expert disapproves the application, they simply
inform IANA who in turn informs the applicant that their request is
denied; however, if the Expert believes the application should be
approved, or is uncertain and believes that the circumstances warrant
the attention of the IESG, the Expert will inform IANA about their
advice, and IANA will forward the application, together with the
reasons provided by the Expert for approval or uncertainty, to the
IESG.  The IESG must decide whether the assignment will be granted.
This can be accomplished by a management item in an IESG telechat as
is done for other types of requests.  If the IESG decides not to
ratify a favorable opinion by the Expert or decides against an
application where the Expert is uncertain, the application is denied;
otherwise, it is granted.  The IESG will communicate its decision to
the Expert and to IANA. In case of refusal, the IESG should provide a
reason which IANA will communicate to the applicant.</t>

</section> <!-- 5.1 -->

<section>
  <name>IANA Web Page Changes</name>

<t>For clarity and parallelism with the IANA "IEEE 802 Numbers" web
page, the IANA "Ethernet Numbers" web page is re-named the "IANA OUI
Ethernet Numbers" web page. </t>

<t>As this document replaces <xref target="RFC7042"/>, references to
<xref target="RFC7042"/> in IANA registries on both the IANA IEEE 802
Numbers web page and the IANA IETF OUI Ethernet Numbers web pages will
be replaced by references to [this document]. Other IANA web page
references to <xref target="RFC7042"/> are not changed. </t>

</section> <!-- 5.2 -->

<section>
  <name>MAC Address AFNs and RRTYPEs</name>

<t>IANA has assigned Address Family Numbers (AFNs) for MAC addresses
as follows:</t>

<table>
  <thead>
<tr><th>AFN</th><th>Decimal</th><th>Hex</th><th>Reference</th></tr>
  </thead>
  <tbody>
<tr><td>48-bit MAC</td><td>16389</td><td>0x4005</td><td><xref
target="RFC7042"/></td></tr>

<tr><td>64-bit MAC</td><td>16390</td><td>0x4006</td><td><xref
target="RFC7042"/></td></tr>

<tr><td>24-bit OUI</td><td>16391</td><td>0x4007</td><td><xref
target="RFC7961"/></td></tr>

<tr><td colspan="4"></td></tr>

<tr><td colspan="4">Lower 24 bits of a 48-bit MAC address:</td></tr>
<tr><td>MAC/24</td><td>16392</td><td>0x4008</td><td><xref
target="RFC7961"/></td></tr>

<tr><td colspan="4"></td></tr>

<tr><td colspan="4">Lower 40 bits of a 64-bit MAC address:</td></tr>
<tr><td>MAC/40</td><td>16393</td><td>0x4009</td><td><xref
target="RFC7961"/></td></tr>
  </tbody>
</table>

<t>IANA has assigned DNS RRTYPEs <xref target="RFC6895"/> for MAC
addresses as follows:</t>

<table>
  <thead>
<tr><th></th><th></th><th colspan="2" align="center">RRTYPE
Code</th><th></th></tr>
<tr><th>Data</th><th>Mnemonic</th><th>Decimal</th><th>Hex</th><th>
Reference</th></tr>
  </thead>
  
  <tbody>
<tr><td>48-bit MAC</td><td align="center">EUI48</td><td
align="center">108</td><td>0x006C</td><td><xref
target="RFC7043"/></td></tr>

<tr><td>64-bit MAC</td><td align="center">EUI64</td><td
align="center">109</td><td>0x006D</td><td><xref
target="RFC7043"/></td></tr>
  </tbody>
</table>


</section> <!-- 5.3 -->

<section>
  <name>Informational IANA Web Page Material</name>

<t>IANA maintains an informational listing on its web site concerning
Ethertypes, OUIs, and multicast addresses assigned under OUIs other
than the IANA OUI. The title of this informational registry is "IEEE
802 Numbers". IANA will update that informational registry when
changes are provided by or approved by the Expert(s).</t>

</section> <!-- 5.4 -->

<section>
  <name>Ethertype Assignment Process</name>

<t>Applying to the IEEE Registration Authority for an Ethertype needed
by an IETF protocol is a fairly simple clerical process but requires
IESG approval as stated in Appendix B. To minimize confusion, this
process will normally be done by the primary expert for the
informational IANA 802 Numbers Ethertype registry (see Section
5.2).</t>

<t>After IESG approval of the protocol requiring an Ethertype, the
IESG should refer the matter to IANA. In any case, IANA will ask the
IANA IEEE 802 Numbers Ethertype registry to execute the IEEE Ethertype
assignment request process.</t>

</section> <!-- 5.5 -->

<section>
  <name>OUI Exhaustion</name>

<t>When the available space for either multicast or unicast EUI-48
identifiers under OUI 00-00-5E has been 90% or more exhausted, IANA
should request an additional OUI from the IEEE Registration Authority
for further IANA assignment.  The appointed Expert(s) should monitor
for this condition and notify IANA.</t>

</section> <!-- 5.6 -->

<section>
  <name>IANA OUI MAC Address Table</name>

<t>No changes are made by this document to the "IANA Unicast 48-bit
MAC Addresses" and "IANA Multicast 48-bit MAC Addresses" tables except
for the updates to references as specified in Section 5.2.</t>

</section> <!-- 5.7 -->
<section>
  <name>IANA LLDP TLV Subtypes</name>

<t>IANA is requested to move the "IANA Link Layer Discovery Protocol
(LLDP) TLV Subtypes" Registry from the IANA IEEE 802 Numbers web page
to the IANA OUI Ethernet Numbers web page, since code points within it
are assigned by IANA, and to add [this document] as an additional
reference for that registry.</t>

<t>In addition, IANA is requested to update three entries in that
Registry as follows:</t>

<table>
  <thead>
<tr><th>Value</th><th>Description</th><th>Reference</th></tr>
  </thead>
  <tbody>
<tr><td align="right">0</td><td>Reserved</td><td>[this
document]</td></tr>

<tr><td align="right">42</td><td>Example for use in
documentation</td><td>[this document]</td></tr>

<tr><td align="right">255</td><td>Reserved</td><td>[this
document]</td></tr>
  </tbody>
</table>

<t>The entries for 1 (MUD), 2-41 (unassigned), and 43-254 (unassigned)
are unchanged.</t>

</section> <!-- 5.8 -->

<section>
  <name>CBOR Tag Assignments</name>

<t>IANA is requested to assign two CBOR Tags as shown below. [The
values of 48 and 49 are requested for TBD1 and TBD2 respectively.]</t>

<table>
  <thead>
<tr><th>Tag</th><th>Data
Item</th><th>Semantics</th><th>Reference</th></tr>
  </thead>
  <tbody>
<tr><td>TBD1</td><td>byte string</td><td>IEEE MAC
Address</td><td>[this document]</td></tr>

<tr><td>TBD2</td><td>byte string</td><td>IEEE OUI/CID</td><td>[this
document]</td></tr>
  </tbody>
</table>

</section> <!-- 5.9 -->

</section> <!-- IANA Considerations -->

<section>
  <name>Security Considerations</name>

<t>This document is concerned with assignment of IEEE 802 parameters
allocated to IANA, particularly those under the IANA OUI, and closely
related matters.  It is not directly concerned with security except as
follows:</t>

<t indent="3">Confusion and conflict can be caused by the use of MAC
addresses or other OUI-derived protocol parameters as examples in
documentation.  Examples that are "only" to be used in documentation
can end up being coded and released or cause conflicts due to later
real use and the possible acquisition of intellectual property rights
in such addresses or parameters.  The reservation herein of MAC
addresses and parameters for documentation purposes will minimize such
confusion and conflict.</t>

<t>See <xref target="RFC7043"/> for security considerations on storing
MAC addresses in the DNS.</t>

</section> <!-- end 6. Security Considerations -->
        
</middle>


<!-- ____________________BACK_MATTER____________________ -->
<back>

<references>
  <name>Normative References</name>

  <referencegroup anchor="IEEE802_OandA">
    <reference anchor="x">
    <front>
      <title>IEEE Standard for Local and Metropolitan Area Networks:
      Overview and Architecture</title>
      <author>
	<organization>IEEE 802</organization>
      </author>
      <date year="2014" month="June" day="12"/>
    </front>
    <seriesInfo name="IEEE Std" value="802-2014"/>
    </reference>
    
    <reference anchor="y">
      <front>
      <title>Standard for Local and Metropolitan Area Networks:
      Overview and Architecture - Draft Amendment: Local Medium Access
      Control (MAC) Address Usage</title>
      <author>
	<organization>IEEE 802</organization>
      </author>
      <date year="2017" month="April"/>
    </front>
    <seriesInfo name="IEEE Std" value="802c Draft 2.2"/>
    </reference>
  </referencegroup>

<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8126.xml"/>

</references>
 
<references>
  <name>Informative References</name>

  <reference anchor="BGP11dp"
	     target="https://datatracker.ietf.org/doc/draft-acee-idr-lldp-peer-discovery/">
  <front>
    <title>BGP Logical Link Discovery Protocol (LLDP) Peer
    Discovery</title>
    <author initials="A." surname="Lindem"/>
    <author initials="K." surname="Patel"/>
    <author initials="S." surname="Zandi"/>
    <author initials="J." surname="Haas"/>
    <author initials="X." surname="Xu"/>
    <date year="2022" month="December" day="6"/>
  </front>
  <seriesInfo name="work"
              value="in Progress"/>
</reference>

<reference anchor="EthernetNum"
	   target="http://www.iana.org/assignments/ethernet-numbers">
  <front>
    <title>Ethernet Numbers</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
</reference>

<reference anchor="IANA"
	   target="http://www.iana.org">
  <front>
    <title>Internet Assigned Numbers Authority</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
</reference>

<reference anchor="IEEE"
	   target="https://www.ieee.org">
  <front>
    <title>Institute for Electrical and Electronics Engineers</title>
    <author>
      <organization>IEEE</organization>
    </author>
  </front>
</reference>

<reference anchor="IEEE802"
	   target="http://www.ieee802.org">
  <front>
    <title>IEEE 802 LAN/MAN Standards Committee</title>
    <author>
      <organization>IEEE 802</organization>
    </author>
  </front>
</reference>

<reference anchor="IEEE802.1AB">
  <front>
    <title>IEEE Standard for Local and metropolitan area networks:
    Statin and Media Access Control Connectivity Discovery</title>
    <author>
      <organization>IEEE 802</organization>
    </author>
    <date year="2016" month="January" day="29"/>
  </front>
  <seriesInfo name="IEEE Std" value="802.1AB-2016"/>
</reference>

<reference anchor="IEEE802.1CQ">
  <front>
    <title>Standard for Local and Metropolitan Area Networks:
    Multicast and Local Address Assignment</title>
    <author>
      <organization>IEEE 802</organization>
    </author>
  </front>
  <seriesInfo name="IEEE" value="802.1CQ"/>
  <seriesInfo name="work in Progress" value=""/>
</reference>

<reference anchor="IEEE802.1Q">
  <front>
    <title>IEEE Standard for Local and metropolitan area networks /
    Media Access Control (MAC) Bridges and Virtual Bridge Local Area
    Networks</title>
    <author>
      <organization>IEEE 802</organization>
    </author>
    <date year="2011" month="August" day="31"/>
  </front>
  <seriesInfo name="IEE Std" value="802.1Q-2011"/>
</reference>

<reference anchor="IEEE802.11">
  <front>
    <title>IEEE Standard for Information technology /
    Telecommunications and information exchange between systems /
    Local and metropolitan area networks / Specific requirements /
    Part 11: Wireless LAN Medium Access Control (MAC) and Physical
    Layer (PHY) Specifications</title>
    <author>
      <organization>IEEE 802</organization>
    </author>
    <date year="2012" month="March" day="29"/>
  </front>
  <seriesInfo name="IEEE Std" value="802.11-2012"/>
</reference>

<reference anchor="IEEE802.3">
  <front>
    <title>IEEE Standard for Ethernet</title>
    <author>
      <organization>IEEE 802</organization>
    </author>
    <date year="2012" month="December" day="28"/>
  </front>
  <seriesInfo name="IEEE Std" value="802.3-2012"/>
</reference>

<reference anchor="IEEEregAuth"
	   target="http://standards.ieee.org/regauth/">
  <front>
    <title>IEEE Standards Association Registration Authority</title>
    <author>
      <organization>IEEE RA</organization>
    </author>
  </front>
</reference>

<reference anchor="IEEE-SA"
	   target="https://standards.ieee.org">
  <front>
    <title>IEEE Standards Association</title>
    <author>
      <organization>IEEE SA</organization>
    </author>
 </front>
</reference>

<reference anchor="IEEEtutorials"
	   target="ttps://standards.ieee.org/products-programs/regauth/tut/">
  <front>
    <title>IEEE Standards Association</title>
    <author>
      <organization>IEEE</organization>
    </author>
  </front>
</reference>

<reference anchor="IEEEtutorial"
	   target="ttps://standards.ieee.org/products-programs/regauth/tut/">
  <front>
    <title>Guidelines for Use of Extended Unique Identifier (EUI),
    Organizationally Unique Identifier (OUI), and Company ID
    (CID)</title>
    <author>
      <organization>IEEE</organization>
    </author>
    <date year="2017" month="August" day="3"/>
  </front>
</reference>

<reference anchor="InfiniBand">
  <front>
    <title>InfiniBand Architecture Specification Volume 1</title>
    <author>
      <organization>InfiniBand Trade Association</organization>
    </author>
    <date year="2007" month="November"/>
  </front>
</reference>

<reference anchor="PPPNum"
	   target="http://www.iana.org/assignments/ppp-numbers">
  <front>
    <title>PPP Numbers</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
</reference>

<reference anchor="RAC_OUI">
  <front>
    <title>OUI Registry Restructuring</title>
    <author fullname="Glenn Parsons"
	    initials="G."
	    surname="Parsons"/>
    <date year="2013" month="September"/>
  </front>
  <seriesInfo name="work in Progress"
              value="draft-ieee-rac-oui-restructuring-01.txt"/>
</reference>

<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.1112.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.1661.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.2153.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.2332.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.2464.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.2606.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.2784.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.3092.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.4291.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.4760.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.5214.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.5332.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.5737.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.5798.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.6034.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.6328.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.6895.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.7042.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.7043.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.7319.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.7961.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8520.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8947.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8948.xml"/>
<xi:include
    href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8949.xml"/>

</references>


<section>
  <name>Templates</name>

<t>This appendix provides the specific templates for IANA assignments
of parameters.  Explanatory words in parentheses in the templates
below may be deleted in a completed template as submitted to IANA.</t>

<section>
  <name>EUI-48/EUI-64 Identifier or Identifier Block Template</name>

<t>Applicant Name:</t>

<t>Applicant Email: </t>

<t>Applicant Telephone: (starting with country code) </t>

<t>Use Name: (brief name of Parameter use such as "Foo Protocol"
<xref target="RFC3092"/>) </t>

<t>Document: (ID or RFC specifying use to which the identifier or block
of identifiers will be put.) </t>

<t>Specify whether this is an application for EUI-48 or EUI-64
identifiers: </t>

<t>Size of Block requested: (must be a power-of-two-sized block, can be
a block of size one (2**0)) </t>

<t>Specify multicast, unicast, or both: </t>

</section>
<section>
  <name>IANA OUI/CID-Based Protocol Number Template</name>

<t>Applicant Name: </t>

<t>Applicant Email: </t>

<t>Applicant Telephone: (starting with country code) </t>

<t>Use Name: (brief name of use of code point such as "Foo Protocol") </t>

<t>Document: (ID or RFC specifying use to which the protocol identifier
will be put.) </t>

<t>Note: (any additional note) </t>

</section>
<section>
  <name>Other IANA OUI/CID-Based Parameter Template</name>

<t>Applicant Name: </t>

<t>Applicant Email: </t>

<t>Applicant Telephone: (starting with country code) </t>

<t>Protocol where the OUI/CID-Based Parameter for which a value is being
requested appears: (such as: Cipher Suite selection in IEEE 802.11) </t>

<t>Use Name: (brief name of use of code point to be assigned, such as
"Foo Cipher Suite" [RFC3092]) </t>

<t>Document: (ID or RFC specifying use to which the other IANA OUI-based
parameter value will be put.) </t>

<t>Note: (any additional note) </t>

</section>
</section> <!-- Appendix A -->

<section>
  <name>Ethertypes</name>

<t>This appendix provides a copy of the IESG Statement issued in
October 2012 on obtaining new IETF Ethertypes in Section B.1. Note
that there is an informational list on the IANA web site of some
important Ethertypes specified for IETF protocols or by IEEE 802
available, currently at <xref target="IANA"/>.  The IEEE Registration
Authority page of Ethertypes,
http://standards.ieee.org/regauth/ethertype/eth.txt, may also be
useful.  See Section 3 above. </t>

<section>
  <name>IESG Statement on Ethertypes</name>

<t>From: IESG
Date: 25 October 2012</t>

<t>The IEEE Registration Authority (IEEE RA) assigns Ethertypes with
oversight from the IEEE Registration Authority Committee (IEEE
RAC).</t>

<t>(See http://standards.ieee.org/develop/regauth/ethertype/.) Some IETF
protocol specifications make use of Ethertypes. All Ethertype requests
are subject to review by a consultant to the IEEE RA followed by IEEE
RAC confirmation.</t>

<t>Since Ethertypes are a fairly scarce resource, the IEEE RAC has let
us know that they will not assign a new Ethertype to a new IETF
protocol specification until the IESG has approved the protocol
specification for publication as an RFC. In exceptional cases, the
IEEE RA is willing to consider "early allocation" of an Ethertype for
an IETF protocol that is still under development as long as the
request comes from and has been vetted by the IESG.</t>

<t>To let the IEEE RAC know that the IESG has approved the request for
an Ethernet assignment for an IETF protocol, all future requests for
assignment of Ethertypes for IETF protocols will be made by the
IESG.</t>

<t>Note that playpen Ethertypes have been assigned in IEEE 802 [1] for
use during protocol development and experimentation.</t>

<t indent="4">
[1] IEEE Std 802a-2003 (Amendment to IEEE Std 802-2001).  IEEE
standard for Local and Metropolitan Area Networks: Overview and
Architecture -- Amendment 1: Ethertypes for Prototype and
Vendor-Specific Protocol Development.</t>

</section>
</section> <!-- Appendix B -->

<section anchor="Acknowledgements" numbered="false">
  <name>Acknowledgements</name>
  
  <t>The comments and suggestions of the following people persons and
  organizations are gratefully acknowledged:</t>

    <t indent="3">Comments and suggestions leading to this
    Document:</t>

      <t indent="6">Carsten Bormann</t>
      
    <t indent="3">Comments and suggestions leading to RFC 7042 (which
    is obsoleted by this document):</t>

      <t indent="6">David Black, Adrian Farrel, Bob Grow, Joel
      Jaeggli, Pearl Liang, Glenn Parsons, Pete Resnick, and Dan
      Romascanu.</t>

</section>
        
</back>

</rfc>
