home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_i / draft-ietf-ipngwg-trans-ethernet-03.txt < prev    next >
Text File  |  1997-09-27  |  11KB  |  335 lines

  1.  
  2.  
  3. IPng Working Group                                         Matt Crawford
  4. Internet Draft                                                  Fermilab
  5.                                                       September 26, 1997
  6.  
  7.             Transmission of IPv6 Packets over Ethernet Networks
  8.                  <draft-ietf-ipngwg-trans-ethernet-03.txt>
  9.  
  10.  
  11. Status of this Memo
  12.  
  13.     This document is an Internet Draft.  Internet Drafts are working
  14.     documents of the Internet Engineering Task Force (IETF), its Areas,
  15.     and its Working Groups.  Note that other groups may also distribute
  16.     working documents as Internet Drafts.
  17.  
  18.     Internet Drafts are draft documents valid for a maximum of six
  19.     months.  Internet Drafts may be updated, replaced, or obsoleted by
  20.     other documents at any time.  It is not appropriate to use Internet
  21.     Drafts as reference material or to cite them other than as a
  22.     "working draft" or "work in progress."
  23.  
  24.     To learn the current status of any Internet-Draft, please check the
  25.     "1id-abstracts.txt" listing contained in the Internet Drafts Shadow
  26.     Directories on ds.internic.net (US East Coast), nic.nordu.net
  27.     (Europe), ftp.isi.edu (US  West  Coast), or munnari.oz.au (Pacific
  28.     Rim).
  29.  
  30.     Distribution of this memo is unlimited.
  31.  
  32.  
  33.  
  34. 1.  Introduction
  35.  
  36.     This document specifies the frame format for transmission of IPv6
  37.     packets and the method of forming IPv6 link-local addresses and
  38.     statelessly autoconfigured addresses on Ethernet networks.  It also
  39.     specifies the content of the Source/Target Link-layer Address option
  40.     used in Router Solicitation, Router Advertisement, Neighbor
  41.     Solicitation, Neighbor Advertisement and Redirect messages when
  42.     those messages are transmitted on an Ethernet.
  43.  
  44.     This document replaces RFC 1972, "A Method for the Transmission of
  45.     IPv6 Packets over Ethernet Networks", which will become historic.
  46.  
  47.     The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
  48.     "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
  49.     document are to be interpreted as described in [KWORD].
  50.  
  51.  
  52.  
  53.  
  54. Expires March 26, 1998          Crawford                        [Page 1]
  55.  
  56. Internet Draft             IPv6 Over Ethernet         September 26, 1997
  57.  
  58.  
  59. 2.  Maximum Transmission Unit
  60.  
  61.     The default MTU size for IPv6 [IPV6] packets on an Ethernet is 1500
  62.     octets.  This size may be reduced by a Router Advertisement [DISC]
  63.     containing an MTU option which specifies a smaller MTU, or by manual
  64.     configuration of each node.  If a Router Advertisement received on
  65.     an Ethernet interface has an MTU option specifying an MTU larger
  66.     than 1500, or larger than a manually configured value, that MTU
  67.     option may be logged to system management but must be otherwise
  68.     ignored.
  69.  
  70.     For purposes of this document, information received from DHCP is
  71.     considered "manually configured" and the term Ethernet includes
  72.     CSMA/CD and full-duplex subnetworks based on ISO/IEC 8802-3, with
  73.     various data rates.
  74.  
  75.  
  76. 3.  Frame Format
  77.  
  78.     IPv6 packets are transmitted in standard Ethernet frames.  The
  79.     Ethernet header contains the Destination and Source Ethernet
  80.     addresses and the Ethernet type code, which must contain the value
  81.     86DD hexadecimal.  The data field contains the IPv6 header followed
  82.     immediately by the payload, and possibly padding octets to meet the
  83.     minimum frame size for the Ethernet link.
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110. Expires March 26, 1998          Crawford                        [Page 2]
  111.  
  112. Internet Draft             IPv6 Over Ethernet         September 26, 1997
  113.  
  114.  
  115.  
  116.                       0                   1
  117.                       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
  118.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  119.                      |          Destination          |
  120.                      +-                             -+
  121.                      |            Ethernet           |
  122.                      +-                             -+
  123.                      |            Address            |
  124.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  125.                      |             Source            |
  126.                      +-                             -+
  127.                      |            Ethernet           |
  128.                      +-                             -+
  129.                      |            Address            |
  130.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  131.                      |1 0 0 0 0 1 1 0 1 1 0 1 1 1 0 1|
  132.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  133.                      |             IPv6              |
  134.                      +-                             -+
  135.                      |            header             |
  136.                      +-                             -+
  137.                      |             and               |
  138.                      +-                             -+
  139.                      /            payload ...        /
  140.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  141.  
  142.     (Each tic mark represents one bit.)
  143.  
  144.  
  145. 4.  Stateless Autoconfiguration
  146.  
  147.     The Interface Identifier [AARCH] for an Ethernet interface is based
  148.     on the EUI-64 identifier [EUI64] derived from the interface's
  149.     built-in 48-bit IEEE 802 address.  The EUI-64 is formed as follows.
  150.     (Canonical bit order is assumed throughout.)
  151.  
  152.     The OUI of the Ethernet address (the first three octets) becomes the
  153.     company_id of the EUI-64 (the first three octets).  The fourth and
  154.     fifth octets of the EUI are set to the fixed value FFFE hexadecimal.
  155.     The last three octets of the Ethernet address become the last three
  156.     octets of the EUI-64.
  157.  
  158.     The Interface Identifier is then formed from the EUI-64 by
  159.     complementing the "Universal/Local" (U/L) bit, which is the next-
  160.     to-lowest order bit of the first octet of the EUI-64.  Complementing
  161.     this bit will generally change a 0 value to a 1, since an
  162.     interface's built-in address is expected to be from a universally
  163.  
  164.  
  165.  
  166. Expires March 26, 1998          Crawford                        [Page 3]
  167.  
  168. Internet Draft             IPv6 Over Ethernet         September 26, 1997
  169.  
  170.  
  171.     administered address space and hence have a globally unique value.
  172.     A universally administered IEEE 802 address or an EUI-64 is
  173.     signified by a 0 in the U/L bit position, while a globally unique
  174.     IPv6 Interface Identifier is signified by a 1 in the corresponding
  175.     position.  For further discussion on this point, see [AARCH].
  176.  
  177.     For example, the Interface Identifier for an Ethernet interface
  178.     whose built-in address is, in hexadecimal,
  179.  
  180.                              34-56-78-9A-BC-DE
  181.  
  182.     would be
  183.  
  184.                           36-56-78-FF-FE-9A-BC-DE.
  185.  
  186.     A different MAC address set manually or by software should not be
  187.     used to derive the Interface Identifier.  If such a MAC address must
  188.     be used, its global uniqueness property should be reflected in the
  189.     value of the U/L bit.
  190.  
  191.     An IPv6 address prefix used for stateless autoconfiguration [ACONF]
  192.     of an Ethernet interface must have a length of 64 bits.
  193.  
  194.  
  195. 5.  Link-Local Addresses
  196.  
  197.     The IPv6 link-local address [AARCH] for an Ethernet interface is
  198.     formed by appending the Interface Identifier, as defined above, to
  199.     the prefix FE80::/64.
  200.  
  201.        10 bits            54 bits                  64 bits
  202.      +----------+-----------------------+----------------------------+
  203.      |1111111010|         (zeros)       |    Interface Identifier    |
  204.      +----------+-----------------------+----------------------------+
  205.  
  206.  
  207.  
  208. 6.  Address Mapping -- Unicast
  209.  
  210.     The procedure for mapping IPv6 unicast addresses into Ethernet
  211.     link-layer addresses is described in [DISC].  The Source/Target
  212.     Link-layer Address option has the following form when the link layer
  213.     is Ethernet.
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222. Expires March 26, 1998          Crawford                        [Page 4]
  223.  
  224. Internet Draft             IPv6 Over Ethernet         September 26, 1997
  225.  
  226.  
  227.  
  228.                       0                   1
  229.                       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
  230.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  231.                      |     Type      |    Length     |
  232.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  233.                      |                               |
  234.                      +-          Ethernet           -+
  235.                      |                               |
  236.                      +-           Address           -+
  237.                      |                               |
  238.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  239.  
  240.  
  241.     Option fields:
  242.  
  243.     Type        1 for Source Link-layer address.
  244.                 2 for Target Link-layer address.
  245.  
  246.     Length      1 (in units of 8 octets).
  247.  
  248.     Ethernet Address
  249.                 The 48 bit Ethernet IEEE 802 address, in canonical bit
  250.                 order.  This is the address the interface currently
  251.                 responds to, and may be different from the built-in
  252.                 address used to derive the Interface Identifier.
  253.  
  254.  
  255. 7.  Address Mapping -- Multicast
  256.  
  257.     An IPv6 packet with a multicast destination address DST, consisting
  258.     of the sixteen octets DST[1] through DST[16], is transmitted to the
  259.     Ethernet multicast address whose first two octets are the value 3333
  260.     hexadecimal and whose last four octets are the last four octets of
  261.     DST.
  262.  
  263.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  264.                      |0 0 1 1 0 0 1 1|0 0 1 1 0 0 1 1|
  265.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  266.                      |   DST[13]     |   DST[14]     |
  267.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  268.                      |   DST[15]     |   DST[16]     |
  269.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278. Expires March 26, 1998          Crawford                        [Page 5]
  279.  
  280. Internet Draft             IPv6 Over Ethernet         September 26, 1997
  281.  
  282.  
  283. 8.  Security Considerations
  284.  
  285.     The method of derivation of Interface Identifiers from MAC addresses
  286.     is intended to preserve global uniqueness when possible.  However,
  287.     there is no protection from duplication through accident or forgery.
  288.  
  289.  
  290. 9.  References
  291.  
  292.     [AARCH] R. Hinden, S. Deering "IP Version 6 Addressing
  293.             Architecture", Currently draft-ietf-ipngwg-addr-arch-v2-
  294.             02.txt.
  295.  
  296.  
  297.     [ACONF] S. Thomson, T. Narten, "IPv6 Stateless Address
  298.             Autoconfiguration", currently draft-ietf-ipngwg-addrconf-
  299.             v2-00.txt.
  300.  
  301.  
  302.     [DISC]  T. Narten, E. Nordmark, W. A. Simpson, "Neighbor Discovery
  303.             for IP Version 6 (IPv6)", currently draft-ietf-ipngwg-
  304.             discovery-v2-00.txt.
  305.  
  306.  
  307.     [EUI64] "64-Bit Global Identifier Format Tutorial",
  308.             http://standards.ieee.org/db/oui/tutorials/EUI64.html.
  309.  
  310.  
  311.     [IPV6]  S. Deering, R. Hinden, "Internet Protocol, Version 6 (IPv6)
  312.             Specification", currently draft-ietf-ipngwg-ipv6-spec-v2-
  313.             00.txt.
  314.  
  315.  
  316.     [KWORD] S. Bradner, "Key words for use in RFCs to Indicate
  317.             Requirement Levels," RFC 2119.
  318.  
  319.  
  320. 10.  Author's Address
  321.  
  322.     Matt Crawford
  323.     Fermilab MS 368
  324.     PO Box 500
  325.     Batavia, IL 60510
  326.     USA
  327.  
  328.     Phone: +1 630 840-3461
  329.  
  330.     EMail: crawdad@fnal.gov
  331.  
  332.  
  333.  
  334. Expires March 26, 1998          Crawford                        [Page 6]
  335.