Blame mibs/ietf/TN3270E-RT-MIB

Packit 022b05
TN3270E-RT-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Packit 022b05
    Counter32, Unsigned32, Gauge32
Packit 022b05
                FROM SNMPv2-SMI
Packit 022b05
    RowStatus, DateAndTime, TimeStamp, TestAndIncr
Packit 022b05
                FROM SNMPv2-TC
Packit 022b05
    MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
Packit 022b05
                FROM SNMPv2-CONF
Packit 022b05
    tn3270eSrvrConfIndex, tn3270eClientGroupName,
Packit 022b05
    tn3270eResMapElementType
Packit 022b05
                FROM TN3270E-MIB
Packit 022b05
    IANATn3270eAddrType, IANATn3270eAddress
Packit 022b05
                FROM IANATn3270eTC-MIB
Packit 022b05
    snanauMIB
Packit 022b05
                FROM SNA-NAU-MIB;
Packit 022b05
Packit 022b05
  tn3270eRtMIB   MODULE-IDENTITY
Packit 022b05
      LAST-UPDATED "9807270000Z" -- July 27, 1998
Packit 022b05
      ORGANIZATION "TN3270E Working Group"
Packit 022b05
      CONTACT-INFO
Packit 022b05
        "Kenneth White (kennethw@vnet.ibm.com)
Packit 022b05
         IBM Corp. - Dept. BRQA/Bldg. 501/G114
Packit 022b05
         P.O. Box 12195
Packit 022b05
         3039 Cornwallis
Packit 022b05
         RTP, NC 27709-2195
Packit 022b05
Packit 022b05
         Robert Moore (remoore@us.ibm.com)
Packit 022b05
         IBM Corp. - Dept. BRQA/Bldg. 501/G114
Packit 022b05
         P.O. Box 12195
Packit 022b05
         3039 Cornwallis
Packit 022b05
         RTP, NC 27709-2195
Packit 022b05
         (919) 254-4436"
Packit 022b05
     DESCRIPTION
Packit 022b05
        "This module defines a portion of the management
Packit 022b05
        information base (MIB) that enables monitoring of
Packit 022b05
        TN3270 and TN3270E clients' response times by a
Packit 022b05
        TN3270E server."
Packit 022b05
     REVISION  "9807270000Z" -- July 27, 1998
Packit 022b05
     DESCRIPTION
Packit 022b05
         "RFC nnnn (Proposed Standard)" -- RFC Editor to fill in
Packit 022b05
::= { snanauMIB 9 }
Packit 022b05
-- snanauMIB ::= { mib-2 34 }
Packit 022b05
Packit 022b05
-- Top level structure of the MIB
Packit 022b05
Packit 022b05
tn3270eRtNotifications   OBJECT IDENTIFIER  ::= { tn3270eRtMIB 0 }
Packit 022b05
tn3270eRtObjects         OBJECT IDENTIFIER  ::= { tn3270eRtMIB 1 }
Packit 022b05
tn3270eRtConformance     OBJECT IDENTIFIER  ::= { tn3270eRtMIB 3 }
Packit 022b05
Packit 022b05
-- MIB Objects
Packit 022b05
Packit 022b05
-- Response Time Control Table
Packit 022b05
Packit 022b05
tn3270eRtCollCtlTable  OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF Tn3270eRtCollCtlEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The response time monitoring collection control table,
Packit 022b05
      which allows a management application to control the
Packit 022b05
      types of response time data being collected, and the
Packit 022b05
      clients for which it is being collected.
Packit 022b05
Packit 022b05
      This table is indexed by tn3270eSrvrConfIndex and
Packit 022b05
      tn3270eClientGroupName imported from the
Packit 022b05
      TN3270E-MIB.  tn3270eSrvrConfIndex indicates within
Packit 022b05
      a host which TN3270E server an entry applies to.
Packit 022b05
      tn3270eClientGroupName it identifies the set of IP
Packit 022b05
      clients for which response time data is being collected.
Packit 022b05
      The particular IP clients making up the set are identified
Packit 022b05
      in the tn3270eClientGroupTable in the TN3270E-MIB."
Packit 022b05
    ::= { tn3270eRtObjects 1}
Packit 022b05
Packit 022b05
tn3270eRtCollCtlEntry    OBJECT-TYPE
Packit 022b05
    SYNTAX        Tn3270eRtCollCtlEntry
Packit 022b05
    MAX-ACCESS    not-accessible
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "An entry in the TN3270E response time monitoring collection
Packit 022b05
      control table.  To handle the case of multiple TN3270E
Packit 022b05
      servers on the same host, the first index of this table is
Packit 022b05
      the tn3270eSrvrConfIndex from the TN3270E-MIB."
Packit 022b05
    INDEX {
Packit 022b05
      tn3270eSrvrConfIndex,    -- Server's index
Packit 022b05
      tn3270eClientGroupName } -- What to collect on
Packit 022b05
    ::= { tn3270eRtCollCtlTable 1 }
Packit 022b05
Packit 022b05
Tn3270eRtCollCtlEntry ::= SEQUENCE {
Packit 022b05
    tn3270eRtCollCtlType              BITS,
Packit 022b05
    tn3270eRtCollCtlSPeriod           Unsigned32,
Packit 022b05
    tn3270eRtCollCtlSPMult            Unsigned32,
Packit 022b05
    tn3270eRtCollCtlThreshHigh        Unsigned32,
Packit 022b05
    tn3270eRtCollCtlThreshLow         Unsigned32,
Packit 022b05
    tn3270eRtCollCtlIdleCount         Unsigned32,
Packit 022b05
    tn3270eRtCollCtlBucketBndry1      Unsigned32,
Packit 022b05
    tn3270eRtCollCtlBucketBndry2      Unsigned32,
Packit 022b05
    tn3270eRtCollCtlBucketBndry3      Unsigned32,
Packit 022b05
    tn3270eRtCollCtlBucketBndry4      Unsigned32,
Packit 022b05
    tn3270eRtCollCtlRowStatus         RowStatus   }
Packit 022b05
Packit 022b05
-- The OID { tn3270eRtCollCtlEntry 1 } is not used
Packit 022b05
Packit 022b05
tn3270eRtCollCtlType  OBJECT-TYPE
Packit 022b05
    SYNTAX    BITS {
Packit 022b05
                     aggregate(0),
Packit 022b05
                     excludeIpComponent(1),
Packit 022b05
                     ddr(2),
Packit 022b05
                     average(3),
Packit 022b05
                     buckets(4),
Packit 022b05
                     traps(5)
Packit 022b05
                   }
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This object controls what types of response time data to
Packit 022b05
       collect, whether to summarize the data across the members
Packit 022b05
       of a client group or keep it individually, whether to
Packit 022b05
       introduce dynamic definite responses, and whether to
Packit 022b05
       generate traps.
Packit 022b05
       aggregate(0)          - Aggregate response time data for the
Packit 022b05
                               client group as a whole.  If this bit
Packit 022b05
                               is set to 0, then maintain response
Packit 022b05
                               time data separately for each member
Packit 022b05
                               of the client group.
Packit 022b05
       excludeIpComponent(1) - Do not include the IP-network
Packit 022b05
                               component in any response times.
Packit 022b05
       ddr(2)                - Enable dynamic definite response.
Packit 022b05
       average(3)            - Produce an average response time
Packit 022b05
                               based on a specified collection
Packit 022b05
                               interval.
Packit 022b05
       buckets(4)            - Maintain tn3270eRtDataBucket values in
Packit 022b05
                               a corresponding tn3270eRtDataEntry,
Packit 022b05
                               based on the bucket boundaries specified
Packit 022b05
                               in the tn3270eRtCollCtlBucketBndry
Packit 022b05
                               objects          .
Packit 022b05
       traps(5)              - generate the notifications specified
Packit 022b05
                               in this MIB module.  The
Packit 022b05
                               tn3270eRtExceeded and tn3270eRtOkay
Packit 022b05
                               notifications are generated only if
Packit 022b05
                               average(3) is also specified."
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 2 }
Packit 022b05
Packit 022b05
tn3270eRtCollCtlSPeriod OBJECT-TYPE
Packit 022b05
    SYNTAX  Unsigned32 (15..86400) -- 15 second min, 24 hour max
Packit 022b05
    UNITS   "seconds"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The number of seconds that defines the sample period.
Packit 022b05
       The actual interval is defined as tn3270eRtCollCtlSPeriod
Packit 022b05
       times tn3270eRtCollCtlSPMult.
Packit 022b05
Packit 022b05
       The value of this object is used only if the corresponding
Packit 022b05
       tn3270eRtCollCtlType has the average(3) setting."
Packit 022b05
    DEFVAL   {20}    -- 20 seconds
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 3 }
Packit 022b05
Packit 022b05
tn3270eRtCollCtlSPMult OBJECT-TYPE
Packit 022b05
    SYNTAX  Unsigned32 (1..5760) -- 5760 x SPeriod of 15 is 24 hours
Packit 022b05
    UNITS   "period"
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The sample period multiplier; this value is multiplied by
Packit 022b05
      the sample period, tn3270eRtCollCtlSPeriod, to determine
Packit 022b05
      the collection interval.
Packit 022b05
      Sliding-window average calculation can, if necessary, be
Packit 022b05
      disabled, by setting the sample period multiplier,
Packit 022b05
      tn3270eRtCollCtlSPMult, to 1, and setting the sample
Packit 022b05
      period, tn3270eRtCollCtlSPeriod, to the required
Packit 022b05
      collection interval.
Packit 022b05
Packit 022b05
      The value of this object is used only if the corresponding
Packit 022b05
      tn3270eRtCollCtlType has the average(3) setting."
Packit 022b05
    DEFVAL   { 30 }    -- yields an interval of 10 minutes when
Packit 022b05
                       -- used with the default SPeriod value
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 4 }
Packit 022b05
Packit 022b05
tn3270eRtCollCtlThreshHigh  OBJECT-TYPE
Packit 022b05
    SYNTAX            Unsigned32
Packit 022b05
    UNITS             "seconds"
Packit 022b05
    MAX-ACCESS        read-create
Packit 022b05
    STATUS            current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The threshold for generating a tn3270eRtExceeded
Packit 022b05
      notification, signalling that a monitored total response
Packit 022b05
      time has exceeded the specified limit.  A value of zero
Packit 022b05
      for this object suppresses generation of this notification.
Packit 022b05
      The value of this object is used only if the corresponding
Packit 022b05
      tn3270eRtCollCtlType has average(3) and traps(5) selected.
Packit 022b05
Packit 022b05
      A tn3270eRtExceeded notification is not generated again for a
Packit 022b05
      tn3270eRtDataEntry until an average response time falling below
Packit 022b05
      the low threshold tn3270eRtCollCtlThreshLow specified for the
Packit 022b05
      client group has occurred for the entry."
Packit 022b05
Packit 022b05
    DEFVAL   { 0 }   -- suppress notifications
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 5 }
Packit 022b05
Packit 022b05
tn3270eRtCollCtlThreshLow   OBJECT-TYPE
Packit 022b05
    SYNTAX            Unsigned32
Packit 022b05
    UNITS             "seconds"
Packit 022b05
    MAX-ACCESS        read-create
Packit 022b05
    STATUS            current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The threshold for generating a tn3270eRtOkay notification,
Packit 022b05
      signalling that a monitored total response time has fallen
Packit 022b05
      below the specified limit.  A value of zero for this object
Packit 022b05
      suppresses generation of this notification.  The value of
Packit 022b05
      this object is used only if the corresponding
Packit 022b05
      tn3270eRtCollCtlType has average(3) and traps(5) selected.
Packit 022b05
Packit 022b05
      A tn3270eRtOkay notification is not generated again for a
Packit 022b05
      tn3270eRtDataEntry until an average response time
Packit 022b05
      exceeding the high threshold tn3270eRtCollCtlThreshHigh
Packit 022b05
      specified for the client group has occurred for the entry."
Packit 022b05
    DEFVAL   { 0 }   -- suppress notifications
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 6 }
Packit 022b05
Packit 022b05
tn3270eRtCollCtlIdleCount   OBJECT-TYPE
Packit 022b05
    SYNTAX            Unsigned32
Packit 022b05
    UNITS             "transactions"
Packit 022b05
    MAX-ACCESS        read-create
Packit 022b05
    STATUS            current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The value of this object is used to determine whether a
Packit 022b05
      sample that yields an average response time exceeding the
Packit 022b05
      value of tn3270eRtCollCtlThreshHigh was a statistically
Packit 022b05
      valid one.  If the following statement is true, then the
Packit 022b05
      sample was statistically valid, and so a tn3270eRtExceeded
Packit 022b05
      notification should be generated:
Packit 022b05
Packit 022b05
        AvgCountTrans * ((AvgRt/ThreshHigh - 1) ** 2) >=  IdleCount
Packit 022b05
Packit 022b05
      This comparison is done only if the corresponding
Packit 022b05
      tn3270eRtCollCtlType has average(3) and traps(5) selected."
Packit 022b05
    DEFVAL { 1 }
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 7 }
Packit 022b05
Packit 022b05
tn3270eRtCollCtlBucketBndry1   OBJECT-TYPE
Packit 022b05
    SYNTAX            Unsigned32
Packit 022b05
    UNITS             "tenths of seconds"
Packit 022b05
    MAX-ACCESS        read-create
Packit 022b05
    STATUS            current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The value of this object defines the range of transaction
Packit 022b05
       response times counted in the Tn3270eRtDataBucket1Rts
Packit 022b05
       object: those less than or equal to this value."
Packit 022b05
    DEFVAL { 10 }
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 8 }
Packit 022b05
Packit 022b05
tn3270eRtCollCtlBucketBndry2   OBJECT-TYPE
Packit 022b05
    SYNTAX            Unsigned32
Packit 022b05
    UNITS             "tenths of seconds"
Packit 022b05
    MAX-ACCESS        read-create
Packit 022b05
    STATUS            current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The value of this object, together with that of the
Packit 022b05
      tn3270eRtCollCtlBucketBndry1 object, defines the range
Packit 022b05
      of transaction response times counted in the
Packit 022b05
      Tn3270eRtDataBucket2Rts object: those greater than the
Packit 022b05
      value of the tn3270eRtCollCtlBucketBndry1 object, and
Packit 022b05
      less than or equal to the value of this object."
Packit 022b05
    DEFVAL { 20 }
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 9 }
Packit 022b05
Packit 022b05
tn3270eRtCollCtlBucketBndry3   OBJECT-TYPE
Packit 022b05
    SYNTAX            Unsigned32
Packit 022b05
    UNITS             "tenths of seconds"
Packit 022b05
    MAX-ACCESS        read-create
Packit 022b05
    STATUS            current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The value of this object, together with that of the
Packit 022b05
      tn3270eRtCollCtlBucketBndry2 object, defines the range of
Packit 022b05
      transaction response times counted in the
Packit 022b05
      Tn3270eRtDataBucket3Rts object:  those greater than the
Packit 022b05
      value of the tn3270eRtCollCtlBucketBndry2 object, and less
Packit 022b05
      than or equal to the value of this object."
Packit 022b05
    DEFVAL { 50 }
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 10 }
Packit 022b05
Packit 022b05
tn3270eRtCollCtlBucketBndry4   OBJECT-TYPE
Packit 022b05
    SYNTAX            Unsigned32
Packit 022b05
    UNITS             "tenths of seconds"
Packit 022b05
    MAX-ACCESS        read-create
Packit 022b05
    STATUS            current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The value of this object, together with that of the
Packit 022b05
      tn3270eRtCollCtlBucketBndry3 object, defines the range
Packit 022b05
      of transaction response times counted in the
Packit 022b05
      Tn3270eRtDataBucket4Rts object: those greater than the
Packit 022b05
      value of the tn3270eRtCollCtlBucketBndry3 object, and
Packit 022b05
      less than or equal to the value of this object.
Packit 022b05
Packit 022b05
      The value of this object also defines the range of
Packit 022b05
      transaction response times counted in the
Packit 022b05
      Tn3270eRtDataBucket5Rts object: those greater than the
Packit 022b05
      value of this object."
Packit 022b05
    DEFVAL { 100 }
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 11 }
Packit 022b05
Packit 022b05
tn3270eRtCollCtlRowStatus  OBJECT-TYPE
Packit 022b05
    SYNTAX            RowStatus
Packit 022b05
    MAX-ACCESS        read-create
Packit 022b05
    STATUS            current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This object allows entries to be created and deleted
Packit 022b05
       in the tn3270eRtCollCtlTable.  An entry in this table
Packit 022b05
       is deleted by setting this object to destroy(6).
Packit 022b05
       Deleting an entry in this table has the side-effect
Packit 022b05
       of removing all entries from the tn3270eRtDataTable
Packit 022b05
       that are associated with the entry being deleted."
Packit 022b05
    ::= { tn3270eRtCollCtlEntry 12 }
Packit 022b05
Packit 022b05
Packit 022b05
-- TN3270E Response Time Data Table
Packit 022b05
Packit 022b05
tn3270eRtDataTable  OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF Tn3270eRtDataEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The response time data table.  Entries in this table are
Packit 022b05
       created based on entries in the tn3270eRtCollCtlTable."
Packit 022b05
    ::= { tn3270eRtObjects 2 }
Packit 022b05
Packit 022b05
tn3270eRtDataEntry  OBJECT-TYPE
Packit 022b05
    SYNTAX        Tn3270eRtDataEntry
Packit 022b05
    MAX-ACCESS    not-accessible
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "Entries in this table are created based upon the
Packit 022b05
      tn3270eRtCollCtlTable.  When the corresponding
Packit 022b05
      tn3270eRtCollCtlType has aggregate(0) specified, a single
Packit 022b05
      entry is created in this table, with a tn3270eRtDataClientAddrType
Packit 022b05
      of unknown(0), a zero-length octet string value for
Packit 022b05
      tn3270eRtDataClientAddress, and a tn3270eRtDataClientPort value of
Packit 022b05
      0.  When aggregate(0) is not specified, a separate entry is
Packit 022b05
      created for each client in the group.
Packit 022b05
Packit 022b05
      Note that the following objects defined within an entry in this
Packit 022b05
      table can  wrap:
Packit 022b05
          tn3270eRtDataTotalRts
Packit 022b05
          tn3270eRtDataTotalIpRts
Packit 022b05
          tn3270eRtDataCountTrans
Packit 022b05
          tn3270eRtDataCountDrs
Packit 022b05
          tn3270eRtDataElapsRnTrpSq
Packit 022b05
          tn3270eRtDataElapsIpRtSq
Packit 022b05
          tn3270eRtDataBucket1Rts
Packit 022b05
          tn3270eRtDataBucket2Rts
Packit 022b05
          tn3270eRtDataBucket3Rts
Packit 022b05
          tn3270eRtDataBucket4Rts
Packit 022b05
          tn3270eRtDataBucket5Rts"
Packit 022b05
    INDEX {
Packit 022b05
       tn3270eSrvrConfIndex,      -- Server's local index
Packit 022b05
       tn3270eClientGroupName,    -- Collection target
Packit 022b05
       tn3270eRtDataClientAddrType,
Packit 022b05
       tn3270eRtDataClientAddress,
Packit 022b05
       tn3270eRtDataClientPort }
Packit 022b05
    ::= { tn3270eRtDataTable 1 }
Packit 022b05
Packit 022b05
Tn3270eRtDataEntry ::= SEQUENCE {
Packit 022b05
       tn3270eRtDataClientAddrType        IANATn3270eAddrType,
Packit 022b05
       tn3270eRtDataClientAddress         IANATn3270eAddress,
Packit 022b05
       tn3270eRtDataClientPort            Unsigned32,
Packit 022b05
       tn3270eRtDataAvgRt                 Gauge32,
Packit 022b05
       tn3270eRtDataAvgIpRt               Gauge32,
Packit 022b05
       tn3270eRtDataAvgCountTrans         Gauge32,
Packit 022b05
       tn3270eRtDataIntTimeStamp          DateAndTime,
Packit 022b05
       tn3270eRtDataTotalRts              Counter32,
Packit 022b05
       tn3270eRtDataTotalIpRts            Counter32,
Packit 022b05
       tn3270eRtDataCountTrans            Counter32,
Packit 022b05
       tn3270eRtDataCountDrs              Counter32,
Packit 022b05
       tn3270eRtDataElapsRndTrpSq         Unsigned32,
Packit 022b05
       tn3270eRtDataElapsIpRtSq           Unsigned32,
Packit 022b05
       tn3270eRtDataBucket1Rts            Counter32,
Packit 022b05
       tn3270eRtDataBucket2Rts            Counter32,
Packit 022b05
       tn3270eRtDataBucket3Rts            Counter32,
Packit 022b05
       tn3270eRtDataBucket4Rts            Counter32,
Packit 022b05
       tn3270eRtDataBucket5Rts            Counter32,
Packit 022b05
       tn3270eRtDataRtMethod              INTEGER,
Packit 022b05
       tn3270eRtDataDiscontinuityTime     TimeStamp
Packit 022b05
   }
Packit 022b05
Packit 022b05
tn3270eRtDataClientAddrType   OBJECT-TYPE
Packit 022b05
    SYNTAX    IANATn3270eAddrType
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "Indicates the type of address represented by the value
Packit 022b05
      of tn3270eRtDataClientAddress.  The value unknown(0) is
Packit 022b05
      used if aggregate data is being collected for the client
Packit 022b05
      group."
Packit 022b05
    ::= { tn3270eRtDataEntry 1 }
Packit 022b05
Packit 022b05
tn3270eRtDataClientAddress   OBJECT-TYPE
Packit 022b05
    SYNTAX    IANATn3270eAddress
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "Contains the IP address of the TN3270 client being
Packit 022b05
      monitored.  A zero-length octet string is used if
Packit 022b05
      aggregate data is being collected for the client group."
Packit 022b05
    ::= { tn3270eRtDataEntry 2 }
Packit 022b05
Packit 022b05
tn3270eRtDataClientPort   OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32(0..65535)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "Contains the client port number of the TN3270 client being
Packit 022b05
      monitored.  The value 0 is used if aggregate data is being
Packit 022b05
      collected for the client group, or if the
Packit 022b05
      tn3270eRtDataClientAddrType identifies an address type that
Packit 022b05
      does not support ports."
Packit 022b05
    ::= { tn3270eRtDataEntry 3 }
Packit 022b05
Packit 022b05
tn3270eRtDataAvgRt OBJECT-TYPE
Packit 022b05
    SYNTAX       Gauge32
Packit 022b05
    UNITS        "tenths of seconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The average total response time measured over the last
Packit 022b05
      collection interval."
Packit 022b05
    DEFVAL { 0 }
Packit 022b05
    ::= { tn3270eRtDataEntry 4 }
Packit 022b05
Packit 022b05
tn3270eRtDataAvgIpRt OBJECT-TYPE
Packit 022b05
    SYNTAX       Gauge32
Packit 022b05
    UNITS        "tenths of seconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The average IP response time measured over the last
Packit 022b05
      collection interval."
Packit 022b05
    DEFVAL { 0 }
Packit 022b05
    ::= { tn3270eRtDataEntry 5 }
Packit 022b05
Packit 022b05
tn3270eRtDataAvgCountTrans   OBJECT-TYPE
Packit 022b05
    SYNTAX       Gauge32
Packit 022b05
    UNITS        "transactions"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The sliding transaction count used for calculating the
Packit 022b05
      values of the tn3270eRtDataAvgRt and tn3270eRtDataAvgIpRt
Packit 022b05
      objects.  The actual transaction count is available in
Packit 022b05
      the tn3270eRtDataCountTrans object.
Packit 022b05
Packit 022b05
      The initial value of this object, before any averages have
Packit 022b05
      been calculated, is 0."
Packit 022b05
    ::= { tn3270eRtDataEntry 6 }
Packit 022b05
Packit 022b05
tn3270eRtDataIntTimeStamp   OBJECT-TYPE
Packit 022b05
    SYNTAX       DateAndTime
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The date and time of the last interval that
Packit 022b05
      tn3270eRtDataAvgRt, tn3270eRtDataAvgIpRt, and
Packit 022b05
      tn3270eRtDataAvgCountTrans were calculated.
Packit 022b05
Packit 022b05
      Prior to the calculation of the first interval
Packit 022b05
      averages, this object returns the value
Packit 022b05
      0x0000000000000000000000.  When this value is
Packit 022b05
      returned, the remaining objects in the entry have
Packit 022b05
      no significance."
Packit 022b05
    ::= { tn3270eRtDataEntry 7 }
Packit 022b05
Packit 022b05
tn3270eRtDataTotalRts   OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    UNITS        "tenths of seconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The count of the total response times collected.
Packit 022b05
Packit 022b05
      A management application can detect discontinuities in this
Packit 022b05
      counter by monitoring the tn3270eRtDataDiscontinuityTime
Packit 022b05
      object."
Packit 022b05
    ::= { tn3270eRtDataEntry 8 }
Packit 022b05
Packit 022b05
tn3270eRtDataTotalIpRts   OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    UNITS        "tenths of seconds"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The count of the total IP-network response times
Packit 022b05
      collected.
Packit 022b05
Packit 022b05
      A management application can detect discontinuities in this
Packit 022b05
      counter by monitoring the tn3270eRtDataDiscontinuityTime
Packit 022b05
      object."
Packit 022b05
    ::= { tn3270eRtDataEntry 9 }
Packit 022b05
Packit 022b05
tn3270eRtDataCountTrans   OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    UNITS        "transactions"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The count of the total number of transactions detected.
Packit 022b05
Packit 022b05
      A management application can detect discontinuities in this
Packit 022b05
      counter by monitoring the tn3270eRtDataDiscontinuityTime
Packit 022b05
      object."
Packit 022b05
    ::= { tn3270eRtDataEntry 10 }
Packit 022b05
Packit 022b05
tn3270eRtDataCountDrs   OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    UNITS        "definite responses"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The count of the total number of definite responses
Packit 022b05
      detected.
Packit 022b05
Packit 022b05
      A management application can detect discontinuities in this
Packit 022b05
      counter by monitoring the tn3270eRtDataDiscontinuityTime
Packit 022b05
      object."
Packit 022b05
    ::= { tn3270eRtDataEntry 11 }
Packit 022b05
Packit 022b05
tn3270eRtDataElapsRndTrpSq   OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "tenths of seconds squared"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The sum of the elapsed round trip time squared.  The sum
Packit 022b05
      of the squares is kept in order to enable calculation of
Packit 022b05
      a variance."
Packit 022b05
    DEFVAL { 0 }
Packit 022b05
    ::= { tn3270eRtDataEntry 12 }
Packit 022b05
Packit 022b05
tn3270eRtDataElapsIpRtSq   OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32
Packit 022b05
    UNITS        "tenths of seconds squared"
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The sum of the elapsed IP round trip time squared.
Packit 022b05
      The sum of the squares is kept in order to enable
Packit 022b05
      calculation of a variance."
Packit 022b05
    DEFVAL { 0 }
Packit 022b05
    ::= { tn3270eRtDataEntry 13 }
Packit 022b05
Packit 022b05
tn3270eRtDataBucket1Rts   OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The count of the response times falling into bucket 1.
Packit 022b05
Packit 022b05
      A management application can detect discontinuities in this
Packit 022b05
      counter by monitoring the tn3270eRtDataDiscontinuityTime
Packit 022b05
      object."
Packit 022b05
    ::= { tn3270eRtDataEntry 14 }
Packit 022b05
Packit 022b05
tn3270eRtDataBucket2Rts   OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The count of the response times falling into bucket 2.
Packit 022b05
Packit 022b05
      A management application can detect discontinuities in this
Packit 022b05
      counter by monitoring the tn3270eRtDataDiscontinuityTime
Packit 022b05
      object."
Packit 022b05
    ::= { tn3270eRtDataEntry 15 }
Packit 022b05
Packit 022b05
tn3270eRtDataBucket3Rts   OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The count of the response times falling into bucket 3.
Packit 022b05
Packit 022b05
      A management application can detect discontinuities in this
Packit 022b05
      counter by monitoring the tn3270eRtDataDiscontinuityTime
Packit 022b05
      object."
Packit 022b05
    ::= { tn3270eRtDataEntry 16 }
Packit 022b05
Packit 022b05
tn3270eRtDataBucket4Rts  OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The count of the response times falling into bucket 4.
Packit 022b05
Packit 022b05
      A management application can detect discontinuities in this
Packit 022b05
      counter by monitoring the tn3270eRtDataDiscontinuityTime
Packit 022b05
      object."
Packit 022b05
    ::= { tn3270eRtDataEntry 17 }
Packit 022b05
Packit 022b05
tn3270eRtDataBucket5Rts  OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The count of the response times falling into bucket 5.
Packit 022b05
Packit 022b05
      A management application can detect discontinuities in this
Packit 022b05
      counter by monitoring the tn3270eRtDataDiscontinuityTime
Packit 022b05
      object."
Packit 022b05
    ::= { tn3270eRtDataEntry 18 }
Packit 022b05
Packit 022b05
tn3270eRtDataRtMethod OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                           none(0),
Packit 022b05
                           responses(1),
Packit 022b05
                           timingMark(2)
Packit 022b05
                         }
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The value of this object indicates the method that was
Packit 022b05
      used in calculating the IP network time.
Packit 022b05
Packit 022b05
      The value 'none(0) indicates that response times were not
Packit 022b05
      calculated for the IP network."
Packit 022b05
    ::= { tn3270eRtDataEntry 19 }
Packit 022b05
Packit 022b05
tn3270eRtDataDiscontinuityTime OBJECT-TYPE
Packit 022b05
    SYNTAX      TimeStamp
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The value of sysUpTime on the most recent occasion at
Packit 022b05
        which one or more of this entry's counter objects
Packit 022b05
        suffered a discontinuity.  This may happen if a TN3270E
Packit 022b05
        server is stopped and then restarted, and local methods
Packit 022b05
        are used to set up collection policy
Packit 022b05
        (tn3270eRtCollCtlTable entries)."
Packit 022b05
    ::= { tn3270eRtDataEntry 20 }
Packit 022b05
Packit 022b05
Packit 022b05
tn3270eRtSpinLock OBJECT-TYPE
Packit 022b05
    SYNTAX      TestAndIncr
Packit 022b05
    MAX-ACCESS  read-write
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "An advisory lock used to allow cooperating TN3270E-RT-MIB
Packit 022b05
      applications to coordinate their use of the
Packit 022b05
      tn3270eRtCollCtlTable.
Packit 022b05
      When creating a new entry or altering an existing entry
Packit 022b05
      in the tn3270eRtCollCtlTable, an application should make
Packit 022b05
      use of tn3270eRtSpinLock to serialize application changes
Packit 022b05
      or additions.
Packit 022b05
Packit 022b05
      Since this is an advisory lock, the use of this lock is
Packit 022b05
      not enforced."
Packit 022b05
    ::= { tn3270eRtObjects 3 }
Packit 022b05
Packit 022b05
-- Notifications
Packit 022b05
Packit 022b05
tn3270eRtExceeded   NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
       tn3270eRtDataIntTimeStamp,
Packit 022b05
       tn3270eRtDataAvgRt,
Packit 022b05
       tn3270eRtDataAvgIpRt,
Packit 022b05
       tn3270eRtDataAvgCountTrans,
Packit 022b05
       tn3270eRtDataRtMethod
Packit 022b05
    }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This notification is generated when the average response
Packit 022b05
      time, tn3270eRtDataAvgRt, exceeds
Packit 022b05
      tn3270eRtCollCtlThresholdHigh at the end of a collection
Packit 022b05
      interval specified by tn3270eCollCtlSPeriod
Packit 022b05
      times tn3270eCollCtlSPMult.  Note that the corresponding
Packit 022b05
      tn3270eCollCtlType must have traps(5) and average(3) set
Packit 022b05
      for this notification to be generated.  In addition,
Packit 022b05
      tn3270eRtDataAvgCountTrans, tn3270eRtCollCtlThreshHigh, and
Packit 022b05
      tn3270eRtDataAvgRt are algorithmically compared to
Packit 022b05
      tn3270eRtCollCtlIdleCount for determination if this
Packit 022b05
      notification will be suppressed."
Packit 022b05
    ::= { tn3270eRtNotifications 1 }
Packit 022b05
Packit 022b05
tn3270eRtOkay   NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
       tn3270eRtDataIntTimeStamp,
Packit 022b05
       tn3270eRtDataAvgRt,
Packit 022b05
       tn3270eRtDataAvgIpRt,
Packit 022b05
       tn3270eRtDataAvgCountTrans,
Packit 022b05
       tn3270eRtDataRtMethod
Packit 022b05
    }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This notification is generated when the average response
Packit 022b05
      time, tn3270eRtDataAvgRt, falls below
Packit 022b05
      tn3270eRtCollCtlThresholdLow at the end of a collection
Packit 022b05
      interval specified by tn3270eCollCtlSPeriod times
Packit 022b05
      tn3270eCollCtlSPMult, after a tn3270eRtExceeded
Packit 022b05
      notification was generated.  Note that the corresponding
Packit 022b05
      tn3270eCollCtlType must have traps(5) and average(3)
Packit 022b05
      set for this notification to be generated."
Packit 022b05
    ::= { tn3270eRtNotifications 2 }
Packit 022b05
Packit 022b05
tn3270eRtCollStart NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
       tn3270eRtDataRtMethod,       -- type of collection
Packit 022b05
       tn3270eResMapElementType     -- type of resource
Packit 022b05
    }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This notification is generated when response time data
Packit 022b05
      collection is enabled for a member of a client group.
Packit 022b05
      In order for this notification to occur the corresponding
Packit 022b05
      tn3270eRtCollCtlType must have traps(5) selected.
Packit 022b05
Packit 022b05
      tn3270eResMapElementType contains a valid value only if
Packit 022b05
      tn3270eRtDataClientAddress contains a valid address
Packit 022b05
      (rather than a zero-length octet string)."
Packit 022b05
    ::= { tn3270eRtNotifications 3 }
Packit 022b05
Packit 022b05
tn3270eRtCollEnd   NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
       tn3270eRtDataDiscontinuityTime,
Packit 022b05
       tn3270eRtDataAvgRt,
Packit 022b05
       tn3270eRtDataAvgIpRt,
Packit 022b05
       tn3270eRtDataAvgCountTrans,
Packit 022b05
       tn3270eRtDataIntTimeStamp,
Packit 022b05
       tn3270eRtDataTotalRts,
Packit 022b05
       tn3270eRtDataTotalIpRts,
Packit 022b05
       tn3270eRtDataCountTrans,
Packit 022b05
       tn3270eRtDataCountDrs,
Packit 022b05
       tn3270eRtDataElapsRndTrpSq,
Packit 022b05
       tn3270eRtDataElapsIpRtSq,
Packit 022b05
       tn3270eRtDataBucket1Rts,
Packit 022b05
       tn3270eRtDataBucket2Rts,
Packit 022b05
       tn3270eRtDataBucket3Rts,
Packit 022b05
       tn3270eRtDataBucket4Rts,
Packit 022b05
       tn3270eRtDataBucket5Rts,
Packit 022b05
       tn3270eRtDataRtMethod
Packit 022b05
    }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This notification is generated when an tn3270eRtDataEntry
Packit 022b05
      is deleted after being active (actual data collected), in
Packit 022b05
      order to enable a management application monitoring an
Packit 022b05
      tn3270eRtDataEntry to get the entry's final values.  Note
Packit 022b05
      that the corresponding tn3270eCollCtlType must have traps(5)
Packit 022b05
      set for this notification to be generated."
Packit 022b05
    ::= { tn3270eRtNotifications 4 }
Packit 022b05
Packit 022b05
-- Conformance Statement
Packit 022b05
Packit 022b05
tn3270eRtGroups       OBJECT IDENTIFIER ::= { tn3270eRtConformance 1 }
Packit 022b05
tn3270eRtCompliances  OBJECT IDENTIFIER ::= { tn3270eRtConformance 2 }
Packit 022b05
Packit 022b05
-- Compliance statements
Packit 022b05
Packit 022b05
tn3270eRtCompliance     MODULE-COMPLIANCE
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The compliance statement for agents that support the
Packit 022b05
      TN327E-RT-MIB."
Packit 022b05
    MODULE   -- this module
Packit 022b05
       MANDATORY-GROUPS { tn3270eRtGroup, tn3270eRtNotGroup }
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlType
Packit 022b05
       MIN-ACCESS  read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "The agent is not required to support a SET operation to
Packit 022b05
          this object in the absence of adequate security."
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlSPeriod
Packit 022b05
       MIN-ACCESS  read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "The agent is not required to allow the user to change
Packit 022b05
          the default value of this object, and is allowed to
Packit 022b05
          use a different default."
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlSPMult
Packit 022b05
       MIN-ACCESS  read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "The agent is not required to support a SET operation
Packit 022b05
          to this object in the absence of adequate security."
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlThreshHigh
Packit 022b05
       MIN-ACCESS  read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "The agent is not required to support a SET operation
Packit 022b05
          to this object in the absence of adequate security."
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlThreshLow
Packit 022b05
       MIN-ACCESS  read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "The agent is not required to support a SET operation
Packit 022b05
          to this object in the absence of adequate security."
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlIdleCount
Packit 022b05
       MIN-ACCESS  read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "The agent is not required to support a SET operation
Packit 022b05
          to this object in the absence of adequate security."
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlBucketBndry1
Packit 022b05
       MIN-ACCESS  read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "The agent is not required to support a SET operation
Packit 022b05
          to this object in the absence of adequate security."
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlBucketBndry2
Packit 022b05
       MIN-ACCESS  read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "The agent is not required to support a SET operation
Packit 022b05
          to this object in the absence of adequate security."
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlBucketBndry3
Packit 022b05
       MIN-ACCESS  read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "The agent is not required to support a SET operation
Packit 022b05
          to this object in the absence of adequate security."
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlBucketBndry4
Packit 022b05
       MIN-ACCESS  read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "The agent is not required to support a SET operation
Packit 022b05
          to this object in the absence of adequate security."
Packit 022b05
Packit 022b05
    OBJECT tn3270eRtCollCtlRowStatus
Packit 022b05
       SYNTAX   INTEGER {
Packit 022b05
                         active(1) -- subset of RowStatus
Packit 022b05
                        }
Packit 022b05
       MIN-ACCESS read-only
Packit 022b05
       DESCRIPTION
Packit 022b05
          "Write access is not required, and only one of the six
Packit 022b05
          enumerated values for the RowStatus textual convention
Packit 022b05
          need be supported, specifically: active(1)."
Packit 022b05
Packit 022b05
    ::= {tn3270eRtCompliances 1 }
Packit 022b05
Packit 022b05
-- Group definitions
Packit 022b05
Packit 022b05
tn3270eRtGroup         OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
        tn3270eRtCollCtlType,
Packit 022b05
        tn3270eRtCollCtlSPeriod,
Packit 022b05
        tn3270eRtCollCtlSPMult,
Packit 022b05
        tn3270eRtCollCtlThreshHigh,
Packit 022b05
        tn3270eRtCollCtlThreshLow,
Packit 022b05
        tn3270eRtCollCtlIdleCount,
Packit 022b05
        tn3270eRtCollCtlBucketBndry1,
Packit 022b05
        tn3270eRtCollCtlBucketBndry2,
Packit 022b05
        tn3270eRtCollCtlBucketBndry3,
Packit 022b05
        tn3270eRtCollCtlBucketBndry4,
Packit 022b05
        tn3270eRtCollCtlRowStatus,
Packit 022b05
        tn3270eRtDataDiscontinuityTime,
Packit 022b05
        tn3270eRtDataAvgRt,
Packit 022b05
        tn3270eRtDataAvgIpRt,
Packit 022b05
        tn3270eRtDataAvgCountTrans,
Packit 022b05
        tn3270eRtDataIntTimeStamp,
Packit 022b05
        tn3270eRtDataTotalRts,
Packit 022b05
        tn3270eRtDataTotalIpRts,
Packit 022b05
        tn3270eRtDataCountTrans,
Packit 022b05
        tn3270eRtDataCountDrs,
Packit 022b05
        tn3270eRtDataElapsRndTrpSq,
Packit 022b05
        tn3270eRtDataElapsIpRtSq,
Packit 022b05
        tn3270eRtDataBucket1Rts,
Packit 022b05
        tn3270eRtDataBucket2Rts,
Packit 022b05
        tn3270eRtDataBucket3Rts,
Packit 022b05
        tn3270eRtDataBucket4Rts,
Packit 022b05
        tn3270eRtDataBucket5Rts,
Packit 022b05
        tn3270eRtDataRtMethod,
Packit 022b05
        tn3270eRtSpinLock }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "This group is mandatory for all implementations that
Packit 022b05
      support the TN3270E-RT-MIB. "
Packit 022b05
    ::= { tn3270eRtGroups 1 }
Packit 022b05
Packit 022b05
tn3270eRtNotGroup         NOTIFICATION-GROUP
Packit 022b05
    NOTIFICATIONS {
Packit 022b05
        tn3270eRtExceeded,
Packit 022b05
        tn3270eRtOkay,
Packit 022b05
        tn3270eRtCollStart,
Packit 022b05
        tn3270eRtCollEnd
Packit 022b05
     }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
      "The notifications that must be supported when the
Packit 022b05
      TN3270E-RT-MIB is implemented. "
Packit 022b05
    ::= { tn3270eRtGroups 2 }
Packit 022b05
Packit 022b05
END