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-testv2-addralloc-01.txt < prev    next >
Text File  |  1997-07-16  |  7KB  |  223 lines

  1.  
  2.  
  3. INTERNET-DRAFT                              R. Hinden, Ipsilon Networks
  4. July 16, 1997                                             R. Fink, LBNL
  5.                                                          J. Postel, ISI
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                     IPv6 Testing Address Allocation
  12.  
  13.               <draft-ietf-ipngwg-testv2-addralloc-01.txt>
  14.  
  15.  
  16.  
  17. Status of this Memo
  18.  
  19.    This document is an Internet Draft.  Internet Drafts are working
  20.    documents of the Internet Engineering Task Force (IETF), its Areas,
  21.    and its Working Groups.  Note that other groups may also distribute
  22.    working documents as Internet Drafts.
  23.  
  24.    Internet Drafts are draft documents valid for a maximum of six
  25.    months.  Internet Drafts may be updated, replaced, or obsoleted by
  26.    other documents at any time.  It is not appropriate to use Internet
  27.    Drafts as reference material or to cite them other than as a
  28.    ``working draft'' or ``work in progress.''
  29.  
  30.    Please check the 1id-abstracts.txt listing contained in the internet-
  31.    drafts Shadow Directories on nic.ddn.mil, nnsc.nsf.net,
  32.    nic.nordu.net, ftp.nisc.sri.com, or munnari.oz.au to learn the
  33.    current status of any Internet Draft.
  34.  
  35.    This draft expires in January 17, 1998.
  36.  
  37.  
  38. 1.0 Introduction
  39.  
  40.    This document describes an allocation plan for IPv6 addresses to be
  41.    used in testing IPv6 prototype software.  These addresses are
  42.    temporary and will be reclaimed in the future.  Any IPv6 system using
  43.    these addresses will have to renumber at some time in the future.
  44.    These addresses will not to be routable in the Internet other than
  45.    for IPv6 testing.
  46.  
  47.    The address format for the IPv6 test address is consistent with the
  48.    "Aggregatable Global Unicast Address Allocation" [AGGR] and "TLA and
  49.    NLA Assignment Rules" [TLAASN].
  50.  
  51.  
  52.  
  53.  
  54. draft-ietf-ipngwg-testv2-addralloc-01.txt                       [Page 1]
  55.  
  56. INTERNET-DRAFT       IPv6 Testing Address Allocation       July 16, 1997
  57.  
  58.  
  59.    This document is intended to replace RFC1897 "IPv6 Testing Address
  60.    Allocation", January 1996.  RFC1897 will become historic.
  61.  
  62.    The addresses described in this document are consistent with the IPv6
  63.    Addressing Architecture [ARCH].  They may be assigned to nodes
  64.    manually, with IPv6 Auto Address Allocation [AUTO], or with DHCP for
  65.    IPv6 [DHCPv6].
  66.  
  67.    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
  68.    "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
  69.    document are to be interpreted as described in [RFC 2119].
  70.  
  71.  
  72. 2.0 Address Format
  73.  
  74.    The Aggregatable Global Unicast Address Allocation format defined in
  75.    [AGGR] is as follows:
  76.  
  77.       | 3 |  13 |    32     |   16   |          64 bits               |
  78.       +---+-----+-----------+--------+--------------------------------+
  79.       |FP | TLA | NLA ID    | SLA ID |         Interface ID           |
  80.       |   | ID  |           |        |                                |
  81.       +---+-----+-----------+--------+--------------------------------+
  82.  
  83.    where:
  84.  
  85.       FP = 001 = Format Prefix
  86.  
  87.            This is the Format Prefix used to identify aggregatable
  88.            global unicast addresses.
  89.  
  90.       TLA = 0x1FFE = Top-Level Aggregation Identifier
  91.  
  92.            This is a TLA ID assigned by the IANA for 6bone testing under
  93.            the auspices of the IETF IPng Transition Working Group 6bone
  94.            testbed activity.  It is to be administered by the chair of
  95.            the 6bone activity (currently Bob Fink <rlfink@lbl.gov> ).
  96.            The use of this TLA ID is temporary.  All users of these
  97.            addresses in this TLA ID will be required to renumber at some
  98.            time in the future.
  99.  
  100.       NLA ID = Next-Level Aggregation Identifier
  101.  
  102.            The NLA ID space will be assigned, by the TLA ID
  103.            administrator, in an addressing hierarchy sufficient to
  104.            identify transit networks and end user sites consistent with
  105.            the architecture and topology of the 6bone. This will provide
  106.            a multi-level transit service consistent with the 6bone goals
  107.  
  108.  
  109.  
  110. draft-ietf-ipngwg-testv2-addralloc-01.txt                       [Page 2]
  111.  
  112. INTERNET-DRAFT       IPv6 Testing Address Allocation       July 16, 1997
  113.  
  114.  
  115.            of fully testing IPv6 technology in real use environments.
  116.  
  117.       SLA ID = Site-Level Aggregation Identifier
  118.  
  119.            The SLA ID field is used by an individual organization to
  120.            create its own local addressing hierarchy and to identify
  121.            subnets.  Assignment of the SLA ID field is the
  122.            responsibility of each individual organization.
  123.  
  124.       Interface ID
  125.  
  126.            This is the interface identifier of the interface on the link
  127.            as defined in the appropriate IPv6 over <link> document, such
  128.            as [ETHER], [FDDI], etc.
  129.  
  130.  
  131. 4.0 References
  132.  
  133.    [ARCH]    Hinden, R., "IP Version 6 Addressing Architecture",
  134.              Internet Draft, <draft-ietf-ipngwg-addr-arch-v2-02.txt>,
  135.              July 1997.
  136.  
  137.    [AGGR]    Hinden, R., Deering, S., O'Dell, M., "An Aggregatable
  138.              Global Unicast Address Format", internet draft, <draft-
  139.              ietf-ipngwg-unicast-aggr-00.txt>, May 1997.
  140.  
  141.    [AUTO]    Thompson, S., Narten T., "IPv6 Stateless Address
  142.              Autoconfiguration", RFC1971, August 1996.
  143.  
  144.    [DHCP6]   Bound, J., "Host Configuration Protocol for IPv6", Internet
  145.              Draft, <draft-ietf-dhc-dhcpv6-02.txt>, July 1995.
  146.  
  147.    [ETHER]   Crawford, M., "Transmission of IPv6 Packets over Ethernet
  148.              Networks", Internet Draft, <draft-ietf-ipngwg-trans-
  149.              ethernet-00.txt>, March 1997.
  150.  
  151.    [FDDI]    Crawford, M., "Transmission of IPv6 Packets over FDDI
  152.              Networks", Internet Draft, <draft-ietf-ipngwg-trans-fddi-
  153.              net-00.txt>, March 1997.
  154.  
  155.    [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
  156.              Requirement Levels", RFC2119, BCP14, March 1997.
  157.  
  158.    [TLAASN]  Hinden, R., "TLA and NLA Assignment Rules", Internet Draft,
  159.              <draft-ietf-ipngwg-tla-assignment-00.txt>, July 1997.
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166. draft-ietf-ipngwg-testv2-addralloc-01.txt                       [Page 3]
  167.  
  168. INTERNET-DRAFT       IPv6 Testing Address Allocation       July 16, 1997
  169.  
  170.  
  171. 5.0 Security Considerations
  172.  
  173.    This document defines a test approach for creating aggregatable
  174.    address consistent with [AGGR].  It does not have any direct impact
  175.    on Internet infrastructure security.  Authentication of IPv6 packets
  176.    is defined in [AUTH].
  177.  
  178.  
  179. 6.0  Authors Address
  180.  
  181.    Robert M. Hinden                          phone: +1 408 990-2004
  182.    Ipsilon Networks, Inc.                    email: hinden@ipsilon.com
  183.    232 Java Drive
  184.    Sunnyvale, CA 94089
  185.    USA
  186.  
  187.    Robert Fink                               phone: +1 510 486-5692
  188.    Lawrence Berkeley National Laboratory     email: rlfink@lbl.gov
  189.    MS 50A-3111
  190.    Berkeley, CA 94720
  191.    USA
  192.  
  193.    Jon Postel                                phone: +1 310 822 1511
  194.    Information Sciences Institute            email: postel@isi.edu
  195.    4676 Admiralty Way
  196.    Marina del Rey, CA 90292-6695
  197.    USA
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222. draft-ietf-ipngwg-testv2-addralloc-01.txt                       [Page 4]
  223.