<?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.29 (Ruby 2.6.10) -->
<?rfc tocompact="yes"?>
<?rfc tocindent="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-intarea-rfc8335bis-01" category="std" consensus="true" submissionType="IETF" obsoletes="8335" updates="4884" tocDepth="3" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.0 -->
  <front>
    <title abbrev="PROBE">PROBE: A Utility for Probing Interfaces</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-intarea-rfc8335bis-01"/>
    <author initials="B." surname="Fenner" fullname="Bill Fenner" role="editor">
      <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="Bonica" fullname="Ron Bonica">
      <organization>Juniper Networks</organization>
      <address>
        <postal>
          <street>2251 Corporate Park Drive</street>
          <city>Herndon</city>
          <region>Virginia</region>
          <code>20171</code>
          <country>USA</country>
        </postal>
        <email>rbonica@juniper.net</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>
    <author initials="J." surname="Linkova" fullname="Jen Linkova">
      <organization>Google</organization>
      <address>
        <postal>
          <street>1600 Amphitheatre Parkway</street>
          <city>Mountain View</city>
          <region>California</region>
          <code>94043</code>
          <country>USA</country>
        </postal>
        <email>furry@google.com</email>
      </address>
    </author>
    <author initials="C." surname="Lenart" fullname="Chris Lenart">
      <organization>Verizon</organization>
      <address>
        <postal>
          <street>22001 Loudoun County Parkway</street>
          <city>Ashburn</city>
          <region>Virginia</region>
          <code>20147</code>
          <country>USA</country>
        </postal>
        <email>chris.lenart@verizon.com</email>
      </address>
    </author>
    <author initials="M." surname="Boucadair" fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <postal>
          <city>Rennes 35000</city>
          <country>France</country>
        </postal>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <date year="2025" month="July" day="21"/>
    <area>Internet Engineering Steering Group</area>
    <workgroup>int-area</workgroup>
    <keyword>Ping</keyword>
    <abstract>
      <?line 91?>

<t>This document describes a network diagnostic tool called PROBE. PROBE
is similar to PING in that it can be used to query the status of a
probed interface, but it differs from PING in that it does not require
bidirectional connectivity between the probing and probed interfaces.
Instead, PROBE requires bidirectional connectivity between the probing
interface and a proxy interface. The proxy interface can reside on the
same node as the probed interface, or it can reside on a node to which
the probed interface is directly connected. This document updates RFC
4884 and obsoletes RFC 8335.</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/probe-clarification/draft-ietf-intarea-rfc8335bis.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-intarea-rfc8335bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Internet Area Area 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/probe-clarification"/>.</t>
    </note>
  </front>
  <middle>
    <?line 104?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Network operators use <xref target="RFC2151">PING</xref> to test
bidirectional connectivity between two interfaces. For the purposes of
this document, these interfaces are called the probing and probed
interfaces. PING sends an <xref target="RFC0792">ICMP</xref> <xref target="RFC4443"/> Echo Request
message from the probing interface to
the probed interface. The probing interface resides on a probing node
while the probed interface resides on a probed node.</t>
      <t>If the probed interface receives the ICMP Echo Request message, it
returns an ICMP Echo Reply. When the probing interface receives the ICMP
Echo Reply, it has verified bidirectional connectivity between the
probing and probed interfaces. Specifically, it has verified that:</t>
      <ul spacing="normal">
        <li>
          <t>The probing node can reach the probed interface.</t>
        </li>
        <li>
          <t>The probed interface is active.</t>
        </li>
        <li>
          <t>The probed node can reach the probing interface.</t>
        </li>
        <li>
          <t>The probing interface is active.</t>
        </li>
      </ul>
      <t>This document describes a network diagnostic tool called PROBE. PROBE
is similar to PING in that it can be used to query the status of a
probed interface, but it differs from PING in that it does not require
bidirectional connectivity between the probing and probed interfaces.
Instead, PROBE requires bidirectional connectivity between the probing
interface and a proxy interface. The proxy interface can reside on the
same node as the probed interface, or it can reside on a node to which
the probed interface is directly connected. <xref target="usecase"/> of
this document describes scenarios in which this characteristic is
useful.</t>
      <t>Like PING, PROBE executes on a probing node. It sends an ICMP
Extended Echo Request message from a local interface, called the probing
interface, to a proxy interface. The proxy interface resides on a proxy
node.</t>
      <t>The ICMP Extended Echo Request contains an ICMP Extension Structure
and the ICMP Extension Structure contains an Interface Identification
Object. The Interface Identification Object identifies the probed
interface. The probed interface can reside on or
directly connect to the proxy node.</t>
      <t>When the proxy interface receives the ICMP Extended Echo Request, the
proxy node executes access control procedures. If access is granted, the
proxy node determines the status of the probed interface and returns an
ICMP Extended Echo Reply message. The ICMP Extended Echo Reply indicates
the status of the probed interface.</t>
      <t>If the probed interface resides on the proxy node, PROBE determines
the status of the probed interface as it would determine its
<xref target="RFC8343">oper-status</xref>.
If oper-status is equal to 'up' (1),
PROBE reports that the probed interface is active. Otherwise, PROBE
reports that the probed interface is inactive.</t>
      <t>If the probed interface resides on a node that is directly connected
to the proxy node, and the probed interface appears in the <xref target="RFC0826">IPv4
Address Resolution Protocol (ARP) table</xref> or <xref target="RFC4861">IPv6 Neighbor
Cache</xref>, PROBE reports
interface reachability. Otherwise, PROBE reports that the table entry
does not exist.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>This document uses the following terms:</t>
        <ul spacing="normal">
          <li>
            <t>Probing interface: The interface that sends the ICMP Extended
Echo Request.</t>
          </li>
          <li>
            <t>Probing node: The node upon which the probing interface
resides.</t>
          </li>
          <li>
            <t>Proxy interface: The interface to which the ICMP Extended Echo
Request message is sent.</t>
          </li>
          <li>
            <t>Proxy node: The node upon which the proxy interface
resides.</t>
          </li>
          <li>
            <t>Probed interface: The interface whose status is being
queried.</t>
          </li>
          <li>
            <t>Probed node: The node upon which the probed interface resides.
If the proxy interface and the probed interface reside upon the
same node, the proxy node is also the probed node. Otherwise, the
proxy node is directly connected to the probed node.</t>
          </li>
        </ul>
      </section>
      <section anchor="requirements-language">
        <name>Requirements Language</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="dontdothis">
        <name>A note on this document's use of ICMP Extensions</name>
        <t>This document defines a unique use of ICMP Extensions <xref target="RFC4884"/>:
while normally, ICMP Extensions are defined to start at a given
point and continue to the end of the packet, if the
extension object is an Interface Identification Object as defined
in this memo, then the extension structure (including the
checksum) consists only of that single ICMP Extension Object.
This is done to maintain compatibility with the initial set
of implementations of RFC8335, which behave this way.  New
uses of ICMP Extensions, and in fact uses of Extended Echo
using some object other than the Interface Identification Object,
<bcp14>SHOULD NOT</bcp14> behave this way.  Uses other than defined in this
memo <bcp14>SHOULD</bcp14> treat the ICMP Extension Structure as extending
to the end of the packet as <xref target="RFC4884"/> defines.</t>
      </section>
    </section>
    <section anchor="ExtendedEcho">
      <name>ICMP Extended Echo Request</name>
      <t>The ICMP Extended Echo Request message is defined for both ICMPv4 and
ICMPv6. Like any ICMP message, the ICMP Extended Echo Request message is
encapsulated in an IP header. The ICMPv4 version of the Extended Echo
Request message is encapsulated in an IPv4 header, while the ICMPv6
version is encapsulated in an IPv6 header.</t>
      <t><xref target="ICMPEchoFIG"/> depicts the ICMP Extended Echo Request
message.</t>
      <figure anchor="ICMPEchoFIG">
        <name>ICMP Extended Echo Request Message</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
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |     Type      |     Code      |          Checksum             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |           Identifier          |Sequence Number|   Reserved  |L|
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |   ICMP Extension Structure
   +-+-+-+-+-
   |   [Data...]
]]></artwork>
      </figure>
      <t>IP Header fields:</t>
      <ul spacing="normal">
        <li>
          <t>Source Address: The Source Address identifies the probing
interface. It <bcp14>MUST</bcp14> be a valid IPv4 or IPv6 unicast address.</t>
        </li>
        <li>
          <t>Destination Address: The Destination Address identifies the proxy
interface. It <bcp14>MUST</bcp14> be a unicast address.</t>
        </li>
      </ul>
      <t>ICMP fields:</t>
      <ul spacing="normal">
        <li>
          <t>Type: Extended Echo Request. The value for ICMPv4 is 42.
The value for ICMPv6 is 160.</t>
        </li>
        <li>
          <t>Code: <bcp14>MUST</bcp14> be set to 0 and <bcp14>MUST</bcp14> be ignored upon receipt.</t>
        </li>
        <li>
          <t>Checksum: For ICMPv4, see RFC 792. For ICMPv6, see RFC 4443.</t>
        </li>
        <li>
          <t>Identifier: An Identifier to aid in matching Extended Echo
Replies to Extended Echo Requests. May be 0.</t>
        </li>
        <li>
          <t>Sequence Number: A Sequence Number to aid in matching Extended
Echo Replies to Extended Echo Requests. May be 0.</t>
        </li>
        <li>
          <t>Reserved: This field <bcp14>MUST</bcp14> be set to 0 and ignored upon
receipt.</t>
        </li>
        <li>
          <t>L (local): The L-bit is set if the probed interface resides on
the proxy node. The L-bit is clear if the probed interface is
directly connected to the proxy node.</t>
        </li>
        <li>
          <t>ICMP Extension Structure: The ICMP Extension Structure contains an
Interface Identification Object that identifies the probed interface.
The checksum in the ICMP Extension structure covers the Interface
Identification Object but not any (optional) data that follows.</t>
        </li>
      </ul>
      <t>Section 7 of <xref target="RFC4884"/> defines the ICMP Extension
Structure. As per RFC 4884, the Extension Structure contains exactly one
Extension Header followed by one or more objects. When applied to the
ICMP Extended Echo Request message, the Extension Object(s) define the
operation to perform. In the PROBE application, the ICMP Extension Structure <bcp14>MUST</bcp14>
contain exactly one instance of the <xref target="IntIdObj">Interface Identification Object</xref>,
and the ICMP Extension Structure
does not cover the rest of the packet; it ends at the end of the
single Interface Identification Object, and what follows is simply optional
data. The behavior when it contains a different Extension Object is not
defined by this memo but may be defined in the future.</t>
      <t>If the L-bit is set, the Interface Identification Object can identify
the probed interface by name, index, or address. If the L-bit is clear,
the Interface Identification Object <bcp14>MUST</bcp14> identify the probed interface
by address.</t>
      <t>If the Interface Identification Object identifies the probed
interface by address, that address can be a member of any address
family. For example, an ICMPv4 Extended Echo Request message can carry
an Interface Identification Object that identifies the probed interface
by IPv4, IPv6, or IEEE 802 address. Likewise, an ICMPv6 Extended Echo
Request message can carry an Interface Identification Object that
identifies the probed interface by IPv4, IPv6, or IEEE 802 address.</t>
      <t>The Interface Identification Object <bcp14>MAY</bcp14> be followed by an optional
data section, which is not interpreted but is simply present to be
copied to the ICMP Extended Echo Reply.</t>
      <section anchor="IntIdObj">
        <name>Interface Identification Object</name>
        <t>The Interface Identification Object identifies the probed interface
by name, index, or address. Like any other ICMP Extension Object, it
contains an Object Header and Object Payload. The Object Header
contains the following fields:</t>
        <ul spacing="normal">
          <li>
            <t>Class-Num: Interface Identification Object. The value is 3.</t>
          </li>
          <li>
            <t>C-Type: Values are (1) Identifies Interface by Name, (2)
Identifies Interface by Index, and (3) Identifies Interface by
Address.</t>
          </li>
          <li>
            <t>Length: Length of the object, measured in octets, including the
Object Header and Object Payload.</t>
          </li>
        </ul>
        <t>If the Interface Identification Object identifies the probed
interface by name, the Object Payload <bcp14>MUST</bcp14> be the interface name as
defined in <xref target="RFC8343"/>. If the Object Payload would not otherwise
terminate on a 32-bit boundary, it <bcp14>MUST</bcp14> be padded with ASCII NUL
characters, adjusting the Length accordingly.</t>
        <t>If the Interface Identification Object identifies the probed
interface by index, the length is equal to 8 and the payload contains
the if-index <xref target="RFC8343"/>.</t>
        <t>If the Interface Identification Object identifies the probed
interface by address, the payload is as depicted in <xref target="addrFig"/>.</t>
        <figure anchor="addrFig">
          <name>Interface Identification Object - C-Type 3 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                | Address Length|   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. All values
found in the IANA registry of Address Family Numbers (available
from <xref target="IANA.address-family-numbers"/>)
are valid in this field.</t>
          </li>
          <li>
            <t>Address Length: Number of significant bytes contained by the
Address field. (The Address field contains significant bytes and
padding bytes.)</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
associated with the probed interface. If the address field would
not otherwise terminate on a 32-bit boundary, it <bcp14>MUST</bcp14> be padded
with zeroes.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="ExtendedEchoReply">
      <name>ICMP Extended Echo Reply</name>
      <t>The ICMP Extended Echo Reply message is defined for both ICMPv4 and
ICMPv6. Like any ICMP message, the ICMP Extended Echo Reply message is
encapsulated in an IP header. The ICMPv4 version of the Extended Echo
Reply message is encapsulated in an IPv4 header, while the ICMPv6
version is encapsulated in an IPv6 header.</t>
      <t><xref target="ICMPEchoReplyFIG"/> depicts the ICMP Extended Echo
Reply message.</t>
      <figure anchor="ICMPEchoReplyFIG">
        <name>ICMP Extended Echo Reply Message</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
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |     Type      |     Code      |          Checksum             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |           Identifier          |Sequence Number|State|Res|A|4|6|
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |   ICMP Extension Structure
   +-+-+-+-+-
   |   [Data...]
]]></artwork>
      </figure>
      <t>IP Header fields:</t>
      <ul spacing="normal">
        <li>
          <t>Source Address: Copied from the Destination Address field of the
invoking Extended Echo Request message.</t>
        </li>
        <li>
          <t>Destination Address: Copied from the Source Address field of the
invoking Extended Echo Request message.</t>
        </li>
      </ul>
      <t>ICMP fields:</t>
      <ul spacing="normal">
        <li>
          <t>Type: Extended Echo Reply. The value for ICMPv4 is 43.
The value for ICMPv6 is 161.</t>
        </li>
        <li>
          <t>Code: Values are (0) No Error, (1) Malformed Query, (2) No Such Interface,
(3) No Such Table Entry, and (4) Multiple Interfaces Satisfy Query.</t>
        </li>
        <li>
          <t>Checksum: For ICMPv4, see RFC 792. For ICMPv6, see RFC 4443.</t>
        </li>
        <li>
          <t>Identifier: Copied from the Identifier field of the invoking
Extended Echo Request packet.</t>
        </li>
        <li>
          <t>Sequence Number: Copied from the Sequence Number field of the
invoking Extended Echo Request packet.</t>
        </li>
        <li>
          <t>State: If Code is not equal to 0, this field <bcp14>MUST</bcp14> be set to 0
and ignored upon receipt. Likewise, if the probed interface resides
upon the proxy node, this field <bcp14>MUST</bcp14> be set to 0 and ignored upon
receipt. Otherwise, this field reflects the state of the ARP table
or Neighbor Cache entry associated with the probed interface. Values
are (0) Reserved, (1) Incomplete, (2) Reachable, (3) Stale, (4) Delay,
(5) Probe, and (6) Failed.</t>
        </li>
        <li>
          <t>Res: This field <bcp14>MUST</bcp14> be set to 0 and ignored upon receipt.</t>
        </li>
        <li>
          <t>A (Active): The A-bit is set if the Code is equal to 0, the
probed interface resides on the proxy node, and the probed interface
is active. Otherwise, the A-bit is clear.</t>
        </li>
        <li>
          <t>4 (IPv4): The 4-bit is set if the A-bit is also set and IPv4 is
running on the probed interface. Otherwise, the 4-bit is clear.</t>
        </li>
        <li>
          <t>6 (IPv6): The 6-bit is set if the A-bit is also set and IPv6 is
running on the probed interface. Otherwise, the 6-bit is clear.</t>
        </li>
      </ul>
    </section>
    <section anchor="proc">
      <name>ICMP Message Processing</name>
      <t>When a node receives an ICMP Extended Echo Request message and any of
the following conditions apply, the node <bcp14>MUST</bcp14> silently discard the
incoming message:</t>
      <ul spacing="normal">
        <li>
          <t>The node does not recognize ICMP Extended Echo Request
messages.</t>
        </li>
        <li>
          <t>The node has not explicitly enabled ICMP Extended Echo
functionality.</t>
        </li>
        <li>
          <t>The incoming ICMP Extend Echo Request carries a Source Address
that is not explicitly authorized for the L-bit setting of the
incoming ICMP Extended Echo Request.</t>
        </li>
        <li>
          <t>The incoming ICMP Extend Echo Request carries a Source Address
that is not explicitly authorized for the incoming ICMP Extended
Echo Request type (i.e., by name, by if-index, or by address).</t>
        </li>
        <li>
          <t>The Source Address of the incoming message is not a unicast
address.</t>
        </li>
        <li>
          <t>The Destination Address of the incoming message is a multicast
address.</t>
        </li>
      </ul>
      <t>Otherwise, when a node receives an ICMPv4 Extended Echo Request, it
<bcp14>MUST</bcp14> format an ICMP Extended Echo Reply as follows:</t>
      <ul spacing="normal">
        <li>
          <t>Don't Fragment (DF) flag is 1</t>
        </li>
        <li>
          <t>More Fragments flag is 0</t>
        </li>
        <li>
          <t>Fragment Offset is 0</t>
        </li>
        <li>
          <t>TTL is 255</t>
        </li>
        <li>
          <t>Protocol is ICMP</t>
        </li>
      </ul>
      <t>When a node receives an ICMPv6 Extended Echo Request, it <bcp14>MUST</bcp14>
format an ICMPv6 Extended Echo Reply as follows:</t>
      <ul spacing="normal">
        <li>
          <t>Hop Limit is 255</t>
        </li>
        <li>
          <t>Next Header is ICMPv6</t>
        </li>
      </ul>
      <t>In either case, the responding node <bcp14>MUST</bcp14> do the following:</t>
      <ul spacing="normal">
        <li>
          <t>Copy the Source Address from the Extended Echo Request message to
the Destination Address of the Extended Echo Reply.</t>
        </li>
        <li>
          <t>Copy the Destination Address from the Extended Echo Request
message to the Source Address of the Extended Echo Reply.</t>
        </li>
        <li>
          <t>Set the DiffServ codepoint to <xref target="RFC4594">CS0</xref>.</t>
        </li>
        <li>
          <t>Set the ICMP Type to Extended Echo Reply.</t>
        </li>
        <li>
          <t>Copy the Identifier from the Extended Echo Request message to the
Extended Echo Reply.</t>
        </li>
        <li>
          <t>Copy the Sequence Number from the Extended Echo Request message
to the Extended Echo Reply.</t>
        </li>
        <li>
          <t>Set the Code field as described in <xref target="code"/>.</t>
        </li>
        <li>
          <t>Set the State field to 0.</t>
        </li>
        <li>
          <t>Clear the A-bit, the 4-bit, and the 6-bit.</t>
        </li>
        <li>
          <t>If (1) the Code Field is equal to (0) No Error, (2) the L-bit is set,
and (3) the probed interface is active, set the A-bit. Also, set the
4-bit and the 6-bit as appropriate.</t>
        </li>
        <li>
          <t>If the Code field is equal to (0) No Error and the L-bit is
clear, then set the State field to reflect the state of the ARP table or
Neighbor Cache entry that represents the probed interface.</t>
        </li>
        <li>
          <t>Copy the ICMP Extension Structure, ICMP Extension Object, and Data
(if any) from the Extended Echo Request message.</t>
        </li>
        <li>
          <t>Set the Checksum appropriately.</t>
        </li>
        <li>
          <t>Forward the ICMP Extended Echo Reply to its destination.</t>
        </li>
      </ul>
      <section anchor="code">
        <name>Code Field Processing</name>
        <t>The Code field <bcp14>MUST</bcp14> be set to (1) Malformed Query if any of the
following conditions apply:</t>
        <ul spacing="normal">
          <li>
            <t>The ICMP Extended Echo Request does not include an ICMP
Extension Structure.</t>
          </li>
          <li>
            <t>The ICMP Extension Structure does not include exactly one
Interface Identification Object.</t>
          </li>
          <li>
            <t>The ICMP Extension Structure checksum is 0 or incorrect.</t>
          </li>
          <li>
            <t>The L-bit is clear and the Interface Identification Object
identifies the probed interface by name or if-index.</t>
          </li>
          <li>
            <t>The query is otherwise malformed.</t>
          </li>
        </ul>
        <t>The Code field <bcp14>MUST</bcp14> be set to (2) No Such Interface if the
L-bit is set and the ICMP Extension Structure does not identify an
interface that resides on the proxy node.</t>
        <t>The Code field <bcp14>MUST</bcp14> be set to (3) No Such Table Entry if the L-bit
is clear and the address found in the Interface Identification Object
does not appear in the IPv4 Address Resolution Protocol (ARP) table or
the IPv6 Neighbor Cache.</t>
        <t>The Code field <bcp14>MUST</bcp14> be set to (4) Multiple Interfaces Satisfy Query
if any of the following conditions apply:</t>
        <ul spacing="normal">
          <li>
            <t>The L-bit is set and the ICMP Extension Structure identifies
more than one interface that resides in the proxy node.</t>
          </li>
          <li>
            <t>The L-bit is clear and the address found in the Interface
Identification Object maps to multiple IPv4 ARP or IPv6 Neighbor
Cache entries.</t>
          </li>
        </ul>
        <t>Otherwise, the Code field <bcp14>MUST</bcp14> be set to (0) No Error.</t>
      </section>
    </section>
    <section anchor="usecase">
      <name>Use Cases</name>
      <t>In the scenarios listed below, network operators can use PROBE to
determine the status of a probed interface but cannot use PING for the
same purpose. In all scenarios, assume bidirectional connectivity
between the probing and proxy interfaces. However, bidirectional
connectivity between the probing and probed interfaces is lacking.</t>
      <ul spacing="normal">
        <li>
          <t>The probed interface is unnumbered.</t>
        </li>
        <li>
          <t>The probing and probed interfaces are not directly connected to
one another. The probed interface has an IPv6 link-local address
but does not have a more globally scoped address.</t>
        </li>
        <li>
          <t>The probing interface runs IPv4 only while the probed interface
runs IPv6 only.</t>
        </li>
        <li>
          <t>The probing interface runs IPv6 only while the probed interface
runs IPv4 only.</t>
        </li>
        <li>
          <t>For lack of a route, the probing node cannot reach the probed
interface.</t>
        </li>
      </ul>
    </section>
    <section anchor="updates-to-rfc-4884">
      <name>Updates to RFC 4884</name>
      <t>Section 4.6 of <xref target="RFC4884"/> provides a list of extensible ICMP messages
(i.e., messages that can carry the ICMP Extension Structure). This
document adds the ICMP Extended Echo Request message and the ICMP
Extended Echo Reply message to that list.</t>
    </section>
    <section anchor="change-history">
      <name>Change History</name>
      <section anchor="changes-from-rfc-8335">
        <name>Changes from RFC 8335</name>
        <t>This document updates <xref target="RFC8335"/> to clarify the handling of
extra data beyond the ICMP Extension Structure, that data is
echoed in the response packet, and checksum handling in the ICMP
Extension Structure.</t>
        <t>Specifically,</t>
        <ul spacing="normal">
          <li>
            <t>Updated <xref target="ICMPEchoFIG"/> to reflect the presence of the ICMP Extension Object
and additional data.</t>
          </li>
          <li>
            <t>Updated <xref target="ExtendedEcho"/> to mention the ICMP Extension Structure checksum,
and extra verbosity about how the Extension Structure does not cover the
rest of the packet.</t>
          </li>
          <li>
            <t>Updated <xref target="ICMPEchoReplyFIG"/> to reflect the presence of the ICMP Extension
Structure and additional data.</t>
          </li>
          <li>
            <t>Added a step in <xref target="proc"/> about copying data from the request to the
response.</t>
          </li>
          <li>
            <t>Added a step in <xref target="code"/> about validating the ICMP Extension Structure checksum.</t>
          </li>
          <li>
            <t>Added section <xref target="applicationDisplay"/> to suggest human-readable display
of PROBE responses</t>
          </li>
          <li>
            <t>Clarified in <xref target="IntIdObj"/> that the length of an ifName Object is adjusted
when padding is added.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-from-draft-fenner-intarea-probe-clarification-00">
        <name>Changes from draft-fenner-intarea-probe-clarification-00</name>
        <ul spacing="normal">
          <li>
            <t>Changed "NULL" to "NUL" when referring to the ASCII control character,
per RFC20.</t>
          </li>
          <li>
            <t>Consistently refer to interface name and index using their yang names,
not SNMP names.</t>
          </li>
          <li>
            <t>Added [] around the Data following the ICMP Extension Structure in <xref target="ICMPEchoFIG"/>
and <xref target="ICMPEchoReplyFIG"/> to indicate that it is optional.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-from-draft-fenner-intarea-probe-clarification-01">
        <name>Changes from draft-fenner-intarea-probe-clarification-01</name>
        <ul spacing="normal">
          <li>
            <t>Updated the section on ICMP Extension header format to say that different
ICMP Extension Option headers may be present, and if they are, the
mechanism is not as specified in this memo.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-from-draft-fenner-intarea-probe-clarification-02">
        <name>Changes from draft-fenner-intarea-probe-clarification-02</name>
        <ul spacing="normal">
          <li>
            <t>Made a stronger statement about not copying this behavior in
<xref target="dontdothis"/></t>
          </li>
          <li>
            <t>Renamed to rfc8335bis and made WG document</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-from-draft-int-intarea-rfc8335bis-00">
        <name>Changes from draft-int-intarea-rfc8335bis-00</name>
        <ul spacing="normal">
          <li>
            <t>Changed "For the operations in this memo" to "In the PROBE application" to
better align with draft-ietf-6man-icmpv6-reflection</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>IANA is requested to update the references for the below
actions from <xref target="RFC8335"/> to refer to this document.</t>
      <t>IANA has performed the following actions:</t>
      <ul spacing="normal">
        <li>
          <t>Added the following to the "ICMP Type Numbers" registry:  </t>
          <artwork><![CDATA[
   42 Extended Echo Request
]]></artwork>
          <t>
Added the following to the "Type 42 - Extended Echo Request"
subregistry:  </t>
          <artwork><![CDATA[
   (0) No Error
]]></artwork>
        </li>
        <li>
          <t>Added the following to the "ICMPv6 'type' Numbers" registry:  </t>
          <artwork><![CDATA[
   160 Extended Echo Request

   As ICMPv6 distinguishes between informational and error
   messages, and this is an informational message, the value has
   been assigned from the range 128-255.
]]></artwork>
          <t>
Added the following to the "Type 160 - Extended Echo Request"
subregistry:  </t>
          <artwork><![CDATA[
   (0) No Error
]]></artwork>
        </li>
        <li>
          <t>Added the following to the "ICMP Type Numbers" registry:  </t>
          <artwork><![CDATA[
   43 Extended Echo Reply
]]></artwork>
          <t>
Added the following to the "Type 43 - Extended Echo Reply"
subregistry:  </t>
          <artwork><![CDATA[
   (0) No Error
   (1) Malformed Query
   (2) No Such Interface
   (3) No Such Table Entry
   (4) Multiple Interfaces Satisfy Query
]]></artwork>
        </li>
        <li>
          <t>Added the following to the "ICMPv6 'type' Numbers" registry:  </t>
          <artwork><![CDATA[
   161 Extended Echo Reply

   As ICMPv6 distinguishes between informational and error
   messages, and this is an informational message, the value has
   been assigned from the range 128-255.
]]></artwork>
          <t>
Added the following to the "Type 161 - Extended Echo Reply"
subregistry:  </t>
          <artwork><![CDATA[
   (0) No Error
   (1) Malformed Query
   (2) No Such Interface
   (3) No Such Table Entry
   (4) Multiple Interfaces Satisfy Query
]]></artwork>
        </li>
        <li>
          <t>Added the following to the "ICMP Extension Object Classes and
Class Sub-types" registry:  </t>
          <artwork><![CDATA[
   (3) Interface Identification Object
]]></artwork>
          <t>
Added the following C-types to the "Sub-types - Class 3 -
Interface Identification Object" subregistry:  </t>
          <artwork><![CDATA[
   (0) Reserved
   (1) Identifies Interface by Name
   (2) Identifies Interface by Index
   (3) Identifies Interface by Address
]]></artwork>
          <t>
C-Type values are assigned on a First Come First Serve (FCFS)
basis with a range of 0-255.</t>
        </li>
      </ul>
      <t>All codes mentioned above are assigned on an FCFS basis with a range
of 0-255.</t>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <t>The following are legitimate uses of PROBE:</t>
      <ul spacing="normal">
        <li>
          <t>to determine the operational status of an interface.</t>
        </li>
        <li>
          <t>to determine which protocols (e.g., IPv4 or IPv6) are active on an
interface.</t>
        </li>
      </ul>
      <t>However, malicious parties can use PROBE to obtain additional
information. For example, a malicious party can use PROBE to discover
interface names. Having discovered an interface name, the malicious
party may be able to infer additional information. Additional
information may include:</t>
      <ul spacing="normal">
        <li>
          <t>interface bandwidth</t>
        </li>
        <li>
          <t>the type of device that supports the interface (e.g., vendor
identity)</t>
        </li>
        <li>
          <t>the operating system version that the above-mentioned device
executes</t>
        </li>
      </ul>
      <t>Understanding this risk, network operators establish policies that
restrict access to ICMP Extended Echo functionality. In order to enforce
these policies, nodes that support ICMP Extended Echo functionality <bcp14>MUST</bcp14>
support the following configuration options:</t>
      <ul spacing="normal">
        <li>
          <t>Enable/disable ICMP Extended Echo functionality. By default, ICMP
Extend Echo functionality is disabled.</t>
        </li>
        <li>
          <t>Define enabled L-bit settings. By default, the option to set the L-bit
is enabled and the option to clear the L-bit is disabled.</t>
        </li>
        <li>
          <t>Define enabled query types (i.e., by name, by index, or by address);
by default, all query types are disabled.</t>
        </li>
        <li>
          <t>For each enabled query type, define the prefixes from which ICMP
Extended Echo Request messages are permitted.</t>
        </li>
        <li>
          <t>For each interface, determine whether ICMP Echo Request messages
are accepted.</t>
        </li>
      </ul>
      <t>When a node receives an ICMP Extended Echo Request message that it is
not configured to support, it <bcp14>MUST</bcp14> silently discard the message. See <xref target="proc"/> for details.</t>
      <t>PROBE must not leak information about one Virtual Private Network
(VPN) into another. Therefore, when a node receives an ICMP Extended
Echo Request and the proxy interface is in a different VPN than the
probed interface, the node <bcp14>MUST</bcp14> return an ICMP Extended Echo Reply with
error code equal to (2) No Such Interface.</t>
      <t>In order to protect local resources, implementations <bcp14>SHOULD</bcp14>
rate-limit incoming ICMP Extended Echo Request messages.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="RFC0826">
          <front>
            <title>An Ethernet Address Resolution Protocol: Or Converting Network Protocol Addresses to 48.bit Ethernet Address for Transmission on Ethernet Hardware</title>
            <author fullname="D. Plummer" initials="D." surname="Plummer"/>
            <date month="November" year="1982"/>
            <abstract>
              <t>The purpose of this RFC is to present a method of Converting Protocol Addresses (e.g., IP addresses) to Local Network Addresses (e.g., Ethernet addresses). This is an issue of general concern in the ARPA Internet Community at this time. The method proposed here is presented for your consideration and comment. This is not the specification of an Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="37"/>
          <seriesInfo name="RFC" value="826"/>
          <seriesInfo name="DOI" value="10.17487/RFC0826"/>
        </reference>
        <reference anchor="RFC0792">
          <front>
            <title>Internet Control Message Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="792"/>
          <seriesInfo name="DOI" value="10.17487/RFC0792"/>
        </reference>
        <reference anchor="RFC4861">
          <front>
            <title>Neighbor Discovery for IP version 6 (IPv6)</title>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <author fullname="E. Nordmark" initials="E." surname="Nordmark"/>
            <author fullname="W. Simpson" initials="W." surname="Simpson"/>
            <author fullname="H. Soliman" initials="H." surname="Soliman"/>
            <date month="September" year="2007"/>
            <abstract>
              <t>This document specifies the Neighbor Discovery protocol for IP Version 6. IPv6 nodes on the same link use Neighbor Discovery to discover each other's presence, to determine each other's link-layer addresses, to find routers, and to maintain reachability information about the paths to active neighbors. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4861"/>
          <seriesInfo name="DOI" value="10.17487/RFC4861"/>
        </reference>
        <reference anchor="RFC8343">
          <front>
            <title>A YANG Data Model for Interface Management</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model for the management of network interfaces. It is expected that interface-type-specific data models augment the generic interfaces data model defined in this document. The data model includes definitions for configuration and system state (status information and counters for the collection of statistics).</t>
              <t>The YANG data model in this document conforms to the Network Management Datastore Architecture (NMDA) defined in RFC 8342.</t>
              <t>This document obsoletes RFC 7223.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8343"/>
          <seriesInfo name="DOI" value="10.17487/RFC8343"/>
        </reference>
        <reference anchor="RFC4443">
          <front>
            <title>Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification</title>
            <author fullname="A. Conta" initials="A." surname="Conta"/>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="M. Gupta" initials="M." role="editor" surname="Gupta"/>
            <date month="March" year="2006"/>
            <abstract>
              <t>This document describes the format of a set of control messages used in ICMPv6 (Internet Control Message Protocol). ICMPv6 is the Internet Control Message Protocol for Internet Protocol version 6 (IPv6). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="89"/>
          <seriesInfo name="RFC" value="4443"/>
          <seriesInfo name="DOI" value="10.17487/RFC4443"/>
        </reference>
        <reference anchor="RFC8335">
          <front>
            <title>PROBE: A Utility for Probing Interfaces</title>
            <author fullname="R. Bonica" initials="R." surname="Bonica"/>
            <author fullname="R. Thomas" initials="R." surname="Thomas"/>
            <author fullname="J. Linkova" initials="J." surname="Linkova"/>
            <author fullname="C. Lenart" initials="C." surname="Lenart"/>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>This document describes a network diagnostic tool called PROBE. PROBE is similar to PING in that it can be used to query the status of a probed interface, but it differs from PING in that it does not require bidirectional connectivity between the probing and probed interfaces. Instead, PROBE requires bidirectional connectivity between the probing interface and a proxy interface. The proxy interface can reside on the same node as the probed interface, or it can reside on a node to which the probed interface is directly connected. This document updates RFC 4884.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8335"/>
          <seriesInfo name="DOI" value="10.17487/RFC8335"/>
        </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="RFC2151">
          <front>
            <title>A Primer On Internet and TCP/IP Tools and Utilities</title>
            <author fullname="G. Kessler" initials="G." surname="Kessler"/>
            <author fullname="S. Shepard" initials="S." surname="Shepard"/>
            <date month="June" year="1997"/>
            <abstract>
              <t>This memo is an introductory guide to many of the most commonly- available TCP/IP and Internet tools and utilities. It also describes discussion lists accessible from the Internet, ways to obtain Internet and TCP/IP documents, and some resources that help users weave their way through the Internet. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="30"/>
          <seriesInfo name="RFC" value="2151"/>
          <seriesInfo name="DOI" value="10.17487/RFC2151"/>
        </reference>
        <reference anchor="RFC4594">
          <front>
            <title>Configuration Guidelines for DiffServ Service Classes</title>
            <author fullname="J. Babiarz" initials="J." surname="Babiarz"/>
            <author fullname="K. Chan" initials="K." surname="Chan"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <date month="August" year="2006"/>
            <abstract>
              <t>This document describes service classes configured with Diffserv and recommends how they can be used and how to construct them using Differentiated Services Code Points (DSCPs), traffic conditioners, Per-Hop Behaviors (PHBs), and Active Queue Management (AQM) mechanisms. There is no intrinsic requirement that particular DSCPs, traffic conditioners, PHBs, and AQM be used for a certain service class, but as a policy and for interoperability it is useful to apply them consistently. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4594"/>
          <seriesInfo name="DOI" value="10.17487/RFC4594"/>
        </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>
      </references>
    </references>
    <?line 816?>

<section anchor="application">
      <name>The PROBE Application</name>
      <t>The PROBE application accepts input parameters, sets a counter, and
enters a loop to be exited when the counter is equal to 0. On each
iteration of the loop, PROBE emits an ICMP Extended Echo Request,
decrements the counter, sets a timer, and waits. The ICMP Extended Echo
Request includes an Identifier and a Sequence Number.</t>
      <t>If an ICMP Extended Echo Reply carrying the same Identifier and
Sequence Number arrives, PROBE relays information returned by that
message to its user. However, on each iteration of the loop, PROBE waits
for the timer to expire regardless of whether an Extended Echo Reply
message arrives.</t>
      <t>PROBE accepts the following parameters:</t>
      <ul spacing="normal">
        <li>
          <t>Count</t>
        </li>
        <li>
          <t>Wait</t>
        </li>
        <li>
          <t>Probing Interface Address</t>
        </li>
        <li>
          <t>Hop Count</t>
        </li>
        <li>
          <t>Proxy Interface Address</t>
        </li>
        <li>
          <t>Local</t>
        </li>
        <li>
          <t>Probed Interface Identifier</t>
        </li>
      </ul>
      <t>Count is a positive integer whose default value is 3. Count
determines the number of times that PROBE iterates through the
above-mentioned loop.</t>
      <t>Wait is a positive integer whose minimum and default values are 1.
Wait determines the duration of the above-mentioned timer, measured in
seconds.</t>
      <t>Probing Interface Address specifies the Source Address of the ICMP
Extended Echo Request. The Probing Interface Address <bcp14>MUST</bcp14> be a unicast
address and <bcp14>MUST</bcp14> identify an interface that resides on the probing
node.</t>
      <t>The Proxy Interface Address identifies the interface to which the
ICMP Extended Echo Request message is sent. It must be an IPv4 or IPv6
unicast address. If it is an IPv4 address, PROBE emits an ICMPv4 message. If it
is an IPv6 address, PROBE emits an ICMPv6 message.</t>
      <t>Local is a boolean value. It is TRUE if the proxy and probed
interfaces both reside on the same node. Otherwise, it is FALSE.</t>
      <t>The Probed Interface Identifier identifies the probed interface. It
is one of the following:</t>
      <ul spacing="normal">
        <li>
          <t>an interface name;</t>
        </li>
        <li>
          <t>an address from any address family (e.g., IPv4, IPv6, IEEE 802,
48-bit MAC, or 64-bit MAC); or</t>
        </li>
        <li>
          <t>an if-index.</t>
        </li>
      </ul>
      <t>If the Probed Interface Identifier is an address, it does not need to
be of the same address family as the proxy interface address. For
example, PROBE accepts an IPv4 Proxy Interface Address and an IPv6
Probed Interface Identifier.</t>
      <section anchor="applicationDisplay">
        <name>Information Display</name>
        <t>For the PING application, the primary available piece of information
is the fact that we received an ICMP Echo Reply.  Therefore, the
appropriate information to display is all of the available information
about the received reply, e.g., size, ttl, etc.  However, with
PROBE, the primary piece of information is the reported status of
the probed interface: the code, status, A, 4, and 6 fields.
It's appropriate to convert the combination of the returned values
into a "human-readable" response.</t>
        <t>For example, an application may perform these steps:</t>
        <ul spacing="normal">
          <li>
            <t>If the code field is non-zero, print the code value as described
in <xref target="ExtendedEchoReply"/>.</t>
          </li>
          <li>
            <t>If the code field is zero, then if the L field sent is zero,
print the state value as described in <xref target="ExtendedEchoReply"/>.</t>
          </li>
          <li>
            <t>Otherwise, the L field sent is 1; print the state represented
by the A, 4, and 6
bits.  Sample textual translations for these bits are shown
in <xref target="BitCombinationTable"/>.</t>
          </li>
        </ul>
        <table anchor="BitCombinationTable">
          <name>Sample translations for bit settings</name>
          <thead>
            <tr>
              <th align="left">A</th>
              <th align="left">4</th>
              <th align="left">6</th>
              <th align="left">Text</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">0</td>
              <td align="left">0</td>
              <td align="left">Interface inactive</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">0</td>
              <td align="left">0</td>
              <td align="left">Interface active, with no ipv4 or ipv6 running</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">0</td>
              <td align="left">1</td>
              <td align="left">Interface active, with ipv6 running</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">1</td>
              <td align="left">0</td>
              <td align="left">Interface active, with ipv4 running</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">1</td>
              <td align="left">1</td>
              <td align="left">Interface active, with ipv4 and ipv6 running</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section numbered="false" anchor="Acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Sowmini Varadhan, Jeff Haas, Carlos Pignataro, Jonathan
Looney, Dave Thaler, Mikio Hara, Joel Halpern, Yaron Sheffer, Stefan
Winter, Jean-Michel Combes, Amanda Barber, and Joe Touch for their
thoughtful review of this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
AA==

-->

</rfc>
