home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_s_z / draft-souvatzis-ipv6-arcnet-03.txt < prev    next >
Text File  |  1997-07-29  |  8KB  |  279 lines

  1.  
  2. INTERNET-DRAFT                                              I. Souvatzis
  3. Expires 1 February 1998                               The NetBSD Project
  4.                                                            1 August 1997
  5.  
  6.  
  7.   A Method for the Transmission of IPv6 Packets over ARCnet Networks.
  8.                   <draft-souvatzis-ipv6-arcnet-03.txt>
  9.  
  10.  
  11. Status of this Memo
  12.  
  13.    This document is an Internet-Draft.  Internet-Drafts are working
  14.    documents of the Internet Engineering Task Force (IETF), its areas,
  15.    and its working groups.  Note that other groups may also distribute
  16.    working documents as Internet-Drafts.
  17.  
  18.    Internet-Drafts are draft documents valid for a maximum of six months
  19.    and may be updated, replaced, or obsoleted by other documents at any
  20.    time.  It is inappropriate to use Internet- Drafts as reference
  21.    material or to cite them other than as ``work in progress.''
  22.  
  23.    To learn the current status of any Internet-Draft, please check the
  24.    ``1id-abstracts.txt'' listing contained in the Internet- Drafts
  25.    Shadow Directories on ftp.is.co.za (Africa), nic.nordu.net (Europe),
  26.    munnari.oz.au (Pacific Rim), ds.internic.net (US East Coast), or
  27.    ftp.isi.edu (US West Coast).
  28.  
  29.    Distribution of this memo is unlimited. Please send comments to the
  30.    author.
  31.  
  32. 1. Introduction
  33.  
  34.    This memo specifies a frame format for transmission of IPv6 [IPV6]
  35.    packets and the method of forming IPv6 link-local addresses on ARCnet
  36.    networks. It also specifies the content of the Source/Target Link-
  37.    layer Address option used by the Router Solicitation, Router
  38.    Advertisement, Neighbor Solicitation, and Neighbor Advertisement
  39.    messages described in [DISC], when those messages are transmitted on
  40.    an ARCnet.
  41.  
  42. 2. Frame Format
  43.  
  44.    IPv6 packets are link layer fragmented and reassembled according to
  45.    [PHDS]. A brief but sufficient discussion of this fragmentation
  46.    method can be found in [ARCIP4].
  47.  
  48.    The protocol id used is hexadecimal 0xD4, the same as for IPv4. IPv6
  49.    packets are recognized by looking at the version number in the high
  50.  
  51.  
  52.  
  53. Souvatzis               Expires 1 February 1998         [Page 1]
  54.  
  55. INTERNET-DRAFT          IPv6 Datagrams on ARCnet           1 August 1997
  56.  
  57.  
  58.    half of the first octet of the data, which is 4 for IPv4 and 6 for
  59.    IPv6.
  60.  
  61. 3. Maximum Transmission Unit
  62.  
  63.    The maximum IPv6 packet length possible using this encapsulation
  64.    method is 60,480 octets. Since this length is impractical, all ARCnet
  65.    implementations on a given ARCnet network will need to agree on a
  66.    smaller value. In the presence of a router, this size should be
  67.    reduced by a Router Advertisement [DISC] containing an MTU option, or
  68.    by manual configuration of each node. If a Router Advertisement is
  69.    received with an MTU option specifying an MTU larger than 60480, or
  70.    larger than a manually configured value less than 60480, that MTU
  71.    option must be ignored.
  72.  
  73.    In any case, implementations must be able to send and receive IPv6
  74.    datagrams up to 576 octets in length, and are strongly encouraged to
  75.    handle IPv6 datagrams up to 1500 octets in length.
  76.  
  77.    Implementations may accept arriving IPv6 datagrams which are larger
  78.    than their configured maximum transmission unit.  They are not
  79.    required to discard such datagrams.
  80.  
  81. 4. Stateless Auto-configuration
  82.  
  83.    The Interface Identifier [AARCH] for an ARCnet interface is based on
  84.    the EUI-64 identifier [EUI64] derived from the interface's configured
  85.    8-bit address. The EUI-64 is formed by taking the 8 bit configured
  86.    interface address and zero filling it to the left.
  87.  
  88.    For example, for an ARCnet interface with the configured hexidecimal
  89.    address of 0x49 this results in the following identifier:
  90.  
  91.    |0              1|1              3|3              4|4              6|
  92.    |0              5|6              1|2              7|8              3|
  93.    +----------------+----------------+----------------+----------------+
  94.    |0000000000000000|0000000000000000|0000000000000000|0000000001001001|
  95.    +----------------+----------------+----------------+----------------+
  96.  
  97.    Note that this results in the universal/local bit set to "0" to
  98.    indicate local scope.
  99.  
  100.    An IPv6 address prefix used for stateless auto-configuration of an
  101.    ARCnet interface must have a length of 64 bits.
  102.  
  103. 5. Link-Local Addresses
  104.  
  105.    The IPv6 link-local address [AARCH] for an Ethernet interface is
  106.  
  107.  
  108.  
  109. Souvatzis               Expires 1 February 1998         [Page 2]
  110.  
  111. INTERNET-DRAFT          IPv6 Datagrams on ARCnet           1 August 1997
  112.  
  113.  
  114.    formed by appending the Interface Identifier, as defined above, to
  115.    the prefix FE80::/64.
  116.  
  117.  
  118.     10 bits            54 bits                  64 bits
  119.    +----------+-----------------------+----------------------------+
  120.    |1111111010|         (zeros)       |    Interface Identifier    |
  121.    +----------+-----------------------+----------------------------+
  122.  
  123. 6. Address Mapping -- Unicast
  124.  
  125.    The procedure for mapping IPv6 addresses into ARCnet link-layer
  126.    addresses is described in [DISC]. The Source/Target link layer
  127.    Address option has the following form when the link layer is ARCnet.
  128.  
  129.                      0                   1
  130.                      0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
  131.                     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  132.                     |     Type      |    Length     |
  133.                     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  134.                     |ARCnet address |               |
  135.                     +---------------+              -+
  136.                     |                               |
  137.                     +-    5 octets of padding      -+
  138.                     |                               |
  139.                     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  140.  
  141.    Option fields:
  142.  
  143.    Type            1 for Source Link-layer address.
  144.                    2 for Target Link-layer address.
  145.    Length          1 (in units of 8 octets).
  146.  
  147.    ARCnet address  The 8 bit ARCnet address, in canonical bit order.
  148.  
  149. 7. Address Mapping -- Multicast
  150.  
  151.    As ARCnet only provides 1 multicast address (hex 0x00), all IPv6
  152.    multicast packets must be mapped to this address.
  153.  
  154. 8. Security Considerations
  155.  
  156.    The method of derivation of Interface Identifiers from ARCnet
  157.    addresses is intended to preserve local uniqueness when possible.
  158.    However, there is no protection from duplication through accident or
  159.    forgery.
  160.  
  161. 9. References
  162.  
  163.  
  164.  
  165. Souvatzis               Expires 1 February 1998         [Page 3]
  166.  
  167. INTERNET-DRAFT          IPv6 Datagrams on ARCnet           1 August 1997
  168.  
  169.  
  170.    [AARCH]   Hinden, R., and S. Deering, "IP Version 6 Addressing Archi-
  171.              tecture", Currently draft-ietf-ipngwg-addr-arch-v2-02.txt.
  172.  
  173.  
  174.    [ARCIPV4] Provan, D., "Transmitting IP Traffic over ARCNET Networks",
  175.              RFC1201, Novell, Inc., February 1991.
  176.  
  177.  
  178.    [CONF]    Thomson, S., and T. Narten, "IPv6 Stateless Address Auto-
  179.              configuration", RFC 1971, August 1996.
  180.  
  181.  
  182.    [DISC]    Narten, T., Nordmark, E., and W. Simpson, "Neighbor
  183.              Discovery for IP Version 6 (IPv6)", RFC 1970, August 1996.
  184.  
  185.  
  186.    [EUI64]   "64-Bit Global Identifier Format Tutorial",
  187.              http://standards.ieee.org/db/oui/tutorials/EUI64.html.
  188.  
  189.  
  190.    [IPV6]    S. Deering, R. Hinden, Internet Protocol, Version 6 (IPv6)
  191.              Specification.  RFC1883.
  192.  
  193.  
  194.    [PHDS]    Novell, Inc., "ARCNET Packet Header Definition Standard",
  195.              Novell, Inc., November 1989.
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. Souvatzis               Expires 1 February 1998         [Page 4]
  222.  
  223. INTERNET-DRAFT          IPv6 Datagrams on ARCnet           1 August 1997
  224.  
  225.  
  226. 10. Author's Address
  227.  
  228.              Ignatios Souvatzis
  229.              The NetBSD Project
  230.              Stationenweg 29
  231.              D-53332 Bornheim
  232.              Germany
  233.  
  234.              Phone (work): +49 (228) 734316
  235.  
  236.              EMail: is@netbsd.org
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277. Souvatzis               Expires 1 February 1998         [Page 5]
  278.  
  279.