home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc1885.txt < prev    next >
Text File  |  1996-05-07  |  33KB  |  766 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group             A. Conta, Digital Equipment Corporation Request for Comments: 1885                         S. Deering, Xerox PARC Category: Standards Track                                   December 1995 
  8.  
  9.  
  10.  
  11.                 Internet Control Message Protocol (ICMPv6)                for the Internet Protocol Version 6 (IPv6)                              Specification 
  12.  
  13.  
  14.  
  15.  Status of this Memo 
  16.  
  17.    This document specifies an Internet standards track protocol for the    Internet community, and requests discussion and suggestions for    improvements.  Please refer to the current edition of the "Internet    Official Protocol Standards" (STD 1) for the standardization state    and status of this protocol.  Distribution of this memo is unlimited. 
  18.  
  19.  Abstract 
  20.  
  21.     This document specifies a set of Internet Control Message Protocol    (ICMP) messages for use with version 6 of the Internet Protocol    (IPv6).  The Internet Group Management Protocol (IGMP) messages    specified in STD 5, RFC 1112 have been merged into ICMP, for IPv6,    and are included in this document. 
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  Conta & Deering             Standards Track                     [Page 1] 
  42.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  43.  
  44.  Table of Contents 
  45.  
  46.  
  47.  
  48.    1. Introduction........................................3 
  49.  
  50.    2. ICMPv6 (ICMP for IPv6)..............................3 
  51.  
  52.          2.1 Message General Format.......................3 
  53.  
  54.          2.2 Message Source Address Determination.........4 
  55.  
  56.          2.3 Message Checksum Calculation.................5 
  57.  
  58.          2.4 Message Processing Rules.....................5 
  59.  
  60.    3. ICMPv6 Error Messages...............................8 
  61.  
  62.          3.1 Destination Unreachable Message..............8 
  63.  
  64.          3.2 Packet Too Big Message......................10 
  65.  
  66.          3.3 Time Exceeded Message.......................11 
  67.  
  68.          3.4 Parameter Problem Message...................12 
  69.  
  70.    4. ICMPv6 Informational Messages......................14 
  71.  
  72.          4.1 Echo Request Message........................14 
  73.  
  74.          4.2 Echo Reply Message..........................15 
  75.  
  76.          4.3 Group Membership Messages...................17 
  77.  
  78.    5. References.........................................19 
  79.  
  80.    6. Acknowledgements...................................19 
  81.  
  82.    7. Security Considerations............................19 
  83.  
  84.    Authors' Addresses....................................20 
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  Conta & Deering             Standards Track                     [Page 2] 
  95.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  96.  
  97.  1. Introduction 
  98.  
  99.    The Internet Protocol, version 6 (IPv6) is a new version of IP.  IPv6    uses the Internet Control Message Protocol (ICMP) as defined for IPv4    [RFC-792], with a number of changes.  The Internet Group Membership    Protocol (IGMP) specified for IPv4 [RFC-1112] has also been revised    and has been absorbed into ICMP for IPv6. The resulting protocol is    called ICMPv6, and has an IPv6 Next Header value of 58. 
  100.  
  101.    This document describes the format of a set of control messages used    in ICMPv6.  It does not describe the procedures for using these    messages to achieve functions like Path MTU discovery or multicast    group membership maintenance; such procedures are described in other    documents (e.g., [RFC-1112, RFC-1191]).  Other documents may also    introduce additional ICMPv6 message types, such as Neighbor Discovery    messages [IPv6-DISC], subject to the general rules for ICMPv6    messages given in section 2 of this document. 
  102.  
  103.    Terminology defined in the IPv6 specification [IPv6] and the IPv6    Routing and Addressing specification [IPv6-ADDR] applies to this    document as well. 
  104.  
  105.  2. ICMPv6 (ICMP for IPv6) 
  106.  
  107.    ICMPv6 is used by IPv6 nodes to report errors encountered in    processing packets, and to perform other internet-layer functions,    such as diagnostics (ICMPv6 "ping") and multicast membership    reporting.  ICMPv6 is an integral part of IPv6 and MUST be fully    implemented by every IPv6 node. 
  108.  
  109.  2.1 Message General Format 
  110.  
  111.    ICMPv6 messages are grouped into two classes: error messages and    informational messages.  Error messages are identified as such by    having a zero in the high-order bit of their message Type field    values.  Thus, error messages have message Types from 0 to 127;    informational messages have message Types from 128 to 255. 
  112.  
  113.    This document defines the message formats for the following ICMPv6    messages: 
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123. Conta & Deering             Standards Track                     [Page 3] 
  124.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  125.  
  126.          ICMPv6 error messages: 
  127.  
  128.              1    Destination Unreachable      (see section 3.1)              2    Packet Too Big               (see section 3.2)              3    Time Exceeded                (see section 3.3)              4    Parameter Problem            (see section 3.4) 
  129.  
  130.         ICMPv6 informational messages: 
  131.  
  132.              128  Echo Request                 (see section 4.1)              129  Echo Reply                   (see section 4.2)              130  Group Membership Query       (see section 4.3)              131  Group Membership Report      (see section 4.3)              132  Group Membership Reduction   (see section 4.3) 
  133.  
  134.     Every ICMPv6 message is preceded by an IPv6 header and zero or more    IPv6 extension headers. The ICMPv6 header is identified by a Next    Header value of 58 in the immediately preceding header.  (NOTE: this    is different than the value used to identify ICMP for IPv4.) 
  135.  
  136.    The ICMPv6 messages have the following general format: 
  137.  
  138.        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             |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                                                               |       +                         Message Body                          +       |                                                               | 
  139.  
  140.    The type field indicates the type of the message. Its value    determines the format of the remaining data. 
  141.  
  142.    The code field depends on the message type. It is used to create an    additional level of message granularity. 
  143.  
  144.    The checksum field is used to detect data corruption in the ICMPv6    message and parts of the IPv6 header. 
  145.  
  146.  2.2 Message Source Address Determination 
  147.  
  148.    A node that sends an ICMPv6 message has to determine both the Source    and Destination IPv6 Addresses in the IPv6 header before calculating    the checksum.  If the node has more than one unicast address, it must    choose the Source Address of the message as follows: 
  149.  
  150.  
  151.  
  152. Conta & Deering             Standards Track                     [Page 4] 
  153.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  154.  
  155.      (a) If the message is a response to a message sent to one of the         node's unicast addresses, the Source Address of the reply must         be that same address. 
  156.  
  157.     (b) If the message is a response to a message sent to a multicast or         anycast group in which the node is a member, the Source Address         of the reply must be a unicast address belonging to the         interface on which the multicast or anycast packet was received. 
  158.  
  159.     (c) If the message is a response to a message sent to an address         that does not belong to the node, the Source Address should be         that unicast address belonging to the node that will be most         helpful in diagnosing the error. For example, if the message is         a response to a packet forwarding action that cannot complete         successfully, the Source Address should be a unicast address         belonging to the interface on which the packet forwarding         failed. 
  160.  
  161.     (d) Otherwise, the node's routing table must be examined to         determine which interface will be used to transmit the message         to its destination, and a unicast address belonging to that         interface must be used as the Source Address of the message. 
  162.  
  163.  2.3 Message Checksum Calculation 
  164.  
  165.    The checksum is the 16-bit one's complement of the one's complement    sum of the entire ICMPv6 message starting with the ICMPv6 message    type field, prepended with a "pseudo-header" of IPv6 header fields,    as specified in [IPv6, section 8.1].  The Next Header value used in    the pseudo-header is 58.  (NOTE: the inclusion of a pseudo-header in    the ICMPv6 checksum is a change from IPv4; see [IPv6] for the    rationale for this change.) 
  166.  
  167.    For computing the checksum, the checksum field is set to zero. 
  168.  
  169.  2.4 Message Processing Rules 
  170.  
  171.    Implementations MUST observe the following rules when processing    ICMPv6 messages (from [RFC-1122]): 
  172.  
  173.     (a) If an ICMPv6 error message of unknown type is received, it MUST         be passed to the upper layer. 
  174.  
  175.     (b) If an ICMPv6 informational message of unknown type is received,         it MUST be silently discarded. 
  176.  
  177.  
  178.  
  179.  Conta & Deering             Standards Track                     [Page 5] 
  180.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  181.  
  182.      (c) Every ICMPv6 error message (type < 128) includes as much of the         IPv6 offending (invoking) packet (the packet that caused the         error) as will fit without making the error message packet         exceed 576 octets. 
  183.  
  184.     (d) In those cases where the internet-layer protocol is required to         pass an ICMPv6 error message to the upper-layer protocol, the         upper-layer protocol type is extracted from the original packet         (contained in the body of the ICMPv6 error message) and used to         select the appropriate upper-layer protocol entity to handle the         error. 
  185.  
  186.         If the original packet had an unusually large amount of         extension headers, it is possible that the upper-layer protocol         type may not be present in the ICMPv6 message, due to truncation         of the original packet to meet the 576-octet limit.  In that         case, the error message is silently dropped after any IPv6-layer         processing. 
  187.  
  188.     (e) An ICMPv6 error message MUST NOT be sent as a result of         receiving: 
  189.  
  190.          (e.1) an ICMPv6 error message, or 
  191.  
  192.          (e.2) a packet destined to an IPv6 multicast address (there are                two exceptions to this rule: (1) the Packet Too Big                Message - Section 3.2 - to allow Path MTU discovery to                work for IPv6 multicast, and (2) the Parameter Problem                Message, Code 2 - Section 3.4 - reporting an unrecognized                IPv6 option that has the Option Type highest-order two                bits set to 10), or 
  193.  
  194.          (e.3) a packet sent as a link-layer multicast, (the exception                from e.2 applies to this case too), or 
  195.  
  196.          (e.4) a packet sent as a link-layer broadcast, (the exception                from e.2 applies to this case too), or 
  197.  
  198.          (e.5) a packet whose source address does not uniquely identify                a single node -- e.g., the IPv6 Unspecified Address, an                IPv6 multicast address, or an address known by the ICMP                message sender to be an IPv6 anycast address. 
  199.  
  200.     (f) Finally, to each sender of an erroneous data packet, an IPv6         node MUST limit the rate of ICMPv6 error messages sent, in order         to limit the bandwidth and forwarding costs incurred by the         error messages when a generator of erroneous packets does not         respond to those error messages by ceasing its transmissions. 
  201.  
  202.  
  203.  
  204. Conta & Deering             Standards Track                     [Page 6] 
  205.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  206.  
  207.          There are a variety of ways of implementing the rate-limiting         function, for example: 
  208.  
  209.          (f.1) Timer-based - for example, limiting the rate of                transmission of error messages to a given source, or to                any source, to at most once every T milliseconds. 
  210.  
  211.          (f.2)  Bandwidth-based - for example, limiting the rate at                which error messages are sent from a particular interface                to some fraction F of the attached link's bandwidth. 
  212.  
  213.         The limit parameters (e.g., T or F in the above examples) MUST         be configurable for the node, with a conservative default value         (e.g., T = 1 second, NOT 0 seconds, or F = 2 percent, NOT 100         percent). 
  214.  
  215.    The following sections describe the message formats for the above    ICMPv6 messages. 
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249. Conta & Deering             Standards Track                     [Page 7] 
  250.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  251.  
  252.  3. ICMPv6 Error Messages 
  253.  
  254. 3.1 Destination Unreachable Message 
  255.  
  256.        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             |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                             Unused                            |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                    As much of invoking packet                 |       +                as will fit without the ICMPv6 packet          +       |                       exceeding 576 octets                    | 
  257.  
  258.    IPv6 Fields: 
  259.  
  260.    Destination Address 
  261.  
  262.                   Copied from the Source Address field of the invoking                   packet. 
  263.  
  264.    ICMPv6 Fields: 
  265.  
  266.    Type           1 
  267.  
  268.    Code           0 - no route to destination                   1 - communication with destination                         administratively prohibited                   2 - not a neighbor                   3 - address unreachable                   4 - port unreachable 
  269.  
  270.    Unused         This field is unused for all code values.                   It must be initialized to zero by the sender                   and ignored by the receiver.    Description 
  271.  
  272.    A Destination Unreachable message SHOULD be generated by a router, or    by the IPv6 layer in the originating node, in response to a packet    that cannot be delivered to its destination address for reasons other    than congestion.  (An ICMPv6 message MUST NOT be generated if a    packet is dropped due to congestion.) 
  273.  
  274.    If the reason for the failure to deliver is lack of a matching entry    in the forwarding node's routing table, the Code field is set to 0    (NOTE: this error can occur only in nodes that do not hold a "default    route" in their routing tables). 
  275.  
  276.  
  277.  
  278. Conta & Deering             Standards Track                     [Page 8] 
  279.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  280.  
  281.     If the reason for the failure to deliver is administrative    prohibition, e.g., a "firewall filter", the Code field is set to 1. 
  282.  
  283.    If the reason for the failure to deliver is that the next destination    address in the Routing header is not a neighbor of the processing    node but the "strict" bit is set for that address, then the Code    field is set to 2. 
  284.  
  285.    If there is any other reason for the failure to deliver, e.g.,    inability to resolve the IPv6 destination address into a    corresponding link address, or a link-specific problem of some sort,    then the Code field is set to 3. 
  286.  
  287.    A destination node SHOULD send a Destination Unreachable message with    Code 4 in response to a packet for which the transport protocol    (e.g., UDP) has no listener, if that transport protocol has no    alternative means to inform the sender. 
  288.  
  289.    Upper layer notification 
  290.  
  291.    A node receiving the ICMPv6 Destination Unreachable message MUST    notify the upper-layer protocol. 
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. Conta & Deering             Standards Track                     [Page 9] 
  322.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  323.  
  324.  3.2 Packet Too Big Message 
  325.  
  326.        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             |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                             MTU                               |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                    As much of invoking packet                 |       +               as will fit without the ICMPv6 packet           +       |                       exceeding 576 octets                    | 
  327.  
  328.    IPv6 Fields: 
  329.  
  330.    Destination Address 
  331.  
  332.                   Copied from the Source Address field of the invoking                   packet. 
  333.  
  334.    ICMPv6 Fields: 
  335.  
  336.    Type           2 
  337.  
  338.    Code           0 
  339.  
  340.    MTU            The Maximum Transmission Unit of the next-hop link. 
  341.  
  342.    Description 
  343.  
  344.    A Packet Too Big MUST be sent by a router in response to a packet    that it cannot forward because the packet is larger than the MTU of    the outgoing link.  The information in this message is used as part    of the Path MTU Discovery process [RFC-1191]. 
  345.  
  346.    Sending a Packet Too Big Message makes an exception to one of the    rules of when to send an ICMPv6 error message, in that unlike other    messages, it is sent in response to a packet received with an IPv6    multicast destination address, or a link-layer multicast or link-    layer broadcast address. 
  347.  
  348.    Upper layer notification 
  349.  
  350.    An incoming Packet Too Big message MUST be passed to the upper-layer    protocol. 
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  Conta & Deering             Standards Track                    [Page 10] 
  357.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  358.  
  359.  3.3 Time Exceeded Message 
  360.  
  361.        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             |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                             Unused                            |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                    As much of invoking packet                 |       +               as will fit without the ICMPv6 packet           +       |                       exceeding 576 octets                    | 
  362.  
  363.    IPv6 Fields: 
  364.  
  365.    Destination Address                   Copied from the Source Address field of the invoking                   packet. 
  366.  
  367.    ICMPv6 Fields: 
  368.  
  369.    Type           3 
  370.  
  371.    Code           0 - hop limit exceeded in transit 
  372.  
  373.                   1 - fragment reassembly time exceeded 
  374.  
  375.    Unused         This field is unused for all code values.                   It must be initialized to zero by the sender                   and ignored by the receiver. 
  376.  
  377.    Description 
  378.  
  379.    If a router receives a packet with a Hop Limit of zero, or a router    decrements a packet's Hop Limit to zero, it MUST discard the packet    and send an ICMPv6 Time Exceeded message with Code 0 to the source of    the packet.  This indicates either a routing loop or too small an    initial Hop Limit value. 
  380.  
  381.    The router sending an ICMPv6 Time Exceeded message with Code 0 SHOULD    consider the receiving interface of the packet as the interface on    which the packet forwarding failed in following rule (d) for    selecting the Source Address of the message. 
  382.  
  383.    Upper layer notification 
  384.  
  385.    An incoming Time Exceeded message MUST be passed to the upper-layer    protocol. 
  386.  
  387.  
  388.  
  389. Conta & Deering             Standards Track                    [Page 11] 
  390.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  391.  
  392.  3.4 Parameter Problem Message 
  393.  
  394.        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             |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                            Pointer                            |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                    As much of invoking packet                 |       +               as will fit without the ICMPv6 packet           +       |                       exceeding 576 octets                    | 
  395.  
  396.    IPv6 Fields: 
  397.  
  398.    Destination Address 
  399.  
  400.                   Copied from the Source Address field of the invoking                   packet. 
  401.  
  402.    ICMPv6 Fields: 
  403.  
  404.    Type           4 
  405.  
  406.    Code           0 - erroneous header field encountered 
  407.  
  408.                   1 - unrecognized Next Header type encountered 
  409.  
  410.                   2 - unrecognized IPv6 option encountered 
  411.  
  412.    Pointer        Identifies the octet offset within the                   invoking packet where the error was detected. 
  413.  
  414.                   The pointer will point beyond the end of the ICMPv6                   packet if the field in error is beyond what can fit                   in the 576-byte limit of an ICMPv6 error message. 
  415.  
  416.    Description 
  417.  
  418.    If an IPv6 node processing a packet finds a problem with a field in    the IPv6 header or extension headers such that it cannot complete    processing the packet, it MUST discard the packet and SHOULD send an    ICMPv6 Parameter Problem message to the packet's source, indicating    the type and location of the problem. 
  419.  
  420.    The pointer identifies the octet of the original packet's header    where the error was detected. For example, an ICMPv6 message with    Type field = 4, Code field = 1, and Pointer field = 40 would indicate 
  421.  
  422.  
  423.  
  424. Conta & Deering             Standards Track                    [Page 12] 
  425.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  426.  
  427.     that the IPv6 extension header following the IPv6 header of the    original packet holds an unrecognized Next Header field value. 
  428.  
  429.    Upper layer notification 
  430.  
  431.    A node receiving this ICMPv6 message MUST notify the upper-layer    protocol. 
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  Conta & Deering             Standards Track                    [Page 13] 
  476.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  477.  
  478.  4. ICMPv6 Informational Messages 
  479.  
  480. 4.1 Echo Request Message 
  481.  
  482.        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        |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Data ...       +-+-+-+-+- 
  483.  
  484.    IPv6 Fields: 
  485.  
  486.    Destination Address 
  487.  
  488.                   Any legal IPv6 address. 
  489.  
  490.    ICMPv6 Fields: 
  491.  
  492.    Type           128 
  493.  
  494.    Code           0 
  495.  
  496.    Identifier     An identifier to aid in matching Echo Replies                   to this Echo Request.  May be zero. 
  497.  
  498.    Sequence Number 
  499.  
  500.                   A sequence number to aid in matching Echo Replies                   to this Echo Request.  May be zero. 
  501.  
  502.    Data           Zero or more octets of arbitrary data. 
  503.  
  504.    Description 
  505.  
  506.    Every node MUST implement an ICMPv6 Echo responder function that    receives Echo Requests and sends corresponding Echo Replies.  A node    SHOULD also implement an application-layer interface for sending Echo    Requests and receiving Echo Replies, for diagnostic purposes. 
  507.  
  508.    Upper layer notification 
  509.  
  510.    A node receiving this ICMPv6 message MAY notify the upper-layer    protocol. 
  511.  
  512.  
  513.  
  514.  Conta & Deering             Standards Track                    [Page 14] 
  515.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  516.  
  517.  4.2 Echo Reply Message 
  518.  
  519.        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        |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Data ...       +-+-+-+-+- 
  520.  
  521.    IPv6 Fields: 
  522.  
  523.    Destination Address 
  524.  
  525.                   Copied from the Source Address field of the invoking                   Echo Request packet. 
  526.  
  527.    ICMPv6 Fields: 
  528.  
  529.    Type           129 
  530.  
  531.    Code           0 
  532.  
  533.    Identifier     The identifier from the invoking Echo Request message. 
  534.  
  535.    Sequence       The sequence number from the invoking Echo Request    Number         message. 
  536.  
  537.    Data           The data from the invoking Echo Request message. 
  538.  
  539.    Description 
  540.  
  541.    Every node MUST implement an ICMPv6 Echo responder function that    receives Echo Requests and sends corresponding Echo Replies.  A node    SHOULD also implement an application-layer interface for sending Echo    Requests and receiving Echo Replies, for diagnostic purposes. 
  542.  
  543.    The source address of an Echo Reply sent in response to a unicast    Echo Request message MUST be the same as the destination address of    that Echo Request message. 
  544.  
  545.    An Echo Reply SHOULD be sent in response to an Echo Request message    sent to an IPv6 multicast address.  The source address of the reply    MUST be a unicast address belonging to the interface on which the    multicast Echo Request message was received. 
  546.  
  547.  
  548.  
  549.  Conta & Deering             Standards Track                    [Page 15] 
  550.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  551.  
  552.     The data received in the ICMPv6 Echo Request message MUST be returned    entirely and unmodified in the ICMPv6 Echo Reply message, unless the    Echo Reply would exceed the MTU of the path back to the Echo    requester, in which case the data is truncated to fit that path MTU. 
  553.  
  554.    Upper layer notification 
  555.  
  556.    Echo Reply messages MUST be passed to the ICMPv6 user interface,    unless the corresponding Echo Request originated in the IP layer. 
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  Conta & Deering             Standards Track                    [Page 16] 
  599.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  600.  
  601.  4.3 Group Membership Messages 
  602.  
  603.    The ICMPv6 Group Membership Messages have the following format: 
  604.  
  605.        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             |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |     Maximum Response Delay    |          Unused               |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |                                                               |       +                                                               +       |                          Multicast                            |       +                                                               +       |                           Address                             |       +                                                               +       |                                                               |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  606.  
  607.    IPv6 Fields: 
  608.  
  609.    Destination Address 
  610.  
  611.                   In a Group Membership Query message, the multicast                   address of the group being queried, or the Link-Local                   All-Nodes multicast address. 
  612.  
  613.                   In a Group Membership Report or a Group Membership                   Reduction message, the multicast address of the                   group being reported or terminated. 
  614.  
  615.    Hop Limit      1 
  616.  
  617.    ICMPv6 Fields: 
  618.  
  619.    Type           130 - Group Membership Query                   131 - Group Membership Report                   132 - Group Membership Reduction 
  620.  
  621.    Code           0 
  622.  
  623.    Maximum Response Delay 
  624.  
  625.                   In Query messages, the maximum time that responding                   Report messages may be delayed, in milliseconds. 
  626.  
  627.  
  628.  
  629.  
  630.  
  631. Conta & Deering             Standards Track                    [Page 17] 
  632.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  633.  
  634.                    In Report and Reduction messages, this field is                   is initialized to zero by the sender and ignored by                   receivers. 
  635.  
  636.    Unused         Initialized to zero by the sender; ignored by receivers. 
  637.  
  638.    Multicast Address 
  639.  
  640.                   The address of the multicast group about which the                   message is being sent.  In Query messages, the Multicast                   Address field may be zero, implying a query for all                   groups. 
  641.  
  642.    Description 
  643.  
  644.    The ICMPv6 Group Membership messages are used to convey information    about multicast group membership from nodes to their neighboring    routers.  The details of their usage is given in [RFC-1112]. 
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678. Conta & Deering             Standards Track                    [Page 18] 
  679.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  680.  
  681.  5. References 
  682.  
  683.    [IPv6]       Deering, S., and R. Hinden, "Internet Protocol, Version                 6, Specification", RFC 1883, Xerox PARC, Ipsilon                 Networks, December 1995. 
  684.  
  685.    [IPv6-ADDR]  Hinden, R., and S. Deering, Editors, "IP Version 6                 Addressing Architecture", RFC 1884, Ipsilon Networks,                 Xerox PARC, December 1995. 
  686.  
  687.    [IPv6-DISC]  Narten, T., Nordmark, E., and W. Simpson, "Neighbor                 Discovery for IP Version 6 (IPv6)", Work in Progress. 
  688.  
  689.    [RFC-792]    Postel, J., "Internet Control Message Protocol", STD 5,                 RFC 792, USC/Information Sciences Institute, September                 1981. 
  690.  
  691.    [RFC-1112]   Deering, S., "Host Extensions for IP Multicasting", STD                 5, RFC 1112, Stanford University, August 1989. 
  692.  
  693.    [RFC-1122]   Braden, R., "Requirements for Internet Hosts -                 Communication Layers", STD 3, RFC 1122, USC/Information                 Sciences Institute, October 1989. 
  694.  
  695.    [RFC-1191]   Mogul, J., and S. Deering, "Path MTU Discovery", RFC                 1191, DECWRL, Stanford University, November 1990. 
  696.  
  697.  6. Acknowledgements 
  698.  
  699.    The document is derived from previous ICMP drafts of the SIPP and    IPng working group. 
  700.  
  701.    The IPng working group and particularly Robert Elz, Jim Bound, Bill    Simpson, Thomas Narten, Charlie Lynn, Bill Fink, and Scott Bradner    (in chronological order) provided extensive review information and    feedback. 
  702.  
  703.  7. Security Considerations 
  704.  
  705.    Security issues are not discussed in this memo. 
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715. Conta & Deering             Standards Track                    [Page 19] 
  716.  RFC 1885                 ICMPv6 (ICMP for IPv6)            December 1995 
  717.  
  718.  Authors' Addresses: 
  719.  
  720.    Alex Conta                            Stephen Deering    Digital Equipment Corporation         Xerox Palo Alto Research Center    110 Spitbrook Rd                      3333 Coyote Hill Road    Nashua, NH 03062                      Palo Alto, CA 94304 
  721.  
  722.    Phone: +1-603-881-0744                Phone: +1-415-812-4839    EMail: conta@zk3.dec.com              EMail: deering@parc.xerox.com 
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  Conta & Deering             Standards Track                    [Page 20] 
  765.  
  766.