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-trans-fddi-net-02.txt < prev    next >
Text File  |  1997-07-28  |  17KB  |  447 lines

  1.  
  2. IPng Working Group                                         Matt Crawford
  3. Internet Draft                                                  Fermilab
  4.                                                            July 18, 1997
  5.  
  6.               Transmission of IPv6 Packets over FDDI Networks
  7.                  <draft-ietf-ipngwg-trans-fddi-net-02.txt>
  8.  
  9.  
  10. Status of this Memo
  11.  
  12.     This document is an Internet Draft.  Internet Drafts are working
  13.     documents of the Internet Engineering Task Force (IETF), its Areas,
  14.     and its Working Groups.  Note that other groups may also distribute
  15.     working documents as Internet Drafts.
  16.  
  17.     Internet Drafts are draft documents valid for a maximum of six
  18.     months.  Internet Drafts may be updated, replaced, or obsoleted by
  19.     other documents at any time.  It is not appropriate to use Internet
  20.     Drafts as reference material or to cite them other than as a
  21.     "working draft" or "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 Shadow
  25.     Directories on ds.internic.net (US East Coast), nic.nordu.net
  26.     (Europe), ftp.isi.edu (US  West  Coast), or munnari.oz.au (Pacific
  27.     Rim).
  28.  
  29.     Distribution of this memo is unlimited.
  30.  
  31.  
  32.  
  33. 1.  Introduction
  34.  
  35.     This memo specifies the MTU and frame format for transmission of
  36.     IPv6 packets on FDDI networks, including a method for MTU
  37.     determination in the presence of 802.1d bridges to other media.  It
  38.     also specifies the method of forming IPv6 link-local addresses on
  39.     FDDI networks and the content of the Source/Target Link-layer
  40.     Address option used the Router Solicitation, Router Advertisement,
  41.     Neighbor Solicitation, Neighbor Advertisement and Redirect messages
  42.     when those messages are transmitted on an FDDI network.
  43.  
  44.     This document replaces RFC 2019, "Transmission of IPv6 Packets Over
  45.     FDDI", which will become historic.
  46.  
  47.     The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
  48.     "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
  49.     document are to be interpreted as described in [KWORD].
  50.  
  51.  
  52.  
  53. Expires January 18, 1998        Crawford                        [Page 1]
  54.  
  55. Internet Draft               IPv6 Over FDDI                July 18, 1997
  56.  
  57.  
  58. 2.  Maximum Transmission Unit
  59.  
  60.     FDDI permits a frame length of 4500 octets (9000 symbols), including
  61.     at least 22 octets (44 symbols) of Data Link encapsulation when
  62.     long-format addresses are used.  Subtracting 8 octets of LLC/SNAP
  63.     header, this would, in principle, allow the IPv6 [IPV6] packet in
  64.     the Information field to be up to 4470 octets.  However, it is
  65.     desirable to allow for the variable sizes and possible future
  66.     extensions of the MAC header and frame status fields.  The default
  67.     MTU size for IPv6 packets on an FDDI network is therefore 4352
  68.     octets.  This size may be reduced by a Router Advertisement [DISC]
  69.     containing an MTU option which specifies a smaller MTU, or by manual
  70.     configuration of each node.  If a Router Advertisement received on
  71.     an FDDI interface has an MTU option specifying an MTU larger than
  72.     4352, or larger than a manually configured value, that MTU option
  73.     may be logged to system management but must be otherwise ignored.
  74.  
  75.     For purposes of this document, information received from DHCP is
  76.     considered "manually configured" and the term FDDI includes CDDI.
  77.  
  78.  
  79. 3.  Frame Format
  80.  
  81.     FDDI provides both synchronous and asynchronous transmission, with
  82.     the latter class further subdivided by the use of restricted and
  83.     unrestricted tokens.  Only asynchronous transmission with
  84.     unrestricted tokens is required for FDDI interoperability.
  85.     Accordingly, IPv6 packets shall be sent in asynchronous frames using
  86.     unrestricted tokens.  The robustness principle dictates that nodes
  87.     should be able to receive synchronous frames and asynchronous frames
  88.     sent using restricted tokens.
  89.  
  90.     IPv6 packets are transmitted in LLC/SNAP frames, using long-format
  91.     (48 bit) addresses.  The data field contains the IPv6 header and
  92.     payload and is followed by the FDDI Frame Check Sequence, Ending
  93.     Delimiter, and Frame Status symbols.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. Expires January 18, 1998        Crawford                        [Page 2]
  110.  
  111. Internet Draft               IPv6 Over FDDI                July 18, 1997
  112.  
  113.  
  114.  
  115.                       0                   1
  116.                       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
  117.                                      +-+-+-+-+-+-+-+-+
  118.                                      |      FC       |
  119.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  120.                      |          Destination          |
  121.                      +-                             -+
  122.                      |             FDDI              |
  123.                      +-                             -+
  124.                      |            Address            |
  125.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  126.                      |            Source             |
  127.                      +-                             -+
  128.                      |             FDDI              |
  129.                      +-                             -+
  130.                      |            Address            |
  131.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  132.                      |     DSAP      |     SSAP      |
  133.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  134.                      |      CTL      |      OUI ...  |
  135.                      +-+-+-+-+-+-+-+-+               +
  136.                      |          ... OUI              |
  137.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  138.                      |           Ethertype           |
  139.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  140.                      |             IPv6              |
  141.                      +-                             -+
  142.                      |            header             |
  143.                      +-                             -+
  144.                      |             and               |
  145.                      +-                             -+
  146.                      /            payload ...        /
  147.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  148.  
  149.     (Each tic mark represents one bit.)
  150.  
  151.     FDDI Header Fields:
  152.  
  153.     FC          The Frame Code must be in the range 50 to 57
  154.                 hexadecimal, inclusive, with the three low order bits
  155.                 indicating the frame priority.  The Frame Code should be
  156.                 in the range 51 to 57 hexadecimal, inclusive, for
  157.                 reasons given in the next section.
  158.  
  159.     DSAP, SSAP  Both the DSAP and SSAP fields shall contain the value AA
  160.                 hexadecimal, indicating SNAP encapsulation.
  161.  
  162.  
  163.  
  164.  
  165. Expires January 18, 1998        Crawford                        [Page 3]
  166.  
  167. Internet Draft               IPv6 Over FDDI                July 18, 1997
  168.  
  169.  
  170.     CTL         The Control field shall be set to 03 hexadecimal,
  171.                 indicating Unnumbered Information.
  172.  
  173.     OUI         The Organizationally Unique Identifier shall be set to
  174.                 000000 hexadecimal.
  175.  
  176.     Ethertype   The ethernet protocol type ("ethertype") shall be set to
  177.                 the value 86DD hexadecimal.
  178.  
  179.  
  180. 4.  Interaction with Bridges
  181.  
  182.     802.1d MAC bridges which connect different media, for example
  183.     Ethernet and FDDI, have become very widespread.  Some of them do
  184.     IPv4 packet fragmentation and/or support IPv4 Path MTU discovery
  185.     [PMTU], many others do not, or do so incorrectly.  Use of IPv6 in a
  186.     bridged mixed-media environment should not depend on support from
  187.     MAC bridges.
  188.  
  189.     For correct operation when mixed media are bridged together, the
  190.     smallest MTU of all the media must be advertised by routers in an
  191.     MTU option.  If there are no routers present, this MTU must be
  192.     manually configured in each node which is connected to a medium with
  193.     larger default MTU.  Multicast packets on such a bridged network
  194.     must not be larger than the smallest MTU of any of the bridged
  195.     media.  Often, the subnetwork topology will support larger unicast
  196.     packets to be exchanged between certain pairs of nodes.  To take
  197.     advantage of high-MTU paths when possible, nodes transmitting IPv6
  198.     on FDDI should implement the following simple mechanism for "FDDI
  199.     adjacency detection".
  200.  
  201.     A node which implements FDDI adjacency detection and has it enabled
  202.     on an FDDI interface must set a non-zero LLC priority in all
  203.     Neighbor Advertisement, Neighbor Solicitation and, if applicable,
  204.     Router Advertisement frames transmitted on that interface.  (In IEEE
  205.     802 language, the user_priority parameter of the M_UNITDATA.request
  206.     primitive must not be zero.)  If FDDI adjacency detection has been
  207.     disabled on an FDDI interface, the priority field of those frames
  208.     must be zero.
  209.  
  210.     Note that an IPv6 frame which originated on an Ethernet, or
  211.     traversed an Ethernet, before being translated by an 802.1d bridge
  212.     and delivered to a node's FDDI interface will have zero in the
  213.     priority field, as required by [BRIDGE].  (There's a fine point
  214.     here: a conforming bridge may provide a management-settable Outbound
  215.     User Priority parameter for each port.  However, the author is
  216.     unaware of any product that provides this optional capability and,
  217.     in any case, when the parameter is available its default value is
  218.  
  219.  
  220.  
  221. Expires January 18, 1998        Crawford                        [Page 4]
  222.  
  223. Internet Draft               IPv6 Over FDDI                July 18, 1997
  224.  
  225.  
  226.     zero.)
  227.  
  228.     If a node N1 receives, in an FDDI frame with a non-zero LLC
  229.     priority, a valid Router Advertisement, Neighbor Advertisement, or
  230.     Neighbor Solicitation from a node N2, then N1 may send unicast IPv6
  231.     packets to N2 with sizes up to the default IPv6 FDDI MTU (4352
  232.     octets), regardless of any smaller MTU configured manually or
  233.     received in a Router Advertisement MTU option.  N2 may be the IPv6
  234.     destination or the next hop router to the destination.
  235.  
  236.     Nodes implementing FDDI adjacency detection must provide a
  237.     configuration option to disable the mechanism.  This option may be
  238.     used when a smaller MTU is desired for reasons other than mixed-
  239.     media bridging.  By default, FDDI adjacency detection should be
  240.     enabled.
  241.  
  242.     The only contemplated use of the LLC priority field of the FC octet
  243.     is to aid in per-destination MTU determination.  It would be
  244.     sufficient for that purpose to require only that Router
  245.     Advertisements, Neighbor Advertisements, and Neighbor Solicitations
  246.     sent on FDDI always have non-zero priority.  However, it may be
  247.     simpler or more useful to transmit all IPv6 packets on FDDI with
  248.     non-zero priority.
  249.  
  250.  
  251. 5.  Stateless Autoconfiguration
  252.  
  253.     The Interface Identifier [AARCH] for an FDDI interface is based on
  254.     the EUI-64 identifier [EUI64] derived from the interface's built-in
  255.     48-bit IEEE 802 address.  The EUI-64 is formed as follows.
  256.     (Canonical bit order is assumed throughout.)
  257.  
  258.     The OUI of the FDDI MAC address (the first three octets) becomes the
  259.     company_id of the EUI-64 (the first three octets).  The fourth and
  260.     fifth octets of the EUI are set to the fixed value FFFE hexadecimal.
  261.     The last three octets of the FDDI MAC address become the last three
  262.     octets of the EUI-64.
  263.  
  264.     The Interface Identifier is then formed from the EUI-64 by
  265.     complementing the "Universal/Local" (U/L) bit, which is the next-
  266.     to-lowest order bit of the first octet of the EUI-64.  For futher
  267.     discussion on this point, see [ETHER] and [AARCH].
  268.  
  269.     For example, the Interface Identifier for an FDDI interface whose
  270.     built-in address is, in hexadecimal,
  271.  
  272.                              34-56-78-9A-BC-DE
  273.  
  274.  
  275.  
  276.  
  277. Expires January 18, 1998        Crawford                        [Page 5]
  278.  
  279. Internet Draft               IPv6 Over FDDI                July 18, 1997
  280.  
  281.  
  282.     would be
  283.  
  284.                           36-56-78-FF-FE-9A-BC-DE.
  285.  
  286.     A different MAC address set manually or by software should not be
  287.     used to derive the Interface Identifier.  If such a MAC address must
  288.     be used, its global uniqueness property should be reflected in the
  289.     value of the U/L bit.
  290.  
  291.     An IPv6 address prefix used for stateless autoconfiguration [AARCH]
  292.     of an FDDI interface must have a length of 64 bits.
  293.  
  294.  
  295. 6.  Link-Local Addresses
  296.  
  297.     The IPv6 link-local address [AARCH] for an FDDI interface is formed
  298.     by appending the Interface Identifier, as defined above, to the
  299.     prefix FE80::/64.
  300.  
  301.        10 bits            54 bits                  64 bits
  302.      +----------+-----------------------+----------------------------+
  303.      |1111111010|         (zeros)       |    Interface Identifier    |
  304.      +----------+-----------------------+----------------------------+
  305.  
  306.  
  307.  
  308. 7.  Address Mapping -- Unicast
  309.  
  310.     The procedure for mapping IPv6 unicast addresses into FDDI link-
  311.     layer addresses is described in [DISC].  The Source/Target Link-
  312.     layer Address option has the following form when the link layer is
  313.     FDDI.
  314.  
  315.                       0                   1
  316.                       0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
  317.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  318.                      |     Type      |    Length     |
  319.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  320.                      |                               |
  321.                      +-            FDDI             -+
  322.                      |                               |
  323.                      +-           Address           -+
  324.                      |                               |
  325.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  326.  
  327.  
  328.     Option fields:
  329.  
  330.  
  331.  
  332.  
  333. Expires January 18, 1998        Crawford                        [Page 6]
  334.  
  335. Internet Draft               IPv6 Over FDDI                July 18, 1997
  336.  
  337.  
  338.     Type        1 for Source Link-layer address.
  339.                 2 for Target Link-layer address.
  340.  
  341.     Length      1 (in units of 8 octets).
  342.  
  343.     FDDI Address
  344.                 The 48 bit FDDI IEEE 802 address, in canonical bit
  345.                 order.  This is the address the interface currently
  346.                 responds to, and may be different from the built-in
  347.                 address used to derive the Interface Identifier.
  348.  
  349.  
  350. 8.  Address Mapping -- Multicast
  351.  
  352.     An IPv6 packet with a multicast destination address DST, consisting
  353.     of the sixteen octets DST[1] through DST[16], is transmitted to the
  354.     FDDI multicast address whose first two octets are the value 3333
  355.     hexadecimal and whose last four octets are the last four octets of
  356.     DST.
  357.  
  358.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  359.                      |0 0 1 1 0 0 1 1|0 0 1 1 0 0 1 1|
  360.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  361.                      |   DST[13]     |   DST[14]     |
  362.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  363.                      |   DST[15]     |   DST[16]     |
  364.                      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  365.  
  366.  
  367.  
  368. 9.  Security Considerations
  369.  
  370.     The method of derivation of Interface Identifiers from MAC addresses
  371.     is intended to preserve global uniqueness when possible.  However,
  372.     there is no protection from duplication through accident or forgery.
  373.  
  374.  
  375. 10.  Acknowledgments
  376.  
  377.     Erik Nordmark and Matt Thomas contributed to the method for
  378.     interaction with bridges.
  379.  
  380.  
  381. 11.  References
  382.  
  383.     [AARCH] R. Hinden, S. Deering "IP Version 6 Addressing
  384.             Architecture", Currently draft-ietf-ipngwg-addr-arch-v2-
  385.             02.txt.
  386.  
  387.  
  388.  
  389. Expires January 18, 1998        Crawford                        [Page 7]
  390.  
  391. Internet Draft               IPv6 Over FDDI                July 18, 1997
  392.  
  393.  
  394.     [ACONF] S. Thomson, T. Narten, "IPv6 Stateless Address
  395.             Autoconfiguration", RFC 1971.
  396.  
  397.  
  398.     [BRIDGE]ISO/IEC 10038 : 1993 [ANSI/IEEE Std 802.1D, 1993 Edition]
  399.             "Media access control (MAC) bridges."
  400.  
  401.  
  402.     [DISC]  T. Narten, E. Nordmark, W. A. Simpson, "Neighbor Discovery
  403.             for IP Version 6 (IPv6)", RFC 1970.
  404.  
  405.  
  406.     [ETHER] M. Crawford, "Transmission of IPv6 Packets over Ethernet
  407.             Networks", currently draft-ietf-ipngwg-trans-ethernet-
  408.             01.txt.
  409.  
  410.  
  411.     [EUI64] "64-Bit Global Identifier Format Tutorial",
  412.             http://standards.ieee.org/db/oui/tutorials/EUI64.html.
  413.  
  414.  
  415.     [IPV6]  S. Deering, R. Hinden, "Internet Protocol, Version 6 (IPv6)
  416.             Specification", RFC 1883.
  417.  
  418.  
  419.     [KWORD] S. Bradner, "Key words for use in RFCs to Indicate
  420.             Requirement Levels," RFC 2119.
  421.  
  422.  
  423.     [PMTU]  J. Mogul, S. Deering "Path MTU Discovery", RFC 1191.
  424.  
  425.  
  426. 12.  Author's Address
  427.  
  428.     Matt Crawford
  429.     Fermilab MS 368
  430.     PO Box 500
  431.     Batavia, IL 60510
  432.     USA
  433.  
  434.     Phone: +1 630 840-3461
  435.  
  436.     EMail: crawdad@fnal.gov
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445. Expires January 18, 1998        Crawford                        [Page 8]
  446.  
  447.