home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1381 < prev    next >
Text File  |  1992-11-12  |  71KB  |  1,852 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                          D. Throop
  8. Request for Comments: 1381                      Data General Corporation
  9.                                                                 F. Baker
  10.                                         Advanced Computer Communications
  11.                                                            November 1992
  12.  
  13.  
  14.                     SNMP MIB Extension for X.25 LAPB
  15.  
  16. Status of this Memo
  17.  
  18.    This RFC specifies an IAB standards track protocol for the Internet
  19.    community, and requests discussion and suggestions for improvements.
  20.    Please refer to the current edition of the "IAB Official Protocol
  21.    Standards" for the standardization state and status of this protocol.
  22.    Distribution of this memo is unlimited.
  23.  
  24. Abstract
  25.  
  26.    This memo defines a portion of the Management Information Base (MIB)
  27.    for use with network management protocols in TCP/IP-based internets.
  28.    In particular, it defines objects for managing the Link Layer of
  29.    X.25, LAPB.  The objects defined here, along with the objects in the
  30.    "SNMP MIB Extension for the Packet Layer of X.25" [9] and the
  31.    "Definitions of Managed Objects for RS-232-like Hardware Devices"
  32.    [8], combine to allow management of an X.25 protocol stack.
  33.  
  34. Table of Contents
  35.  
  36.    1. The Network Management Framework .......................    2
  37.    2. Objects ................................................    2
  38.    2.1 Format of Definitions .................................    3
  39.    3. Overview ...............................................    3
  40.    3.1 Informal overview .....................................    3
  41.    3.2 Textual Conventions ...................................    4
  42.    3.3 Formal overview .......................................    4
  43.    3.4 Tables ................................................    5
  44.    3.5 Traps .................................................    6
  45.    4. Object Definitions .....................................    6
  46.    5. Appendix: Revision History .............................   27
  47.       July 30, 1992 ..........................................   27
  48.       June 12, 1992 ..........................................   27
  49.       May 18, 1992 ...........................................   28
  50.       April 8, 1992 ..........................................   28
  51.       February 1992 ..........................................   28
  52.       October 1991 ...........................................   29
  53.       June 1991 ..............................................   30
  54.       April 1991 .............................................   30
  55.  
  56.  
  57.  
  58. Throop & Baker                                                  [Page 1]
  59.  
  60. RFC 1381                     X.25 LAPB MIB                 November 1992
  61.  
  62.  
  63.    6. Acknowledgements .......................................   30
  64.    7. References .............................................   31
  65.    8. Security Considerations ................................   33
  66.    9. Authors' Addresses .....................................   33
  67.  
  68. 1.  The Network Management Framework
  69.  
  70.    The Internet-standard Network Management Framework consists of three
  71.    components.  These components give the rules for defining objects,
  72.    the definitions of objects, and the protocol for manipulating
  73.    objects.
  74.  
  75.    The network management framework structures objects in an abstract
  76.    information tree. The branches of the tree name objects and the
  77.    leaves of the tree contain the values manipulated to effect
  78.    management. This tree is called the Management Information Base or
  79.    MIB. The concepts of this tree are given in STD 16/RFC 1155 "The
  80.    Structure of Management Information" or SMI [1]. The SMI defines the
  81.    trunk of the tree and the types of objects used when defining the
  82.    leaves. STD 16/RFC 1212, "Towards Concise MIB Definitions" [4],
  83.    defines a more concise description mechanism that preserves all the
  84.    principals of the SMI.
  85.  
  86.    The core MIB definitions for the Internet suite of protocols can be
  87.    found in RFC 1156 [2] "Management Information Base for Network
  88.    Management of TCP/IP-based internets". STD 17/RFC 1213 [5] defines
  89.    MIB-II, an evolution of MIB-I with changes to incorporate
  90.    implementation experience and new operational requirements.
  91.  
  92.    STD 15/RFC 1157 [3] defines the SNMP protocol itself. The protocol
  93.    defines how to manipulate the objects in a remote MIB.
  94.  
  95.    The tree structure of the MIB allows new objects to be defined for
  96.    the purpose of experimentation and evaluation.
  97.  
  98. 2.  Objects
  99.  
  100.    The definition of an object in the MIB requires an object name and
  101.    type.  Object names and types are defined using the subset of the
  102.    Abstract Syntax Notation One (ASN.1) [6] defined in the SMI [1].
  103.    Objects are named using ASN.1 object identifiers, administratively
  104.    assigned names, to specify object types. The object name, together
  105.    with an optional object instance, uniquely identifies a specific
  106.    instance of an object. For human convenience, we often use a textual
  107.    string, termed the OBJECT DESCRIPTOR, to also refer to objects.
  108.  
  109.    Objects also have a syntax that defines the abstract data structure
  110.    corresponding to that object type.  The ASN.1 language [6] provides
  111.  
  112.  
  113.  
  114. Throop & Baker                                                  [Page 2]
  115.  
  116. RFC 1381                     X.25 LAPB MIB                 November 1992
  117.  
  118.  
  119.    the primitives used for this purpose.  The SMI [1] purposely
  120.    restricts the ASN.1 constructs which may be used for simplicity and
  121.    ease of implementation.  The encoding of an object type simply
  122.    describes how to represent an object using ASN.1 encoding rules [7],
  123.    for purposes of dealing with the SNMP protocol.
  124.  
  125. 2.1.  Format of Definitions
  126.  
  127.    Section 4 contains the specification of all object types defined in
  128.    this MIB module. The object definitions use the conventions given in
  129.    the SMI [1] as amended by the concise MIB definitions [4].
  130.  
  131. 3.  Overview
  132.  
  133. 3.1.  Informal overview
  134.  
  135.    This section describes how the objects defined below relate with
  136.    other MIBs.  This section is only informational to help understand
  137.    how the pieces fit together.
  138.  
  139.    The objects defined below are to be used in conjunction with MIB-II
  140.    and other MIBs such as the X.25 packet level MIB [9].  A system with
  141.    a complete X.25 stack running over a synchronous line will have at
  142.    least two interfaces in the ifTable defined in MIB-II.  There will be
  143.    an interface for LAPB and another interface for the packet layer of
  144.    X.25. There will also be objects defined in the RS-232-like MIB for
  145.    the physical sync line.
  146.  
  147.    Each software interface identifies the layer below it used to send
  148.    and receive packets. The X.25 MIB object, x25InfoDataLinkId,
  149.    specifies an instance of lapbAdmnIndex for the LAPB interface under
  150.    that X.25. The LAPB object, lapbOperPortId, defined below, identifies
  151.    an instance of the rs232PortIndex for the the Sync line used by LAPB.
  152.  
  153.    For X.25 running over LAPB over Ethernet, the lapbAdmnPortId would
  154.    identify the instance of ifIndex for the Ethernet interface.
  155.  
  156.    Each X.25 subnetwork will have separate entries in the ifTable.  Thus
  157.    a system with two X.25 lines would have two ifTable entries for the
  158.    two X.25 packet layers and two other entries for the two LAPB
  159.    interfaces. Each X.25 Packet Layer MIB would identify the instance of
  160.    the LAPB MIB below it. Each LAPB MIB would identify the Sync line
  161.    below it. The system would also have two entries for rs232PortTable
  162.    and rs232SyncPortTable for the two physical lines.
  163.  
  164.    Since the ifTable as defined in MIB-II is device independent, it
  165.    doesn't have anything specific for any type of interface.  The
  166.    objects below define the LAPB specific information for an interface
  167.  
  168.  
  169.  
  170. Throop & Baker                                                  [Page 3]
  171.  
  172. RFC 1381                     X.25 LAPB MIB                 November 1992
  173.  
  174.  
  175.    of type LAPB. Different LAPB interfaces can also be differentiated by
  176.    matching the values of ifIndex with lapbAdmnIndex.
  177.  
  178. 3.2.  Textual Conventions
  179.  
  180.    Two new data types are introduced as a textual conventions in this
  181.    MIB document.  These textual conventions enhance the readability of
  182.    the specification and can ease comparison with other specifications
  183.    if appropriate.  It should be noted that the introduction of these
  184.    textual conventions has no effect on either the syntax nor the
  185.    semantics of any managed objects.  The use of these is merely an
  186.    artifact of the explanatory method used.  Objects defined in terms of
  187.    one of these methods are always encoded by means of the rules that
  188.    define the primitive type.  Hence, no changes to the SMI or the SNMP
  189.    are necessary to accommodate these textual conventions which are
  190.    adopted merely for the convenience of readers and writers in pursuit
  191.    of the elusive goal of clear, concise, and unambiguous MIB documents.
  192.  
  193.    This MIB introduces the data types of:
  194.  
  195.                     PositiveInteger
  196.                     ifIndexType
  197.  
  198. 3.3.  Formal overview
  199.  
  200.    Instances of the objects defined below represent attributes of a LAPB
  201.    interface.  LAPB interfaces are identified by an ifType object in the
  202.    Internet-standard MIB [5] of
  203.  
  204.                 lapb(16).
  205.  
  206.    For these interfaces, the value of the ifSpecific variable in the
  207.    MIB-II [5] has the OBJECT IDENTIFIER value:
  208.  
  209.                 lapb    OBJECT IDENTIFIER ::= { transmission 16 }
  210.  
  211.    The relationship between a LAPB interface and an interface in the
  212.    context of the Internet-standard MIB [5] is one-to-one.  As such, the
  213.    value of an ifIndex object instance can be directly used to identify
  214.    corresponding instances of the objects defined below.
  215.  
  216.    The objects defined below are defined in the context of ISO 7776 [10]
  217.    and ISO 8885 [11]. Access to those documents maybe useful (but isn't
  218.    essential) to understand the names and semantics of some objects.
  219.    Where possible the object descriptions use the terminology of ISO
  220.    7776; for example, one commonly used term refers to the peer LAPB as
  221.    the DCE/remote DTE.  This terminology does not restrict the
  222.    instrumented LAPB to function only as a DTE.  This MIB maybe applied
  223.  
  224.  
  225.  
  226. Throop & Baker                                                  [Page 4]
  227.  
  228. RFC 1381                     X.25 LAPB MIB                 November 1992
  229.  
  230.  
  231.    to a LAPB configured as either a DCE or a DTE.
  232.  
  233.    To the extent that some attributes defined in the Internet standard
  234.    MIB [5] are applicable to LAPB, those objects have not been
  235.    duplicated here.  In some instances some clarification of how to
  236.    apply those objects to LAPB has been given.
  237.  
  238.    Some objects defined below include a DEFVAL clause. This clause
  239.    provides reasonable (but not mandatory) default values to use when
  240.    creating these objects.  This does not imply this MIB defines any
  241.    mechanism for creating or deleting LAPB interfaces.  The creation and
  242.    deletion of the objects of this MIB depend on the implementation
  243.    method for creating and deleting LAPB interfaces.  The DEFVAL clause
  244.    provides reasonable defaults to allow further extension of the MIB to
  245.    define methods for creating and deleting LAPB interfaces without
  246.    having to deprecate these objects for the lack of a DEFVAL clause.
  247.  
  248. 3.4.  Tables
  249.  
  250.    This extension adds four tables to the MIB.  These tables are:
  251.  
  252.                        lapbAdmnTable,
  253.                        lapbOperTable,
  254.                        lapbFlowTable, and
  255.                        lapbXidTable.
  256.  
  257.    The lapbAdmnTable provides objects for common parameters used by LAPB
  258.    such as the T1 retransmission timer or the N2 retransmission counter.
  259.    Changes to objects in this table need not affect a running interface
  260.    but provides access to the values used to initialize an interface.
  261.    These values are read-write.
  262.  
  263.    The lapbOperTable provides objects to determine the parameters
  264.    actually in use by an interface.  These objects are read only.  The
  265.    values currently in use maybe different from the lapbAdmnTable values
  266.    if the lapbAdmnTable was changed after interface initialization or if
  267.    XID negotiation selected different values.
  268.  
  269.    The lapbFlowTable provides objects that report how the LAPB interface
  270.    performs.  These are read-only objects used to monitor operation.
  271.  
  272.    The lapbXidTable is not required for systems that do not transmit XID
  273.    frames. For systems that do transmit XID frames, this table provides
  274.    the values for the fields of the XID frame that are not already
  275.    present in the lapbAdmnTable.  The objects in this table are read-
  276.    write.
  277.  
  278.  
  279.  
  280.  
  281.  
  282. Throop & Baker                                                  [Page 5]
  283.  
  284. RFC 1381                     X.25 LAPB MIB                 November 1992
  285.  
  286.  
  287. 3.5.  Traps
  288.  
  289.    Since all LAPB interfaces have entries in the ifTable, significant
  290.    changes in the state of the interface should send a linkUp or
  291.    linkDown trap. Thus an interface that receives or sends a Frame
  292.    Reject frame should send a linkDown trap.  If the interface later
  293.    comes back up, it should then send a linkUP trap.
  294.  
  295. 4.  Object Definitions
  296.  
  297.  
  298.           RFC1381-MIB DEFINITIONS ::= BEGIN
  299.  
  300.           IMPORTS
  301.                   Counter
  302.                           FROM RFC1155-SMI
  303.                   transmission
  304.                           FROM RFC1213-MIB
  305.                   OBJECT-TYPE
  306.                           FROM RFC-1212;
  307.  
  308.  
  309.                           --  LAPB MIB
  310.  
  311.           lapb    OBJECT IDENTIFIER ::= { transmission 16 }
  312.  
  313.           PositiveInteger ::= INTEGER (0..2147483647)
  314.  
  315.           IfIndexType     ::= INTEGER (1..2147483647)
  316.           -- IfIndexType specifies an index object for a table
  317.           -- with entries that match entries in the MIB-II ifTable.
  318.           -- The value of the index for the table will match the
  319.           -- ifIndex entry for same interface in the ifTable.
  320.           -- The values of this object range from 1 to ifNumber
  321.           -- inclusive.
  322.  
  323.  
  324.           -- ###########################################################
  325.           --                      LAPB Admn Table
  326.           -- ###########################################################
  327.  
  328.           -- Support of the lapbAdmnTable is mandatory for all
  329.           -- agents of systems that implement LAPB.
  330.  
  331.           lapbAdmnTable   OBJECT-TYPE
  332.                   SYNTAX  SEQUENCE OF LapbAdmnEntry
  333.                   ACCESS  not-accessible
  334.                   STATUS  mandatory
  335.  
  336.  
  337.  
  338. Throop & Baker                                                  [Page 6]
  339.  
  340. RFC 1381                     X.25 LAPB MIB                 November 1992
  341.  
  342.  
  343.                   DESCRIPTION
  344.                           "This table contains objects that can be
  345.                           changed to manage a LAPB interface.
  346.                           Changing one of these parameters may take
  347.                           effect in the operating LAPB immediately or
  348.                           may wait until the interface is restarted
  349.                           depending on the details of the
  350.                           implementation.
  351.  
  352.                           Most of the objects in this read-write table
  353.                           have corresponding read-only objects in the
  354.                           lapbOperTable that return the current
  355.                           operating value.
  356.  
  357.                           The operating values may be different from
  358.                           these configured values if changed by XID
  359.                           negotiation or if a configured parameter was
  360.                           changed after the interface was started."
  361.                   ::= { lapb 1 }
  362.  
  363.           lapbAdmnEntry   OBJECT-TYPE
  364.                   SYNTAX  LapbAdmnEntry
  365.                   ACCESS  not-accessible
  366.                   STATUS  mandatory
  367.                   DESCRIPTION
  368.                           "Configured parameter values for a specific
  369.                           LAPB."
  370.                   INDEX { lapbAdmnIndex }
  371.                   ::= { lapbAdmnTable 1 }
  372.  
  373.           LapbAdmnEntry ::= SEQUENCE {
  374.                   lapbAdmnIndex
  375.                           IfIndexType,
  376.                   lapbAdmnStationType
  377.                           INTEGER,
  378.                   lapbAdmnControlField
  379.                           INTEGER,
  380.                   lapbAdmnTransmitN1FrameSize
  381.                           PositiveInteger,
  382.                   lapbAdmnReceiveN1FrameSize
  383.                           PositiveInteger,
  384.                   lapbAdmnTransmitKWindowSize
  385.                           INTEGER,
  386.                   lapbAdmnReceiveKWindowSize
  387.                           INTEGER,
  388.                   lapbAdmnN2RxmitCount
  389.                   INTEGER,
  390.                   lapbAdmnT1AckTimer
  391.  
  392.  
  393.  
  394. Throop & Baker                                                  [Page 7]
  395.  
  396. RFC 1381                     X.25 LAPB MIB                 November 1992
  397.  
  398.  
  399.                           PositiveInteger,
  400.                   lapbAdmnT2AckDelayTimer
  401.                           PositiveInteger,
  402.                   lapbAdmnT3DisconnectTimer
  403.                           PositiveInteger,
  404.                   lapbAdmnT4IdleTimer
  405.                           PositiveInteger,
  406.                   lapbAdmnActionInitiate
  407.                           INTEGER,
  408.                   lapbAdmnActionRecvDM
  409.                           INTEGER
  410.                   }
  411.  
  412.           lapbAdmnIndex   OBJECT-TYPE
  413.                   SYNTAX  IfIndexType
  414.                   ACCESS  read-only
  415.                   STATUS  mandatory
  416.                   DESCRIPTION
  417.                           "The ifIndex value for the LAPB interface."
  418.                   ::= { lapbAdmnEntry 1 }
  419.  
  420.           lapbAdmnStationType     OBJECT-TYPE
  421.                   SYNTAX  INTEGER {
  422.                           dte (1),
  423.                           dce (2),
  424.                           dxe (3)
  425.                           }
  426.                   ACCESS  read-write
  427.                   STATUS  mandatory
  428.                   DESCRIPTION
  429.                           "Identifies the desired station type of this
  430.                           interface."
  431.                   REFERENCE "ISO 7776 section 3.1"
  432.                   DEFVAL { dte }
  433.                   ::= { lapbAdmnEntry 2 }
  434.  
  435.           lapbAdmnControlField OBJECT-TYPE
  436.                   SYNTAX  INTEGER {
  437.                           modulo8 (1),
  438.                           modulo128 (2)
  439.                           }
  440.                   ACCESS  read-write
  441.                   STATUS  mandatory
  442.                   DESCRIPTION
  443.                           "The desired size of the sequence numbers
  444.                           used to number frames."
  445.                   REFERENCE "ISO 8885 Table 3, Name: HDLC Option - 10"
  446.                   DEFVAL { modulo8 }
  447.  
  448.  
  449.  
  450. Throop & Baker                                                  [Page 8]
  451.  
  452. RFC 1381                     X.25 LAPB MIB                 November 1992
  453.  
  454.  
  455.                   ::= { lapbAdmnEntry 3 }
  456.  
  457.           lapbAdmnTransmitN1FrameSize OBJECT-TYPE
  458.                   SYNTAX  PositiveInteger
  459.                   ACCESS  read-write
  460.                   STATUS  mandatory
  461.                   DESCRIPTION
  462.                           "The default maximum N1 frame size desired
  463.                           in number of bits for a frame transmitted by
  464.                           this DTE.  This excludes flags and 0 bits
  465.                           inserted for transparency."
  466.                   REFERENCE "ISO 8885 Table 3,
  467.                           Name: Information Field length"
  468.                   DEFVAL { 36000 } -- 4500 * 8; 802.5 Frame size
  469.                   ::= { lapbAdmnEntry 4 }
  470.  
  471.           lapbAdmnReceiveN1FrameSize OBJECT-TYPE
  472.                   SYNTAX  PositiveInteger
  473.                   ACCESS  read-write
  474.                   STATUS  mandatory
  475.                   DESCRIPTION
  476.                           "The default maximum N1 frame size desired
  477.                           in number of bits for a frame the DCE/remote
  478.                           DTE transmits to this DTE.  This excludes
  479.                           flags and 0 bits inserted for transparency."
  480.                   DEFVAL { 36000  } -- 4500 * 8; 802.5 Frame size
  481.                   ::= { lapbAdmnEntry 5 }
  482.  
  483.           lapbAdmnTransmitKWindowSize OBJECT-TYPE
  484.                   SYNTAX  INTEGER (1..127)
  485.                   ACCESS  read-write
  486.                   STATUS  mandatory
  487.                   DESCRIPTION
  488.                           "The default transmit window size for this
  489.                           Interface.  This is the maximum number of
  490.                           unacknowledged sequenced PDUs that may be
  491.                           outstanding from this DTE at any one time."
  492.                   REFERENCE "ISO 8885 Table 3, Name: Window size"
  493.                   DEFVAL { 7 }
  494.                   ::= { lapbAdmnEntry 6 }
  495.  
  496.           lapbAdmnReceiveKWindowSize OBJECT-TYPE
  497.                   SYNTAX  INTEGER (1..127)
  498.                   ACCESS  read-write
  499.                   STATUS  mandatory
  500.                   DESCRIPTION
  501.                           "The default receive window size for this
  502.                           Interface.  This is the maximum number of
  503.  
  504.  
  505.  
  506. Throop & Baker                                                  [Page 9]
  507.  
  508. RFC 1381                     X.25 LAPB MIB                 November 1992
  509.  
  510.  
  511.                           unacknowledged sequenced PDUs that may be
  512.                           outstanding from the DCE/remote DTE at any
  513.                           one time."
  514.                   REFERENCE "ISO 8885 Table 3, Name: Window size"
  515.                   DEFVAL { 7 }
  516.                   ::= { lapbAdmnEntry 7 }
  517.  
  518.           lapbAdmnN2RxmitCount    OBJECT-TYPE
  519.                   SYNTAX  INTEGER (0..65535)
  520.                   ACCESS  read-write
  521.                   STATUS  mandatory
  522.                   DESCRIPTION
  523.                           "The default N2 retry counter for this
  524.                           interface.  This specifies the number of
  525.                           times a PDU will be resent after the T1
  526.                           timer expires without an acknowledgement for
  527.                           the PDU."
  528.                   REFERENCE "ISO 8885 Table 3,
  529.                           Name: Retransmission Attempts"
  530.                   DEFVAL { 20 }
  531.                   ::= { lapbAdmnEntry 8 }
  532.  
  533.           lapbAdmnT1AckTimer      OBJECT-TYPE
  534.                   SYNTAX  PositiveInteger
  535.                   ACCESS  read-write
  536.                   STATUS  mandatory
  537.                   DESCRIPTION
  538.                           "The default T1 timer for this interface.
  539.                           This specifies the maximum time in
  540.                           Milliseconds to wait for acknowledgment of a
  541.                           PDU."
  542.                   REFERENCE "ISO 8885 Table 3, Name:
  543.                           Acknowledgement timer"
  544.                   DEFVAL { 3000 }
  545.                   ::= { lapbAdmnEntry 9 }
  546.  
  547.           lapbAdmnT2AckDelayTimer         OBJECT-TYPE
  548.                   SYNTAX  PositiveInteger
  549.                   ACCESS  read-write
  550.                   STATUS  mandatory
  551.                   DESCRIPTION
  552.                           "The default T2 timer for this interface.
  553.                           This specifies the maximum time in
  554.                           Milliseconds to wait before sending an
  555.                           acknowledgment for a sequenced PDU.  A value
  556.                           of zero means there will be no delay in
  557.                           acknowledgement generation."
  558.                   REFERENCE "ISO 8885 Table 3,
  559.  
  560.  
  561.  
  562. Throop & Baker                                                 [Page 10]
  563.  
  564. RFC 1381                     X.25 LAPB MIB                 November 1992
  565.  
  566.  
  567.                           Name: Reply delay timer"
  568.                   DEFVAL { 0 }
  569.                   ::= { lapbAdmnEntry 10 }
  570.  
  571.           lapbAdmnT3DisconnectTimer OBJECT-TYPE
  572.                   SYNTAX  PositiveInteger
  573.                   ACCESS  read-write
  574.                   STATUS  mandatory
  575.                   DESCRIPTION
  576.                           "The T3 timer for this interface.  This
  577.                           specifies the time in Milliseconds to wait
  578.                           before considering the link disconnected.  A
  579.                           value of zero indicates the link will be
  580.                           considered disconnected upon completion of
  581.                           the frame exchange to disconnect the link."
  582.                   REFERENCE "ISO 7776 section 5.7.1.3"
  583.                   DEFVAL { 60000 }
  584.                   ::= { lapbAdmnEntry 11 }
  585.  
  586.           lapbAdmnT4IdleTimer OBJECT-TYPE
  587.                   SYNTAX  PositiveInteger
  588.                   ACCESS  read-write
  589.                   STATUS  mandatory
  590.                   DESCRIPTION
  591.                           "The T4 timer for this interface.  This
  592.                           specifies the maximum time in Milliseconds
  593.                           to allow without frames being exchanged on
  594.                           the data link.  A value of 2147483647
  595.                           indicates no idle timer is being kept."
  596.                   REFERENCE "ISO 7776 section 5.7.1.4"
  597.                   DEFVAL { 2147483647 }
  598.                   ::= { lapbAdmnEntry 12 }
  599.  
  600.           lapbAdmnActionInitiate OBJECT-TYPE
  601.                   SYNTAX  INTEGER {
  602.                   sendSABM (1),
  603.                           sendDISC (2),
  604.                           sendDM (3),
  605.                           none (4),
  606.                           other (5)
  607.                           }
  608.                   ACCESS  read-write
  609.                   STATUS  mandatory
  610.                   DESCRIPTION
  611.                           "This identifies the action LAPB will take
  612.                           to initiate link set-up."
  613.                   DEFVAL { sendSABM }
  614.                   ::= { lapbAdmnEntry 13 }
  615.  
  616.  
  617.  
  618. Throop & Baker                                                 [Page 11]
  619.  
  620. RFC 1381                     X.25 LAPB MIB                 November 1992
  621.  
  622.  
  623.           lapbAdmnActionRecvDM OBJECT-TYPE
  624.                   SYNTAX  INTEGER {
  625.                           sendSABM (1),
  626.                           sendDISC (2),
  627.                           other (3)
  628.                           }
  629.                   ACCESS  read-write
  630.                   STATUS  mandatory
  631.                   DESCRIPTION
  632.                           "This identifies the action LAPB will take
  633.                           when it receives a DM response."
  634.                   DEFVAL { sendSABM }
  635.                   ::= { lapbAdmnEntry 14 }
  636.  
  637.  
  638.           -- ###########################################################
  639.           --                      LAPB operating parameters.
  640.           -- ###########################################################
  641.  
  642.           -- Support of the lapbOperTable is mandatory for all
  643.           -- agents of systems that implement LAPB.
  644.  
  645.           lapbOperTable   OBJECT-TYPE
  646.                   SYNTAX  SEQUENCE OF LapbOperEntry
  647.                   ACCESS  not-accessible
  648.                   STATUS  mandatory
  649.                   DESCRIPTION
  650.                           "This table contains configuration
  651.                           information about interface parameters
  652.                           currently set in the interface.  Many of
  653.                           these objects have corresponding objects in
  654.                   the lapbAdmnTable."
  655.                   ::= { lapb 2 }
  656.  
  657.           lapbOperEntry   OBJECT-TYPE
  658.                   SYNTAX  LapbOperEntry
  659.                   ACCESS  not-accessible
  660.                   STATUS  mandatory
  661.                   DESCRIPTION
  662.                           "Currently set parameter values for a
  663.                           specific LAPB."
  664.                   INDEX { lapbOperIndex }
  665.                   ::= { lapbOperTable 1 }
  666.  
  667.           LapbOperEntry ::= SEQUENCE {
  668.                   lapbOperIndex
  669.                           IfIndexType,
  670.                   lapbOperStationType
  671.  
  672.  
  673.  
  674. Throop & Baker                                                 [Page 12]
  675.  
  676. RFC 1381                     X.25 LAPB MIB                 November 1992
  677.  
  678.  
  679.                           INTEGER,
  680.                   lapbOperControlField
  681.                           INTEGER,
  682.                   lapbOperTransmitN1FrameSize
  683.                           PositiveInteger,
  684.                   lapbOperReceiveN1FrameSize
  685.                           PositiveInteger,
  686.                   lapbOperTransmitKWindowSize
  687.                           INTEGER,
  688.                   lapbOperReceiveKWindowSize
  689.                           INTEGER,
  690.                   lapbOperN2RxmitCount
  691.                           INTEGER,
  692.                   lapbOperT1AckTimer
  693.                           PositiveInteger,
  694.                   lapbOperT2AckDelayTimer
  695.                           PositiveInteger,
  696.                   lapbOperT3DisconnectTimer
  697.                           PositiveInteger,
  698.                   lapbOperT4IdleTimer
  699.                           PositiveInteger,
  700.                   lapbOperPortId
  701.                           OBJECT IDENTIFIER,
  702.                   lapbOperProtocolVersionId
  703.                           OBJECT IDENTIFIER
  704.                   }
  705.  
  706.           lapbOperIndex   OBJECT-TYPE
  707.              SYNTAX       IfIndexType
  708.                   ACCESS  read-only
  709.                   STATUS  mandatory
  710.                   DESCRIPTION
  711.                           "The ifIndex value for the LAPB interface."
  712.                   ::= { lapbOperEntry 1 }
  713.  
  714.           lapbOperStationType     OBJECT-TYPE
  715.                   SYNTAX  INTEGER {
  716.                           dte (1),
  717.                           dce (2),
  718.                           dxe (3)
  719.                           }
  720.                   ACCESS  read-only
  721.                   STATUS  mandatory
  722.                   DESCRIPTION
  723.                           "Identifies the current operating station
  724.                           type of this interface.  A value of dxe (3)
  725.                           indicates XID negotiation has not yet taken
  726.                           place."
  727.  
  728.  
  729.  
  730. Throop & Baker                                                 [Page 13]
  731.  
  732. RFC 1381                     X.25 LAPB MIB                 November 1992
  733.  
  734.  
  735.                   REFERENCE "ISO 7776 section 3.1"
  736.                   ::= { lapbOperEntry 2 }
  737.  
  738.           lapbOperControlField OBJECT-TYPE
  739.                   SYNTAX  INTEGER {
  740.                           modulo8 (1),
  741.                           modulo128 (2)
  742.                           }
  743.                   ACCESS  read-only
  744.                   STATUS  mandatory
  745.                   DESCRIPTION
  746.                           "The current operating size of the sequence
  747.                           numbers used to number frames."
  748.                   REFERENCE "ISO 7776 section 3.3"
  749.                   ::= { lapbOperEntry 3 }
  750.  
  751.           lapbOperTransmitN1FrameSize OBJECT-TYPE
  752.                   SYNTAX  PositiveInteger
  753.                   ACCESS  read-only
  754.                   STATUS  mandatory
  755.                   DESCRIPTION
  756.                           "The current operating N1 frame size used
  757.                           for the maximum number of bits in a frame
  758.                           this DTE can transmit.  This excludes flags
  759.                           and 0 bits inserted for transparency."
  760.                   REFERENCE "ISO 7776 section 5.7.3"
  761.                   ::= { lapbOperEntry 4 }
  762.  
  763.           lapbOperReceiveN1FrameSize OBJECT-TYPE
  764.                   SYNTAX  PositiveInteger
  765.                   ACCESS  read-only
  766.                   STATUS  mandatory
  767.                   -- See lapbOperTransmitN1FrameSize above
  768.                   DESCRIPTION
  769.                           "The current operating N1 frame size used
  770.                           for the maximum number of bits in a frame
  771.                           the DCE/remote DTE can transmit.  This
  772.                           excludes flags and 0 bits inserted for
  773.                           transparency."
  774.                   ::= { lapbOperEntry 5 }
  775.  
  776.           lapbOperTransmitKWindowSize OBJECT-TYPE
  777.                   SYNTAX  INTEGER (1..127)
  778.                   ACCESS  read-only
  779.                   STATUS  mandatory
  780.                   DESCRIPTION
  781.                           "The current PDU window size this Interface
  782.                           uses to transmit.  This is the maximum
  783.  
  784.  
  785.  
  786. Throop & Baker                                                 [Page 14]
  787.  
  788. RFC 1381                     X.25 LAPB MIB                 November 1992
  789.  
  790.  
  791.                           number of unacknowledged sequenced PDUs that
  792.                           may be outstanding from this DTE at any one
  793.                           time."
  794.                   REFERENCE "ISO 7776 section 5.7.4"
  795.                   ::= { lapbOperEntry 6 }
  796.  
  797.           lapbOperReceiveKWindowSize OBJECT-TYPE
  798.                   SYNTAX  INTEGER (1..127)
  799.                   ACCESS  read-only
  800.                   STATUS  mandatory
  801.                   DESCRIPTION
  802.                           "The current receive PDU window size for
  803.                           this Interface.  This is the maximum number
  804.                           of unacknowledged sequenced PDUs that may be
  805.                           outstanding from the DCE/remote DTE at any
  806.                           one time."
  807.                   REFERENCE "ISO 7776 section 5.7.4"
  808.                   ::= { lapbOperEntry 7 }
  809.  
  810.           lapbOperN2RxmitCount    OBJECT-TYPE
  811.                   SYNTAX  INTEGER (0..65535)
  812.                   ACCESS  read-only
  813.                   STATUS  mandatory
  814.                   DESCRIPTION
  815.                           "The current N2 retry counter used for this
  816.                           interface.  This specifies the number of
  817.                           times a PDU will be resent after the T1
  818.                           timer expires without an acknowledgement for
  819.                           the PDU."
  820.                   REFERENCE "ISO 7776 section 5.7.2"
  821.                   ::= { lapbOperEntry 8 }
  822.  
  823.           lapbOperT1AckTimer      OBJECT-TYPE
  824.                   SYNTAX  PositiveInteger
  825.                   ACCESS  read-only
  826.                   STATUS  mandatory
  827.                   DESCRIPTION
  828.                           "The current T1 timer for this interface.
  829.                           This specifies the maximum time in
  830.                           Milliseconds to wait for acknowledgment of a
  831.                           PDU."
  832.                   REFERENCE "ISO 7776 section 5.7.1.1"
  833.                   ::= { lapbOperEntry 9 }
  834.  
  835.           lapbOperT2AckDelayTimer         OBJECT-TYPE
  836.                   SYNTAX  PositiveInteger
  837.                   ACCESS  read-only
  838.                   STATUS  mandatory
  839.  
  840.  
  841.  
  842. Throop & Baker                                                 [Page 15]
  843.  
  844. RFC 1381                     X.25 LAPB MIB                 November 1992
  845.  
  846.  
  847.                   DESCRIPTION
  848.                           "The current T2 timer for this interface.
  849.                           This specifies the maximum time in
  850.                           Milliseconds to wait before sending an
  851.                           acknowledgment for a sequenced PDU.  A value
  852.                           of zero means there will be no delay in
  853.                           acknowledgement generation."
  854.                   REFERENCE "ISO 7776 section 5.7.1.2"
  855.                   ::= { lapbOperEntry 10 }
  856.  
  857.           lapbOperT3DisconnectTimer OBJECT-TYPE
  858.                   SYNTAX  PositiveInteger
  859.                   ACCESS  read-only
  860.                   STATUS  mandatory
  861.                   DESCRIPTION
  862.                           "The current T3 timer for this interface.
  863.                           This specifies the time in Milliseconds to
  864.                           wait before considering the link
  865.                           disconnected.  A value of zero indicates the
  866.                           link will be considered disconnected upon
  867.                           completion of the frame exchange to
  868.                           disconnect the link."
  869.                   REFERENCE "ISO 7776 section 5.7.1.3"
  870.                   ::= { lapbOperEntry 11 }
  871.  
  872.           lapbOperT4IdleTimer OBJECT-TYPE
  873.                   SYNTAX  PositiveInteger
  874.                   ACCESS  read-write
  875.                   STATUS  mandatory
  876.                   DESCRIPTION
  877.                           "The current T4 timer for this interface.
  878.                           This specifies the maximum time in
  879.                           Milliseconds to allow without frames being
  880.                           exchanged on the data link.  A value of
  881.                           2147483647 indicates no idle timer is being
  882.                           kept."
  883.                   REFERENCE "ISO 7776 section 5.7.1.4"
  884.                   ::= { lapbOperEntry 12 }
  885.  
  886.           lapbOperPortId OBJECT-TYPE
  887.                   SYNTAX  OBJECT IDENTIFIER
  888.                   ACCESS  read-only
  889.                   STATUS  mandatory
  890.                   DESCRIPTION
  891.                           "This object identifies an instance of the
  892.                           index object in the first group of objects
  893.                           in the MIB specific to the physical device
  894.                           or interface used to send and receive
  895.  
  896.  
  897.  
  898. Throop & Baker                                                 [Page 16]
  899.  
  900. RFC 1381                     X.25 LAPB MIB                 November 1992
  901.  
  902.  
  903.                           frames.  If an agent does not support any
  904.                           such objects, it should return nullSpec
  905.                           OBJECT IDENTIFIER {0 0}."
  906.                   ::= { lapbOperEntry 13 }
  907.  
  908.           lapbOperProtocolVersionId       OBJECT-TYPE
  909.                   SYNTAX  OBJECT IDENTIFIER
  910.                   ACCESS  read-only
  911.                   STATUS  mandatory
  912.                   DESCRIPTION
  913.                           "This object identifies the version of the
  914.                           lapb protocol implemented by this
  915.                           interface."
  916.                   ::= { lapbOperEntry 14 }
  917.  
  918.  
  919.           -- ###########################################################
  920.           --                      LAPB    Flow Table
  921.           -- ###########################################################
  922.  
  923.           -- Support of the lapbFlowTable is mandatory for all
  924.           -- agents of systems that implement LAPB.
  925.  
  926.           lapbFlowTable OBJECT-TYPE
  927.                   SYNTAX  SEQUENCE OF LapbFlowEntry
  928.                   ACCESS  not-accessible
  929.                   STATUS  mandatory
  930.                   DESCRIPTION
  931.                           "This table defines the objects recorded by
  932.                           LAPB to provide information about the
  933.                           traffic flow through the interface."
  934.                   ::= { lapb 3 }
  935.  
  936.           lapbFlowEntry OBJECT-TYPE
  937.                   SYNTAX  LapbFlowEntry
  938.                   ACCESS  not-accessible
  939.                   STATUS  mandatory
  940.                   DESCRIPTION
  941.                           "The information regarding the effects of
  942.                           flow controls in LAPB."
  943.                    INDEX { lapbFlowIfIndex }
  944.                   ::= { lapbFlowTable 1 }
  945.  
  946.           LapbFlowEntry ::= SEQUENCE {
  947.                   lapbFlowIfIndex
  948.                           IfIndexType,
  949.                   lapbFlowStateChanges
  950.                           Counter,
  951.  
  952.  
  953.  
  954. Throop & Baker                                                 [Page 17]
  955.  
  956. RFC 1381                     X.25 LAPB MIB                 November 1992
  957.  
  958.  
  959.                   lapbFlowChangeReason
  960.                           INTEGER,
  961.                   lapbFlowCurrentMode
  962.                           INTEGER,
  963.                   lapbFlowBusyDefers
  964.                           Counter,
  965.                   lapbFlowRejOutPkts
  966.                           Counter,
  967.                   lapbFlowRejInPkts
  968.                           Counter,
  969.                   lapbFlowT1Timeouts
  970.                           Counter,
  971.                   lapbFlowFrmrSent
  972.                   OCTET STRING,
  973.                   lapbFlowFrmrReceived
  974.                           OCTET STRING,
  975.                   lapbFlowXidReceived
  976.                           OCTET STRING
  977.                   }
  978.  
  979.           lapbFlowIfIndex OBJECT-TYPE
  980.                   SYNTAX  IfIndexType
  981.                   ACCESS  read-only
  982.                   STATUS  mandatory
  983.                   DESCRIPTION
  984.                           "The ifIndex value for the LAPB Interface."
  985.                   ::= { lapbFlowEntry 1 }
  986.  
  987.           lapbFlowStateChanges OBJECT-TYPE
  988.                   SYNTAX  Counter
  989.                   ACCESS  read-only
  990.                   STATUS  mandatory
  991.                   DESCRIPTION
  992.                           "The number of LAPB State Changes, including
  993.                           resets."
  994.                   ::= { lapbFlowEntry 2 }
  995.  
  996.           lapbFlowChangeReason OBJECT-TYPE
  997.                   SYNTAX  INTEGER {
  998.                           notStarted (1),    -- Initial state
  999.                           abmEntered (2),    -- SABM or UA
  1000.                           abmeEntered (3),   -- SABME or UA
  1001.                           abmReset (4),      -- SABM in ABM
  1002.                           abmeReset (5),     -- SABME in ABME
  1003.                           dmReceived (6),    -- DM Response
  1004.                           dmSent (7),        -- DM sent
  1005.                           discReceived (8),  -- DISC Response
  1006.                           discSent (9),      -- DISC Sent
  1007.  
  1008.  
  1009.  
  1010. Throop & Baker                                                 [Page 18]
  1011.  
  1012. RFC 1381                     X.25 LAPB MIB                 November 1992
  1013.  
  1014.  
  1015.                           frmrReceived (10), -- FRMR Received
  1016.                           frmrSent (11),     -- FRMR Sent
  1017.                           n2Timeout (12),    -- N2 Timer Expired
  1018.                           other (13)
  1019.                             }
  1020.                   ACCESS  read-only
  1021.                   STATUS  mandatory
  1022.                   DESCRIPTION
  1023.                           "The reason for the most recent incrementing
  1024.                           of lapbFlowStateChanges.  A DM or DISC frame
  1025.                           generated to initiate link set-up does not
  1026.                           alter this object.  When the MIB-II object
  1027.                           ifOperStatus does not have a value of
  1028.                           testing, there exists a correlation between
  1029.                           this object and ifOperStatus.  IfOperStatus
  1030.                           will have a value of up when this object
  1031.                           contains:  abmEntered, abmeEntered,
  1032.                           abmReset, or abmeReset.  IfOperStatus will
  1033.                           have a value of down when this object has a
  1034.                           value of notStarted, or dmReceived through
  1035.                           n2Timeout.  There is no correlation when
  1036.                           this object has the value other."
  1037.                   ::= { lapbFlowEntry 3 }
  1038.  
  1039.           lapbFlowCurrentMode OBJECT-TYPE
  1040.                   SYNTAX  INTEGER {
  1041.                           disconnected (1),
  1042.                                   -- initial state or DISC received
  1043.  
  1044.                           linkSetup (2),
  1045.                                   -- SABM sent
  1046.  
  1047.                           frameReject (3),
  1048.                                   -- Invalid frame received and
  1049.                                   -- FRMR sent
  1050.  
  1051.                           disconnectRequest (4),
  1052.                                   -- DISC sent
  1053.  
  1054.                           informationTransfer (5),
  1055.                                   -- normal information transfer state
  1056.                                   -- SABM(E) sent and UA received, or
  1057.                                   -- SABM(E) received and UA sent
  1058.  
  1059.                           rejFrameSent (6),
  1060.                                   -- invalid NS received and REJ sent
  1061.  
  1062.                           waitingAcknowledgement (7),
  1063.  
  1064.  
  1065.  
  1066. Throop & Baker                                                 [Page 19]
  1067.  
  1068. RFC 1381                     X.25 LAPB MIB                 November 1992
  1069.  
  1070.  
  1071.                                   -- T1 expired and RR sent
  1072.  
  1073.                           stationBusy (8),
  1074.                                   -- RNR sent
  1075.  
  1076.                           remoteStationBusy (9),
  1077.                                   -- RNR received
  1078.  
  1079.                           bothStationsBusy (10),
  1080.                                   -- RNR received and RNR sent
  1081.  
  1082.                           waitingAckStationBusy (11),
  1083.                                   -- T1 expired, RNR sent
  1084.  
  1085.                           waitingAckRemoteBusy (12),
  1086.                                   -- T1 expired, RNR received
  1087.  
  1088.                           waitingAckBothBusy (13),
  1089.                                   -- T1 expired, RNR sent,
  1090.                                   -- and RNR received
  1091.  
  1092.                           rejFrameSentRemoteBusy (14),
  1093.                                   -- REJ sent and RNR received
  1094.  
  1095.                           xidFrameSent (15),
  1096.                                   -- XID frame sent
  1097.  
  1098.                           error (16),
  1099.                                   -- An error state other than
  1100.                                   -- a one defined above
  1101.  
  1102.                           other (17)
  1103.                                   --  A state not listed above
  1104.                             }
  1105.                   ACCESS  read-only
  1106.                   STATUS  mandatory
  1107.                   DESCRIPTION
  1108.                           "The current condition of the conversation."
  1109.                   ::= { lapbFlowEntry 4 }
  1110.  
  1111.           lapbFlowBusyDefers OBJECT-TYPE
  1112.                   SYNTAX  Counter
  1113.                   ACCESS  read-only
  1114.                   STATUS  mandatory
  1115.                   DESCRIPTION
  1116.                           "The number of times this device was unable
  1117.                           to transmit a frame due to a perceived
  1118.                           remote busy condition.  Busy conditions can
  1119.  
  1120.  
  1121.  
  1122. Throop & Baker                                                 [Page 20]
  1123.  
  1124. RFC 1381                     X.25 LAPB MIB                 November 1992
  1125.  
  1126.  
  1127.                           result from the receipt of an RNR from the
  1128.                           remote device, the lack of valid sequence
  1129.                           number space (window saturation), or other
  1130.                           conditions."
  1131.                   ::= { lapbFlowEntry 5 }
  1132.  
  1133.           lapbFlowRejOutPkts OBJECT-TYPE
  1134.                   SYNTAX  Counter
  1135.                   ACCESS  read-only
  1136.                   STATUS  mandatory
  1137.                   DESCRIPTION
  1138.                           "The number of REJ or SREJ frames sent by
  1139.                           this station."
  1140.                   ::= { lapbFlowEntry 6 }
  1141.  
  1142.           lapbFlowRejInPkts OBJECT-TYPE
  1143.                   SYNTAX  Counter
  1144.                   ACCESS  read-only
  1145.                   STATUS  mandatory
  1146.                   DESCRIPTION
  1147.                           "The number of REJ or SREJ frames received
  1148.                           by this station."
  1149.                   ::= { lapbFlowEntry 7 }
  1150.  
  1151.           lapbFlowT1Timeouts OBJECT-TYPE
  1152.                   SYNTAX  Counter
  1153.                   ACCESS  read-only
  1154.                   STATUS  mandatory
  1155.                   DESCRIPTION
  1156.                           "The number of times a re-transmission was
  1157.                           effected by the T1 Timer expiring."
  1158.                   ::= { lapbFlowEntry 8 }
  1159.  
  1160.           lapbFlowFrmrSent OBJECT-TYPE
  1161.                   SYNTAX  OCTET STRING (SIZE (0..7))
  1162.                   ACCESS  read-only
  1163.                   STATUS  mandatory
  1164.                   DESCRIPTION
  1165.                           "The Information Field of the FRMR most
  1166.                           recently sent.  If no FRMR has been sent
  1167.                           (the normal case) or the information isn't
  1168.                           available, this will be an OCTET STRING of
  1169.                           zero length."
  1170.                   REFERENCE "ISO 7776 Section 4.3.9, tables 7 and 8"
  1171.                   ::= { lapbFlowEntry 9 }
  1172.  
  1173.           lapbFlowFrmrReceived OBJECT-TYPE
  1174.                   SYNTAX  OCTET STRING (SIZE (0..7))
  1175.  
  1176.  
  1177.  
  1178. Throop & Baker                                                 [Page 21]
  1179.  
  1180. RFC 1381                     X.25 LAPB MIB                 November 1992
  1181.  
  1182.  
  1183.                   ACCESS  read-only
  1184.                   STATUS  mandatory
  1185.                   DESCRIPTION
  1186.                           "The Information Field of the FRMR most
  1187.                           recently received.  If no FRMR has been
  1188.                           received (the normal case) or the
  1189.                           information isn't available, this will be an
  1190.                           OCTET STRING of zero length."
  1191.                   REFERENCE "ISO 7776 Section 4.3.9, tables 7 and 8"
  1192.                   ::= { lapbFlowEntry 10 }
  1193.  
  1194.           lapbFlowXidReceived OBJECT-TYPE
  1195.                   SYNTAX  OCTET STRING (SIZE (0..8206))
  1196.                   ACCESS  read-only
  1197.                   STATUS  mandatory
  1198.                   DESCRIPTION
  1199.                           "The Information Field of the XID frame most
  1200.                           recently received.  If no XID frame has been
  1201.                           received, this will be an OCTET STRING of
  1202.                           zero length."
  1203.                   REFERENCE "ISO 8885"
  1204.                   ::= { lapbFlowEntry 11 }
  1205.  
  1206.  
  1207.           -- ###########################################################
  1208.           --                      LAPB    XID Table
  1209.           -- ###########################################################
  1210.  
  1211.           -- Support for the lapbXidTable is mandatory for all agents
  1212.           -- of systems that have a LAPB implementation using XID
  1213.           -- negotiation.  Agents of systems without XID negotiation
  1214.           -- support should not implement this table.
  1215.  
  1216.           lapbXidTable    OBJECT-TYPE
  1217.                   SYNTAX  SEQUENCE OF LapbXidEntry
  1218.                   ACCESS  not-accessible
  1219.                   STATUS  mandatory
  1220.                   DESCRIPTION
  1221.                           "This table defines values to use for XID
  1222.                           negotiation that are not found in the
  1223.                           lapbAdmnTable.  This table is optional for
  1224.                           implementations that don't support XID and
  1225.                           mandatory for implementations that do
  1226.                           initiate XID negotiation."
  1227.                   ::= { lapb 4 }
  1228.  
  1229.           lapbXidEntry    OBJECT-TYPE
  1230.                   SYNTAX  LapbXidEntry
  1231.  
  1232.  
  1233.  
  1234. Throop & Baker                                                 [Page 22]
  1235.  
  1236. RFC 1381                     X.25 LAPB MIB                 November 1992
  1237.  
  1238.  
  1239.              ACCESS       not-accessible
  1240.                   STATUS  mandatory
  1241.                   DESCRIPTION
  1242.                           "XId negotiation parameter values for a
  1243.                           specific LAPB."
  1244.                   INDEX { lapbXidIndex }
  1245.                   ::= { lapbXidTable 1 }
  1246.  
  1247.  
  1248.           LapbXidEntry ::= SEQUENCE {
  1249.                   lapbXidIndex
  1250.                           IfIndexType,
  1251.                   lapbXidAdRIdentifier
  1252.                           OCTET STRING,
  1253.                   lapbXidAdRAddress
  1254.                           OCTET STRING,
  1255.                   lapbXidParameterUniqueIdentifier
  1256.                           OCTET STRING,
  1257.                   lapbXidGroupAddress
  1258.                           OCTET STRING,
  1259.                   lapbXidPortNumber
  1260.                           OCTET STRING,
  1261.                   lapbXidUserDataSubfield
  1262.                           OCTET STRING
  1263.                   }
  1264.  
  1265.           lapbXidIndex    OBJECT-TYPE
  1266.                   SYNTAX  IfIndexType
  1267.                   ACCESS  read-only
  1268.                   STATUS  mandatory
  1269.                   DESCRIPTION
  1270.                           "The ifIndex value for the LAPB interface."
  1271.                   ::= { lapbXidEntry 1 }
  1272.  
  1273.           lapbXidAdRIdentifier OBJECT-TYPE
  1274.                   SYNTAX  OCTET STRING (SIZE (0..255))
  1275.                   ACCESS  read-write
  1276.                   STATUS  mandatory
  1277.                   DESCRIPTION
  1278.                           "The value of the Address Resolution
  1279.                           Identifier.  A zero length string indicates
  1280.                           no Identifier value has been assigned."
  1281.                   REFERENCE "ISO 8885 Table 2, Name: Identifier"
  1282.                   DEFVAL { ''h }
  1283.                   ::= { lapbXidEntry 2 }
  1284.  
  1285.           lapbXidAdRAddress OBJECT-TYPE
  1286.                   SYNTAX  OCTET STRING (SIZE (0..255))
  1287.  
  1288.  
  1289.  
  1290. Throop & Baker                                                 [Page 23]
  1291.  
  1292. RFC 1381                     X.25 LAPB MIB                 November 1992
  1293.  
  1294.  
  1295.                   ACCESS  read-write
  1296.                   STATUS  mandatory
  1297.                   DESCRIPTION
  1298.                           "The value of the Address Resolution
  1299.                           Address.  A zero length string indicates no
  1300.                           Address value has been assigned."
  1301.                   REFERENCE "ISO 8885 Table 2, Name: Address"
  1302.                   DEFVAL { ''h }
  1303.                   ::= { lapbXidEntry 3 }
  1304.  
  1305.           lapbXidParameterUniqueIdentifier OBJECT-TYPE
  1306.                   SYNTAX  OCTET STRING (SIZE (0..255))
  1307.                   ACCESS  read-write
  1308.                   STATUS  mandatory
  1309.                   DESCRIPTION
  1310.                           "The value of the parameter unique
  1311.                           Identifier.  A zero length string indicates
  1312.                           no Unique identifier value has been
  1313.                           assigned."
  1314.                   REFERENCE "ISO 8885 Table 3, Name: Identifier"
  1315.                   DEFVAL { ''h }
  1316.                   ::= { lapbXidEntry 4 }
  1317.  
  1318.           lapbXidGroupAddress OBJECT-TYPE
  1319.                   SYNTAX  OCTET STRING (SIZE (0..255))
  1320.                   ACCESS  read-write
  1321.                   STATUS  mandatory
  1322.                   DESCRIPTION
  1323.                           "The value of the parameter Group address.
  1324.                           A zero length string indicates no Group
  1325.                           address value has been assigned."
  1326.                   REFERENCE "ISO 8885 Table 3, Name: Group address"
  1327.                   DEFVAL { ''h }
  1328.                   ::= { lapbXidEntry 5 }
  1329.  
  1330.           lapbXidPortNumber OBJECT-TYPE
  1331.                   SYNTAX  OCTET STRING (SIZE (0..255))
  1332.                   ACCESS  read-write
  1333.                   STATUS  mandatory
  1334.                   DESCRIPTION
  1335.                           "The port number assigned for this link.  A
  1336.                           zero length string indicates no local port
  1337.                           number identifier has been assigned."
  1338.                   REFERENCE "ISO 8885 Table 3, Name: Port number"
  1339.                   DEFVAL { ''h }
  1340.                   ::= { lapbXidEntry 6 }
  1341.  
  1342.           lapbXidUserDataSubfield OBJECT-TYPE
  1343.  
  1344.  
  1345.  
  1346. Throop & Baker                                                 [Page 24]
  1347.  
  1348. RFC 1381                     X.25 LAPB MIB                 November 1992
  1349.  
  1350.  
  1351.                   SYNTAX  OCTET STRING (SIZE (0..8206))
  1352.                   ACCESS  read-write
  1353.                   STATUS  mandatory
  1354.                   DESCRIPTION
  1355.                           "A user data subfield, if any, to be
  1356.                           transmitted in an XID frame.  A zero length
  1357.                           frame indicates no user data subfield has
  1358.                           been assigned.  The octet string should
  1359.                           include both the User data identifier and
  1360.                           User data field as shown in Figures 1 and
  1361.                           4."
  1362.                   REFERENCE "ISO 8885 section 4.3"
  1363.                   DEFVAL { ''h }
  1364.                   ::= { lapbXidEntry 7 }
  1365.  
  1366.  
  1367.           -- ###########################################################
  1368.           --                      LAPB protocol versions
  1369.           -- ###########################################################
  1370.  
  1371.           lapbProtocolVersion OBJECT IDENTIFIER
  1372.                   ::= { lapb 5 }
  1373.  
  1374.           lapbProtocolIso7776v1986 OBJECT IDENTIFIER
  1375.                   ::= { lapbProtocolVersion 1 }
  1376.  
  1377.           lapbProtocolCcittV1980 OBJECT IDENTIFIER
  1378.                   ::= { lapbProtocolVersion 2 }
  1379.  
  1380.           lapbProtocolCcittV1984 OBJECT IDENTIFIER
  1381.                   ::= { lapbProtocolVersion 3 }
  1382.  
  1383.  
  1384.  
  1385.           -- The following describes some of the MIB-II interface
  1386.           -- objects and their relationship with the objects in this
  1387.           -- MIB extension.
  1388.  
  1389.           -- ifDescr:  describes the interface.   It should include
  1390.           -- identification information for the physical line and a
  1391.           -- description of the network.  For connections to PDNs,
  1392.           -- it should name the PDN.
  1393.  
  1394.           -- ifMtu: the maximum number of octets an upper layer can
  1395.           -- pass to this interface as a single frame.
  1396.  
  1397.           -- ifSpeed:
  1398.  
  1399.  
  1400.  
  1401.  
  1402. Throop & Baker                                                 [Page 25]
  1403.  
  1404. RFC 1381                     X.25 LAPB MIB                 November 1992
  1405.  
  1406.  
  1407.           -- ifAdminStatus:
  1408.  
  1409.           -- ifOperStatus:
  1410.  
  1411.           -- ifLastChange: the last time the state of the interface
  1412.           -- changed.  A reset is considered an instantaneous change to
  1413.           -- the ndm state and back to abm or abme.  This will be the
  1414.           -- last time that lapbFlowChangeReason and lapbFlowChanges
  1415.           -- changed.
  1416.  
  1417.           -- ifInOctets: contains the number of octets
  1418.           -- received from the peer LAPB including FCS.
  1419.  
  1420.           -- ifInUcastPkts: contains the number of I-frames delivered
  1421.           -- by this interface to a higher layer interface.
  1422.  
  1423.           -- ifInDiscards: contains the number of received
  1424.           -- frames discarded because of internal conditions
  1425.           -- (such as lack of buffering).
  1426.  
  1427.           -- ifInErrors: contains the number of Invalid frames received.
  1428.           -- This does not have any relationship with the number REJ,
  1429.           -- or RNR frames sent or received.
  1430.  
  1431.           -- ifInUnknownProtos: contains the number of frames
  1432.           -- that were correct but were dropped because they
  1433.           -- were inappropriate for the current state.  This
  1434.           -- includes an invalid Poll bit, an unknown address,
  1435.           -- or other condition such as an RNR when connection
  1436.           -- not established.  This also includes the number of
  1437.           -- DISC or other frames that were ignored because the
  1438.           -- link was not established and this interface was not
  1439.           -- configured to perform link setup on that type frame.
  1440.  
  1441.           -- ifOutOctets: number of octets sent to peer including
  1442.           -- FCS octets.
  1443.  
  1444.           -- ifOutUcastPkts: number of I-frames received from
  1445.           -- a higher layer for transmission to peer.
  1446.  
  1447.           -- ifOutDiscards: number of frames to be sent that were
  1448.           -- dropped due to internal conditions such as buffering etc.
  1449.  
  1450.           -- ifOutErrors: number of transmissions that failed
  1451.           -- due to errors or were considered invalid by the receiver.
  1452.           -- This does not have any relationship with the number REJ,
  1453.           -- or RNR frames sent or received.
  1454.  
  1455.  
  1456.  
  1457.  
  1458. Throop & Baker                                                 [Page 26]
  1459.  
  1460. RFC 1381                     X.25 LAPB MIB                 November 1992
  1461.  
  1462.  
  1463.           -- ifOutQLen: number of frames waiting to be transmitted.
  1464.  
  1465.  
  1466.           -- This MIB does not provide any support for:
  1467.           --      Multilink procedure (MLP) in ISO 7776 section 6
  1468.           --      LLC Pbit timer
  1469.           --      LLC REJ timer
  1470.           --      LLC Busy State Timer 7.8.1.4
  1471.  
  1472.           -- ###########################################################
  1473.  
  1474.           END
  1475.  
  1476. 5.  Appendix: Revision History
  1477.  
  1478. July 30, 1992
  1479.  
  1480. The July revision of this document (Editor's Internal Reference 2.10)
  1481. incorporated the comments of the SNMP directorate.
  1482.  
  1483.       The ifIndexType textual convention was added and used as the type
  1484.       for all index objects.
  1485.  
  1486.       The enumeration xidDetection of the lapbAdmnStationType was
  1487.       changed to dxe to be consistent with other similar enumerations.
  1488.  
  1489.       Conformance statements were added at before every table as ASN.1
  1490.       comments.
  1491.  
  1492. June 12, 1992
  1493.  
  1494.    The June 12, 1992 revision of this document (Editor's Internal
  1495.    Reference 2.9) incorporated some clarifications and updated the
  1496.    status.
  1497.  
  1498.       The range on PositiveInteger was changed to start at 0 rather than
  1499.       1.
  1500.  
  1501.       The syntax of lapbXidIndex was changed to PositiveInteger.
  1502.  
  1503.       A value of dxe was added to lapbOperStationType.
  1504.  
  1505.       The range of lapbAdmnN2RxmitCount was change to (0..65535).
  1506.  
  1507.       The definition of ifInOctets, ifInUcastPkts, ifInErrors,
  1508.       ifInUnknownProtos, ifOutOctets, and ifoutUcastPkts was clarified.
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514. Throop & Baker                                                 [Page 27]
  1515.  
  1516. RFC 1381                     X.25 LAPB MIB                 November 1992
  1517.  
  1518.  
  1519. May 18, 1992
  1520.  
  1521.    The May 18, 1992 revision of this document (Editor's Internal
  1522.    Reference  2.8) incorporated the following changes:
  1523.  
  1524.       The states of lapbFlowCurrentMode were redefined.
  1525.  
  1526.       The default value for lapbAdmnControlField was changed from
  1527.       module8 to modulo8.
  1528.  
  1529. April 8, 1992
  1530.  
  1531.    The April 8, 1992 revision of this document (Editor's Internal
  1532.    Reference 2.4) incorporated the following changes:
  1533.  
  1534.       All reference comments in the MIB were moved to the REFERENCE
  1535.       field of the OBJECT-TYPE macro.
  1536.  
  1537.       A type of PositiveInteger was introduced and used for common
  1538.       integer values including all timers.  This effectively made the
  1539.       maximum value for timers 2147483646 milliseconds.  The type of the
  1540.       frame size was changed to positiveInteger.
  1541.  
  1542.       The reference to ISO 7776 has been broadened to say the MIB
  1543.       descriptions use the terminology of ISO 7776.
  1544.  
  1545.       A comment was added to the overview section discussing creation
  1546.       and deletion of tables.
  1547.  
  1548.       The objects in the lapbParmTable and lapbDefTable were
  1549.       redistributed to create a lapbOperTable, a lapbAdmnTable, and a
  1550.       lapbXidTable.  The lapbParmTable and lapbDefTable were deleted.
  1551.       Objects were included in the Admn table for t3 and t4.
  1552.  
  1553.       An object identifier was added to identify the protocol version.
  1554.  
  1555.       A DEFVAL clause was added for all writable objects.
  1556.  
  1557.       Some more overview text was included.
  1558.  
  1559. February 1992
  1560.  
  1561.    The February 1992 revision of this document (Editor's Internal
  1562.    Reference 1.17) incorporated the following changes:
  1563.  
  1564.       The name was changed from HDLC to LAPB. This change was made
  1565.       because other flavors of HDLC such as LAPD, SDLC, and raw HDLC
  1566.       framing, are different enough that this MIB will not adequately
  1567.  
  1568.  
  1569.  
  1570. Throop & Baker                                                 [Page 28]
  1571.  
  1572. RFC 1381                     X.25 LAPB MIB                 November 1992
  1573.  
  1574.  
  1575.       manage them.
  1576.  
  1577.       The Historical Perspective section at the beginning of the
  1578.       document has been replaced with a more concise Network Management
  1579.       Framework section.
  1580.  
  1581.       The name lapbParmKWindowSize was changed to
  1582.       lapbParmTransmitKWindowSize and the object
  1583.       lapbParmReceiveKWindowSize was added. This change was made because
  1584.       section 5.7.4 of ISO 7776 and Table 3 of ISO 8885 have provisions
  1585.       for different values for the transmit and receive window size.
  1586.  
  1587.       The name lapbParmN1FrameSize was changed to
  1588.       lapbParmTransmitN1FrameSize and the object
  1589.       lapbParmReceiveN1FrameSize was added. This change was made because
  1590.       section 5.7.3 of ISO 7776 and Table 3 of ISO 8886 have provisions
  1591.       for different values for the transmit and receive maximum frame
  1592.       size.
  1593.  
  1594.       The object lapbParmPortIndex was deleted and the description of
  1595.       lapbParmPortId was changed.  The object lapbParmPortId now
  1596.       identifies an instance of the index object for the MIB of the
  1597.       physical device or interface below LAPB.
  1598.  
  1599.       The units for the timers were changed to Milliseconds to be
  1600.       consistent with ISO 8885; see table 3.
  1601.  
  1602.       The objects lapbParamT2AckDelayTimer and
  1603.       lapbParamT3DisconnectTimer both allow values of 0 to indicate the
  1604.       timer is not being used.
  1605.  
  1606.       The object lapbParamT4IdleTimer has a value to indicate timer not
  1607.       in use.
  1608.  
  1609.       The object lapbFlowXidReceived was added to the flow table.
  1610.  
  1611.       The lapbDefTable was added.
  1612.  
  1613.       Ranges and sizes were added for all INTEGERs and OCTET STRINGs
  1614.       that didn't have them.
  1615.  
  1616. October 1991
  1617.  
  1618.    The October 1991 revision of this document basically changed the name
  1619.    from LAPB to HDLC to make the objects more appropriate for a broader
  1620.    range of uses.  A number of minor changes were made to bring the
  1621.    objects in line with established conventions.  These changes are as
  1622.    follows.
  1623.  
  1624.  
  1625.  
  1626. Throop & Baker                                                 [Page 29]
  1627.  
  1628. RFC 1381                     X.25 LAPB MIB                 November 1992
  1629.  
  1630.  
  1631.       The enumerated values of hdlcParmStationType were renumbered from
  1632.       0 and 1 to 1 and 2.
  1633.  
  1634.       The object hdlcFlowBusyDefer was renamed hdlcFlowBusyDefers.
  1635.  
  1636.       The object hdlcFlowRejSent was rename hdlcFlowRejOutPkts.
  1637.  
  1638.       The object hdlcFlowRejReceived was renamed hdlcFlowRejInPkts.
  1639.  
  1640. June 1991
  1641.  
  1642.    The June revision of this document incorporated much of the E-mail
  1643.    discussion of the first draft. In particular it replaced the
  1644.    lapbStatTable (and all contents) with the lapbFlowTable.
  1645.  
  1646. April 1991
  1647.  
  1648.    The April 24 version of this document was the first release.  At that
  1649.    time this document was basically a bunch of objects synthesized from
  1650.    various vendor MIBs and a quick reading of ISO 7776 [10].  On first
  1651.    reading it appeared to instrument too many LAPB normal functions and
  1652.    too few exceptional conditions.  The lapbStatTable was too long and
  1653.    needed to be redone.
  1654.  
  1655. 6.  Acknowledgements
  1656.  
  1657.    This document was produced by the x25mib working group:
  1658.  
  1659.                   Fred Baker, ACC
  1660.                   Art Berggreen, ACC
  1661.                   Frank Bieser
  1662.                   Gary Bjerke, Tandem
  1663.                   Bill Bowman, HP
  1664.                   Christopher Bucci, Datability
  1665.                   Charles Carvalho, ACC
  1666.                   Jeff Case, Snmp Research
  1667.                   Angela Chen, HP
  1668.                   Carson Cheung, BNR
  1669.                   Tom Daniel, Spider Systems
  1670.                   Chuck Davin, MIT
  1671.                   Billy Durham, Honeywell
  1672.                   Richard Fox, Synoptics
  1673.                   Doug Geller, Data General
  1674.                   Herve Goguely, LIR Corp
  1675.                   Andy Goldthorpe, british-telecom
  1676.                   Walter D. Guilarte
  1677.                   David Gurevich
  1678.                   Steve Huston, Process Software Corporation
  1679.  
  1680.  
  1681.  
  1682. Throop & Baker                                                 [Page 30]
  1683.  
  1684. RFC 1381                     X.25 LAPB MIB                 November 1992
  1685.  
  1686.  
  1687.                   Jon Infante, ICL
  1688.                   Frank Kastenholz, Clearpoint
  1689.                   Zbigniew Kielczewski, Eicon
  1690.                   Cheryl Krupezak, Georgia Tech
  1691.                   Mats Lindstrom, Diab Data AB
  1692.                   Andrew Malis, BBN
  1693.                   Evan McGinnis, 3Com
  1694.                   Gary (G.P.)Mussar, BNR
  1695.                   Chandy Nilakantan, 3Com
  1696.                   Randy Pafford, Data General
  1697.                   Ragnar Paulson, The Software Group Limited
  1698.                   Dave Perkins, Synoptics
  1699.                   Walter Pinkarschewsky, DEC
  1700.                   Karen Quidley, Data General
  1701.                   Chris Ranch, Novell
  1702.                   Paul S. Rarey, DHL Systems Inc.
  1703.                   Jim Roche, Newbridge Research
  1704.                   Philippe Roger, LIR Corp.
  1705.                   Timon Sloane
  1706.                   Mike Shand, DEC
  1707.                   Brad Steina, Microcom
  1708.                   Bob Stewart, Xyplex
  1709.                   Tom Sullivan, Data General
  1710.                   Rodney Thayer, Sable Technology Corporation
  1711.                   Mark Therieau, Microcom
  1712.                   Jane Thorn, Data General
  1713.                   Dean Throop, Data General
  1714.                   Maurice Turcotte, Racal Datacom
  1715.                   Mike Zendels, Data General
  1716.  
  1717.    In addition, the comments of the following individuals are also
  1718.    acknowledged:
  1719.  
  1720.                   Keith McCloghrie
  1721.  
  1722.  
  1723. 7.  References
  1724.  
  1725.    [1] Rose M., and K. McCloghrie, "Structure and Identification of
  1726.        Management Information for TCP/IP-based internets", STD 16, RFC
  1727.        1155, Performance Systems International, Hughes LAN Systems, May
  1728.        1990.
  1729.  
  1730.    [2] McCloghrie K., and M. Rose, "Management Information Base for
  1731.        Network Management of TCP/IP-based internets", RFC 1156, Hughes
  1732.        LAN Systems, Performance Systems International, May 1990.
  1733.  
  1734.    [3] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
  1735.  
  1736.  
  1737.  
  1738. Throop & Baker                                                 [Page 31]
  1739.  
  1740. RFC 1381                     X.25 LAPB MIB                 November 1992
  1741.  
  1742.  
  1743.        Network Management Protocol", STD 15, RFC 1157, SNMP Research,
  1744.        Performance Systems International, Performance Systems
  1745.        International, MIT Laboratory for Computer Science, May 1990.
  1746.  
  1747.    [4] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
  1748.        STD 16, RFC 1212, Performance Systems International, Hughes LAN
  1749.        Systems, March 1991.
  1750.  
  1751.    [5] Rose M., Editor, "Management Information Base for Network
  1752.        Management of TCP/IP-based internets: MIB-II", STD 17, RFC 1213,
  1753.        Performance Systems International, March 1991.
  1754.  
  1755.    [6] Information processing systems - Open Systems Interconnection -
  1756.        Specification of Abstract Syntax Notation One (ASN.1),
  1757.        International Organization for Standardization, International
  1758.        Standard 8824, December 1987.
  1759.  
  1760.    [7] Information processing systems - Open Systems Interconnection -
  1761.        Specification of Basic Encoding Rules for Abstract Notation One
  1762.        (ASN.1), International Organization for Standardization,
  1763.        International Standard 8825, December 1987.
  1764.  
  1765.    [8] Stewart, B., Editor, "Definitions of Managed Objects for RS-232-
  1766.        like Hardware Devices", RFC 1317, Xyplex, Inc., April 1992.
  1767.  
  1768.    [9] Throop, D., Editor, "SNMP MIB extension for the Packet Layer of
  1769.        X.25", RFC 1382, Data General Corporation, November 1992.
  1770.  
  1771.   [10] "Information processing systems - Data communication - High-level
  1772.        data link control procedure - Description of the X.25 LAPB-
  1773.        compatible DTE data link procedures", International Organization
  1774.        for Standardization, International Standard 7776, December 1986.
  1775.  
  1776.   [11] "Information technology - Telecommunications and information
  1777.        exchange between systems - High-level data link control (HDLC)
  1778.        procedures - General purpose XID frame information field contents
  1779.        and format", International Organization for Standardization,
  1780.        International Standard 8885.
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794. Throop & Baker                                                 [Page 32]
  1795.  
  1796. RFC 1381                     X.25 LAPB MIB                 November 1992
  1797.  
  1798.  
  1799. 8.  Security Considerations
  1800.  
  1801.    Security issues are not discussed in this memo.
  1802.  
  1803. 9.  Authors' Addresses
  1804.  
  1805.    Dean D. Throop
  1806.    Data General Corporation
  1807.    62 Alexander Dr.
  1808.    Research Triangle Park, NC 27709
  1809.  
  1810.    Phone: (919)248-8421
  1811.    EMail: throop@dg-rtp.dg.com
  1812.  
  1813.  
  1814.    Fred Baker
  1815.    Advanced Computer Communications
  1816.    315 Bollay Drive
  1817.    Santa Barbara, CA 93101
  1818.  
  1819.    Phone: (805) 685-4455
  1820.    EMail: fbaker@acc.com
  1821.  
  1822.    While the working group has completed discussion of this document,
  1823.    comments are still welcome.  Please send comments to the x25mib
  1824.    working group at: x25mib@dg-rtp.dg.com
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850. Throop & Baker                                                 [Page 33]
  1851.  
  1852.