<?xml version="1.0"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc toc="yes"?>

<!--
     ASCII to XML transformation by Invisible Worlds, Inc.
     http://invisible.net/
     Last transformation: 03-Feb-1999, 01:43:22

     Cannonical version of this document is at:
     http://info.internet.isi.edu/in-notes/rfc/files/rfc2464.txt

     Implementors should verify all content with
     cannonical version.  Failure to do so may result in
     protocol failures.
-->

<rfc number="2464"
     category="std"
     obsoletes="1972">
<front>
<title abbrev="IPv6 Packets over Ethernet">Transmission of IPv6 Packets over Ethernet Networks</title>
<author initials="M." surname="Crawford" fullname="Matt Crawford">
<organization>Fermilab</organization>
<address>
<postal>
<street>PO Box 500, MS 368</street>
<city>Batavia</city>
<region>IL</region>
<code>60510</code>
<country>USA</country>
</postal>
<phone>+1 630 840 3461</phone>
<email>crawdad@fnal.gov</email>
</address>
</author>
<date month="December" year="1998"/>
<area>Internet</area>
<keyword>ethernet</keyword>
<keyword>internet protocol version 6</keyword>
<keyword>IPv6</keyword>
</front>
<middle>
<!-- RFC original section: (1.) -->
<section title="Introduction">
<t>
   This document specifies the frame format for transmission of IPv6
   packets and the method of forming IPv6 link-local addresses and
   statelessly autoconfigured addresses on Ethernet networks.  It also
   specifies the content of the Source/Target Link-layer Address option
   used in Router Solicitation, Router Advertisement, Neighbor
   Solicitation, Neighbor Advertisement and Redirect messages when those
   messages are transmitted on an Ethernet.
</t>
<t>
   This document replaces RFC 1972, &quot;A Method for the Transmission of
   IPv6 Packets over Ethernet Networks&quot;, which will become historic.
</t>
<t>
   The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL NOT&quot;,
   &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;MAY&quot;, and &quot;OPTIONAL&quot; in this
   document are to be interpreted as described in <xref target="RFC2119"/>.
</t>
</section>
<!-- RFC original section: (2.) -->
<section title="Maximum Transmission Unit">
<t>
   The default MTU size for IPv6 <xref target="RFC2460"/> packets on an Ethernet is 1500
   octets.  This size may be reduced by a Router Advertisement <xref target="RFC2461"/>
   containing an MTU option which specifies a smaller MTU, or by manual
   configuration of each node.  If a Router Advertisement received on an
   Ethernet interface has an MTU option specifying an MTU larger than
   1500, or larger than a manually configured value, that MTU option may
   be logged to system management but must be otherwise ignored.
   For purposes of this document, information received from DHCP is
   considered &quot;manually configured&quot; and the term Ethernet includes
   CSMA/CD and full-duplex subnetworks based on ISO/IEC 8802-3, with
   various data rates.
</t>
</section>
<!-- RFC original section: (3.) -->
<section title="Frame Format">
<t>
   IPv6 packets are transmitted in standard Ethernet frames.  The
   Ethernet header contains the Destination and Source Ethernet
   addresses and the Ethernet type code, which must contain the value
   86DD hexadecimal.  The data field contains the IPv6 header followed
   immediately by the payload, and possibly padding octets to meet the
   minimum frame size for the Ethernet link.
</t>
<figure><artwork>
                     0                   1
                     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
                    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                    |          Destination          |
                    +-                             -+
                    |            Ethernet           |
                    +-                             -+
                    |            Address            |
                    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                    |             Source            |
                    +-                             -+
                    |            Ethernet           |
                    +-                             -+
                    |            Address            |
                    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                    |1 0 0 0 0 1 1 0 1 1 0 1 1 1 0 1|
                    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                    |             IPv6              |
                    +-                             -+
                    |            header             |
                    +-                             -+
                    |             and               |
                    +-                             -+
                    /            payload ...        /
                    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                    (Each tic mark represents one bit.)
</artwork></figure>
</section>
<!-- RFC original section: (4.) -->
<section title="Stateless Autoconfiguration">
<t>
   The Interface Identifier <xref target="RFC2373"/> for an Ethernet interface is based
   on the EUI-64 identifier <xref target="_XREF_EUI64"/> derived from the interface&apos;s built-
   in 48-bit IEEE 802 address.  The EUI-64 is formed as follows.
   (Canonical bit order is assumed throughout.)
</t>
<t>
   The OUI of the Ethernet address (the first three octets) becomes the
   company_id of the EUI-64 (the first three octets).  The fourth and
   fifth octets of the EUI are set to the fixed value FFFE hexadecimal.
   The last three octets of the Ethernet address become the last three
   octets of the EUI-64.
</t>
<t>
   The Interface Identifier is then formed from the EUI-64 by
   complementing the &quot;Universal/Local&quot; (U/L) bit, which is the next-to-
   lowest order bit of the first octet of the EUI-64.  Complementing
   this bit will generally change a 0 value to a 1, since an interface&apos;s
   built-in address is expected to be from a universally administered
   address space and hence have a globally unique value.  A universally
   administered IEEE 802 address or an EUI-64 is signified by a 0 in the
   U/L bit position, while a globally unique IPv6 Interface Identifier
   is signified by a 1 in the corresponding position.  For further
   discussion on this point, see <xref target="RFC2373"/>.
</t>
<t>
   For example, the Interface Identifier for an Ethernet interface whose
   built-in address is, in hexadecimal,
<list>
<t>
                             34-56-78-9A-BC-DE
</t></list>
</t>
<t>
   would be
<list>
<t>
                         36-56-78-FF-FE-9A-BC-DE.
</t></list>
</t>
<t>
   A different MAC address set manually or by software should not be
   used to derive the Interface Identifier.  If such a MAC address must
   be used, its global uniqueness property should be reflected in the
   value of the U/L bit.
</t>
<t>
   An IPv6 address prefix used for stateless autoconfiguration <xref target="RFC2462"/>
   of an Ethernet interface must have a length of 64 bits.
</t>
</section>
<!-- RFC original section: (5.) -->
<section title="Link-Local Addresses">
<t>
   The IPv6 link-local address <xref target="RFC2373"/> for an Ethernet interface is
   formed by appending the Interface Identifier, as defined above, to
   the prefix FE80::/64.
</t>
<figure><artwork>
       10 bits            54 bits                  64 bits
     +----------+-----------------------+----------------------------+
     |1111111010|         (zeros)       |    Interface Identifier    |
     +----------+-----------------------+----------------------------+
</artwork></figure>
</section>
<!-- RFC original section: (6.) -->
<section title="Address Mapping -- Unicast">
<t>
   The procedure for mapping IPv6 unicast addresses into Ethernet link-
   layer addresses is described in <xref target="RFC2461"/>.  The Source/Target Link-layer
   Address option has the following form when the link layer is
   Ethernet.
</t>
<figure><artwork>
                    0                   1
                    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
                   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                   |     Type      |    Length     |
                   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                   |                               |
                   +-          Ethernet           -+
                   |                               |
                   +-           Address           -+
                   |                               |
                   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

   Option fields:

   Type        1 for Source Link-layer address.
               2 for Target Link-layer address.

   Length      1 (in units of 8 octets).

   Ethernet Address
               The 48 bit Ethernet IEEE 802 address, in canonical bit
               order.  This is the address the interface currently
               responds to, and may be different from the built-in
               address used to derive the Interface Identifier.
</artwork></figure>
</section>
<!-- RFC original section: (7.) -->
<section title="Address Mapping -- Multicast">
<t>
   An IPv6 packet with a multicast destination address DST, consisting
   of the sixteen octets DST[1] through DST[16], is transmitted to the
   Ethernet multicast address whose first two octets are the value 3333
   hexadecimal and whose last four octets are the last four octets of
   DST.
</t>
<figure><artwork>
                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                  |0 0 1 1 0 0 1 1|0 0 1 1 0 0 1 1|
                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                  |   DST[13]     |   DST[14]     |
                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                  |   DST[15]     |   DST[16]     |
                  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
</artwork></figure>
</section>
<!-- RFC original section: (8.) -->
<section title="Differences From RFC 1972">
<t>
   The following are the functional differences between this
   specification and RFC 1972.
<list>
<t>
       The Address Token, which was a node&apos;s 48-bit MAC address, is
       replaced with the Interface Identifier, which is 64 bits in
       length and based on the EUI-64 format <xref target="_XREF_EUI64"/>.  An IEEE-defined
       mapping exists from 48-bit MAC addresses to EUI-64 form.
</t>
<t>
       A prefix used for stateless autoconfiguration must now be 64 bits
       long rather than 80.  The link-local prefix is also shortened to
       64 bits.
</t></list>
</t>
</section>
<!-- RFC original section: (9.) -->
<section title="Security Considerations">
<t>
   The method of derivation of Interface Identifiers from MAC addresses
   is intended to preserve global uniqueness when possible.  However,
   there is no protection from duplication through accident or forgery.
</t>
</section>
<!-- RFC original section: (10.) -->
<section title="References (BOILERPLATE)">
<t>
This RFC contained boilerplate in this section which has been moved
to the RFC2223-compliant unnumbered section &quot;References.&quot;
</t>
</section>
<!-- RFC original section: (11.) -->
<section title="Author&apos;s Address (BOILERPLATE)">
<t>
This RFC contained boilerplate in this section which has been moved
to the RFC2223-compliant unnumbered section &quot;Author&apos;s Address.&quot;
</t>
</section>
<!-- RFC original section: (12.) -->
<section title="Full Copyright Statement (BOILERPLATE)">
<t>
This RFC contained boilerplate in this section which has been moved
to the RFC2223-compliant unnumbered section &quot;Full Copyright Statement.&quot;
</t>
</section>
</middle>
<back>
<!-- BEGIN INCLUDE REFERENCES ** DO NOT REMOVE -->
<references>

                     

<reference anchor='RFC2373'>

<front>
<title abbrev='IPv6 Addressing'>IP Version 6 Addressing Architecture</title>
<author initials='R.M.' surname='Hinden' fullname='Robert M. Hinden'>
<organization>Nokia</organization>
<address>
<postal>
<street>232 Java Drive</street>
<street>Sunnyvale</street>
<street>CA 94089</street>
<country>USA</country></postal>
<phone>+1 408 990-2004</phone>
<facsimile>+1 408 743-5677</facsimile>
<email>hinden@iprg.nokia.com</email></address></author>
<author initials='S.E.' surname='Deering' fullname='Stephen E. Deering'>
<organization>Cisco Systems, Inc.</organization>
<address>
<postal>
<street>170 West Tasman Drive</street>
<street>San Jose</street>
<street>CA 95134-1706</street>
<country>USA</country></postal>
<phone>+1 408 527-8213</phone>
<facsimile>+1 408 527-8254</facsimile>
<email>deering@cisco.com</email></address></author>
<date month='July' year='1998' />
<area>Internet</area>
<keyword>internet protocol version 6</keyword>
<keyword>IPv6</keyword>
<keyword>addressing</keyword>
<keyword>multicast</keyword>
<abstract>
<t>
   This specification defines the addressing architecture of the IP
   Version 6 protocol .  The document includes the IPv6 addressing
   model, text representations of IPv6 addresses, definition of IPv6
   unicast addresses, anycast addresses, and multicast addresses, and an
   IPv6 node&apos;s required addresses.
</t></abstract></front>

<seriesInfo name='RFC' value='2373' />
<format type='TXT' octets='52526' target='ftp://ftp.isi.edu/in-notes/rfc2373.txt' />
<format type='HTML' octets='67709' target='http://xml.resource.org/public/rfc/html/rfc2373.html' />
<format type='XML' octets='54927' target='http://xml.resource.org/public/rfc/xml/rfc2373.xml' />
</reference>
			<!--		RFC2373			-->
                     

<reference anchor='RFC2462'>

<front>
<title>IPv6 Stateless Address Autoconfiguration</title>
<author initials='S.' surname='Thomson' fullname='Susan Thomson'>
<organization>Bellcore</organization>
<address>
<postal>
<street>445 South Street</street>
<street>Morristown</street>
<region>NJ</region>
<code>07960</code>
<country>USA</country></postal>
<phone>+1 201 829 4514</phone>
<email>set@thumper.bellcore.com</email></address></author>
<author initials='T.' surname='Narten' fullname='Thomas Narten'>
<organization>IBM Corporation</organization>
<address>
<postal>
<street>P.O. Box 12195</street>
<street>Research Triangle Park</street>
<region>NC</region>
<code>27709-2195</code>
<country>USA</country></postal>
<phone>+1 919 254 7798</phone>
<email>narten@raleigh.ibm.com</email></address></author>
<date month='December' year='1998' />
<area>Internet</area>
<keyword>configuration</keyword>
<keyword>internet protocol version 6</keyword>
<abstract>
<t>
   This document specifies the steps a host takes in deciding how to
   autoconfigure its interfaces in IP version 6. The autoconfiguration
   process includes creating a link-local address and verifying its
   uniqueness on a link, determining what information should be
   autoconfigured (addresses, other information, or both), and in the
   case of addresses, whether they should be obtained through the
   stateless mechanism, the stateful mechanism, or both.  This document
   defines the process for generating a link-local address, the process
   for generating site-local and global addresses via stateless address
   autoconfiguration, and the Duplicate Address Detection procedure. The
   details of autoconfiguration using the stateful protocol are
   specified elsewhere.
</t></abstract></front>

<seriesInfo name='RFC' value='2462' />
<format type='TXT' octets='61210' target='ftp://ftp.isi.edu/in-notes/rfc2462.txt' />
<format type='HTML' octets='76182' target='http://xml.resource.org/public/rfc/html/rfc2462.html' />
<format type='XML' octets='65932' target='http://xml.resource.org/public/rfc/xml/rfc2462.xml' />
</reference>
			<!--		RFC2462			-->
                     

<reference anchor='RFC2461'>

<front>
<title abbrev='Neighbor Discovery for IPv6'>Neighbor Discovery for IP Version 6 (IPv6)</title>
<author initials='T.' surname='Narten' fullname='Thomas Narten'>
<organization>IBM Corporation</organization>
<address>
<postal>
<street>P.O. Box 12195</street>
<street>Research Triangle Park</street>
<region>NC</region>
<code>27709-2195</code>
<country>USA</country></postal>
<phone>+1 919 254 7798</phone>
<email>narten@raleigh.ibm.com</email></address></author>
<author initials='E.' surname='Nordmark' fullname='Erik Nordmark'>
<organization>Sun Microsystems, Inc.</organization>
<address>
<postal>
<street>901 San Antonio Road</street>
<street>Palo Alto</street>
<region>CA</region>
<code>94303</code>
<country>USA</country></postal>
<phone>+1 650 786 5166</phone>
<facsimile>+1 650 786 5896</facsimile>
<email>nordmark@sun.com</email></address></author>
<author initials='W.A.' surname='Simpson' fullname='William Allen Simpson'>
<organization>Daydreamer, Computer Systems Consulting Services</organization>
<address>
<postal>
<street>1384 Fontaine</street>
<street>Madison Heights</street>
<region>Michigan</region>
<code>48071</code>
<country>USA</country></postal>
<email>bsimpson@MorningStar.com</email></address></author>
<date month='December' year='1998' />
<area>Routing</area>
<keyword>discovery</keyword>
<keyword>internet protocol version 6</keyword>
<keyword>IPv6</keyword>
<abstract>
<t>
   This document specifies the Neighbor Discovery protocol for IP
   Version 6.  IPv6 nodes on the same link use Neighbor Discovery to
   discover each other&apos;s presence, to determine each other&apos;s link-layer
   addresses, to find routers and to maintain reachability information
   about the paths to active neighbors.
</t></abstract></front>

<seriesInfo name='RFC' value='2461' />
<format type='TXT' octets='222516' target='ftp://ftp.isi.edu/in-notes/rfc2461.txt' />
<format type='HTML' octets='252162' target='http://xml.resource.org/public/rfc/html/rfc2461.html' />
<format type='XML' octets='239316' target='http://xml.resource.org/public/rfc/xml/rfc2461.xml' />
</reference>
			<!--		RFC2461			-->

<reference anchor="_XREF_EUI64" target="http://standards.ieee.org/db/oui/tutorials/EUI64.html">
				<front>
					<title>Guidelines For 64-bit Global Identifier (EUI-64)</title>
					<author>
						<organization/>
					</author>
					<date month="" year=""/>
				</front>
			</reference>

                     

<reference anchor='RFC2460'>

<front>
<title abbrev='IPv6 Specification'>Internet Protocol, Version 6 (IPv6) Specification</title>
<author initials='S.E.' surname='Deering' fullname='Stephen E. Deering'>
<organization>Cisco Systems, Inc.</organization>
<address>
<postal>
<street>170 West Tasman Drive</street>
<street>San Jose</street>
<region>CA</region>
<code>95134-1706</code>
<country>USA</country></postal>
<phone>+1 408 527 8213</phone>
<facsimile>+1 408 527 8254</facsimile>
<email>deering@cisco.com</email></address></author>
<author initials='R.M.' surname='Hinden' fullname='Robert M. Hinden'>
<organization>Nokia</organization>
<address>
<postal>
<street>232 Java Drive</street>
<street>Sunnyvale</street>
<region>CA</region>
<code>94089</code>
<country>USA</country></postal>
<phone>+1 408 990 2004</phone>
<facsimile>+1 408 743 5677</facsimile>
<email>hinden@iprg.nokia.com</email></address></author>
<date month='December' year='1998' />
<area>Internet</area>
<keyword>internet protocol version 6</keyword>
<keyword>IPv6</keyword>
<abstract>
<t>
   This document specifies version 6 of the Internet Protocol (IPv6),
   also sometimes referred to as IP Next Generation or IPng.
</t></abstract></front>

<seriesInfo name='RFC' value='2460' />
<format type='TXT' octets='85490' target='ftp://ftp.isi.edu/in-notes/rfc2460.txt' />
<format type='HTML' octets='99496' target='http://xml.resource.org/public/rfc/html/rfc2460.html' />
<format type='XML' octets='93343' target='http://xml.resource.org/public/rfc/xml/rfc2460.xml' />
</reference>
			<!--		RFC2460		-->
                     

<reference anchor='RFC2119'>

<front>
<title abbrev='RFC Key Words'>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='Scott Bradner'>
<organization>Harvard University</organization>
<address>
<postal>
<street>1350 Mass. Ave.</street>
<street>Cambridge</street>
<street>MA 02138</street></postal>
<phone>- +1 617 495 3864</phone>
<email>sob@harvard.edu</email></address></author>
<date month='March' year='1997' />
<area>General</area>
<keyword>keyword</keyword>
<abstract>
<t>
   In many standards track documents several words are used to signify
   the requirements in the specification.  These words are often
   capitalized.  This document defines these words as they should be
   interpreted in IETF documents.  Authors who follow these guidelines
   should incorporate this phrase near the beginning of their document:

<list>
<t>
      The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL
      NOT&quot;, &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;,  &quot;MAY&quot;, and
      &quot;OPTIONAL&quot; in this document are to be interpreted as described in
      RFC 2119.
</t></list></t>
<t>
   Note that the force of these words is modified by the requirement
   level of the document in which they are used.
</t></abstract></front>

<seriesInfo name='BCP' value='14' />
<seriesInfo name='RFC' value='2119' />
<format type='TXT' octets='4723' target='ftp://ftp.isi.edu/in-notes/rfc2119.txt' />
<format type='HTML' octets='14486' target='http://xml.resource.org/public/rfc/html/rfc2119.html' />
<format type='XML' octets='5661' target='http://xml.resource.org/public/rfc/xml/rfc2119.xml' />
</reference>
			<!--		RFC2119	-->

</references>
<!-- END INCLUDE REFERENCES ** DO NOT REMOVE -->
</back>
</rfc>

