home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1885 < prev    next >
Text File  |  1996-01-03  |  32KB  |  1,124 lines

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