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-01.txt < prev    next >
Text File  |  1997-06-13  |  49KB  |  1,399 lines

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