home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 1800s / rfc1897.txt < prev    next >
Text File  |  1996-01-23  |  7KB  |  228 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                          R. Hinden
  8. Request for Comments: 1897                              Ipsilon Networks
  9. Category: Experimental                                         J. Postel
  10.                                                                      ISI
  11.                                                             January 1996
  12.  
  13.  
  14.                     IPv6 Testing Address Allocation
  15.  
  16. Status of this Memo
  17.  
  18.    This document specifies an Experimental protocol for the Internet
  19.    community.  This memo does not specify an Internet standard of any
  20.    kind.  Discussion and suggestions for improvement are requested.
  21.    Distribution of this memo is unlimited.
  22.  
  23. 1.0 Introduction
  24.  
  25.    This document describes an allocation plan for IPv6 addresses to be
  26.    used in testing IPv6 prototype software.  These addresses are
  27.    temporary and will be reclaimed in the future.  Any IPv6 system using
  28.    these addresses will have to renumber at some time in the future.
  29.    These addresses will not to be routable in the Internet other than
  30.    for IPv6 testing.
  31.  
  32.    The addresses described in this document are consistent with the IPv6
  33.    Addressing Architecture [ARCH].  They may be assigned to nodes
  34.    manually, with IPv6 Auto Address Allocation [AUTO], or with DHCP for
  35.    IPv6 [DHCPv6].
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Hinden & Postel               Experimental                      [Page 1]
  59.  
  60. RFC 1897            IPv6 Testing Address Allocation         January 1996
  61.  
  62.  
  63. 2.0 Address Format
  64.  
  65.    The address format for the IPv6 test address is consistent with the
  66.    provider-based unicast address allocation [PRVD] which is as follows:
  67.  
  68.    | 3 |  5 bits  |  16 bits | 8 |   24 bits  | 8 |    64 bits     |
  69.    +---+----------+----------+---+------------+---+----------------+
  70.    |010|RegistryID|ProviderID|RES|SubscriberID|RES|Intra-Subscriber|
  71.    +---+----------+----------+---+------------+---+----------------+
  72.  
  73.    The specific allocation of each field of the test address format is
  74.    as follows:
  75.  
  76.    | 3 |  5 bits  |  16 bits | 8 |   24 bits  | 8 | 16 bits|48 bits|
  77.    +---+----------+----------+---+------------+---+--------+-------+
  78.    |   |          |Autonomous|   |    IPv4    |   | Subnet | Intf. |
  79.    |010|  11111   |  System  |RES|   Network  |RES|        |       |
  80.    |   |          |  Number  |   |   Address  |   | Address|  ID   |
  81.    +---+----------+----------+---+------------+---+--------+-------+
  82.  
  83.    where:
  84.  
  85.  
  86.    010
  87.  
  88.         This is the Format Prefix used to identify provider-based
  89.         unicast addresses.
  90.  
  91.    11111
  92.  
  93.         This is a Registry ID reserved by the IANA.  The initial use of
  94.         addresses in this Registry ID for IPv6 testing is temporary.
  95.         All users of these addresses will be required to renumber at
  96.         some time in the future.
  97.  
  98.    Autonomous System Number
  99.  
  100.         This is the current autonomous system number assigned to the
  101.         provider providing internet service to the an IPv6 testers
  102.         organization.  For example for IPv6 testers receiving internet
  103.         service from BBN Barrnet would use autonomous system number 189.
  104.         This would be coded in the autonomous system field of the
  105.         address as follows:
  106.  
  107.              0000 0000 1011 1101 (binary)
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Hinden & Postel               Experimental                      [Page 2]
  115.  
  116. RFC 1897            IPv6 Testing Address Allocation         January 1996
  117.  
  118.  
  119.         The values for the autonomous system number of an organization's
  120.         provider can be obtained from that provider, or can be looked up
  121.         in the "whois" database maintained by the internic.net.
  122.  
  123.    RES
  124.  
  125.         This field is reserved and must be set to zero.
  126.  
  127.    IPv4 Network Address
  128.  
  129.         This is based on the current IPv4 routable address for the
  130.         subscriber which the interface is connected.  It is formed by
  131.         taking the high order 24 bits of the IPv4 address.  For example
  132.         for an IPv4 address (in IPv4 syntax):
  133.  
  134.              IPv4 Address
  135.              ------------
  136.              39.11.22.1
  137.  
  138.         the value to put in this field of IPv6 address is:
  139.  
  140.              IPv4 Format             Hex
  141.              ------------            ------
  142.              39.11.22                270B16
  143.  
  144.         This technique for generating values for this field only works
  145.         for subscribers which have IPv4 subscriber prefixes less than
  146.         equal to 24 bits long.  There may be subscribers using IPv4
  147.         addresses with longer subscriber prefixes, but this conflict is
  148.         expected to be very rare.  Subscribers with subscriber prefixes
  149.         larger than 24 bits should use the remaining bits in the IPv4
  150.         prefix as the high order bits in the Subnet Address field.
  151.  
  152.    RES
  153.  
  154.         This field is reserved and must be set to zero.
  155.  
  156.    Subnet Address
  157.  
  158.         The Subnet ID identifies a specific physical link on which the
  159.         interface is located.  There can be multiple subnets on the same
  160.         physical link.  A specific subnet can not span multiple physical
  161.         links.  The assignment of values for this field is left to an
  162.         individual subscriber.  One possible algorithm to generate
  163.         values for this field is to use the bits in the IPv4 address
  164.         which identify the IPv4 subnet.
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Hinden & Postel               Experimental                      [Page 3]
  171.  
  172. RFC 1897            IPv6 Testing Address Allocation         January 1996
  173.  
  174.  
  175.    Interface ID
  176.  
  177.         This is the unique identifier of the interface on the link,
  178.         usually the 48-bit IEEE 802 MAC address of the interface if
  179.         available.
  180.  
  181. 4.0 References
  182.  
  183.   [ARCH]  Hinden, R., and S. Deering, Editors, "IP Version 6
  184.           Addressing Architecture", RFC 1884, Ipsilon Networks, Xerox
  185.           PARC, December 1995.
  186.  
  187.   [AUTO]  Thomson, S., "IPv6 Stateless Address Autoconfiguration",
  188.           Work in Progress.
  189.  
  190.   [DHCP6] Bound, J., "Host Configuration Protocol for IPv6", Work
  191.           in Progress.
  192.  
  193.   [PROV]  Rekhter, Y., and P. Lothberg, "An IPv6 Provider-Based
  194.           Unicast Address Format", Work in Progress.
  195.  
  196. 5.0 Security Considerations
  197.  
  198.    Security issues are not discussed in this memo.
  199.  
  200. 6.0  Authors' Addresses
  201.  
  202.    Robert M. Hinden
  203.    Ipsilon Networks, Inc.
  204.    2191 E. Bayshore Road, Suite 100
  205.    Palo Alto, CA 94303
  206.    USA
  207.  
  208.    Phone: +1 415 846 4604
  209.    Fax:   +1 415 855 1414
  210.    EMail: hinden@ipsilon.com
  211.  
  212.  
  213.    Jon Postel
  214.    Information Sciences Institute
  215.    4676 Admiralty Way
  216.    Marina del Rey, CA 90292-6695
  217.    USA
  218.  
  219.    Phone: +1 310 822 1511
  220.    Fax:   +1 310 823 6714
  221.    EMail: postel@isi.edu
  222.  
  223.  
  224.  
  225.  
  226. Hinden & Postel               Experimental                      [Page 4]
  227.  
  228.