<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.17 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-fenner-intarea-extended-icmp-hostid-02" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.22.0 -->
  <front>
    <title abbrev="ICMP Node ID">Extending ICMP for Node Identification</title>
    <seriesInfo name="Internet-Draft" value="draft-fenner-intarea-extended-icmp-hostid-02"/>
    <author initials="B." surname="Fenner" fullname="Bill Fenner">
      <organization>Arista Networks</organization>
      <address>
        <postal>
          <street>5453 Great America Parkway</street>
          <city>Santa Clara</city>
          <region>California</region>
          <code>95054</code>
          <country>USA</country>
        </postal>
        <email>fenner@fenron.com</email>
      </address>
    </author>
    <author initials="R." surname="Thomas" fullname="Reji Thomas">
      <organization>Arista Networks</organization>
      <address>
        <postal>
          <street>Global Tech Park</street>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <code>560103</code>
          <country>India</country>
        </postal>
        <email>reji.thomas@arista.com</email>
      </address>
    </author>
    <date year="2024" month="July" day="05"/>
    <area>Internet</area>
    <workgroup>Internet Area Working Group</workgroup>
    <keyword>ICMP</keyword>
    <keyword>IPv6 nexthops</keyword>
    <keyword>Node identification</keyword>
    <abstract>
      <?line 56?>

<t>RFC5837 describes a mechanism for Extending ICMP for Interface and Next-Hop Identification,
which allows providing additional information in an ICMP error that helps identify
interfaces participating in the path.  This is especially useful in environments
where each interface may not have a unique IP address to respond to, e.g., a traceroute.</t>
      <t>This document introduces a similar ICMP extension for Node Identification.
It allows providing a unique IP address and/or a textual name for the node, in
the case where each node may not have a unique IP address (e.g., the
IPv6 nexthop deployment case described in draft-chroboczek-intarea-v4-via-v6).</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://fenner.github.io/icmp-node-id/draft-fenner-intarea-extended-icmp-hostid.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-fenner-intarea-extended-icmp-hostid/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Internet Area Working Group Working Group mailing list (<eref target="mailto:int-area@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/int-area/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/int-area/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/fenner/icmp-node-id"/>.</t>
    </note>
  </front>
  <middle>
    <?line 68?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In addition to adding incoming interface information to a traceroute
using the mechanisms described in <xref target="RFC5837"/>, a network operator
may be interested in adding information to identify nodes themselves.
<xref target="I-D.chroboczek-intarea-v4-via-v6"/> describes a scenario in which individual
nodes do not have unique IPv4 addresses to use to reply to an IPv4
traceroute, so additional information is needed.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="node-identification-object">
      <name>Node Identification Object</name>
      <t>This section defines the Node Identification Object, an ICMP Extension
Object with a Class-Num (Object Class Value) of 5 that can be appended
to the following messages:</t>
      <ul spacing="normal">
        <li>
          <t>ICMPv4 Time Exceeded</t>
        </li>
        <li>
          <t>ICMPv4 Destination Unreachable</t>
        </li>
        <li>
          <t>ICMPv4 Parameter Problem</t>
        </li>
        <li>
          <t>ICMPv6 Time Exceeded</t>
        </li>
        <li>
          <t>ICMPv6 Destination Unreachable</t>
        </li>
      </ul>
      <t>For reasons described in <xref target="RFC4884"/>, this extension cannot be appended
to any of the currently defined ICMPv4 or ICMPv6 messages other than
those listed above.</t>
      <t>The extension defined herein <bcp14>MAY</bcp14> be appended to any of the above
listed messages and <bcp14>SHOULD</bcp14> be appended whenever required to identify
the node and when local policy or security
considerations do not supersede this requirement.</t>
      <t>Similarly to the Interface Identification Object defined in <xref target="RFC5837"/>,
there are two different pieces of information that can appear in a
Node Information Object.</t>
      <ol spacing="normal" type="1"><li>
          <t>An IP Address Sub-Object <bcp14>MAY</bcp14> be included, containing an address
of sufficient scope to identify the node within the domain.
The IP Address Sub-Object is defined in <xref target="IPAddr"/> of this memo.</t>
        </li>
        <li>
          <t>A Node Name Sub-Object <bcp14>MAY</bcp14> be included, as specified in <xref target="Name"/>,
containing up to 63 octets of the yang sys:hostname or another
appropriate name uniquely identifying the node.</t>
        </li>
      </ol>
      <section anchor="c-type-meaning-in-a-node-identification-object">
        <name>C-Type Meaning in a Node Identification Object</name>
        <t>The C-Type contains a bitmask describing what information is included
in this Node Identification Object.</t>
        <figure anchor="ctypeFig">
          <name>C-Type for the Node Identification Object</name>
          <artwork><![CDATA[
Bit     0       1       2       3       4       5       6       7
    +-------+-------+-------+-------+-------+-------+-------+-------+
    |               Reserved                | IPAddr|  name | Rsvd2 |
    +-------+-------+-------+-------+-------+-------+-------+-------+
]]></artwork>
        </figure>
        <t>The following are bit-field definitions for C-Type:</t>
        <t>Reserved (bits 0-4): These bits are reserved for future use
and <bcp14>MUST</bcp14> be set to 0 on transmit and ignored on receipt.</t>
        <t>IP Addr (bit 5) : When set, a Node IP Address Sub-Object is present.
When clear, an IP Address Sub-Object is not present.  The Node IP Address
Sub-Object is described in <xref target="IPAddr"/> of this memo.</t>
        <t>Node Name (bit 6): When set, a Node Name Sub-Object is
included.  When clear, it is not included.  The Node Name Sub-Object is
described in <xref target="Name"/> of this memo.</t>
        <t>Rsvd2 (bit 7): This bit is reserved for future use
and <bcp14>MUST</bcp14> be set to 0 on transmit and ignored on receipt.</t>
        <t>The information included does not self-identify, so this
specification defines a specific ordering for sending the information
that must be followed.</t>
        <t>If bit 5 (IP Address) is set, a Node IP Address Sub-Object <bcp14>MUST</bcp14>
be sent first.  If bit 6 (Name) is set, a Node Name Sub-Object
<bcp14>MUST</bcp14> be sent next.  The information order is thus: IP Address Sub-Object,
Node Name Sub-Object.  Any or all pieces of information may be
present or absent, as indicated by the C-Type.  Any data that follows
these optional pieces of information <bcp14>MUST</bcp14> be ignored.</t>
        <t>It is valid (though pointless until additional bits are assigned by
IANA) to receive a Node Information Object where bits 5 and 6
are both 0; this <bcp14>MUST NOT</bcp14> generate a warning or error.</t>
      </section>
      <section anchor="IPAddr">
        <name>Node IP Address Sub-Object</name>
        <t>If the Node Identification Object identifies the node by
address, the Object Payload contains an address sufficient
to identify the node within the appropriate scope - global
or as otherwise configured - as depicted in <xref target="addrFig"/>.</t>
        <figure anchor="addrFig">
          <name>Node Identification Object - C-Type 2 Payload</name>
          <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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|              AFI              |            Reserved           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           Address...
]]></artwork>
        </figure>
        <t>Payload fields are defined as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Address Family Identifier (AFI): This 16-bit field identifies
the type of address represented by the Address field.
Values for this field represent a subset of values
found in the IANA registry of Address Family Numbers (available
from  <xref target="IANA.address-family-numbers"/>).  Valid values are 1 (representing a
32-bit IPv4 address) and 2 (representing a 128-bit IPv6 address).</t>
          </li>
          <li>
            <t>Reserved: This field <bcp14>MUST</bcp14> be set to 0 and ignored upon
receipt.</t>
          </li>
          <li>
            <t>Address: This variable-length field represents an address
of appropriate scope (global, if none other defined) that
can be used to identify the node.</t>
          </li>
        </ul>
      </section>
      <section anchor="Name">
        <name>Node Name Sub-Object</name>
        <t><xref target="nodeFig"/> depicts the Node Name Sub-Object:</t>
        <figure anchor="nodeFig">
          <name>Node Identification Object Node Name Sub-Object</name>
          <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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Length    |                  Node Name...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The Node Name Sub-Object <bcp14>MUST</bcp14> have a length that is a multiple
of 4 octets and <bcp14>MUST NOT</bcp14> exceed 64 octets.</t>
        <t>The Length field represents the length of the Node Name Sub-
Object, including the length and the node name in octets.  The
maximum valid length is 64 octets.  The length is constrained to
ensure there is space for the start of the original packet and
additional information.</t>
        <t>The second field contains the human-readable node name.  The node
name <bcp14>SHOULD</bcp14> be the sys:hostname <xref target="RFC7317"/>, if less than 64 octets,
or the first 63 octets of the sys:hostname, if the sys:hostname is
longer.  The node name <bcp14>MAY</bcp14> be some other human-meaningful name of
the node.  The node name <bcp14>MUST</bcp14> be padded with ASCII NUL characters
if the object would not otherwise terminate on a 4-octet boundary.</t>
        <t>The node name <bcp14>MUST</bcp14> be represented in the UTF-8 charset <xref target="RFC3629"/>
using the Default Language <xref target="RFC2277"/>.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>It may not be desirable to allow this information to be sent to
an arbitrary receiver.  The addition of this information <bcp14>SHOULD</bcp14>
be configurable, and <bcp14>MUST</bcp14> default to off.  An implementation
<bcp14>SHOULD</bcp14> determine what objects may be appended to a given message
based on the destination IP address of the ICMP message that will
contain the objects.</t>
      <t>The intended field of use for the extensions defined in this document
is administrative debugging and troubleshooting.  The extensions
herein defined supply additional information in ICMP responses.
These mechanisms are not intended to be used in non-debugging
applications.</t>
      <t>This document does not specify an authentication mechanism for the
extension that it defines.  Application developers should be aware
that ICMP messages and their contents are easily spoofed.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This IANA has allocated the ICMP Extension
Object Class value 5 to the extension described above.  The corresponding
Class Sub-types Registry is as follows:</t>
      <table>
        <thead>
          <tr>
            <th align="left">C-Type (Value)</th>
            <th align="left">Description</th>
            <th align="left">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">0-4</td>
            <td align="left">Unallocated - allocatable with Standards Action</td>
            <td align="left">[This document]</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">IP Address Sub-object included</td>
            <td align="left">[This document]</td>
          </tr>
          <tr>
            <td align="left">6</td>
            <td align="left">Name Sub-object included</td>
            <td align="left">[This document]</td>
          </tr>
          <tr>
            <td align="left">7</td>
            <td align="left">Unallocated - allocatable with Standards Action</td>
            <td align="left">[This document]</td>
          </tr>
        </tbody>
      </table>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC2277">
          <front>
            <title>IETF Policy on Character Sets and Languages</title>
            <author fullname="H. Alvestrand" initials="H." surname="Alvestrand"/>
            <date month="January" year="1998"/>
            <abstract>
              <t>This document is the current policies being applied by the Internet Engineering Steering Group (IESG) towards the standardization efforts in the Internet Engineering Task Force (IETF) in order to help Internet protocols fulfill these requirements. 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="18"/>
          <seriesInfo name="RFC" value="2277"/>
          <seriesInfo name="DOI" value="10.17487/RFC2277"/>
        </reference>
        <reference anchor="RFC4884">
          <front>
            <title>Extended ICMP to Support Multi-Part Messages</title>
            <author fullname="R. Bonica" initials="R." surname="Bonica"/>
            <author fullname="D. Gan" initials="D." surname="Gan"/>
            <author fullname="D. Tappan" initials="D." surname="Tappan"/>
            <author fullname="C. Pignataro" initials="C." surname="Pignataro"/>
            <date month="April" year="2007"/>
            <abstract>
              <t>This document redefines selected ICMP messages to support multi-part operation. A multi-part ICMP message carries all of the information that ICMP messages carried previously, as well as additional information that applications may require.</t>
              <t>Multi-part messages are supported by an ICMP extension structure. The extension structure is situated at the end of the ICMP message. It includes an extension header followed by one or more extension objects. Each extension object contains an object header and object payload. All object headers share a common format.</t>
              <t>This document further redefines the above mentioned ICMP messages by specifying a length attribute. All of the currently defined ICMP messages to which an extension structure can be appended include an "original datagram" field. The "original datagram" field contains the initial octets of the datagram that elicited the ICMP error message. Although the original datagram field is of variable length, the ICMP message does not include a field that specifies its length. Therefore, in order to facilitate message parsing, this document allocates eight previously reserved bits to reflect the length of the "original datagram" field.</t>
              <t>The proposed modifications change the requirements for ICMP compliance. The impact of these changes on compliant implementations is discussed, and new requirements for future implementations are presented.</t>
              <t>This memo updates RFC 792 and RFC 4443. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4884"/>
          <seriesInfo name="DOI" value="10.17487/RFC4884"/>
        </reference>
        <reference anchor="RFC5837">
          <front>
            <title>Extending ICMP for Interface and Next-Hop Identification</title>
            <author fullname="A. Atlas" initials="A." role="editor" surname="Atlas"/>
            <author fullname="R. Bonica" initials="R." role="editor" surname="Bonica"/>
            <author fullname="C. Pignataro" initials="C." role="editor" surname="Pignataro"/>
            <author fullname="N. Shen" initials="N." surname="Shen"/>
            <author fullname="JR. Rivers" initials="JR." surname="Rivers"/>
            <date month="April" year="2010"/>
            <abstract>
              <t>This memo defines a data structure that can be appended to selected ICMP messages. The ICMP extension defined herein can be used to identify any combination of the following: the IP interface upon which a datagram arrived, the sub-IP component of an IP interface upon which a datagram arrived, the IP interface through which the datagram would have been forwarded had it been forwardable, and the IP next hop to which the datagram would have been forwarded.</t>
              <t>Devices can use this ICMP extension to identify interfaces and their components by any combination of the following: ifIndex, IPv4 address, IPv6 address, name, and MTU. ICMP-aware devices can use these extensions to identify both numbered and unnumbered interfaces. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5837"/>
          <seriesInfo name="DOI" value="10.17487/RFC5837"/>
        </reference>
        <reference anchor="RFC7317">
          <front>
            <title>A YANG Data Model for System Management</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="August" year="2014"/>
            <abstract>
              <t>This document defines a YANG data model for the configuration and identification of some common system properties within a device containing a Network Configuration Protocol (NETCONF) server. This document also includes data node definitions for system identification, time-of-day management, user management, DNS resolver configuration, and some protocol operations for system management.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7317"/>
          <seriesInfo name="DOI" value="10.17487/RFC7317"/>
        </reference>
        <reference anchor="IANA.address-family-numbers" target="http://www.iana.org/assignments/address-family-numbers">
          <front>
            <title>Address Family Numbers</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <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">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.chroboczek-intarea-v4-via-v6">
          <front>
            <title>IPv4 routes with an IPv6 next hop</title>
            <author fullname="Juliusz Chroboczek" initials="J." surname="Chroboczek">
              <organization>IRIF, University of Paris</organization>
            </author>
            <author fullname="Warren &quot;Ace&quot; Kumari" initials="W. A." surname="Kumari">
              <organization>Google, LLC</organization>
            </author>
            <author fullname="Toke Høiland-Jørgensen" initials="T." surname="Høiland-Jørgensen">
              <organization>Red Hat</organization>
            </author>
            <date day="21" month="January" year="2024"/>
            <abstract>
              <t>   We propose "v4-via-v6" routing, a technique that uses IPv6 next-hop
   addresses for routing IPv4 packets, thus making it possible to route
   IPv4 packets across a network where routers have not been assigned
   IPv4 addresses.  We describe the technique, and discuss its
   operational implications.

   { Editor note: This document was originally published as draft-
   chroboczek-int-v4-via-v6, and later renamed to draft-chroboczek-
   intarea-v4-via-v6 . }

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-chroboczek-intarea-v4-via-v6-00"/>
        </reference>
      </references>
    </references>
    <?line 284?>

<section anchor="change-history">
      <name>Change history</name>
      <t>This section is to be removed before publishing as an RFC.</t>
      <section anchor="changes-since-draft-fenner-intarea-extended-icmp-hostid-00">
        <name>Changes since draft-fenner-intarea-extended-icmp-hostid-00</name>
        <ul spacing="normal">
          <li>
            <t>Instead of having two different messages with the same Class Value
and different CType values, we copy the bitmap implementation
from <xref target="RFC5837"/>.  The re-use of bit positions means that packet
parsing and generation code can be largely reused from existing
<xref target="RFC5837"/> code.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-since-draft-fenner-intarea-extended-icmp-hostid-01">
        <name>Changes since draft-fenner-intarea-extended-icmp-hostid-01</name>
        <ul spacing="normal">
          <li>
            <t>Fixed several copy-pasta errors that still referred to
interface names instead of node name.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document derives text heavily from <xref target="RFC5837"/>, since the
underlying mechanism is identical, and only the semantics of the
message differs.  Thanks are therefore due to that document's
authors: Alia K. Atlas, Ronald P. Bonica, Carlos Pignataro,
Naiming Shen and JR. Rivers.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
