home *** CD-ROM | disk | FTP | other *** search
/ Internet Core Protocols / Oreilly-InternetCoreProtocols.iso / RFCs / rfc2590.txt < prev    next >
Encoding:
Text File  |  1999-10-14  |  41.9 KB  |  1,068 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                          A. Conta
  8. Request for Comments: 2590                                       Lucent
  9. Category: Standards Track                                      A. Malis
  10.                                                                  Ascend
  11.                                                              M. Mueller
  12.                                                                  Lucent
  13.                                                                May 1999
  14.  
  15.  
  16.          Transmission of IPv6 Packets over Frame Relay Networks
  17.                              Specification
  18.  
  19. Status of this Memo
  20.  
  21.    This document specifies an Internet standards track protocol for the
  22.    Internet community, and requests discussion and suggestions for
  23.    improvements.  Please refer to the current edition of the "Internet
  24.    Official Protocol Standards" (STD 1) for the standardization state
  25.    and status of this protocol.  Distribution of this memo is unlimited.
  26.  
  27. Copyright Notice
  28.  
  29.    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  30.  
  31. Abstract
  32.  
  33.    This memo describes mechanisms for the transmission of IPv6 packets
  34.    over Frame Relay networks.
  35.  
  36. Table of Contents
  37.  
  38.    1. Introduction.................................................2
  39.    2. Maximum Transmission Unit....................................3
  40.    3. Frame Format.................................................4
  41.    4. Stateless Autoconfiguration..................................5
  42.       4.1 Generating the MID field.................................7
  43.    5. Link-Local Address...........................................9
  44.    6. Address Mapping -- Unicast, Multicast........................9
  45.    7. Sending Neighbor Discovery Messages.........................14
  46.    8. Receiving Neighbor Discovery Messages.......................15
  47.    9. Security Considerations.....................................15
  48.    10. Acknowledgments............................................16
  49.    11. References.................................................16
  50.    12. Authors' Addresses.........................................18
  51.    13. Full Copyright Statement...................................19
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Conta, et al.               Standards Track                     [Page 1]
  59.  
  60. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  61.  
  62.  
  63. 1. Introduction
  64.  
  65.    This document specifies the frame format for transmission of IPv6
  66.    packets over Frame Relay networks, the method of forming IPv6 link-
  67.    local addresses on Frame Relay links, and the mapping of the IPv6
  68.    addresses to Frame Relay addresses.  It also specifies the content of
  69.    the Source/Target link-layer address option used in Neighbor
  70.    Discovery [ND] and Inverse Neighbor Discovery [IND] messages when
  71.    those messages are transmitted over a Frame Relay link.  It is part
  72.    of a set of specifications that define such IPv6 mechanisms for Non
  73.    Broadcast Multi Access (NBMA) media [IPv6-NBMA], [IPv6-ATM], and a
  74.    larger set that defines such mechanisms for specific link layers
  75.    [IPv6-ETH], [IPv6-FDDI], [IPv6-PPP], [IPv6-ATM], etc...
  76.  
  77.    The information in this document applies to Frame Relay devices which
  78.    serve as end stations (DTEs) on a public or private Frame Relay
  79.    network (for example, provided by a common carrier or PTT.) Frame
  80.    Relay end stations can be IPv6 hosts or routers. In this document
  81.    they are referred to as nodes.
  82.  
  83.    In a Frame Relay network, a number of virtual circuits form the
  84.    connections between the attached stations (nodes). The resulting set
  85.    of interconnected devices forms a private Frame Relay group which may
  86.    be either fully interconnected with a complete "mesh" of virtual
  87.    circuits, or only partially interconnected.  In either case, each
  88.    virtual circuit is uniquely identified at each Frame Relay interface
  89.    (card) by a Data Link Connection Identifier (DLCI).  In most
  90.    circumstances, DLCIs have strictly local significance at each Frame
  91.    Relay interface.
  92.  
  93.    A Frame Relay virtual circuit acts like a virtual-link (also referred
  94.    to as logical-link), with its own link parameters, distinct from the
  95.    parameters of other virtual circuits established on the same wire or
  96.    fiber. Such parameters are the input/output maximum frame size,
  97.    incoming/outgoing requested/agreed throughput, incoming/outgoing
  98.    acceptable throughput, incoming/outgoing burst size,
  99.    incoming/outgoing frame rate.
  100.  
  101.    By default a DLCI is 10 bits in length. Frame Relay specifications
  102.    define also 16, 17, or 23 bit DLCIs. The former is not used, while
  103.    the latter two are suggested for use with SVCs.
  104.  
  105.    Frame Relay virtual circuits can be created administratively as
  106.    Permanent Virtual Circuits -- PVCs -- or dynamically as Switched
  107.    Virtual Circuits -- SVCs.  The mechanisms defined in this document
  108.    are intended to apply to both permanent and switched Frame Relay
  109.    virtual circuits, whether they are point to point or point to multi-
  110.    point.
  111.  
  112.  
  113.  
  114. Conta, et al.               Standards Track                     [Page 2]
  115.  
  116. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  117.  
  118.  
  119.    The keywords MUST, MUST NOT, MAY, OPTIONAL, REQUIRED, RECOMMENDED,
  120.    SHALL, SHALL NOT, SHOULD, SHOULD NOT are to be interpreted as defined
  121.    in [RFC 2119].
  122.  
  123. 2. Maximum Transmission Unit
  124.  
  125.    The IPv6 minimum MTU is defined in [IPv6].
  126.  
  127.    In general, Frame Relay devices are configured to have a maximum
  128.    frame size of at least 1600 octets. Therefore, the default IPv6 MTU
  129.    size for a Frame Relay interface is considered to be 1592.
  130.  
  131.    A smaller than default frame size can be configured but of course not
  132.    smaller than the minimum IPv6 MTU.
  133.  
  134.    An adequate larger than default IPv6 MTU and Frame Relay frame size
  135.    can be configured to avoid fragmentation. The maximum frame size is
  136.    controlled by the CRC generation mechanisms employed at the HDLC
  137.    level. CRC16 will protect frames up to 4096 bytes in length, which
  138.    reduces the effective maximum frame size to approximately 4088 bytes.
  139.    A larger desired frame size (such as that used by FDDI or Token
  140.    Ring), would require the CRC32 mechanism, which is not yet widely
  141.    used and is not mandatory for frame relay systems conforming to Frame
  142.    Relay Forum and ITU-T standards.
  143.  
  144.    In general, if upper layers provide adequate error
  145.    protection/detection mechanisms, implementations may allow
  146.    configuring a Frame Relay link with a larger than 4080 octets frame
  147.    size but with a lesser error protection/detection mechanism at link
  148.    layer. However, because IPv6 relies on the upper and lower layer
  149.    error detection, configuring the IPv6 MTU to a value larger than 4080
  150.    is strongly discouraged.
  151.  
  152.    Although a Frame Relay circuit allows the definition of distinct
  153.    maximum frame sizes for input and output, for simplification
  154.    purposes, this specification assumes symmetry, i.e. the same MTU for
  155.    both input and output.
  156.  
  157.    Furthermore, implementations may limit the setting of the Frame Relay
  158.    maximum frame size to the interface (link, or card) level, which then
  159.    is enforced on all of the PVCs or SVCs on that interface (on that
  160.    link, or card). For an SVC, the maximum frame size parameter
  161.    negotiated during circuit setup will not exceed the configured
  162.    maximum frame size.
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Conta, et al.               Standards Track                     [Page 3]
  171.  
  172. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  173.  
  174.  
  175. 3. IPv6 Frame Format
  176.  
  177.    The IPv6 frame encapsulation for Frame Relay (for both PVCs and SVCs)
  178.    follows [ENCAPS], which allows a VC to carry IPv6 packets along with
  179.    other protocol packets. The NLPID frame format is used, in which the
  180.    IPv6 NLPID has a value of 0x8E:
  181.  
  182.             0                       1                       (Octets)
  183.            +-----------------------+-----------------------+
  184. (Octets)0  |                                               |
  185.            /                 Q.922 Address                 /
  186.            /            (length 'n' equals 2 or 4)         /
  187.            |                                               |
  188.            +-----------------------+-----------------------+
  189.         n  | Control (UI)  0x03    |      NLPID  0x8E      |  NLPID
  190.            +-----------------------+-----------------------+  indicating
  191.       n+2  |                       .                       |  IPv6
  192.            /                       .                       /
  193.            /                  IPv6 packet                  /
  194.            |                       .                       |
  195.            +-----------------------+-----------------------+
  196.            |                                               |
  197.            +                      FCS                      +
  198.            |                                               |
  199.            +-----------------------+-----------------------+
  200.  
  201.       "n" is the length of the Q.922 address which can be 2 or 4 octets.
  202.  
  203.       The Q.922 representation of a DLCI (in canonical order - the first
  204.       bit is stored in the least significant, i.e., the right-most bit
  205.       of a byte in memory) [CANON] is the following:
  206.  
  207.             7     6     5     4     3     2     1     0      (bit order)
  208.            +-----+-----+-----+-----+-----+-----+-----+-----+
  209. (octet) 0  |            DLCI(high order)       |  0  |  0  |
  210.            +-----+-----+-----+-----+-----+-----+-----+-----+
  211.         1  |  DLCI(low order)      |  0  |  0  |  0  |  1  |
  212.            +-----+-----+-----+-----+-----+-----+-----+-----+
  213.  
  214.               10 bits DLCI
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Conta, et al.               Standards Track                     [Page 4]
  227.  
  228. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  229.  
  230.  
  231.             7     6     5     4     3     2     1     0      (bit order)
  232.            +-----+-----+-----+-----+-----+-----+-----+-----+
  233. (octet) 0  |            DLCI(high order)       |  0  |  0  |
  234.            +-----+-----+-----+-----+-----+-----+-----+-----+
  235.         1  |  DLCI                 |  0  |  0  |  0  |  0  |
  236.            +-----+-----+-----+-----+-----+-----+-----+-----+
  237.         2  |             DLCI(low order)             |  0  |
  238.            +-----+-----+-----+-----+-----+-----+-----+-----+
  239.         3  |       unused (set to 0)           |  1  |  1  |
  240.            +-----+-----+-----+-----+-----+-----+-----+-----+
  241.  
  242.               17 bits DLCI
  243.  
  244.             7     6     5     4     3     2     1     0      (bit order)
  245.            +-----+-----+-----+-----+-----+-----+-----+-----+
  246. (octet) 0  |            DLCI(high order)       |  0  |  0  |
  247.            +-----+-----+-----+-----+-----+-----+-----+-----
  248.         1  |  DLCI                 |  0  |  0  |  0  |  0  |
  249.            +-----+-----+-----+-----+-----+-----+-----+-----+
  250.         2  |             DLCI                        |  0  |
  251.            +-----+-----+-----+-----+-----+-----+-----+-----+
  252.         3  |       DLCI (low order)            |  0  |  1  |
  253.            +-----+-----+-----+-----+-----+-----+-----+-----+
  254.  
  255.               23 bits DLCI
  256.  
  257.    The encapsulation of data or control messages exchanged by various
  258.    protocols that use SNAP encapsulation (with their own PIDs) is not
  259.    affected. The encoding of the IPv6 protocol identifier in such
  260.    messages MUST be done according to the specifications of those
  261.    protocols, and [ASSNUM].
  262.  
  263. 4. Stateless Autoconfiguration
  264.  
  265.    An interface identifier [AARCH] for an IPv6 Frame Relay interface
  266.    must be unique on a Frame Relay link [AARCH], and must be unique on
  267.    each of the virtual links represented by the VCs terminated on the
  268.    interface.
  269.  
  270.    The interface identifier for the Frame Relay interface is locally
  271.    generated by the IPv6 module.
  272.  
  273.    Each virtual circuit in a Frame Relay network is uniquely identified
  274.    on a Frame Relay interface by a DLCI. Furthermore, a DLCI can be seen
  275.    as an identification of the end point of a virtual circuit on a Frame
  276.    Relay interface. Since each Frame Relay VC is configured or
  277.    established separately, and acts like an independent virtual-link
  278.    from other VCs in the network, or on the interface, link, wire or
  279.  
  280.  
  281.  
  282. Conta, et al.               Standards Track                     [Page 5]
  283.  
  284. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  285.  
  286.  
  287.    fiber, it seems beneficial to view each VC's termination point on the
  288.    Frame Relay interface as a "pseudo-interface" or "logical-interface"
  289.    overlaid on the Frame Relay interface. Furthermore, it seems
  290.    beneficial to be able to generate and associate an IPv6
  291.    autoconfigured address (including an IPv6 link local address) to each
  292.    "pseudo-interface", i.e. end-point of a VC, i.e. to each DLCI on a
  293.    Frame Relay interface.
  294.  
  295.    In order to achieve the benefits described above, the mechanisms
  296.    specified in this document suggest constructing the Frame Relay
  297.    interface identifier from 3 distinct fields (Fig.1):
  298.  
  299.    (a)  The "EUI bits" field. Bits 6 and 7 of the first octet,
  300.         representing the EUI-64 "universal/local" and respectively
  301.         "individual/group" bits converted to IPv6 use. The former is set
  302.         to zero to reflect that the 64 bit interface identifier value
  303.         has local significance [AARCH]. The latter is set to 0 to
  304.         reflect the unicast address [AARCH].
  305.  
  306.    (b)  The "Mid" field. A 38 bit field which is generated with the
  307.         purpose of adding uniqueness to the interface identifier.
  308.  
  309.    (c)  The "DLCI" field. A 24 bit field that MAY hold a 10, 17, or 23
  310.         bit DLCI value which MUST be extended with 0's to 24 bits. A
  311.         DLCI based interface identifier -- which contains a valid DLCI
  312.         -- SHOULD be generated as a result of successfully establishing
  313.         a VC -- PVC or SVC.
  314.  
  315.         If a DLCI is not known, the field MUST be set to the
  316.         "unspecified DLCI" value which consists of setting each of the
  317.         24 bits to 1.
  318.  
  319.    Since DLCIs are local to a Frame Relay node, it is possible to have
  320.    Frame Relay distinct virtual circuits within a Frame Relay network
  321.    identified with the same DLCI values.
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. Conta, et al.               Standards Track                     [Page 6]
  339.  
  340. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  341.  
  342.  
  343.              7     6     5     4     3     2     1     0   (bit order)
  344.             +-----+-----+-----+-----+-----+-----+-----+-----+
  345. (Octets) 0  |                                   |"EUI bits" |
  346.             +                                   +-----+-----+
  347.          1  |                                               |
  348.             +                                               +
  349.          2  |                   "Mid"                       |
  350.             +                                               +
  351.          3  |                                               |
  352.             +                                               +
  353.          4  |                                               |
  354.             +-----+-----+-----+-----+-----+-----+-----+-----+
  355.          5  |                                               |
  356.             +                                               +
  357.          6  |                   "DLCI"                      |
  358.             +                                               +
  359.          7  |                                               |
  360.             +-----+-----+-----+-----+-----+-----+-----+-----+
  361.  
  362.             Fig.1 Frame Relay Pseudo-Interface Identifier
  363.  
  364.    The Duplicate Address Detection specified in [AUTOCONF] is used
  365.    repeatedly during the interface identifier and local-link address
  366.    generation process, until the generated identifier and consequently
  367.    the link-local address on the link -- VC -- are unique.
  368.  
  369. 4.1  Generating the "Mid" field.
  370.  
  371.    The "Mid" can be generated in multiple ways. This specification
  372.    suggests two mechanisms:
  373.  
  374.  (b.1)  "Use of Local Administrative Numbers"
  375.  
  376.         The "Mid" is filled with the result of merging:
  377.  
  378.    (b.1.1)  A random number of 6 bits in length (Fig.2).
  379.  
  380.  
  381.    (b.1.2)  The Frame Relay Node Identifier -- 16 bits -- is a user
  382.             administered value used to locally identify a Frame Relay
  383.             node (Fig.2).
  384.  
  385.    (b.1.3)  The Frame Relay Link Identifier -- 16 bits -- is a numerical
  386.             representation of the Frame Relay interface or link (Fig.2).
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. Conta, et al.               Standards Track                     [Page 7]
  395.  
  396. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  397.  
  398.  
  399.              7     6     5     4     3     2     1     0  (bit order)
  400.             +-----+-----+-----+-----+-----+-----+-----+-----+
  401. (Octets) 0  |          Random Number            |    MBZ    |
  402.             +-----------------------------------+-----+-----+
  403.          1  |                                               |
  404.             +          Frame Relay Node Identifier          +
  405.          2  |                                               |
  406.             +-----+-----+-----+-----+-----+-----+-----+-----+
  407.          3  |                                               |
  408.             +          Frame Relay Link Identifier          +
  409.          4  |                                               |
  410.             +-----+-----+-----+-----+-----+-----+-----+-----+
  411.          5  |                                               |
  412.             +                                               +
  413.          6  |                    "DLCI"                     |
  414.             +                                               +
  415.          7  |                                               |
  416.             +-----+-----+-----+-----+-----+-----+-----+-----+
  417.  
  418.             Fig.2  Frame Relay Pseudo-Interface Identifier
  419.  
  420.    or,
  421.  
  422.  (b.2)  "Use of The Frame Relay address - E.164 [E164], X.121
  423.        [X25] numbers, or NSAP [NSAP] address"
  424.  
  425.        If a Frame Relay interface has an E.164 or a X.121 number, or an
  426.        NSAP address, the "Mid" field MUST be filled in with a number
  427.        resulted from it as follows:  the number represented by the BCD
  428.        encoding of the E.164 or X.121 number, or the binary encoding of
  429.        the NSAP address is truncated to 38 bits (Fig.3). Since the Frame
  430.        Relay interface identifier has a "local" significance, the use of
  431.        such a value has no real practical purposes other than adding to
  432.        the uniqueness of the interface identifier on the link. Therefore
  433.        the truncation can be performed on the high order or low order
  434.        bits. If the high order bits truncation does not provide
  435.        uniqueness on the link -- perhaps the DLCI value is not unique --
  436.        this most likely means that the VC spans more for instance than a
  437.        national and/or international destination area for an E.164
  438.        number, and therefore the truncation of the low order bits should
  439.        be performed next, which most likely will provide the desired
  440.        uniqueness.
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Conta, et al.               Standards Track                     [Page 8]
  451.  
  452. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  453.  
  454.  
  455.              7     6     5     4     3     2     1     0     (bit order)
  456.             +-----+-----+-----+-----+-----+-----+-----+-----+
  457. (Octets) 0  |                                   |    MBZ    |
  458.             +                                   +-----+-----+
  459.          1  |                                               |
  460.             +          E.164, X.121 (BCD encoding)          +
  461.          2  |               or NSAP Address                 |
  462.             +                                               +
  463.          3  |            (truncated to 38 bits)             |
  464.             +                                               +
  465.          4  |                                               |
  466.             +-----+-----+-----+-----+-----+-----+-----+-----+
  467.          5  |                                               |
  468.             +                                               +
  469.          6  |                    "DLCI"                     |
  470.             +                                               +
  471.          7  |                                               |
  472.             +-----+-----+-----+-----+-----+-----+-----+-----+
  473.  
  474.             Fig.3   Frame Relay (Pseudo) Interface Identifier
  475.  
  476. 5. Link-Local Addresses
  477.  
  478.    The IPv6 link-local address [AARCH] for an IPv6 Frame Relay interface
  479.    is formed by appending the interface identifier, formed as defined
  480.    above, to the prefix FE80::/64 [AARCH].
  481.  
  482.        10 bits            54 bits                  64 bits
  483.      +----------+-----------------------+----------------------------+
  484.      |1111111010|         (zeros)       |Frame Relay Interface Ident.|
  485.      +----------+-----------------------+----------------------------+
  486.  
  487. 6. Address Mapping -- Unicast, Multicast
  488.  
  489.    The procedure for mapping IPv6 addresses to link-layer addresses is
  490.    described in [IPv6-ND]. Additionally, extensions to Neighbor
  491.    Discovery (ND) that allow the mapping of link-layer addresses to IPv6
  492.    addresses are defined as Inverse Neighbor Discovery (IND) in [IND].
  493.    This document defines the formats of the link-layer address fields
  494.    used by ND and IND. This specification does not define an algorithmic
  495.    mapping of IPv6 multicast addresses to Frame Relay link-layer
  496.    addresses.
  497.  
  498.    The Source/Target Link-layer Address option used in Neighbor
  499.    Discovery and Inverse Neighbor Discovery messages for a Frame Relay
  500.    link follows the general rules defined by [IPv6-ND]. IPv6 addresses
  501.    can map two type of identifiers equivalent to link-layer addresses:
  502.  
  503.  
  504.  
  505.  
  506. Conta, et al.               Standards Track                     [Page 9]
  507.  
  508. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  509.  
  510.  
  511.    DLCIs, and Frame Relay Addresses.  Therefore, for Frame Relay, this
  512.    document defines two distinct formats for the ND and IND messages
  513.    Link-Layer Address field:
  514.  
  515.    (a)  DLCI Format -- used in ND and/or IND messages on VCs that were
  516.         established prior to the ND or IND message exchange --  mostly
  517.         PVCs. The use on SVCs makes sense with Inverse Neighbor
  518.         Discovery [IND] messages if IND is employed after the successful
  519.         establishing of an SVC to gather information about other IPv6
  520.         addresses assigned to the remote node and that SVC.
  521.  
  522.    (b)  Frame Relay Address Format -- used mostly prior to establishing
  523.         a new SVC, to get the  Frame Relay remote node identifier
  524.         (link-layer address) mapping to a certain IPv6 address.
  525.  
  526.         Note: An implementation may hold both types of link layer
  527.         identifiers in the Neighbor Discovery cache. Additionally, in
  528.         case of multiple VCs between two nodes, one node's Neighbor
  529.         Discovery cache may hold a mapping of one of the remote node's
  530.         IPv6 addresses to each and every DLCI identifying the VCs.
  531.  
  532.         The mechanisms which in such an implementation would make the
  533.         distinction between the Neighbor Discovery Cache mapping of an
  534.         IPv6 address to a "Frame Relay Address Format" and a "DLCI
  535.         Format" link-layer address, or among several mappings to a "DLCI
  536.         Format" addresses are beyond the scope of this specification.
  537.  
  538.         The use of the override "O" bit in the advertisement messages
  539.         that contain the above Link-Layer Address formats SHOULD be
  540.         consistent with the [ND] specifications. Additionally, there
  541.         should be consistency related to the type of Link-Layer Address
  542.         format: an implementation should override one address format in
  543.         its Neighbor Discovery cache with the same type of address
  544.         format.
  545.  
  546.    The "DLCI Format" is defined as follows:
  547.  
  548.               7     6     5     4     3     2     1     0    (bit order)
  549.              +-----+-----+-----+-----+-----+-----+-----+-----+
  550.           0  |                      Type                     |
  551.              +-----+-----+-----+-----+-----+-----+-----+-----+
  552.           1  |                     Length                    |
  553.              +-----+-----+-----+-----+-----+-----+-----+-----+
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562. Conta, et al.               Standards Track                    [Page 10]
  563.  
  564. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  565.  
  566.  
  567.    with a DLCI (Q.922 address) encoded as option value:
  568.  
  569.               7     6     5     4     3     2     1     0    (bit order)
  570.              +-----+-----+-----+-----+-----+-----+-----+-----+
  571.           2  |                                   |  1  |  1  |
  572.              +              unused               +-----+-----+
  573.           3  |                                               |
  574.              +-----+-----+-----+-----+-----+-----+-----+-----+
  575.           4  |            DLCI(high order)       |  0  |  0  |
  576.              +-----+-----+-----+-----+-----+-----+-----+-----+
  577.           5  |  DLCI(low order)      |  0  |  0  |  0  |  1  |
  578.              +-----+-----+-----+-----+-----+-----+-----+-----+
  579.           6  |                                               |
  580.              +                   Padding                     +
  581.           7  |                   (zeros)                     |
  582.              +-----+-----+-----+-----+-----+-----+-----+-----+
  583.  
  584.                  10 bits DLCI
  585.  
  586.               7     6     5     4     3     2     1     0    (bit order)
  587.              +-----+-----+-----+-----+-----+-----+-----+-----+
  588.           2  |                                   |  1  |  1  |
  589.              +              unused               +-----+-----+
  590.           3  |                                               |
  591.              +-----+-----+-----+-----+-----+-----+-----+-----+
  592.           4  |            DLCI(high order)       |  0  |  0  |
  593.              +-----+-----+-----+-----+-----+-----+-----+-----+
  594.           5  |  DLCI                 |  0  |  0  |  0  |  0  |
  595.              +-----+-----+-----+-----+-----+-----+-----+-----+
  596.           6  |             DLCI(low order)             |  0  |
  597.              +-----+-----+-----+-----+-----+-----+-----+-----+
  598.           7  |       unused (set to 0)           |  1  |  1  |
  599.              +-----+-----+-----+-----+-----+-----+-----+-----+
  600.  
  601.                  17 bits DLCI
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618. Conta, et al.               Standards Track                    [Page 11]
  619.  
  620. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  621.  
  622.  
  623.               7     6     5     4     3     2     1     0    (bit order)
  624.              +-----+-----+-----+-----+-----+-----+-----+-----+
  625.           2  |                                   |  1  |  1  |
  626.              +              unused               +-----+-----+
  627.           3  |                                               |
  628.              +-----+-----+-----+-----+-----+-----+-----+-----+
  629.           4  |            DLCI(high order)       |  0  |  0  |
  630.              +-----+-----+-----+-----+-----+-----+-----+-----
  631.           5  |  DLCI                 |  0  |  0  |  0  |  0  |
  632.              +-----+-----+-----+-----+-----+-----+-----+-----+
  633.           6  |             DLCI                        |  0  |
  634.              +-----+-----+-----+-----+-----+-----+-----+-----+
  635.           7  |       DLCI (low order)            |  0  |  1  |
  636.              +-----+-----+-----+-----+-----+-----+-----+-----+
  637.  
  638.                  23 bits DLCI
  639.  
  640.  
  641.      Option fields:
  642.  
  643.         Type        1 for Source Link-layer address.
  644.                     2 for Target Link-layer address.
  645.  
  646.         Length      The Length of the Option (including the Type
  647.                     and Length fields) in units of 8 octets.
  648.                     It has the value 1.
  649.  
  650.         Link-Layer Address        The DLCI encoded as a Q.922 address.
  651.  
  652.       Description
  653.  
  654.         The "DLCI Format" option value field has two components:
  655.  
  656.  
  657.         (a)  Address Type -- encoded in the first two bits of the first
  658.              two octets. Both bits are set to 1 to indicate the DLCI
  659.              format. The rest of the bits in the two first octets are
  660.              not used -- they MUST be set to zero on transmit and MUST
  661.              be ignored by the receiver.
  662.  
  663.         (b)  DLCI -- encoded as a Q.922 address padded with zeros to the
  664.              last octet of the 6 octets available for the entire Link-
  665.              Layer Address field of this format.
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674. Conta, et al.               Standards Track                    [Page 12]
  675.  
  676. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  677.  
  678.  
  679.    The "Frame Relay Address Format" is defined as follows:
  680.  
  681.               7     6     5     4     3     2     1     0    (bit order)
  682.              +-----+-----+-----+-----+-----+-----+-----+-----+
  683.           0  |                      Type                     |
  684.              +-----+-----+-----+-----+-----+-----+-----+-----+
  685.           1  |                     Length                    |
  686.              +-----+-----+-----+-----+-----+-----+-----+-----+
  687.  
  688.    with an E.164, X.121, number or NSAP  address encoded as option
  689.    value:
  690.  
  691.               7     6     5     4     3     2     1     0    (bit order)
  692.              +-----+-----+-----+-----+-----+-----+-----+-----+
  693.           2  |             size                  |  1  |  0  |
  694.              +-----+-----+-----+-----+-----+-----+-----+-----+
  695.           3  |            E.164 or X.121, or NSAP            |
  696.              +---          Address Family Number          ---+
  697.           4  |               (Assigned Number)               |
  698.              +-----+-----+-----+-----+-----+-----+-----+-----+
  699.           5  |                                               |
  700.              /       E.164, or X.121 number (BCD encoded)    /
  701.              /               or  NSAP address                /
  702.       4+size |                                               |
  703.              +-----+-----+-----+-----+-----+-----+-----+-----+
  704.       5+size |                                               |
  705.              /                    Padding                    /
  706.              /                    (zeros)                    /
  707.    8*Length-1|                                               |
  708.              +-----+-----+-----+-----+-----+-----+-----+-----+
  709.  
  710.  
  711.       Option fields:
  712.  
  713.         Type        1 for Source Link-layer address.
  714.                     2 for Target Link-layer address.
  715.  
  716.         Length      The length of the Option (including the
  717.                     Type and Length fields) in units of 8 octet.
  718.                     It may have the value:
  719.  
  720.                      2 -- for E.164, or X.121 numbers or NSAP
  721.                           addresses not longer than 11 octets
  722.                           [E164], [X25], [NSAP].
  723.  
  724.                      3 -- for NSAP addresses longer than 11 but
  725.                           not longer than 19 octets.
  726.  
  727.  
  728.  
  729.  
  730. Conta, et al.               Standards Track                    [Page 13]
  731.  
  732. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  733.  
  734.  
  735.                      4 -- for NSAP addresses longer than 19 octets
  736.                           (not longer than the maximum NSAP address
  737.                           length) [NSAP].
  738.  
  739.         Link-Layer Address       The E.164, X.121, number encoded in
  740.                                  Binary Coded Decimal (BCD), or the NSAP
  741.                                  address.
  742.  
  743.    Description
  744.  
  745.      The "Frame Relay Address" option value has three components:
  746.  
  747.      (a)  Address Type -- encoded in the first two bits of the first
  748.           octet.  The first bit is set to 0, the second bit is set to 1.
  749.  
  750.      (b)  Size -- encoded in the last (high order) 6 bits of the first
  751.           octet. The maximum value of the field is the maximum size of
  752.           the E.164, X.121, or NSAP addresses.
  753.  
  754.      (c)  Address Family Number -- the number assigned for the E.164,
  755.           X.121, or NSAP address family [ASSNUM].
  756.  
  757.      (d)  E.164, X.121, number -- encoded in BCD (two digits per octet).
  758.           If the E.164, or X.121 has an even number of digits the
  759.           encoding will fill all encoding octets -- half the number of
  760.           digits. If the E.164, or X.121 number has an odd number of
  761.           digits, the lowest order digit fills only half of an octet --
  762.           it is placed in the first 4 bits of the last octet of the
  763.           E.164, or X.121 BCD encoding. The rest of the field up to the
  764.           last octet of the 11 octets available is padded with zeros.
  765.  
  766.           NSAP address -- the NSAP address. It is padded with zeros if
  767.           the NSAP address does not fit in a number of octets that makes
  768.           the length of the option an even number of 8 octets.
  769.  
  770. 7. Sending Neighbor Discovery Messages
  771.  
  772.    Frame Relay networks do not provide link-layer native multicasting
  773.    mechanisms. For the correct functioning of the Neighbor Discovery
  774.    mechanisms, link-layer multicasting must be emulated.
  775.  
  776.    To emulate multicasting for Neighbor Discovery (ND) the node MUST
  777.    send frames carrying ND multicast packets to all VCs on a Frame Relay
  778.    interface. This applies to ND messages addressed to both all-node and
  779.    solicited-node multicast addresses. This method works well with PVCs.
  780.    A mesh of PVCs MAY be configured and dedicated to multicast traffic
  781.    only.  An alternative to a mesh of PVCs is a set of point-to-
  782.    multipoint PVCs.
  783.  
  784.  
  785.  
  786. Conta, et al.               Standards Track                    [Page 14]
  787.  
  788. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  789.  
  790.  
  791. 8. Receiving Neighbor Discovery Messages
  792.  
  793.    If a Neighbor Discovery Solicitation message received by a node
  794.    contains the Source  link-layer  address option with a DLCI, the
  795.    message MUST undergo Frame Relay specific preprocessing required for
  796.    the correct interpretation of the field during the ND protocol engine
  797.    processing. This processing is done before the Neighbor Discovery
  798.    message is processed by the Neighbor Discovery (ND) protocol engine.
  799.  
  800.    The motivation for this processing is the local significance of the
  801.    DLCI fields in the Neighbor Discovery message: the DLCI significance
  802.    at the sender node is different than the DLCI significance at the
  803.    receiver node. In other words, the DLCI that identifies the Frame
  804.    Relay virtual circuit at the sender may be different than the DLCI
  805.    that identifies the virtual circuit at the receiver node.
  806.    Furthermore, the sender node may not be aware of the DLCI value at
  807.    the receiver. Therefore, the Frame Relay specific preprocessing
  808.    consists in modifying the Neighbor Discovery Solicitation message
  809.    received, by storing into the Source link-layer address option the
  810.    DLCI value of the virtual circuit on which the frame was received, as
  811.    known to the receiver node. The DLCI value being stored must be
  812.    encoded in the appropriate format (see previous sections). The
  813.    passing of the DLCI value from the Frame Relay module to the Neighbor
  814.    Discovery preprocessing module is an implementation choice.
  815.  
  816. 9. Security Considerations
  817.  
  818.    The mechanisms defined in this document for generating an IPv6 Frame
  819.    Relay interface identifier are intended to provide uniqueness at link
  820.    level -- virtual circuit.  The protection against duplication is
  821.    achieved by way of IPv6 Stateless Autoconfiguration Duplicate Address
  822.    Detection mechanisms. Security protection against forgery or accident
  823.    at the level of the mechanisms described here is provided by the IPv6
  824.    security mechanisms [IPSEC], [IPSEC-Auth], [IPSEC-ESP] applied to
  825.    Neighbor Discovery [IPv6-ND] or Inverse Neighbor Discovery [IND]
  826.    messages.
  827.  
  828.    To avoid an IPsec Authentication verification failure, the Frame
  829.    Relay specific preprocessing of a Neighbor Discovery Solicitation
  830.    message that contains a DLCI format Source link-layer address option,
  831.    MUST be done by the receiver node after it completed IP Security
  832.    processing.
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842. Conta, et al.               Standards Track                    [Page 15]
  843.  
  844. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  845.  
  846.  
  847. 10. Acknowledgments
  848.  
  849.    Thanks to D. Harrington, and M. Merhar for reviewing  this document
  850.    and providing useful suggestions. Also thanks to G. Armitage for his
  851.    reviewing and suggestions. Many thanks also to Thomas Narten for
  852.    suggestions on improving the document.
  853.  
  854. 11. References
  855.  
  856.    [AARCH]      Hinden, R. and S. Deering, "IPv6 Addressing
  857.                 Architecture", RFC 2373, July 1998.
  858.  
  859.    [ASSNUM]     Reynolds, J. and J. Postel, "Assigned Numbers", STD 2,
  860.                 RFC 1700, October 1994.  See also:
  861.                 http://www.iana.org/numbers.html
  862.  
  863.    [AUTOCONF]   Thomson, S. and T. Narten, "IPv6 Stateless
  864.                 Autoconfiguration", RFC 2462, December 1998.
  865.  
  866.    [CANON]      Narten, T. and C. Burton, "A Caution on the Canonical
  867.                 Ordering of Link-Layer Addresses", RFC 2469, December
  868.                 1998.
  869.  
  870.    [ENCAPS]     Brown, C. and A. Malis, "Multiprotocol Interconnect over
  871.                 Frame Relay", STD 55, RFC 2427, November 1998.
  872.  
  873.    [IND]        Conta, A., "Extensions to IPv6 Neighbor Discovery for
  874.                 Inverse Discovery", Work in Progress, December 1998.
  875.  
  876.    [IPv6]       Deering, S. and R. Hinden, "Internet Protocol Version 6
  877.                 Specification", RFC 2460, December 1998.
  878.  
  879.    [IPv6-ATM]   Armitage, G., Schulter, P. and M. Jork, "IPv6 over ATM
  880.                 Networks", RFC 2492, January 1999.
  881.  
  882.    [IPv6-ETH]   Crawford, M., "Transmission of IPv6 packets over
  883.                 Ethernet Networks", RFC 2464, December 1998.
  884.  
  885.    [IPv6-FDDI]  Crawford, M., "Transmission of IPv6 packets over FDDI
  886.                 Networks", RFC 2467, December 1998.
  887.  
  888.    [IPv6-NBMA]  Armitage, G., Schulter, P., Jork, M. and G. Harter,
  889.                 "IPv6 over Non-Broadcast Multiple Access (NBMA)
  890.                 networks", RFC 2491, January 1999.
  891.  
  892.    [IPv6-ND]    Narten, T., Nordmark, E. and W. Simpson, "Neighbor
  893.                 Discovery for IP Version 6 (IPv6)", RFC 2461, December
  894.                 1998.
  895.  
  896.  
  897.  
  898. Conta, et al.               Standards Track                    [Page 16]
  899.  
  900. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  901.  
  902.  
  903.    [IPv6-PPP]   Haskin, D. and E. Allen, "IP Version 6 over PPP", RFC
  904.                 2472, December 1998.
  905.  
  906.    [IPv6-TR]    Narten, T.,  Crawford, M. and M. Thomas, "Transmission
  907.                 of IPv6 packets over Token Ring Networks", RFC 2470,
  908.                 December 1998.
  909.  
  910.    [IPSEC]      Atkinson, R. and S. Kent, "Security Architecture for the
  911.                 Internet Protocol", RFC 2401, November 1998.
  912.  
  913.    [IPSEC-Auth] Atkinson, R. and S. Kent, "IP Authentication Header",
  914.                 RFC 2402, December 1998.
  915.  
  916.    [IPSEC-ESP]  Atkinson, R. and S. Kent, "IP Encapsulating Security
  917.                 Protocol (ESP)", RFC 2406, November 1998.
  918.  
  919.    [RFC2119]    Bradner, S., "Key words for use in RFCs to indicate
  920.                 Requirement Levels", BCP 14, RFC 2119, March 1997.
  921.  
  922.    [E164]       International Telecommunication Union - "Telephone
  923.                 Network and ISDN Operation, Numbering, Routing, amd
  924.                 Mobile Service", ITU-T Recommendation E.164, 1991.
  925.  
  926.    [NSAP]       ISO/IEC, "Information Processing Systems -- Data
  927.                 Communications -- Network Service Definition Addendum 2:
  928.                 Network Layer Addressing". International Standard
  929.                 8348/Addendum 2, ISO/IEC JTC 1, Switzerland 1988.
  930.  
  931.    [X25]        "Information Technology -- Data Communications -- X.25
  932.                 Packet Layer Protocol for Data Terminal Equipment",
  933.                 International Standard 8208, March 1988.
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954. Conta, et al.               Standards Track                    [Page 17]
  955.  
  956. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  957.  
  958.  
  959. 12. Authors' Addresses
  960.  
  961.    Alex Conta
  962.    Lucent Technologies Inc.
  963.    300 Baker Ave, Suite 100
  964.    Concord, MA 01742
  965.  
  966.    Phone: +1-978-287-2842
  967.    EMail: aconta@lucent.com
  968.  
  969.  
  970.    Andrew Malis
  971.    Ascend Communications
  972.    1 Robbins Rd
  973.    Westford, MA 01886
  974.  
  975.    Phone: +1-978-952-7414
  976.    EMail: malis@ascend.com
  977.  
  978.  
  979.    Martin Mueller
  980.    Lucent Technologies Inc.
  981.    300 Baker Ave, Suite 100
  982.    Concord, MA 01742
  983.  
  984.    PHone: +1-978-287-2833
  985.    EMail:  memueller@lucent.com
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Conta, et al.               Standards Track                    [Page 18]
  1011.  
  1012. RFC 2590             IPv6 over Frame Relay Networks             May 1999
  1013.  
  1014.  
  1015. 13.  Full Copyright Statement
  1016.  
  1017.    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  1018.  
  1019.    This document and translations of it may be copied and furnished to
  1020.    others, and derivative works that comment on or otherwise explain it
  1021.    or assist in its implementation may be prepared, copied, published
  1022.    and distributed, in whole or in part, without restriction of any
  1023.    kind, provided that the above copyright notice and this paragraph are
  1024.    included on all such copies and derivative works.  However, this
  1025.    document itself may not be modified in any way, such as by removing
  1026.    the copyright notice or references to the Internet Society or other
  1027.    Internet organizations, except as needed for the purpose of
  1028.    developing Internet standards in which case the procedures for
  1029.    copyrights defined in the Internet Standards process must be
  1030.    followed, or as required to translate it into languages other than
  1031.    English.
  1032.  
  1033.    The limited permissions granted above are perpetual and will not be
  1034.    revoked by the Internet Society or its successors or assigns.
  1035.  
  1036.    This document and the information contained herein is provided on an
  1037.    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
  1038.    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
  1039.    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
  1040.    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  1041.    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  1042.  
  1043. Acknowledgement
  1044.  
  1045.    Funding for the RFC Editor function is currently provided by the
  1046.    Internet Society.
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Conta, et al.               Standards Track                    [Page 19]
  1067.  
  1068.