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-addr-arch-v2-03.txt < prev    next >
Text File  |  1997-10-17  |  51KB  |  1,455 lines

  1.  
  2.  
  3. INTERNET-DRAFT                              R. Hinden, Ipsilon Networks
  4. October 16, 1997                              S. Deering, Cisco Systems
  5.  
  6.  
  7.  
  8.                   IP Version 6 Addressing Architecture
  9.  
  10.                 <draft-ietf-ipngwg-addr-arch-v2-03.txt>
  11.  
  12.  
  13.  
  14.  
  15. Status of this Memo
  16.  
  17.    This document is an Internet-Draft.  Internet-Drafts are working
  18.    documents of the Internet Engineering Task Force (IETF), its areas,
  19.    and its working groups.  Note that other groups may also distribute
  20.    working documents as Internet-Drafts.
  21.  
  22.    Internet-Drafts are draft documents valid for a maximum of six months
  23.    and may be updated, replaced, or obsoleted by other documents at any
  24.    time.  It is inappropriate to use Internet- Drafts as reference
  25.    material or to cite them other than as ``work in progress.''
  26.  
  27.    To learn the current status of any Internet-Draft, please check the
  28.    ``1id-abstracts.txt'' listing contained in the Internet- Drafts
  29.    Shadow Directories on ds.internic.net (US East Coast), nic.nordu.net
  30.    (Europe), ftp.isi.edu (US West Coast), or munnari.oz.au (Pacific
  31.    Rim).
  32.  
  33.    This Internet Draft expires April 16, 1998.
  34.  
  35.  
  36.  
  37. Abstract
  38.  
  39.    This specification defines the addressing architecture of the IP
  40.    Version 6 protocol [IPV6].  The document includes the IPv6 addressing
  41.    model, text representations of IPv6 addresses, definition of IPv6
  42.    unicast addresses, anycast addresses, and multicast addresses, and an
  43.    IPv6 node's required addresses.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. draft-ietf-ipngwg-addr-arch-v2-03.txt                           [Page 1]
  55.  
  56. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  57.  
  58.  
  59. Table of Contents
  60.  
  61.    1. Introduction.................................................3
  62.  
  63.    2. IPv6 Addressing..............................................3
  64.       2.1 Addressing Model.........................................4
  65.       2.2 Text Representation of Addresses.........................4
  66.       2.3 Text Representation of Address Prefixes..................5
  67.       2.4 Address Type Representation..............................6
  68.       2.5 Unicast Addresses........................................8
  69.         2.5.1 Interface Identifiers................................9
  70.         2.5.2 The Unspecified Address.............................10
  71.         2.5.3 The Loopback Address................................10
  72.         2.5.4 IPv6 Addresses with Embedded IPv4 Addresses.........10
  73.         2.5.5 NSAP Addresses......................................11
  74.         2.5.6 IPX Addresses.......................................11
  75.         2.5.7 Aggregatable Global Unicast Addresses...............12
  76.         2.5.8 Local-use IPv6 Unicast Addresses....................12
  77.       2.6 Anycast Addresses.......................................13
  78.         2.6.1 Required Anycast Address............................14
  79.       2.7 Multicast Addresses.....................................15
  80.         2.7.1 Pre-Defined Multicast Addresses.....................16
  81.         2.7.2 Assignment of New IPv6 Multicast Addresses..........18
  82.       2.8 A Node's Required Addresses.............................18
  83.  
  84.    APPENDIX A: Creating EUI-64 based Interface Identifiers........20
  85.  
  86.    REFERENCES.....................................................23
  87.  
  88.    SECURITY CONSIDERATIONS........................................24
  89.  
  90.    AUTHOR'S ADDRESSES.............................................24
  91.  
  92.    CHANGES FROM RFC-1884..........................................25
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110. draft-ietf-ipngwg-addr-arch-v2-03.txt                           [Page 2]
  111.  
  112. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  113.  
  114.  
  115. 1.0 INTRODUCTION
  116.  
  117.    This specification defines the addressing architecture of the IP
  118.    Version 6 protocol.  It includes a detailed description of the
  119.    currently defined address formats for IPv6 [IPV6].
  120.  
  121.    The authors would like to acknowledge the contributions of Paul
  122.    Francis, Scott Bradner, Jim Bound, Brian Carpenter, Matt Crawford,
  123.    Deborah Estrin, Bob Fink, Peter Ford, Bob Gilligan, Dimitry Haskin,
  124.    Christian Huitema, Tony Li, Greg Minshall, Thomas Narten, Erik
  125.    Nordmark, Yakov Rekhter, Bill Simpson, and Sue Thomson.
  126.  
  127.    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
  128.    "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
  129.    document are to be interpreted as described in [RFC 2119].
  130.  
  131.  
  132. 2.0 IPv6 ADDRESSING
  133.  
  134.    IPv6 addresses are 128-bit identifiers for interfaces and sets of
  135.    interfaces.  There are three types of addresses:
  136.  
  137.  
  138.     Unicast:   An identifier for a single interface.  A packet sent to a
  139.                unicast address is delivered to the interface identified
  140.                by that address.
  141.  
  142.     Anycast:   An identifier for a set of interfaces (typically
  143.                belonging to different nodes).  A packet sent to an
  144.                anycast address is delivered to one of the interfaces
  145.                identified by that address (the "nearest" one, according
  146.                to the routing protocols' measure of distance).
  147.  
  148.     Multicast: An identifier for a set of interfaces (typically
  149.                belonging to different nodes).  A packet sent to a
  150.                multicast address is delivered to all interfaces
  151.                identified by that address.
  152.  
  153.    There are no broadcast addresses in IPv6, their function being
  154.    superseded by multicast addresses.
  155.  
  156.    In this document, fields in addresses are given a specific name, for
  157.    example "subscriber".  When this name is used with the term "ID" for
  158.    identifier after the name (e.g., "subscriber ID"), it refers to the
  159.    contents of the named field.  When it is used with the term "prefix"
  160.    (e.g.  "subscriber prefix") it refers to all of the address up to and
  161.    including this field.
  162.  
  163.  
  164.  
  165.  
  166. draft-ietf-ipngwg-addr-arch-v2-03.txt                           [Page 3]
  167.  
  168. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  169.  
  170.  
  171.    In IPv6, all zeros and all ones are legal values for any field,
  172.    unless specifically excluded.  Specifically, prefixes may contain
  173.    zero-valued fields or end in zeros.
  174.  
  175.  
  176. 2.1 Addressing Model
  177.  
  178.    IPv6 addresses of all types are assigned to interfaces, not nodes.
  179.    An IPv6 unicast address refers to a single interface.  Since each
  180.    interface belongs to a single node, any of that node's interfaces'
  181.    unicast addresses may be used as an identifier for the node.
  182.  
  183.    All interfaces are required to have at least one link-local unicast
  184.    address (see section 2.8 for additional required addresses).  A
  185.    single interface may also be assigned multiple IPv6 addresses of any
  186.    type (unicast, anycast, and multicast) or scope.  Unicast addresses
  187.    with scope greater than link-scope are not needed for interfaces that
  188.    are not used as the origin or destination of any IPv6 packets to or
  189.    from non-neighbors.  This is sometimes convenient for point-to-point
  190.    interfaces.  There is one exception to this addressing model:
  191.  
  192.       An unicast address or a set of unicast addresses may be assigned
  193.       to multiple physical interfaces if the implementation treats the
  194.       multiple physical interfaces as one interface when presenting it
  195.       to the internet layer.  This is useful for load-sharing over
  196.       multiple physical interfaces.
  197.  
  198.    Currently IPv6 continues the IPv4 model that a subnet prefix is
  199.    associated with one link.  Multiple subnet prefixes may be assigned
  200.    to the same link.
  201.  
  202.  
  203. 2.2 Text Representation of Addresses
  204.  
  205.    There are three conventional forms for representing IPv6 addresses as
  206.    text strings:
  207.  
  208.    1. The preferred form is x:x:x:x:x:x:x:x, where the 'x's are the
  209.       hexadecimal values of the eight 16-bit pieces of the address.
  210.       Examples:
  211.  
  212.          FEDC:BA98:7654:3210:FEDC:BA98:7654:3210
  213.  
  214.          1080:0:0:0:8:800:200C:417A
  215.  
  216.       Note that it is not necessary to write the leading zeros in an
  217.       individual field, but there must be at least one numeral in every
  218.       field (except for the case described in 2.).
  219.  
  220.  
  221.  
  222. draft-ietf-ipngwg-addr-arch-v2-03.txt                           [Page 4]
  223.  
  224. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  225.  
  226.  
  227.    2. Due to some methods of allocating certain styles of IPv6
  228.       addresses, it will be common for addresses to contain long strings
  229.       of zero bits.  In order to make writing addresses containing zero
  230.       bits easier a special syntax is available to compress the zeros.
  231.       The use of "::" indicates multiple groups of 16-bits of zeros.
  232.       The "::" can only appear once in an address.  The "::" can also be
  233.       used to compress the leading and/or trailing zeros in an address.
  234.  
  235.       For example the following addresses:
  236.  
  237.          1080:0:0:0:8:800:200C:417A  a unicast address
  238.          FF01:0:0:0:0:0:0:101        a multicast address
  239.          0:0:0:0:0:0:0:1             the loopback address
  240.          0:0:0:0:0:0:0:0             the unspecified addresses
  241.  
  242.       may be represented as:
  243.  
  244.          1080::8:800:200C:417A       a unicast address
  245.          FF01::101                   a multicast address
  246.          ::1                         the loopback address
  247.          ::                          the unspecified addresses
  248.  
  249.    3. An alternative form that is sometimes more convenient when dealing
  250.       with a mixed environment of IPv4 and IPv6 nodes is
  251.       x:x:x:x:x:x:d.d.d.d, where the 'x's are the hexadecimal values of
  252.       the six high-order 16-bit pieces of the address, and the 'd's are
  253.       the decimal values of the four low-order 8-bit pieces of the
  254.       address (standard IPv4 representation).  Examples:
  255.  
  256.          0:0:0:0:0:0:13.1.68.3
  257.  
  258.          0:0:0:0:0:FFFF:129.144.52.38
  259.  
  260.       or in compressed form:
  261.  
  262.          ::13.1.68.3
  263.  
  264.          ::FFFF:129.144.52.38
  265.  
  266.  
  267. 2.3 Text Representation of Address Prefixes
  268.  
  269.    The text representation of IPv6 address prefixes is similar to the
  270.    way IPv4 addresses prefixes are written in CIDR notation.  An IPv6
  271.    address prefix is represented by the notation:
  272.  
  273.       ipv6-address/prefix-length
  274.  
  275.  
  276.  
  277.  
  278. draft-ietf-ipngwg-addr-arch-v2-03.txt                           [Page 5]
  279.  
  280. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  281.  
  282.  
  283.    where
  284.  
  285.       ipv6-address    is an IPv6 address in any of the notations listed
  286.                       in section 2.2.
  287.  
  288.       prefix-length   is a decimal value specifying how many of the
  289.                       leftmost contiguous bits of the address comprise
  290.                       the prefix.
  291.  
  292.    For example, the following are legal representations of the 60-bit
  293.    prefix 12AB00000000CD3 (hexadecimal):
  294.  
  295.       12AB:0000:0000:CD30:0000:0000:0000:0000/60
  296.       12AB::CD30:0:0:0:0/60
  297.       12AB:0:0:CD30::/60
  298.  
  299.    The following are NOT legal representations of the above prefix:
  300.  
  301.       12AB:0:0:CD3/60   may drop leading zeros, but not trailing zeros,
  302.                         within any 16-bit chunk of the address
  303.  
  304.       12AB::CD30/60     address to left of "/" expands to
  305.                         12AB:0000:0000:0000:0000:000:0000:CD30
  306.  
  307.       12AB::CD3/60      address to left of "/" expands to
  308.                         12AB:0000:0000:0000:0000:000:0000:0CD3
  309.  
  310.    When writing both a node address and a prefix of that node address
  311.    (e.g., the node's subnet prefix), the two can combined as follows:
  312.  
  313.       the node address      12AB:0:0:CD30:123:4567:89AB:CDEF
  314.       and its subnet number 12AB:0:0:CD30::/60
  315.  
  316.       can be abbreviated as 12AB:0:0:CD30:123:4567:89AB:CDEF/60
  317.  
  318.  
  319. 2.4 Address Type Representation
  320.  
  321.    The specific type of an IPv6 address is indicated by the leading bits
  322.    in the address.  The variable-length field comprising these leading
  323.    bits is called the Format Prefix (FP).  The initial allocation of
  324.    these prefixes is as follows:
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. draft-ietf-ipngwg-addr-arch-v2-03.txt                           [Page 6]
  335.  
  336. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  337.  
  338.  
  339.       Allocation                            Prefix         Fraction of
  340.                                             (binary)       Address Space
  341.       -----------------------------------   --------       -------------
  342.       Reserved                              0000 0000      1/256
  343.       Unassigned                            0000 0001      1/256
  344.  
  345.       Reserved for NSAP Allocation          0000 001       1/128
  346.       Reserved for IPX Allocation           0000 010       1/128
  347.  
  348.       Unassigned                            0000 011       1/128
  349.       Unassigned                            0000 1         1/32
  350.       Unassigned                            0001           1/16
  351.  
  352.       Aggregatable Global Unicast Addresses 001            1/8
  353.       Unassigned                            010            1/8
  354.       Unassigned                            011            1/8
  355.       Unassigned                            100            1/8
  356.       Unassigned                            101            1/8
  357.       Unassigned                            110            1/8
  358.  
  359.       Unassigned                            1110           1/16
  360.       Unassigned                            1111 0         1/32
  361.       Unassigned                            1111 10        1/64
  362.       Unassigned                            1111 110       1/128
  363.       Unassigned                            1111 1110 0    1/512
  364.  
  365.       Link-Local Unicast Addresses          1111 1110 10   1/1024
  366.       Site-Local Unicast Addresses          1111 1110 11   1/1024
  367.  
  368.       Multicast Addresses                   1111 1111      1/256
  369.  
  370.    Notes:
  371.  
  372.       (1) The "unspecified address" (see section 2.5.2), the loopback
  373.           address (see section 2.5.3), and the IPv6 Addresses with
  374.           Embedded IPv4 Addresses (see section 2.5.4), are assigned out
  375.           of the 0000 0000 format prefix space.
  376.  
  377.       (2) The format prefixes 001 through 111, except for Multicast
  378.           Addresses (1111 1111), are all required to have to have 64-bit
  379.           interface identifiers in EUI-64 format.  See section 2.5.1 for
  380.           definitions.
  381.  
  382.  
  383.    This allocation supports the direct allocation of aggregation
  384.    addresses, local use addresses, and multicast addresses.  Space is
  385.    reserved for NSAP addresses and IPX addresses.  The remainder of the
  386.    address space is unassigned for future use.  This can be used for
  387.  
  388.  
  389.  
  390. draft-ietf-ipngwg-addr-arch-v2-03.txt                           [Page 7]
  391.  
  392. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  393.  
  394.  
  395.    expansion of existing use (e.g., additional aggregatable addresses,
  396.    etc.) or new uses (e.g., separate locators and identifiers).  Fifteen
  397.    percent of the address space is initially allocated.  The remaining
  398.    85% is reserved for future use.
  399.  
  400.    Unicast addresses are distinguished from multicast addresses by the
  401.    value of the high-order octet of the addresses: a value of FF
  402.    (11111111) identifies an address as a multicast address; any other
  403.    value identifies an address as a unicast address.  Anycast addresses
  404.    are taken from the unicast address space, and are not syntactically
  405.    distinguishable from unicast addresses.
  406.  
  407.  
  408. 2.5 Unicast Addresses
  409.  
  410.    The IPv6 unicast address are aggregatable with contiguous bit-wise
  411.    masks similar to IPv4 addresses under Class-less Interdomain Routing
  412.    [CIDR].
  413.  
  414.    There are several forms of unicast address assignment in IPv6,
  415.    including the global aggregatable global unicast address, the NSAP
  416.    address, the IPX hierarchical address, the site-local address, the
  417.    link-local address, and the IPv4-capable host address.  Additional
  418.    address types can be defined in the future.
  419.  
  420.    IPv6 nodes may have considerable or little knowledge of the internal
  421.    structure of the IPv6 address, depending on the role the node plays
  422.    (for instance, host versus router).  At a minimum, a node may
  423.    consider that unicast addresses (including its own) have no internal
  424.    structure:
  425.  
  426.    |                           128 bits                              |
  427.    +-----------------------------------------------------------------+
  428.    |                          node address                           |
  429.    +-----------------------------------------------------------------+
  430.  
  431.  
  432.    A slightly sophisticated host (but still rather simple) may
  433.    additionally be aware of subnet prefix(es) for the link(s) it is
  434.    attached to, where different addresses may have different values for
  435.    n:
  436.  
  437.    |                         n bits                 |   128-n bits   |
  438.    +------------------------------------------------+----------------+
  439.    |                   subnet prefix                | interface ID   |
  440.    +------------------------------------------------+----------------+
  441.  
  442.  
  443.  
  444.  
  445.  
  446. draft-ietf-ipngwg-addr-arch-v2-03.txt                           [Page 8]
  447.  
  448. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  449.  
  450.  
  451.    Still more sophisticated hosts may be aware of other hierarchical
  452.    boundaries in the unicast address.  Though a very simple router may
  453.    have no knowledge of the internal structure of IPv6 unicast
  454.    addresses, routers will more generally have knowledge of one or more
  455.    of the hierarchical boundaries for the operation of routing
  456.    protocols.  The known boundaries will differ from router to router,
  457.    depending on what positions the router holds in the routing
  458.    hierarchy.
  459.  
  460.  
  461. 2.5.1 Interface Identifiers
  462.  
  463.    Interface identifiers in IPv6 unicast addresses are used to identify
  464.    interfaces on a link.  They are required to be unique on that link.
  465.    They may also be unique over a broader scope.  In many cases an
  466.    interface's identifier will be the same as that interface's link-
  467.    layer address.  The same interface identifier may be used on multiple
  468.    interfaces on a single node.
  469.  
  470.    Note that the use of the same interface identifier on multiple
  471.    interfaces of a single node does not affect the interface
  472.    identifier's global uniqueness or each IPv6 addresses global
  473.    uniqueness created using that interface identifier.
  474.  
  475.    In a number of the format prefixes (see section 2.4) Interface IDs
  476.    are required to be 64 bits long and to be constructed in IEEE EUI-64
  477.    format [EUI-64].  EUI-64 based Interface identifiers may have global
  478.    scope when a global token is available (e.g., IEEE 48bit MAC) or may
  479.    have local scope where a global token is not available (e.g., serial
  480.    links, tunnel end-points, etc.).  It is required that the "u" bit
  481.    (universal/local bit in IEEE EUI-64 terminology) be inverted when
  482.    forming the interface identifier from the EUI-64.  The "u" bit is set
  483.    to one (1) to indicate global scope, and it is set to zero (0) to
  484.    indicate local scope.  The first three octets in binary of an EUI-64
  485.    identifier are as follows:
  486.  
  487.  
  488.           0       0 0       1 1       2
  489.          |0       7 8       5 6       3|
  490.          +----+----+----+----+----+----+
  491.          |cccc|ccug|cccc|cccc|cccc|cccc|
  492.          +----+----+----+----+----+----+
  493.  
  494.  
  495.    written in Internet standard bit-order , where "u" is the
  496.    universal/local bit, "g" is the individual/group bit, and "c" are the
  497.    bits of the company_id.  Appendix A: "Creating EUI-64 based Interface
  498.    Identifiers" provides examples on the creation of different EUI-64
  499.  
  500.  
  501.  
  502. draft-ietf-ipngwg-addr-arch-v2-03.txt                           [Page 9]
  503.  
  504. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  505.  
  506.  
  507.    based interface identifiers.
  508.  
  509.    This use of the universal/local bit in the IEEE EUI-64 identifier is
  510.    to allow development of future technology that can take advantage of
  511.    interface identifiers with global scope.
  512.  
  513.    The details of forming interface identifiers are defined in the
  514.    appropriate "IPv6 over <link>" specification such as "IPv6 over
  515.    Ethernet" [ETHER], "IPv6 over FDDI" [FDDI], etc.
  516.  
  517.  
  518. 2.5.2 The Unspecified Address
  519.  
  520.    The address 0:0:0:0:0:0:0:0 is called the unspecified address.  It
  521.    must never be assigned to any node.  It indicates the absence of an
  522.    address.  One example of its use is in the Source Address field of
  523.    any IPv6 packets sent by an initializing host before it has learned
  524.    its own address.
  525.  
  526.    The unspecified address must not be used as the destination address
  527.    of IPv6 packets or in IPv6 Routing Headers.
  528.  
  529.  
  530. 2.5.3 The Loopback Address
  531.  
  532.    The unicast address 0:0:0:0:0:0:0:1 is called the loopback address.
  533.    It may be used by a node to send an IPv6 packet to itself.  It may
  534.    never be assigned to any physical interface.  It may be thought of as
  535.    being associated with a virtual interface (e.g., the loopback
  536.    interface).
  537.  
  538.    The loopback address must not be used as the source address in IPv6
  539.    packets that are sent outside of a single node.  An IPv6 packet with
  540.    a destination address of loopback must never be sent outside of a
  541.    single node and must never be forwarded by an IPv6 router.
  542.  
  543.  
  544. 2.5.4 IPv6 Addresses with Embedded IPv4 Addresses
  545.  
  546.    The IPv6 transition mechanisms include a technique for hosts and
  547.    routers to dynamically tunnel IPv6 packets over IPv4 routing
  548.    infrastructure.  IPv6 nodes that utilize this technique are assigned
  549.    special IPv6 unicast addresses that carry an IPv4 address in the low-
  550.    order 32-bits.  This type of address is termed an "IPv4-compatible
  551.    IPv6 address" and has the format:
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 10]
  559.  
  560. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  561.  
  562.  
  563.    |                80 bits               | 16 |      32 bits        |
  564.    +--------------------------------------+--------------------------+
  565.    |0000..............................0000|0000|    IPv4 address     |
  566.    +--------------------------------------+----+---------------------+
  567.  
  568.  
  569.    A second type of IPv6 address which holds an embedded IPv4 address is
  570.    also defined.  This address is used to represent the addresses of
  571.    IPv4-only nodes (those that *do not* support IPv6) as IPv6 addresses.
  572.    This type of address is termed an "IPv4-mapped IPv6 address" and has
  573.    the format:
  574.  
  575.  
  576.    |                80 bits               | 16 |      32 bits        |
  577.    +--------------------------------------+--------------------------+
  578.    |0000..............................0000|FFFF|    IPv4 address     |
  579.    +--------------------------------------+----+---------------------+
  580.  
  581.  
  582.  
  583. 2.5.5 NSAP Addresses
  584.  
  585.    This mapping of NSAP address into IPv6 addresses is defined in
  586.    [NSAP].  This document recommends that network implementors who have
  587.    planned or deployed an OSI NSAP addressing plan, and who wish to
  588.    deploy or transition to IPv6, should redesign a native IPv6
  589.    addressing plan to meet their needs.  However, it also defines a set
  590.    of mechanisms for the support of OSI NSAP addressing in an IPv6
  591.    network.  These mechanisms are the ones that must be used if such
  592.    support is required.  This document also defines a mapping of IPv6
  593.    addresses within the OSI address format, should this be required.
  594.  
  595.  
  596. 2.5.6 IPX Addresses
  597.  
  598.    This mapping of IPX address into IPv6 addresses is as follows:
  599.  
  600.  
  601.    |   7   |                   121 bits                              |
  602.    +-------+---------------------------------------------------------+
  603.    |0000010|                 to be defined                           |
  604.    +-------+---------------------------------------------------------+
  605.  
  606.    The draft definition, motivation, and usage are under study.
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 11]
  615.  
  616. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  617.  
  618.  
  619. 2.5.7 Aggregatable Global Unicast Addresses
  620.  
  621.    The global aggregatable global unicast address is defined in [AGGR].
  622.    This address format is designed to support both the current provider
  623.    based aggregation and a new type of aggregation called exchanges.
  624.    The combination will allow efficient routing aggregation for both
  625.    sites which connect directly to providers and who connect to
  626.    exchanges.  Sites will have the choice to connect to either type of
  627.    aggregation point.
  628.  
  629.    The IPv6 aggregatable global unicast address format is as follows:
  630.  
  631.    | 3 |  13 |    32     |   16   |          64 bits               |
  632.    +---+-----+-----------+--------+--------------------------------+
  633.    |FP | TLA | NLA ID    | SLA ID |         Interface ID           |
  634.    |   | ID  |           |        |                                |
  635.    +---+-----+-----------+--------+--------------------------------+
  636.  
  637.    Where
  638.  
  639.       001          Format Prefix (3 bit) for Aggregatable Global
  640.                    Unicast Addresses
  641.       TLA ID       Top-Level Aggregation Identifier
  642.       NLA ID       Next-Level Aggregation Identifier
  643.       SLA ID       Site-Level Aggregation Identifier
  644.       INTERFACE ID Interface Identifier
  645.  
  646.    The contents, field sizes, and assignment rules are defined in
  647.    [AGGR].
  648.  
  649.  
  650. 2.5.8 Local-Use IPv6 Unicast Addresses
  651.  
  652.    There are two types of local-use unicast addresses defined.  These
  653.    are Link-Local and Site-Local.  The Link-Local is for use on a single
  654.    link and the Site-Local is for use in a single site.  Link-Local
  655.    addresses have the following format:
  656.  
  657.    |   10     |
  658.    |  bits    |        54 bits          |          64 bits           |
  659.    +----------+-------------------------+----------------------------+
  660.    |1111111010|           0             |       interface ID         |
  661.    +----------+-------------------------+----------------------------+
  662.  
  663.    Link-Local addresses are designed to be used for addressing on a
  664.    single link for purposes such as auto-address configuration, neighbor
  665.    discovery, or when no routers are present.
  666.  
  667.  
  668.  
  669.  
  670. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 12]
  671.  
  672. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  673.  
  674.  
  675.    Routers must not forward any packets with link-local source or
  676.    destination addresses to other links.
  677.  
  678.    Site-Local addresses have the following format:
  679.  
  680.    |   10     |
  681.    |  bits    |   38 bits   |  16 bits  |         64 bits            |
  682.    +----------+-------------+-----------+----------------------------+
  683.    |1111111011|    0        | subnet ID |       interface ID         |
  684.    +----------+-------------+-----------+----------------------------+
  685.  
  686.  
  687.    Site-Local addresses are designed to be used for addressing inside of
  688.    a site without the need for a global prefix.
  689.  
  690.    Routers must not forward any packets with site-local source or
  691.    destination addresses outside of the site.
  692.  
  693. 2.6 Anycast Addresses
  694.  
  695.    An IPv6 anycast address is an address that is assigned to more than
  696.    one interface (typically belonging to different nodes), with the
  697.    property that a packet sent to an anycast address is routed to the
  698.    "nearest" interface having that address, according to the routing
  699.    protocols' measure of distance.
  700.  
  701.    Anycast addresses are allocated from the unicast address space, using
  702.    any of the defined unicast address formats.  Thus, anycast addresses
  703.    are syntactically indistinguishable from unicast addresses.  When a
  704.    unicast address is assigned to more than one interface, thus turning
  705.    it into an anycast address, the nodes to which the address is
  706.    assigned must be explicitly configured to know that it is an anycast
  707.    address.
  708.  
  709.    For any assigned anycast address, there is a longest address prefix P
  710.    that identifies the topological region in which all interfaces
  711.    belonging to that anycast address reside.  Within the region
  712.    identified by P, each member of the anycast set must be advertised as
  713.    a separate entry in the routing system (commonly referred to as a
  714.    "host route"); outside the region identified by P, the anycast
  715.    address may be aggregated into the routing advertisement for prefix
  716.    P.
  717.  
  718.    Note that in, the worst case, the prefix P of an anycast set may be
  719.    the null prefix, i.e., the members of the set may have no topological
  720.    locality.  In that case, the anycast address must be advertised as a
  721.    separate routing entry throughout the entire internet, which presents
  722.    a severe scaling limit on how many such "global" anycast sets may be
  723.  
  724.  
  725.  
  726. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 13]
  727.  
  728. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  729.  
  730.  
  731.    supported.  Therefore, it is expected that support for global anycast
  732.    sets may be unavailable or very restricted.
  733.  
  734.    One expected use of anycast addresses is to identify the set of
  735.    routers belonging to an organization providing internet service.
  736.    Such addresses could be used as intermediate addresses in an IPv6
  737.    Routing header, to cause a packet to be delivered via a particular
  738.    aggregation or sequence of aggregations.  Some other possible uses
  739.    are to identify the set of routers attached to a particular subnet,
  740.    or the set of routers providing entry into a particular routing
  741.    domain.
  742.  
  743.    There is little experience with widespread, arbitrary use of internet
  744.    anycast addresses, and some known complications and hazards when
  745.    using them in their full generality [ANYCST].  Until more experience
  746.    has been gained and solutions agreed upon for those problems, the
  747.    following restrictions are imposed on IPv6 anycast addresses:
  748.  
  749.       o An anycast address must not be used as the source address of an
  750.         IPv6 packet.
  751.  
  752.       o An anycast address must not be assigned to an IPv6 host, that
  753.         is, it may be assigned to an IPv6 router only.
  754.  
  755.  
  756. 2.6.1 Required Anycast Address
  757.  
  758.    The Subnet-Router anycast address is predefined.  Its format is as
  759.    follows:
  760.  
  761.  
  762.    |                         n bits                 |   128-n bits   |
  763.    +------------------------------------------------+----------------+
  764.    |                   subnet prefix                | 00000000000000 |
  765.    +------------------------------------------------+----------------+
  766.  
  767.  
  768.    The "subnet prefix" in an anycast address is the prefix which
  769.    identifies a specific link.  This anycast address is syntactically
  770.    the same as a unicast address for an interface on the link with the
  771.    interface identifier set to zero.
  772.  
  773.    Packets sent to the Subnet-Router anycast address will be delivered
  774.    to one router on the subnet.  All routers are required to support the
  775.    Subnet-Router anycast addresses for the subnets which they have
  776.    interfaces.
  777.  
  778.    The subnet-router anycast address is intended to be used for
  779.  
  780.  
  781.  
  782. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 14]
  783.  
  784. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  785.  
  786.  
  787.    applications where a node needs to communicate with one of a set of
  788.    routers on a remote subnet.  For example when a mobile host needs to
  789.    communicate with one of the mobile agents on its "home" subnet.
  790.  
  791.  
  792. 2.7 Multicast Addresses
  793.  
  794.    An IPv6 multicast address is an identifier for a group of nodes.  A
  795.    node may belong to any number of multicast groups.  Multicast
  796.    addresses have the following format:
  797.  
  798.    |   8    |  4 |  4 |                  112 bits                   |
  799.    +------ -+----+----+---------------------------------------------+
  800.    |11111111|flgs|scop|                  group ID                   |
  801.    +--------+----+----+---------------------------------------------+
  802.  
  803.         11111111 at the start of the address identifies the address as
  804.         being a multicast address.
  805.  
  806.                                       +-+-+-+-+
  807.         flgs is a set of 4 flags:     |0|0|0|T|
  808.                                       +-+-+-+-+
  809.  
  810.              The high-order 3 flags are reserved, and must be
  811.              initialized to 0.
  812.  
  813.              T = 0 indicates a permanently-assigned ("well-known")
  814.              multicast address, assigned by the global internet
  815.              numbering authority.
  816.  
  817.              T = 1 indicates a non-permanently-assigned ("transient")
  818.              multicast address.
  819.  
  820.         scop is a 4-bit multicast scope value used to limit the scope of
  821.         the multicast group.  The values are:
  822.  
  823.              0  reserved
  824.              1  node-local scope
  825.              2  link-local scope
  826.              3  (unassigned)
  827.              4  (unassigned)
  828.              5  site-local scope
  829.              6  (unassigned)
  830.              7  (unassigned)
  831.              8  organization-local scope
  832.              9  (unassigned)
  833.              A  (unassigned)
  834.              B  (unassigned)
  835.  
  836.  
  837.  
  838. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 15]
  839.  
  840. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  841.  
  842.  
  843.              C  (unassigned)
  844.              D  (unassigned)
  845.              E  global scope
  846.              F  reserved
  847.  
  848.         group ID identifies the multicast group, either permanent or
  849.         transient, within the given scope.
  850.  
  851.    The "meaning" of a permanently-assigned multicast address is
  852.    independent of the scope value.  For example, if the "NTP servers
  853.    group" is assigned a permanent multicast address with a group ID of
  854.    101 (hex), then:
  855.  
  856.  
  857.         FF01:0:0:0:0:0:0:101 means all NTP servers on the same node as
  858.         the sender.
  859.  
  860.         FF02:0:0:0:0:0:0:101 means all NTP servers on the same link as
  861.         the sender.
  862.  
  863.         FF05:0:0:0:0:0:0:101 means all NTP servers at the same site as
  864.         the sender.
  865.  
  866.         FF0E:0:0:0:0:0:0:101 means all NTP servers in the internet.
  867.  
  868.  
  869.    Non-permanently-assigned multicast addresses are meaningful only
  870.    within a given scope.  For example, a group identified by the non-
  871.    permanent, site-local multicast address FF15:0:0:0:0:0:0:101 at one
  872.    site bears no relationship to a group using the same address at a
  873.    different site, nor to a non-permanent group using the same group ID
  874.    with different scope, nor to a permanent group with the same group
  875.    ID.
  876.  
  877.    Multicast addresses must not be used as source addresses in IPv6
  878.    packets or appear in any routing header.
  879.  
  880.  
  881. 2.7.1 Pre-Defined Multicast Addresses
  882.  
  883.    The following well-known multicast addresses are pre-defined:
  884.  
  885.       Reserved Multicast Addresses:   FF00:0:0:0:0:0:0:0
  886.                                       FF01:0:0:0:0:0:0:0
  887.                                       FF02:0:0:0:0:0:0:0
  888.                                       FF03:0:0:0:0:0:0:0
  889.                                       FF04:0:0:0:0:0:0:0
  890.                                       FF05:0:0:0:0:0:0:0
  891.  
  892.  
  893.  
  894. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 16]
  895.  
  896. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  897.  
  898.  
  899.                                       FF06:0:0:0:0:0:0:0
  900.                                       FF07:0:0:0:0:0:0:0
  901.                                       FF08:0:0:0:0:0:0:0
  902.                                       FF09:0:0:0:0:0:0:0
  903.                                       FF0A:0:0:0:0:0:0:0
  904.                                       FF0B:0:0:0:0:0:0:0
  905.                                       FF0C:0:0:0:0:0:0:0
  906.                                       FF0D:0:0:0:0:0:0:0
  907.                                       FF0E:0:0:0:0:0:0:0
  908.                                       FF0F:0:0:0:0:0:0:0
  909.  
  910.    The above multicast addresses are reserved and shall never be
  911.    assigned to any multicast group.
  912.  
  913.       All Nodes Addresses:    FF01:0:0:0:0:0:0:1
  914.                               FF02:0:0:0:0:0:0:1
  915.  
  916.    The above multicast addresses identify the group of all IPv6 nodes,
  917.    within scope 1 (node-local) or 2 (link-local).
  918.  
  919.       All Routers Addresses:   FF01:0:0:0:0:0:0:2
  920.                                FF02:0:0:0:0:0:0:2
  921.                                FF05:0:0:0:0:0:0:2
  922.  
  923.    The above multicast addresses identify the group of all IPv6 routers,
  924.    within scope 1 (node-local), 2 (link-local), or 5 (site-local).
  925.  
  926.       Solicited-Node Address:  FF02:0:0:0:0:1:FFXX:XXXX
  927.  
  928.    The above multicast address is computed as a function of a node's
  929.    unicast and anycast addresses.  The solicited-node multicast address
  930.    is formed by taking the low-order 24 bits of the address (unicast or
  931.    anycast) and appending those bits to the prefix
  932.    FF02:0:0:0:0:1:FF00::/104 resulting in a multicast address in the
  933.    range
  934.  
  935.          FF02:0:0:0:0:1:FF00:0000
  936.  
  937.    to
  938.  
  939.          FF02:0:0:0:0:1:FFFF:FFFF
  940.  
  941.    For example, the solicited node multicast address corresponding to
  942.    the IPv6 address 4037::01:800:200E:8C6C is FF02::1:FF0E:8C6C.  IPv6
  943.    addresses that differ only in the high-order bits, e.g. due to
  944.    multiple high-order prefixes associated with different aggregations,
  945.    will map to the same solicited-node address thereby reducing the
  946.    number of multicast addresses a node must join.
  947.  
  948.  
  949.  
  950. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 17]
  951.  
  952. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  953.  
  954.  
  955.    A node is required to compute and join the associated Solicited-Node
  956.    multicast addresses for every unicast and anycast address it is
  957.    assigned.
  958.  
  959.  
  960. 2.7.2 Assignment of New IPv6 Multicast Addresses
  961.  
  962.    The current approach [RFC1972] to map IPv6 multicast addresses into
  963.    IEEE 802 MAC addresses takes the low order 32 bits of the IPv6
  964.    multicast address and uses it to create a MAC address.  Note that
  965.    Token Ring networks are handled differently.  This is defined in
  966.    [TOKEN].  Group ID's less than or equal to 32 bits will generate
  967.    unique MAC addresses.  Due to this new IPv6 multicast addresses
  968.    should be assigned so that the group identifier is always in the low
  969.    order 32 bits as shown in the following:
  970.  
  971.  
  972.     |   8    |  4 |  4 |          80 bits          |     32 bits     |
  973.     +------ -+----+----+---------------------------+-----------------+
  974.     |11111111|flgs|scop|   reserved must be zero   |    group ID     |
  975.     +--------+----+----+---------------------------+-----------------+
  976.  
  977.  
  978.    While this limits the number of permanent IPv6 multicast groups to
  979.    2^32 this is unlikely to be a limitation in the future.  If it
  980.    becomes necessary to exceed this limit in the future multicast will
  981.    still work but the processing will be sightly slower.
  982.  
  983.    Additional IPv6 multicast addresses are defined and registered by the
  984.    IANA [MASGN].
  985.  
  986.  
  987. 2.8 A Node's Required Addresses
  988.  
  989.    A host is required to recognize the following addresses as
  990.    identifying itself:
  991.  
  992.       o Its Link-Local Address for each interface
  993.       o Assigned Unicast Addresses
  994.       o Loopback Address
  995.       o All-Nodes Multicast Addresses
  996.       o Solicited-Node Multicast Address for each of its assigned
  997.         unicast and anycast addresses
  998.       o Multicast Addresses of all other groups to which the host
  999.         belongs.
  1000.  
  1001.    A router is required to recognize all addresses that a host is
  1002.    required to recognize, plus the following addresses as identifying
  1003.  
  1004.  
  1005.  
  1006. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 18]
  1007.  
  1008. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  1009.  
  1010.  
  1011.    itself:
  1012.  
  1013.       o The Subnet-Router anycast addresses for the interfaces it is
  1014.         configured to act as a router on.
  1015.       o All other Anycast addresses with which the router has been
  1016.         configured.
  1017.       o All-Routers Multicast Addresses
  1018.       o Solicited-Node Multicast Address for each of its assigned
  1019.         unicast and anycast addresses
  1020.       o Multicast Addresses of all other groups to which the router
  1021.         belongs.
  1022.  
  1023.    The only address prefixes which should be predefined in an
  1024.    implementation are the:
  1025.  
  1026.       o Unspecified Address
  1027.       o Loopback Address
  1028.       o Multicast Prefix (FF)
  1029.       o Local-Use Prefixes (Link-Local and Site-Local)
  1030.       o Pre-Defined Multicast Addresses
  1031.       o IPv4-Compatible Prefixes
  1032.  
  1033.    Implementations should assume all other addresses are unicast unless
  1034.    specifically configured (e.g., anycast addresses).
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 19]
  1063.  
  1064. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  1065.  
  1066.  
  1067. APPENDIX A : Creating EUI-64 based Interface Identifiers
  1068. --------------------------------------------------------
  1069.  
  1070. Depending on the characteristics of a specific link or node there are a
  1071. number of approaches for creating EUI-64 based interface identifiers.
  1072. This appendix describes some of these approaches.
  1073.  
  1074.  
  1075. Links or Nodes with EUI-64 Identifiers
  1076.  
  1077.    The only changed needed to transform an EUI-64 identifier to an
  1078.    interface identifier is to invert the "u" (universal/local) bit.  For
  1079.    example, a globally unique EUI-64 identifier of the form:
  1080.  
  1081.    |0              1|1              3|3              4|4              6|
  1082.    |0              5|6              1|2              7|8              3|
  1083.    +----------------+----------------+----------------+----------------+
  1084.    |cccccc0gcccccccc|ccccccccmmmmmmmm|mmmmmmmmmmmmmmmm|mmmmmmmmmmmmmmmm|
  1085.    +----------------+----------------+----------------+----------------+
  1086.  
  1087.    where "c" are the bits of the assigned company_id, "0" is the value
  1088.    of the universal/local bit to indicate global scope, "g" is
  1089.    individual/group bit, and "m" are the bits of the manufacturer-
  1090.    selected extension identifier.  The IPv6 interface identifier would
  1091.    be of the form:
  1092.  
  1093.    |0              1|1              3|3              4|4              6|
  1094.    |0              5|6              1|2              7|8              3|
  1095.    +----------------+----------------+----------------+----------------+
  1096.    |cccccc1gcccccccc|ccccccccmmmmmmmm|mmmmmmmmmmmmmmmm|mmmmmmmmmmmmmmmm|
  1097.    +----------------+----------------+----------------+----------------+
  1098.  
  1099.    The only change is inverting the value of the universal/local bit.
  1100.  
  1101.  
  1102. Links or Nodes with IEEE 802 48 bit MAC's
  1103.  
  1104.    [EUI64] defines a method to create a EUI-64 identifier from an IEEE
  1105.    48bit MAC identifier.  This is to insert two octets, with hexadecimal
  1106.    values of 0xFF and 0xFE, in the middle of the 48 bit MAC (between the
  1107.    company_id and vendor supplied id).  For example the 48 bit MAC with
  1108.    global scope:
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 20]
  1119.  
  1120. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  1121.  
  1122.  
  1123.    |0              1|1              3|3              4|
  1124.    |0              5|6              1|2              7|
  1125.    +----------------+----------------+----------------+
  1126.    |cccccc0gcccccccc|ccccccccmmmmmmmm|mmmmmmmmmmmmmmmm|
  1127.    +----------------+----------------+----------------+
  1128.  
  1129.    where "c" are the bits of the assigned company_id, "0" is the value
  1130.    of the universal/local bit to indicate global scope, "g" is
  1131.    individual/group bit, and "m" are the bits of the manufacturer-
  1132.    selected extension identifier.  The interface identifier would be of
  1133.    the form:
  1134.  
  1135.    |0              1|1              3|3              4|4              6|
  1136.    |0              5|6              1|2              7|8              3|
  1137.    +----------------+----------------+----------------+----------------+
  1138.    |cccccc1gcccccccc|cccccccc11111111|11111110mmmmmmmm|mmmmmmmmmmmmmmmm|
  1139.    +----------------+----------------+----------------+----------------+
  1140.  
  1141.    When IEEE 802 48bit MAC addresses are available (on an interface or a
  1142.    node), an implementation should use them to create interface
  1143.    identifiers due to their availability and uniqueness properties.
  1144.  
  1145.  
  1146. Links with Non-Global Identifiers
  1147.  
  1148.    There are a number of types of links that, while multi-access, do not
  1149.    have globally unique link identifiers.  Examples include LocalTalk
  1150.    and Arcnet.  The method to create an EUI-64 formatted identifier is
  1151.    to take the link identifier (e.g., the LocalTalk 8 bit node
  1152.    identifier) and zero fill it to the left.  For example a LocalTalk 8
  1153.    bit node identifier of hexadecimal value 0x4F results in the
  1154.    following interface identifier:
  1155.  
  1156.    |0              1|1              3|3              4|4              6|
  1157.    |0              5|6              1|2              7|8              3|
  1158.    +----------------+----------------+----------------+----------------+
  1159.    |0000000000000000|0000000000000000|0000000000000000|0000000001001111|
  1160.    +----------------+----------------+----------------+----------------+
  1161.  
  1162.    Note that this results in the universal/local bit set to "0" to
  1163.    indicate local scope.
  1164.  
  1165.  
  1166. Links without Identifiers
  1167.  
  1168.    There are a number of links that do not have any type of built-in
  1169.    identifier.  The most common of these are serial links and configured
  1170.    tunnels.  Interface identifiers must be chosen that are unique for
  1171.  
  1172.  
  1173.  
  1174. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 21]
  1175.  
  1176. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  1177.  
  1178.  
  1179.    the link.
  1180.  
  1181.    When no built-in identifier is available on a link the preferred
  1182.    approach is to use a global interface identifier from another
  1183.    interface or one which is assigned to the node itself.  To use this
  1184.    approach no other interface connecting the same node to the same link
  1185.    may use the same identifier.
  1186.  
  1187.    If there is no global interface identifier available for use on the
  1188.    link the implementation needs to create a local scope interface
  1189.    identifier.  The only requirement is that it be unique on the link.
  1190.    There are many possible approaches to select a link-unique interface
  1191.    identifier.  They include:
  1192.  
  1193.       Manual Configuration
  1194.       Generated Random Number
  1195.       Node Serial Number (or other node-specific token)
  1196.  
  1197.    The link-unique interface identifier should be generated in a manner
  1198.    that it does not change after a reboot of a node or if interfaces are
  1199.    added or deleted from the node.
  1200.  
  1201.    The selection of the appropriate algorithm is link and implementation
  1202.    dependent.  The details on forming interface identifiers are defined
  1203.    in the appropriate "IPv6 over <link>" specification.  It is strongly
  1204.    recommended that a collision detection algorithm be implemented as
  1205.    part of any automatic algorithm.
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 22]
  1231.  
  1232. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  1233.  
  1234.  
  1235. REFERENCES
  1236.  
  1237.    [AGGR]    Hinden, R., S. Deering, M. O'Dell,  "An Aggregatable Global
  1238.              Unicast Address Format", internet draft, <draft-ietf-
  1239.              ipngwg-unicast-aggr-00.txt>, May 1997.
  1240.  
  1241.    [ALLOC]   Rekhter, Y., T. Li, "An Architecture for IPv6 Unicast
  1242.              Address Allocation", RFC1887, December 1995.
  1243.  
  1244.    [AUTH]    Atkinson, R., "IP Authentication Header", RFC1826, August
  1245.              1995.
  1246.  
  1247.    [ANYCST]  Partridge, C., T. Mendez, and W. Milliken, "Host Anycasting
  1248.              Service", RFC1546, November 1993.
  1249.  
  1250.    [CIDR]    Fuller, V., Li, T., Yu, J., Varadhan, K., "Classless Inter-
  1251.              Domain Routing (CIDR): An Address Assignment and
  1252.              Aggregation Strategy", RFC1519, September 1993.
  1253.  
  1254.    [ETHER]   Crawford, M., "Transmission of IPv6 Packets over Ethernet
  1255.              Networks", Internet Draft, <draft-ietf-ipngwg-trans-
  1256.              ethernet-00.txt>, March 1997.
  1257.  
  1258.    [EUI64]   IEEE, "Guidelines for 64-bit Global Identifier (EUI-64)
  1259.              Registration Authority",
  1260.              http://standards.ieee.org/db/oui/tutorials/EUI64.html,
  1261.              March 1997.
  1262.  
  1263.    [FDDI]    Crawford, M., "Transmission of IPv6 Packets over FDDI
  1264.              Networks", Internet Draft, <draft-ietf-ipngwg-trans-fddi-
  1265.              net-00.txt>, March 1997.
  1266.  
  1267.    [IPV6]    Deering, S., R. Hinden, Editors, "Internet Protocol,
  1268.              Version 6 (IPv6) Specification", RFC1883, December 1995.
  1269.  
  1270.    [MASGN]   Hinden, R., "IPv6 Multicast Address Assignments", Internet
  1271.              Draft, <draft-ietf-ipngwg-multicast-assgn-02.txt>, May
  1272.              1997.
  1273.  
  1274.    [MULT]    Deering, S., "Host Extensions for IP multicasting", RFC
  1275.              1112.
  1276.  
  1277.    [NSAP]    Bound, J., B. Carpenter, D. Harrington, J. Houldsworth, A.
  1278.              Lloyd, "OSI NSAPs and IPv6", RFC1888, August 1996.
  1279.  
  1280.    [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
  1281.              Requirement Levels", RFC2119, BCP14, March 1997.
  1282.  
  1283.  
  1284.  
  1285.  
  1286. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 23]
  1287.  
  1288. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  1289.  
  1290.  
  1291.    [TOKEN]   Thomas, S., "Transmission of IPv6 Packets over Token Ring
  1292.              Networks", Internet Draft, June 1997.
  1293.  
  1294.  
  1295.  
  1296.  
  1297. SECURITY CONSIDERATIONS
  1298.  
  1299.    IPv6 addressing documents do not have any direct impact on Internet
  1300.    infrastructure security.  Authentication of IPv6 packets is defined
  1301.    in [AUTH].
  1302.  
  1303.  
  1304. AUTHOR'S ADDRESSES
  1305.  
  1306.    Robert M. Hinden                     Stephen E. Deering
  1307.    Ipsilon Networks, Inc.               Cisco Systems, Inc.
  1308.    232 Java Drive                       170 West Tasman Drive
  1309.    Sunnyvale, CA 94089                  San Jose, CA 95134-1706
  1310.    USA                                  USA
  1311.  
  1312.    phone: +1 408 990-2004               phone: +1 408 527-8213
  1313.    fax:   +1 408 743-5677               fax:   +1 408 527-8254
  1314.    email: hinden@ipsilon.com            email: deering@cisco.com
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 24]
  1343.  
  1344. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  1345.  
  1346.  
  1347. CHANGES FROM RFC-1884
  1348.  
  1349.    <draft-ietf-ipngwg-addr-arch-v2-03.txt>
  1350.  
  1351.      - Clarification on forming link unique identifiers not change after
  1352.        reboot or other interface reconfigurations.
  1353.      - Small text clarifications and improvements.
  1354.  
  1355.  
  1356.    <draft-ietf-ipngwg-addr-arch-v2-02.txt>
  1357.  
  1358.      - Clarification of Address Model based on comments.
  1359.      - Changed aggregation format terminology to be consistent with
  1360.        aggregation draft.
  1361.      - Many small text clarifications and improvements.
  1362.  
  1363.  
  1364.    <draft-ietf-ipngwg-addr-arch-v2-01.txt>
  1365.  
  1366.      - Added text to allow interface identifier to be used on more than
  1367.        one interface on same node.
  1368.      - Added rules for defining new multicast addresses.
  1369.      - Added appendix describing procedures for creating EUI-64 based
  1370.        interface ID's.
  1371.      - Minor text clarifications and improvements.
  1372.  
  1373.    <draft-ietf-ipngwg-addr-arch-00.txt>
  1374.  
  1375.      - Added notation for defining IPv6 prefixes.
  1376.      - Changed solicited node multicast definition to use a longer
  1377.        prefix.
  1378.      - Added site scope all routers multicast address.
  1379.      - Defined Aggregatable Global Unicast Addresses to use "001" Format
  1380.        Prefix.
  1381.      - Changed "010" (Provider-Based Unicast) and "100" (Reserved for
  1382.        Geographic) Format Prefixes to Unassigned.
  1383.      - Added section on Interface ID definition for unicast addresses.
  1384.        Requires use of EUI-64 in range of format prefixes and rules for
  1385.        setting global/local scope bit in EUI-64.
  1386.      - Updated NSAP text to reflect working in RFC1888.
  1387.      - Removed protocol specific IPv6 multicast addresses (e.g., DHCP)
  1388.        and referenced the IANA definitions.
  1389.      - Removed section "Unicast Address Example".  Had become OBE.
  1390.      - Added new and updated references.
  1391.      - Minor text clarifications and improvements.
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 25]
  1399.  
  1400. INTERNET-DRAFT        IPv6 Addressing Architecture          October 1997
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454. draft-ietf-ipngwg-addr-arch-v2-03.txt                          [Page 26]
  1455.