home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc2106 < prev    next >
Text File  |  1997-02-06  |  41KB  |  1,068 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                          S. Chiang
  8. Request for Comments: 2106                                        J. Lee
  9. Category: Informational                              Cisco Systems, Inc.
  10.                                                                H. Yasuda
  11.                                                Mitsubishi Electric Corp.
  12.                                                            February 1997
  13.  
  14.  
  15.                Data Link Switching Remote Access Protocol
  16.  
  17. Status of this Memo
  18.  
  19.    This memo provides information for the Internet community.  This memo
  20.    does not specify an Internet standard of any kind.  Distribution of
  21.    this memo is unlimited.
  22.  
  23. Abstract
  24.  
  25.    This memo describes the Data Link Switching Remote Access Protocol
  26.    that is used between workstations and routers to transport SNA/
  27.    NetBIOS traffic over TCP sessions. Any questions or comments should
  28.    be sent to drap@cisco.com.
  29.  
  30. 1.  Introduction
  31.  
  32.    Since the Data Link Switching Protocol, RFC 1795, was published, some
  33.    software vendors have begun implementing DLSw on workstations. The
  34.    implementation of DLSw on a large number of workstations raises
  35.    several important issues that must be addressed. Scalability is the
  36.    major concern. For example, the number of TCP sessions to the DLSw
  37.    router increases in direct proportion to the number of workstations
  38.    added. Another concern is efficiency. Since DLSw is a switch-to-
  39.    switch protocol, it is not efficient when implemented on
  40.    workstations.
  41.  
  42.    DRAP addresses the above issues. It introduces a hierarchical
  43.    structure to resolve the scalability problems. All workstations are
  44.    clients to the router (server) rather than peers to the router. This
  45.    creates a client/server model. It also provides a more efficient
  46.    protocol between the workstation (client) and the router (server).
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Chiang, et. al.              Informational                      [Page 1]
  59.  
  60. RFC 2106                         DLSRAP                    February 1997
  61.  
  62.  
  63. 2.  Overview
  64.  
  65. 2.1.  DRAP Client/Server Model
  66.  
  67.       +-----------+              +-----------+       +---------+
  68.       | Mainframe |              | IP Router +- ppp -+ DLSw    |
  69.       +--+--------+              +-----+-----+       | Work    |
  70.          |                             |             | Station |
  71.          |                             |             +---------+
  72.       +--+--+      +-------------+     |
  73.       | FEP +- TR -+ DLSw Router +-- IP Backbone
  74.       +-----+      +-------------+     |
  75.                                        |
  76.                                        |
  77.                                  +-----------+       +---------+
  78.                                  | IP Router +- ppp -+ DLSw    |
  79.                                  +-----+-----+       | Work    |
  80.                                                      | Station |
  81.                                                      +---------+
  82.  
  83.                            |         DLSw Session          |
  84.                            +-------------------------------+
  85.   Figure 2-1. Running DLSw on a large number of workstations creates a
  86.                          scalability problem.
  87.  
  88.    Figure 2-1 shows a typical DLSw implementation on a workstation. The
  89.    workstations are connected to the central site DLSw router over the
  90.    IP network.  As the network grows, scalability will become an issue
  91.    as the number of TCP sessions increases due to the growing number of
  92.    workstations.
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Chiang, et. al.              Informational                      [Page 2]
  115.  
  116. RFC 2106                         DLSRAP                    February 1997
  117.  
  118.  
  119.                                   +-----------+       +-------+
  120.        +-----------+              | DLSw/DRAP |       | DRAP  |
  121.        | Mainframe |              |   Router  +- ppp -+ Client|
  122.        +--+--------+              +-----+-----+       +-------+
  123.           |                             |
  124.           |                             |
  125.        +--+--+      +-------------+     |
  126.        | FEP +- TR -+ DLSw Router +-- IP Backbone
  127.        +-----+      +-------------+     |
  128.                                         |
  129.                                         |
  130.                                   +-----------+       +-------+
  131.                                   | DLSw/DRAP |       | DRAP  |
  132.                                   |   Router  +- ppp -+ Client|
  133.                                   +-----+-----+       +-------+
  134.  
  135.                          | DLSw Session |  | DRAP Session |
  136.                          +--------------+  +--------------+
  137. Figure 2-2. DLSw Remote Access Protocol solves the scalability problem.
  138.  
  139.    In a large network, DRAP addresses the scalability problem by
  140.    significantly reducing the number of peers that connect to the
  141.    central site router. The workstations (DRAP client) and the router
  142.    (DRAP server) behave in a Client/Server relationship. Workstations
  143.    are attached to a DRAP server. A DRAP server has a single peer
  144.    connection to the central site router.
  145.  
  146. 2.2.  Dynamic Address Resolution
  147.  
  148.    In a DLSw network, each workstation needs a MAC address to
  149.    communicate with a FEP attached to a LAN. When DLSw is implemented on
  150.    a workstation, it does not always have a MAC address defined. For
  151.    example, when a workstation connects to a router through a modem via
  152.    PPP, it only consists of an IP address. In this case, the user must
  153.    define a virtual MAC address. This is administratively intensive
  154.    since each workstation must have an unique MAC address.
  155.  
  156.    DRAP uses the Dynamic Address Resolution protocol to solve this
  157.    problem. The Dynamic Address Resolution protocol permits the server
  158.    to dynamically assign a MAC address to a client without complex
  159.    configuration.
  160.  
  161.    For a client to initiate a session to a server, the workstation sends
  162.    a direct request to the server. The request contains the destination
  163.    MAC address and the destination SAP. The workstation can either
  164.    specify its own MAC address, or request the server to assign one to
  165.    it. The server's IP address must be pre-configured on the
  166.    workstation. If IP addresses are configured for multiple servers at a
  167.  
  168.  
  169.  
  170. Chiang, et. al.              Informational                      [Page 3]
  171.  
  172. RFC 2106                         DLSRAP                    February 1997
  173.  
  174.  
  175.    workstation, the request can be sent to these servers and the first
  176.    one to respond will be used.
  177.  
  178.    For a server to initiate a session to a client, the server sends a
  179.    directed request to the workstation. The workstation must pre-
  180.    register its MAC address at the server. This can be done either by
  181.    configuration on the server or registration at the server (both MAC
  182.    addresses and IP addresses will be registered).
  183.  
  184. 2.3.  TCP Connection
  185.  
  186.    The transport used between the client and the server is TCP. Before a
  187.    TCP session is established between the client and the server, no
  188.    message can be sent. The default parameters associated with the TCP
  189.    connections between the client and the server are as follows:
  190.  
  191.       Socket Family     AF_INET        (Internet protocols)
  192.       Socket Type       SOCK_STREAM    (stream socket)
  193.       Port Number       1973
  194.  
  195.    There is only one TCP connection between the client and the server.
  196.    It is used for both read and write operations.
  197.  
  198. 3.  DRAP Format
  199.  
  200. 3.1.  General Frame Format
  201.  
  202.    The General format of the DRAP frame is as follows:
  203.  
  204.              +-------------+-----------+-----------+
  205.              | DRAP Header | DRAP Data | User Data |
  206.              +-------------+-----------+-----------+
  207.                      Figure 3-1. DRAP Frame Format
  208.  
  209.    The DRAP protocol is contained in the DRAP header, which is common to
  210.    all frames passed between the DRAP client and the server. This header
  211.    is 4 bytes long. The next section will explain the details.
  212.  
  213.    The next part is the DRAP Data. The structure and the size are based
  214.    on the type of messages carried in the DRAP frame. The DRAP data is
  215.    used to process the frame, but it is optional.
  216.  
  217.    The third part of the frame is the user data, which is sent by the
  218.    local system to the remote system. The size of this block is variable
  219.    and is included in the frame only when there is data to be sent to
  220.    the remote system.
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Chiang, et. al.              Informational                      [Page 4]
  227.  
  228. RFC 2106                         DLSRAP                    February 1997
  229.  
  230.  
  231. 3.2.  Header Format
  232.  
  233.    The DRAP header is used to identify the message type and the length
  234.    of the frame. This is a general purpose header used for each frame
  235.    that is passed between the DRAP server and the client. More
  236.    information is needed for frames like CAN_U_REACH and I_CAN_REACH,
  237.    therefore, it is passed to the peer as DRAP data. The structure of
  238.    the DRAP data depends on the type of frames, and will be discussed in
  239.    detail in later sections.
  240.  
  241.    The DRAP Header is given below:
  242.  
  243.              +-------------------------------------------+
  244.              | DRAP Packet Header (Each row is one byte) |
  245.              +===========================================+
  246.            0 | Protocol ID / Version Number              |
  247.              +-------------------------------------------+
  248.            1 | Message Type                              |
  249.              +-------------------------------------------+
  250.            2 | Packet Length                             |
  251.              + - - - - - - - - - - - - - - - - - - - - - +
  252.            3 |                                           |
  253.              +-------------------------------------------+
  254.                      Figure 3-2. DRAP Header Format
  255.  
  256.    o The Protocol ID uses the first 4 bits of this field and is set to
  257.      "1000".
  258.  
  259.    o The Version Number uses the next 4 bits in this field and is set
  260.      to "0001".
  261.  
  262.    o The message type is the DRAP message type.
  263.  
  264.    o The Total Packet length is the length of the packet including the
  265.      DRAP header, DRAP data and User Data. The minimum size of the
  266.      packet is 4, which is the length of the header.
  267.  
  268. 3.3.  DRAP Messages
  269.  
  270.    Most of the Drap frames are based on the existing DLSw frames and
  271.    have the same names. The information in the corresponding DRAP and
  272.    DLSw frames may differ; but the functionalities are the same. Thus
  273.    the DLSw State Machine is used to handle these DRAP frames. Some new
  274.    DRAP frames were created to handle special DRAP functions. For
  275.    example, the new DRAP frames, I_CANNOT_REACH and START_DL_FAILED
  276.    provide negative acknowledgment. The DLSw frames not needed for DRAP,
  277.    are dropped.
  278.  
  279.  
  280.  
  281.  
  282. Chiang, et. al.              Informational                      [Page 5]
  283.  
  284. RFC 2106                         DLSRAP                    February 1997
  285.  
  286.  
  287.    The following table lists and describes all available DRAP messages:
  288.  
  289.    DRAP Frame Name     Code  Function
  290.    ---------------     ----  --------
  291.    CAN_U_REACH         0x01  Find if the station given is reachable
  292.    I_CAN_REACH         0x02  Positive response to CAN_U_REACH
  293.    I_CANNOT_REACH      0x03  Negative response to CAN_U_REACH
  294.    START_DL            0x04  Setup session for given addresses
  295.    DL_STARTED          0x05  Session Started
  296.    START_DL_FAILED     0x06  Session Start failed
  297.    XID_FRAME           0x07  XID Frame
  298.    CONTACT_STN         0x08  Contact destination to establish SABME
  299.    STN_CONTACTED       0x09  Station contacted - SABME mode set
  300.    DATA_FRAME          0x0A  Connectionless Data Frame for a link
  301.    INFO_FRAME          0x0B  Connection oriented I-Frame
  302.    HALT_DL             0x0C  Halt Data Link session
  303.    HALT_DL_NOACK       0x0D  Halt Data Link session without ack
  304.    DL_HALTED           0x0E  Session Halted
  305.    FCM_FRAME           0x0F  Data Link Session Flow Control Message
  306.    DGRM_FRAME          0x11  Connectionless Datagram Frame for a circuit
  307.    CAP_XCHANGE         0x12  Capabilities Exchange Message
  308.    CLOSE_PEER_REQUEST  0x13  Disconnect Peer Connection Request
  309.    CLOSE_PEER_RESPONSE 0x14  Disconnect Peer Connection Response
  310.    PEER_TEST_REQ       0x1D  Peer keepalive test request
  311.    PEER_TEST_RSP       0x1E  Peer keepalive response
  312.  
  313.                          Table 3-1. DRAP Frames
  314.  
  315. 3.4.  DRAP Data formats
  316.  
  317.    The DRAP data is used to carry information required for each DRAP
  318.    frame. This information is used by the Server or the Client and it
  319.    does not contain any user data. The DRAP data frame types are listed
  320.    in the following sections. Please note that the sender should set the
  321.    reserved fields to zero and the receiver should ignore these fields.
  322.  
  323. 3.4.1.  CAN_U_REACH, I_CAN_REACH, and I_CANNOT_REACH Frames
  324.  
  325.    These frame types are used to locate resources in a network. A
  326.    CAN_U_REACH frame is sent to the server to determine if the resource
  327.    is reachable. The server responds with an I_CAN_REACH frame if it can
  328.    reach the workstation identified in the CAN_U_REACH frame, or with an
  329.    I_CANNOT_REACH if the station is not reachable. The server should not
  330.    send the CAN_U_REACH frame to the clients. When a server receives an
  331.    explorer whose destination is a known client, the server should
  332.    respond to it directly.
  333.  
  334.  
  335.  
  336.  
  337.  
  338. Chiang, et. al.              Informational                      [Page 6]
  339.  
  340. RFC 2106                         DLSRAP                    February 1997
  341.  
  342.  
  343.            +---------------+-----------------------+
  344.            | Field Name    | Information           |
  345.            +---------------+-----------------------+
  346.            | Message Type  | 0x01, 0x02, or 0x03   |
  347.            +---------------+-----------------------+
  348.            | Packet Length | 0x0C                  |
  349.            +---------------+-----------------------+
  350.     Figure 3-3. CAN_U_REACH, I_CAN_REACH, and I_CANNOT_REACH Header
  351.  
  352.              +-----------------------------------+
  353.              | Field Name (Each row is one byte) |
  354.              +===================================+
  355.            0 | Target MAC Address                |
  356.              + - - - - - - - - - - - - - - - - - +
  357.            1 |                                   |
  358.              + - - - - - - - - - - - - - - - - - +
  359.            2 |                                   |
  360.              + - - - - - - - - - - - - - - - - - +
  361.            3 |                                   |
  362.              + - - - - - - - - - - - - - - - - - +
  363.            4 |                                   |
  364.              + - - - - - - - - - - - - - - - - - +
  365.            5 |                                   |
  366.              +-----------------------------------+
  367.            6 | Source SAP                        |
  368.              +-----------------------------------+
  369.            7 | Reserved                          |
  370.              +-----------------------------------+
  371.      Figure 3-4. CAN_U_REACH, I_CAN_REACH, and I_CANNOT_REACH Data
  372.  
  373.    The MAC Address field carries the MAC address of the target
  374.    workstation that is being searched. This is a six-byte MAC Address
  375.    field. The same MAC Address is returned in the I_CAN_REACH and the
  376.    I_CANNOT_REACH frames.
  377.  
  378.    Byte 6 is the source SAP. The destination SAP is set to zero when an
  379.    explorer frame is sent to the network.
  380.  
  381.    If the sender did not receive a positive acknowledgment within a
  382.    recommended threshold value of 60 seconds, the destination is
  383.    considered not reachable.
  384.  
  385. 3.4.2.  START_DL, DL_STARTED, and START_DL_FAILED Frames
  386.  
  387.    These frame types are used by DRAP to establish a link station
  388.    (circuit). The START_DL frame is sent directly to the server that
  389.    responds to the CAN_U_REACH frame. When the server receives this
  390.    frame, it establishes a link station with the source and destination
  391.  
  392.  
  393.  
  394. Chiang, et. al.              Informational                      [Page 7]
  395.  
  396. RFC 2106                         DLSRAP                    February 1997
  397.  
  398.  
  399.    addresses and saps provided in the START_DL frame. If the circuit
  400.    establishment is successful, a DL_STARTED frame is sent back as a
  401.    response. A failure will result in a START_DL_FAILED response. The
  402.    server can also send START_DL frames to clients, to establish
  403.    circuits.
  404.  
  405.            +---------------+-----------------------+
  406.            | Field Name    | Information           |
  407.            +---------------+-----------------------+
  408.            | Message Type  | 0x04, 0x05, or 0x06   |
  409.            +---------------+-----------------------+
  410.            | Packet Length | 0x18                  |
  411.            +---------------+-----------------------+
  412.       Figure 3-5. START_DL, DL_STARTED, and START_DL_FAILED Header
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Chiang, et. al.              Informational                      [Page 8]
  451.  
  452. RFC 2106                         DLSRAP                    February 1997
  453.  
  454.  
  455.              +-----------------------------------+
  456.              | Field Name (Each row is one byte) |
  457.              +===================================+
  458.            0 | Host MAC Address                  |
  459.              + - - - - - - - - - - - - - - - - - +
  460.            1 |                                   |
  461.              + - - - - - - - - - - - - - - - - - +
  462.            2 |                                   |
  463.              + - - - - - - - - - - - - - - - - - +
  464.            3 |                                   |
  465.              + - - - - - - - - - - - - - - - - - +
  466.            4 |                                   |
  467.              + - - - - - - - - - - - - - - - - - +
  468.            5 |                                   |
  469.              +-----------------------------------+
  470.            6 | Host SAP                          |
  471.              +-----------------------------------+
  472.            7 | Client SAP                        |
  473.              +-----------------------------------+
  474.            8 | Origin Session ID                 |
  475.              +-----------------------------------+
  476.            9 |                                   |
  477.              + - - - - - - - - - - - - - - - - - +
  478.            10|                                   |
  479.              + - - - - - - - - - - - - - - - - - +
  480.            11|                                   |
  481.              +-----------------------------------+
  482.            12| Target Session ID                 |
  483.              + - - - - - - - - - - - - - - - - - +
  484.            13|                                   |
  485.              + - - - - - - - - - - - - - - - - - +
  486.            14|                                   |
  487.              + - - - - - - - - - - - - - - - - - +
  488.            15|                                   |
  489.              +-----------------------------------+
  490.            16| Largest Frame Size                |
  491.              +-----------------------------------+
  492.            17| Initial Window size               |
  493.              +-----------------------------------+
  494.            18| Reserved                          |
  495.              + - - - - - - - - - - - - - - - - - +
  496.            19|                                   |
  497.              +-----------------------------------+
  498.        Figure 3-6. START_DL, DL_STARTED, and START_DL_FAILED Data
  499.  
  500.    The Host MAC address is the address of the target station if the
  501.    session is initiated from the client, or it is the address of the
  502.    originating station if the session is initiated from the server.
  503.  
  504.  
  505.  
  506. Chiang, et. al.              Informational                      [Page 9]
  507.  
  508. RFC 2106                         DLSRAP                    February 1997
  509.  
  510.  
  511.    The next two fields are the Host and Client SAPs. Each is one byte
  512.    long. The Host SAP is the SAP used by the station with the Host MAC
  513.    address. The Client SAP is the SAP used by the client.
  514.  
  515.    The Origin Session ID, is the ID of the originating station that
  516.    initiates the circuit. The originating station uses this ID to
  517.    identify the newly created circuit. Before the START_DL frame is sent
  518.    to the target station, the originating station sets up a control
  519.    block for the circuit. This link station information is set because
  520.    DRAP does not use a three-way handshake for link station
  521.    establishment. In the DL_STARTED and the START_DL_FAILED messages,
  522.    the Origin Session ID is returned as received in the START_DL frame.
  523.    The Target Session ID is set by the target station and returned in
  524.    the DL_STARTED message.
  525.  
  526.    The Target Session ID is not valid for the START_DL and the
  527.    START_DL_FAILED frame, and should be treated as Reserved fields. In
  528.    the DL_STARTED frame, it is the session ID that is used to set up
  529.    this circuit by the target station.
  530.  
  531.    The Largest Frame Size field is used to indicate the maximum frame
  532.    size that can be used by the client. It is valid only when it is set
  533.    by the server. The Largest Frame Size field must be set to zero when
  534.    a frame is sent by the client. Both START_DL and DL_STARTED use the
  535.    Largest Frame Size field and only its rightmost 6 bits are used.  The
  536.    format is defined in the IEEE 802.1D Standard, Annex C, Largest Frame
  537.    Bits (LF). Bit 3 to bit 5 are base bits. Bit 0 to bit 2 are extended
  538.    bits. The Largest Frame Size field is not used in the START_DL_FAILED
  539.    frame and must be set to zero.
  540.  
  541.            bit   7    6    5    4    3    2    1    0
  542.                  r    r    b    b    b    e    e    e
  543.                      Figure 3-7. Largest Frame Size
  544.  
  545.    Please note that if the client is a PU 2.1 node, the client should
  546.    use the maximum I-frame size negotiated in the XID3 exchange.
  547.  
  548.    The Initial window size in the START_DL frame gives the receive
  549.    window size on the originating side, and the target DRAP station
  550.    returns its receive window size in the DL_STARTED frame. The field is
  551.    reserved in the START_DL_FAILED frame. The usage of the window size
  552.    is the same as the one used in DLSw.  Please refer to RFC 1795 for
  553.    details.
  554.  
  555.    The last two bits are reserved for future use. They must be set to
  556.    zero by the sender and ignored by the receiver.
  557.  
  558.  
  559.  
  560.  
  561.  
  562. Chiang, et. al.              Informational                     [Page 10]
  563.  
  564. RFC 2106                         DLSRAP                    February 1997
  565.  
  566.  
  567.    If the sender of the START_DL frame did not receive a START_DL_FAILED
  568.    frame within a recommended threshold value of 60 seconds, the
  569.    connection is considered unsuccessful.
  570.  
  571. 3.4.3.  HALT_DL, HALT_DL_NOACK, and DL_HALTED Frames
  572.  
  573.    These frame types are used by DRAP to disconnect a link station. A
  574.    HALT_DL frame is sent directly to the remote workstation to indicate
  575.    that the sender wishes to disconnect. When the receiver receives this
  576.    frame, it tears down the session that is associated with the Original
  577.    Session ID and the Target Session ID provided in the HALT_DL frame.
  578.    The receiver should respond with the DL_HALTED frame. The DL_HALTED
  579.    frame should use the same Session ID values as the received HALT_DL
  580.    message without swapping them. The HALT_DL_NOACK frame is used when
  581.    the response is not required.
  582.  
  583.            +---------------+-----------------------+
  584.            | Field Name    | Information           |
  585.            +---------------+-----------------------+
  586.            | Message Type  | 0x0C, 0x0D, or 0x0E   |
  587.            +---------------+-----------------------+
  588.            | Packet Length | 0x10                  |
  589.            +---------------+-----------------------+
  590.         Figure 3-8. HALT_DL, HALT_DL_NOACK, and DL_HALTED Header
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618. Chiang, et. al.              Informational                     [Page 11]
  619.  
  620. RFC 2106                         DLSRAP                    February 1997
  621.  
  622.  
  623.              +-----------------------------------+
  624.              | Field Name (Each row is one byte) |
  625.              +===================================+
  626.            0 | Sender Session ID                 |
  627.              + - - - - - - - - - - - - - - - - - +
  628.            1 |                                   |
  629.              + - - - - - - - - - - - - - - - - - +
  630.            2 |                                   |
  631.              + - - - - - - - - - - - - - - - - - +
  632.            3 |                                   |
  633.              +-----------------------------------+
  634.            4 | Receiver Session ID               |
  635.              + - - - - - - - - - - - - - - - - - +
  636.            5 |                                   |
  637.              + - - - - - - - - - - - - - - - - - +
  638.            6 |                                   |
  639.              + - - - - - - - - - - - - - - - - - +
  640.            7 |                                   |
  641.              +-----------------------------------+
  642.            8 | Reserved                          |
  643.              + - - - - - - - - - - - - - - - - - +
  644.            9 |                                   |
  645.              + - - - - - - - - - - - - - - - - - +
  646.            10|                                   |
  647.              + - - - - - - - - - - - - - - - - - +
  648.            11|                                   |
  649.              +-----------------------------------+
  650.        Figure 3-9. START_DL, DL_STARTED, and START_DL_FAILED Data
  651.  
  652. 3.4.4.  XID_FRAME, CONTACT_STN, STN_CONTACTED, INFO_FRAME, FCM_FRAME,
  653.         and DGRM_FRAME
  654.  
  655.    These frame types are used to carry the end-to-end data or establish
  656.    a circuit. The Destination Session ID is the Session ID created in
  657.    the START_DL frame or the DL_STARTED frame by the receiver. The usage
  658.    of the flow control flag is the same as the one used in DLSw.  Please
  659.    refer to RFC 1795 for details.
  660.  
  661.            +---------------+----------------------------+
  662.            | Field Name    | Information                |
  663.            +---------------+----------------------------+
  664.            | Message Type  | Based on Message type      |
  665.            +---------------+----------------------------+
  666.            | Packet Length | 0x0C + length of user data |
  667.            +---------------+----------------------------+
  668.                     Figure 3-10. Generic DRAP Header
  669.  
  670.  
  671.  
  672.  
  673.  
  674. Chiang, et. al.              Informational                     [Page 12]
  675.  
  676. RFC 2106                         DLSRAP                    February 1997
  677.  
  678.  
  679.              +-----------------------------------+
  680.              | Field Name (Each row is one byte) |
  681.              +===================================+
  682.            0 | Destination Session ID            |
  683.              + - - - - - - - - - - - - - - - - - +
  684.            1 |                                   |
  685.              + - - - - - - - - - - - - - - - - - +
  686.            2 |                                   |
  687.              + - - - - - - - - - - - - - - - - - +
  688.            3 |                                   |
  689.              +-----------------------------------+
  690.            4 | Flow Control Flags                |
  691.              +-----------------------------------+
  692.            5 | Reserved                          |
  693.              + - - - - - - - - - - - - - - - - - +
  694.            6 |                                   |
  695.              + - - - - - - - - - - - - - - - - - +
  696.            7 |                                   |
  697.              +-----------------------------------+
  698.                  Figure 3-11. Generic DRAP Data Format
  699.  
  700. 3.4.5.  DATA_FRAME
  701.  
  702.    This frame type is used to send connectionless SNA and NetBIOS
  703.    Datagram (UI) frames that do not have a link station associated with
  704.    the source and destination MAC/SAP pair. The difference between
  705.    DGRM_FRAME and DATA_FRAME is that DGRM_FRAME is used to send UI
  706.    frames received for stations that have a link station opened, whereas
  707.    DATA_FRAME is used for frames with no link station established.
  708.  
  709.            +---------------+-----------------------------+
  710.            | Field Name    | Information                 |
  711.            +---------------+-----------------------------+
  712.            | Message Type  | 0x0A                        |
  713.            +---------------+-----------------------------+
  714.            | Packet Length | 0x10 + Length of user data  |
  715.            +---------------+-----------------------------+
  716.                      Figure 3-12. DATA_FRAME Header
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. Chiang, et. al.              Informational                     [Page 13]
  731.  
  732. RFC 2106                         DLSRAP                    February 1997
  733.  
  734.  
  735.              +-----------------------------------+
  736.              | Field Name (Each row is one byte) |
  737.              +===================================+
  738.            0 | Host MAC Address                  |
  739.              + - - - - - - - - - - - - - - - - - +
  740.            1 |                                   |
  741.              + - - - - - - - - - - - - - - - - - +
  742.            2 |                                   |
  743.              + - - - - - - - - - - - - - - - - - +
  744.            3 |                                   |
  745.              + - - - - - - - - - - - - - - - - - +
  746.            4 |                                   |
  747.              + - - - - - - - - - - - - - - - - - +
  748.            5 |                                   |
  749.              +-----------------------------------+
  750.            6 | Host SAP                          |
  751.              +-----------------------------------+
  752.            7 | Client SAP                        |
  753.              +-----------------------------------+
  754.            8 | Broadcast Type                    |
  755.              +-----------------------------------+
  756.            9 | Reserved                          |
  757.              + - - - - - - - - - - - - - - - - - +
  758.            10|                                   |
  759.              + - - - - - - - - - - - - - - - - - +
  760.            11|                                   |
  761.              +-----------------------------------+
  762.                   Figure 3-13. DATA_FRAME Data Format
  763.  
  764.    The definition of the first 8 bytes is the same as the START_DL
  765.    frame. The Broadcast Type field indicates the type of broadcast
  766.    frames in use; Single Route Broadcast, All Route Broadcast, or
  767.    Directed. The target side will use the same broadcast type. In the
  768.    case of Directed frame, if the RIF information is known, the target
  769.    peer can send a directed frame. If not, a Single Route Broadcast
  770.    frame is sent.
  771.  
  772. 3.4.6.  CAP_XCHANGE Frame
  773.  
  774.    In DRAP, the capability exchange frame is used to exchange the
  775.    client's information, such as its MAC address, with the server. If a
  776.    DRAP client has its own MAC address defined, it should put it in the
  777.    MAC address field. Otherwise, that field must be set to zero.
  778.  
  779.    When the DRAP server receives the CAP_XCHANGE frame, it should cache
  780.    the MAC address if it is non zero. The DRAP server also verifies that
  781.    the MAC address is unique. The server should return a CAP_XCHANGE
  782.    response frame with the MAC address supplied by the client if the MAC
  783.  
  784.  
  785.  
  786. Chiang, et. al.              Informational                     [Page 14]
  787.  
  788. RFC 2106                         DLSRAP                    February 1997
  789.  
  790.  
  791.    address is accepted. If a client does not have its own MAC address,
  792.    the server should assign a MAC address to the client and put that
  793.    address in the CAP_XCHANGE command frame.
  794.  
  795.    A client should record the new MAC address assigned by the server and
  796.    return a response with the assigned MAC address. If the client cannot
  797.    accept the assigned MAC address, another CAP_XCHANGE command with the
  798.    MAC address field set to zero should be sent to the server. The
  799.    server should allocate a new MAC address for this client.
  800.  
  801.    During the capability exchange, both the client and the server can
  802.    send command frames. The process stops when either side sends a
  803.    CAP_XCHANGE response frame. When the response frame is sent, the MAC
  804.    address in the CAP_XCHANGE frame should be the same as the one in the
  805.    previous received command. The sender of the CAP_XCHANGE response
  806.    agrees to use the MAC address defined in the previous command.
  807.  
  808.    The number of CAP_XCHANGE frames that need to be exchanged is
  809.    determined by the client and the server independently. When the
  810.    number of exchange frames has exceeded the pre-defined number set by
  811.    either the server or the client, the session should be brought down.
  812.  
  813.    The flag is used to show the capability of the sender. The following
  814.    list shows the valid flags:
  815.  
  816.    0x01 NetBIOS support. If a client sets this bit on, the server will
  817.         pass all NetBIOS explorers to this client. If this bit is not
  818.         set, only SNA traffic will be sent to this client.
  819.  
  820.    0x02 TCP Listen Mode support. If a client supports TCP listen mode,
  821.         the server will keep the client's MAC and IP addresses even
  822.         after the TCP session is down. The cached information will be
  823.         used for server to connect out. If a client does not support
  824.         TCP listen mode, the cache will be deleted as soon as the TCP
  825.         session is down.
  826.  
  827.    0x04 Command/Response. If this bit is set, it is a command,
  828.         otherwise, it is a response.
  829.  
  830.    The values 0x01 and 0x02 are used only by the client. When a server
  831.    sends the command/response to a client, the server does not return
  832.    these values.
  833.  
  834.    Starting with the Reserved field, implementors can optionally
  835.    implement the Capability Exchange Control Vector. Each Capability
  836.    Exchange Control Vector consists of three fields: Length (1 byte),
  837.    Type (1 byte), and Data (Length - 2 bytes). Two types of Control
  838.    Vectors are defined: SAP_LIST and VENDOR_CODE (described below). To
  839.  
  840.  
  841.  
  842. Chiang, et. al.              Informational                     [Page 15]
  843.  
  844. RFC 2106                         DLSRAP                    February 1997
  845.  
  846.  
  847.    ensure compatibility, implementors should ignore the unknown Control
  848.    Vectors instead of treating them as errors.
  849.  
  850.    0x01 SAP_LIST. Length: 2+n bytes, where n ranges from 1 to 16.
  851.       This control vector lists the SAPs that the client can support.
  852.       The maximum number of SAPs a client can define is 16. Therefore,
  853.       the length of this Control Vector ranges from 3 to 18. If the
  854.       SAP_LIST is not specified in the capability exchange, the server
  855.       assumes that the client can support all the SAP values. For
  856.       example, if a client can only support SAP 4 and 8, then the
  857.       following Control Vectors should be sent: "0x04, 0x01, 0x04,
  858.       0x08". The first byte indicates the length of 4. The second byte
  859.       indicates the control vector type of SAP_LIST. The last two bytes
  860.       indicate the supported SAP values; 0x04 and 0x08. This Control
  861.       Vector is used only by the client. If the server accepts this
  862.       Control Vector, it must return the same Control Vector to the
  863.       client.
  864.  
  865.    0x02 VENDOR_CODE. Length: 6 bytes.
  866.       Each vendor is assigned a vendor code that identifies the vendor.
  867.       This Control Vector does not require a response.
  868.  
  869.    After the receiver responds to a Control Vector, if the capability
  870.    exchange is not done, the sender does not have to send the same
  871.    Control Vector again.
  872.  
  873.            +---------------+-----------------------+
  874.            | Field Name    | Information           |
  875.            +---------------+-----------------------+
  876.            | Message Type  | 0x12                  |
  877.            +---------------+-----------------------+
  878.            | Packet Length | 0x1C                  |
  879.            +---------------+-----------------------+
  880.                     Figure 3-14. CAP_XCHANGE Header
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898. Chiang, et. al.              Informational                     [Page 16]
  899.  
  900. RFC 2106                         DLSRAP                    February 1997
  901.  
  902.  
  903.              +-----------------------------------+
  904.              | Field Name (Each row is one byte) |
  905.              +===================================+
  906.            0 | MAC Address                       |
  907.              + - - - - - - - - - - - - - - - - - +
  908.            1 |                                   |
  909.              + - - - - - - - - - - - - - - - - - +
  910.            2 |                                   |
  911.              + - - - - - - - - - - - - - - - - - +
  912.            3 |                                   |
  913.              + - - - - - - - - - - - - - - - - - +
  914.            4 |                                   |
  915.              + - - - - - - - - - - - - - - - - - +
  916.            5 |                                   |
  917.              +-----------------------------------+
  918.            6 | Flag                              |
  919.              +-----------------------------------+
  920.            7 | Reserved                          |
  921.              +-----------------------------------+
  922.                   Figure 3-15. CAP_XCHANGE Data Format
  923.  
  924. 3.4.7.  CLOSE_PEER_REQ Frames
  925.  
  926.    This frame is used for peer connection management and contains a
  927.    reason code field. The following list describes the valid reason
  928.    codes:
  929.  
  930.    0x01 System shutdown. This indicates shutdown in progress.
  931.  
  932.    0x02 Suspend. This code is used when there is no traffic between the
  933.       server and the client, and the server or the client wishes to
  934.       suspend the TCP session. When the TCP session is suspended, all
  935.       circuits should remain intact. The TCP session should be re-
  936.       established when new user data needs to be sent. When the TCP
  937.       session is re-established, there is no need to send the
  938.       CAP_XCHANGE frame again.
  939.  
  940.    0x03 No MAC address available. This code is sent by the server when
  941.       there is no MAC address is available from the MAC address pool.
  942.  
  943.            +---------------+-----------------------+
  944.            | Field Name    | Information           |
  945.            +---------------+-----------------------+
  946.            | Message Type  | 0x13                  |
  947.            +---------------+-----------------------+
  948.            | Packet Length | 0x08                  |
  949.            +---------------+-----------------------+
  950.                    Figure 3-16. CLOSE_PEER_REQ Header
  951.  
  952.  
  953.  
  954. Chiang, et. al.              Informational                     [Page 17]
  955.  
  956. RFC 2106                         DLSRAP                    February 1997
  957.  
  958.  
  959.              +-----------------------------------+
  960.              | Field Name (Each row is one byte) |
  961.              +===================================+
  962.            0 | Reason Code                       |
  963.              +-----------------------------------+
  964.            1 | Reserved                          |
  965.              + - - - - - - - - - - - - - - - - - +
  966.            2 |                                   |
  967.              + - - - - - - - - - - - - - - - - - +
  968.            3 |                                   |
  969.              +-----------------------------------+
  970.                 Figure 3-17. CLOSE_PEER_REQ Data Format
  971.  
  972. 3.4.8.  CLOSE_PEER_RSP, PEER_TEST_REQ, and PEER_TEST_RSP Frames
  973.  
  974.    These three frames are used for peer connection management. There is
  975.    no data associated with them.
  976.  
  977.    o CLOSE_PEER_RSP
  978.      CLOSE_PEER_RSP is the response for CLOSE_PEER_REQ.
  979.  
  980.    o PEER_TEST_REQ and PEER_TEST_RSP
  981.      PEER_TEST_REQ and PEER_TEST_RSP are used for peer level keepalive.
  982.      Implementing PEER_TEST_REQ is optional, but PEER_TEST_RSP must be
  983.      implemented to respond to the PEER_TEST_REQ frame. When a
  984.      PEER_TEST_REQ frame is sent to the remote station, the sender
  985.      expects to receive the PEER_TEST_RSP frame in a predefined time
  986.      interval (the recommended value is 60 seconds). If the
  987.      PEER_TEST_RSP frame is not received in the predefined time
  988.      interval, the sender can send the PEER_TEST_REQ frame again. If a
  989.      predefined number of PEER_TEST_REQ frames is sent to the remote
  990.      station, but no PEER_TEST_RSP frame is received (the recommended
  991.      number is 3), the sender should close the TCP session with this
  992.      remote station and terminate all associated circuits.
  993.  
  994.  
  995.            +---------------+-----------------------+
  996.            | Field Name    | Information           |
  997.            +---------------+-----------------------+
  998.            | Message Type  | 0x14, 0x1D, or 0x1E   |
  999.            +---------------+-----------------------+
  1000.            | Packet Length | 0x04                  |
  1001.            +---------------+-----------------------+
  1002.    Figure 3-18. CLOSE_PEER_RSP, PEER_TEST_REQ, and PEER_TEST_RSP DRAP
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Chiang, et. al.              Informational                     [Page 18]
  1011.  
  1012. RFC 2106                         DLSRAP                    February 1997
  1013.  
  1014.  
  1015. 4.  References
  1016.  
  1017.    [1] Wells, L., Chair, and A. Bartky, Editor, "DLSw: Switch-to-Switch
  1018.        Protocol", RFC 1795, October 1993.
  1019.  
  1020.    [2] IEEE 802.1D Standard.
  1021.  
  1022. Authors' Addresses
  1023.  
  1024.    Steve T. Chiang
  1025.    InterWorks Business Unit
  1026.    Cisco Systems, Inc.
  1027.    170 Tasman Drive
  1028.    San Jose, CA 95134
  1029.  
  1030.    Phone: (408) 526-5189
  1031.    EMail: schiang@cisco.com
  1032.  
  1033.  
  1034.    Joseph S. Lee
  1035.    InterWorks Business Unit
  1036.    Cisco Systems, Inc.
  1037.    170 Tasman Drive
  1038.    San Jose, CA 95134
  1039.  
  1040.    Phone: (408) 526-5232
  1041.    EMail: jolee@cisco.com
  1042.  
  1043.  
  1044.    Hideaki Yasuda
  1045.    System Product Center
  1046.    Network Products Department
  1047.    Network Software Products Section B
  1048.    Mitsubishi Electric Corp.
  1049.    Information Systems Engineering Center
  1050.    325, Kamimachiya Kamakura Kanagawa 247, Japan
  1051.  
  1052.    Phone: +81-467-47-2120
  1053.    EMail: yasuda@eme068.cow.melco.co.jp
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Chiang, et. al.              Informational                     [Page 19]
  1067.  
  1068.