TN3270E-RT-MIB Download
This module defines a portion of the management
information base (MIB) that enables monitoring of
TN3270 and TN3270E clients' response times by a
TN3270E server.
IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges,
Firewalls, Repeaters.
OID list for TN3270E-RT-MIB
- tn3270eRtCollCtlTable
- The response time monitoring collection control table, which allows a management application to control the types of response time data being collected, and the clients for which it is being collected. This table is indexed by tn3270eSrvrConfIndex and tn3 ...
- tn3270eRtCollCtlEntry
- An entry in the TN3270E response time monitoring collection control table. To handle the case of multiple TN3270E servers on the same host, the first index of this table is the tn3270eSrvrConfIndex from the TN3270E-MIB.
- tn3270eRtCollCtlType
- This object controls what types of response time data to collect, whether to summarize the data across the members of a client group or keep it individually, whether to introduce dynamic definite responses, and whether to generate traps. aggregate(0) ...
- tn3270eRtCollCtlSPeriod
- The number of seconds that defines the sample period. The actual interval is defined as tn3270eRtCollCtlSPeriod times tn3270eRtCollCtlSPMult. The value of this object is used only if the corresponding tn3270eRtCollCtlType has the average(3) setting.
- tn3270eRtCollCtlSPMult
- The sample period multiplier; this value is multiplied by the sample period, tn3270eRtCollCtlSPeriod, to determine the collection interval. Sliding-window average calculation can, if necessary, be disabled, by setting the sample period multiplier, tn3270e ...
- tn3270eRtCollCtlThreshHigh
- The threshold for generating a tn3270eRtExceeded notification, signalling that a monitored total response time has exceeded the specified limit. A value of zero for this object suppresses generation of this notification. The value of this object is used ...
- tn3270eRtCollCtlThreshLow
- The threshold for generating a tn3270eRtOkay notification, signalling that a monitored total response time has fallen below the specified limit. A value of zero for this object suppresses generation of this notification. The value of this object is used ...
- tn3270eRtCollCtlIdleCount
- The value of this object is used to determine whether a sample that yields an average response time exceeding the value of tn3270eRtCollCtlThreshHigh was a statistically valid one. If the following statement is true, then the sample was statistically val ...
- tn3270eRtCollCtlBucketBndry1
- The value of this object defines the range of transaction response times counted in the Tn3270eRtDataBucket1Rts object: those less than or equal to this value.
- tn3270eRtCollCtlBucketBndry2
- The value of this object, together with that of the tn3270eRtCollCtlBucketBndry1 object, defines the range of transaction response times counted in the Tn3270eRtDataBucket2Rts object: those greater than the value of the tn3270eRtCollCtlBucketBndry1 object ...
- tn3270eRtCollCtlBucketBndry3
- The value of this object, together with that of the tn3270eRtCollCtlBucketBndry2 object, defines the range of transaction response times counted in the Tn3270eRtDataBucket3Rts object: those greater than the value of the tn3270eRtCollCtlBucketBndry2 objec ...
- tn3270eRtCollCtlBucketBndry4
- The value of this object, together with that of the tn3270eRtCollCtlBucketBndry3 object, defines the range of transaction response times counted in the Tn3270eRtDataBucket4Rts object: those greater than the value of the tn3270eRtCollCtlBucketBndry3 object ...
- tn3270eRtCollCtlRowStatus
- This object allows entries to be created and deleted in the tn3270eRtCollCtlTable. An entry in this table is deleted by setting this object to destroy(6). Deleting an entry in this table has the side-effect of removing all entries from the tn3270eRtDataT ...
- tn3270eRtDataTable
- The response time data table. Entries in this table are created based on entries in the tn3270eRtCollCtlTable.
- tn3270eRtDataEntry
- Entries in this table are created based upon the tn3270eRtCollCtlTable. When the corresponding tn3270eRtCollCtlType has aggregate(0) specified, a single entry is created in this table, with a tn3270eRtDataClientAddrType of unknown(0), a zero-length octet ...
- tn3270eRtDataClientAddrType
- Indicates the type of address represented by the value of tn3270eRtDataClientAddress. The value unknown(0) is used if aggregate data is being collected for the client group.
- tn3270eRtDataClientAddress
- Contains the IP address of the TN3270 client being monitored. A zero-length octet string is used if aggregate data is being collected for the client group.
- tn3270eRtDataClientPort
- Contains the client port number of the TN3270 client being monitored. The value 0 is used if aggregate data is being collected for the client group, or if the tn3270eRtDataClientAddrType identifies an address type that does not support ports.
- tn3270eRtDataAvgRt
- The average total response time measured over the last collection interval.
- tn3270eRtDataAvgIpRt
- The average IP response time measured over the last collection interval.
- tn3270eRtDataAvgCountTrans
- The sliding transaction count used for calculating the values of the tn3270eRtDataAvgRt and tn3270eRtDataAvgIpRt objects. The actual transaction count is available in the tn3270eRtDataCountTrans object. The initial value of this object, before any averag ...
- tn3270eRtDataIntTimeStamp
- The date and time of the last interval that tn3270eRtDataAvgRt, tn3270eRtDataAvgIpRt, and tn3270eRtDataAvgCountTrans were calculated. Prior to the calculation of the first interval averages, this object returns the value 0x0000000000000000000000. When th ...
- tn3270eRtDataTotalRts
- The count of the total response times collected. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
- tn3270eRtDataTotalIpRts
- The count of the total IP-network response times collected. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
- tn3270eRtDataCountTrans
- The count of the total number of transactions detected. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
- tn3270eRtDataCountDrs
- The count of the total number of definite responses detected. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
- tn3270eRtDataElapsRndTrpSq
- The sum of the elapsed round trip time squared. The sum of the squares is kept in order to enable calculation of a variance.
- tn3270eRtDataElapsIpRtSq
- The sum of the elapsed IP round trip time squared. The sum of the squares is kept in order to enable calculation of a variance.
- tn3270eRtDataBucket1Rts
- The count of the response times falling into bucket 1. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
- tn3270eRtDataBucket2Rts
- The count of the response times falling into bucket 2. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
- tn3270eRtDataBucket3Rts
- The count of the response times falling into bucket 3. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
- tn3270eRtDataBucket4Rts
- The count of the response times falling into bucket 4. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
- tn3270eRtDataBucket5Rts
- The count of the response times falling into bucket 5. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
- tn3270eRtDataRtMethod
- The value of this object indicates the method that was used in calculating the IP network time. The value 'none(0) indicates that response times were not calculated for the IP network.
- tn3270eRtDataDiscontinuityTime
- The value of sysUpTime on the most recent occasion at which one or more of this entry's counter objects suffered a discontinuity. This may happen if a TN3270E server is stopped and then restarted, and local methods are used to set up collection policy (t ...
- tn3270eRtSpinLock
- An advisory lock used to allow cooperating TN3270E-RT-MIB applications to coordinate their use of the tn3270eRtCollCtlTable. When creating a new entry or altering an existing entry in the tn3270eRtCollCtlTable, an application should make use of tn3270eRtS ...
- tn3270eRtGroup
- This group is mandatory for all implementations that support the TN3270E-RT-MIB.
Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.