<?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.19 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-intarea-extended-icmp-nodeid-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.1 -->
  <front>
    <title abbrev="ICMP Node ID">Extending ICMP for Node Identification</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-intarea-extended-icmp-nodeid-00"/>
    <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="September" day="26"/>
    <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-ietf-intarea-extended-icmp-nodeid.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-intarea-extended-icmp-nodeid/"/>.
      </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 anchor="sec-combined-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="https://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="8" month="July" year="2024"/>
            <abstract>
              <t>   This document proposes "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.  The document both describes the
   technique, as well as discussing its operational implications.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-chroboczek-intarea-v4-via-v6-01"/>
        </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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
rOsGKwAA

-->

</rfc>
