AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » RFC » TN3270E-RT-MIB » Objects

TN3270E-RT-MIB.mib object view, vendor RFC

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file TN3270E-RT-MIB and use it to monitor vendor specific OID's.

TN3270E-RT-MIB file content

Object view of TN3270E-RT-MIB:

Scalar Object
tn3270eRtCollCtlEntry .1.3.6.1.2.1.34.9.1.1.1
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.
tn3270eRtDataEntry .1.3.6.1.2.1.34.9.1.2.1
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 string value for tn3270eRtDataClientAddress, and a tn3270eRtDataClientPort value of 0. When aggregate(0) is not specified, a separate entry is created for each client in the group. Note that the following objects defined within an entry in this table can wrap: tn3270eRtDataTotalRts tn3270eRtDataTotalIpRts tn3270eRtDataCountTrans tn3270eRtDataCountDrs tn3270eRtDataElapsRnTrpSq tn3270eRtDataElapsIpRtSq tn3270eRtDataBucket1Rts tn3270eRtDataBucket2Rts tn3270eRtDataBucket3Rts tn3270eRtDataBucket4Rts tn3270eRtDataBucket5Rts
tn3270eRtSpinLock .1.3.6.1.2.1.34.9.1.3
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 tn3270eRtSpinLock to serialize application changes or additions. Since this is an advisory lock, the use of this lock is not enforced.
Tabular Object
tn3270eRtCollCtlType .1.3.6.1.2.1.34.9.1.1.1.2
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) - Aggregate response time data for the client group as a whole. If this bit is set to 0, then maintain response time data separately for each member of the client group. excludeIpComponent(1) - Do not include the IP-network component in any response times. ddr(2) - Enable dynamic definite response. average(3) - Produce an average response time based on a specified collection interval. buckets(4) - Maintain tn3270eRtDataBucket values in a corresponding tn3270eRtDataEntry, based on the bucket boundaries specified in the tn3270eRtCollCtlBucketBndry objects . traps(5) - generate the notifications specified in this MIB module. The tn3270eRtExceeded and tn3270eRtOkay notifications are generated only if average(3) is also specified.
tn3270eRtCollCtlSPeriod .1.3.6.1.2.1.34.9.1.1.1.3
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 .1.3.6.1.2.1.34.9.1.1.1.4
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, tn3270eRtCollCtlSPMult, to 1, and setting the sample period, tn3270eRtCollCtlSPeriod, to the required collection interval. The value of this object is used only if the corresponding tn3270eRtCollCtlType has the average(3) setting.
tn3270eRtCollCtlThreshHigh .1.3.6.1.2.1.34.9.1.1.1.5
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 only if the corresponding tn3270eRtCollCtlType has average(3) and traps(5) selected. A tn3270eRtExceeded notification is not generated again for a tn3270eRtDataEntry until an average response time falling below the low threshold tn3270eRtCollCtlThreshLow specified for the client group has occurred for the entry.
tn3270eRtCollCtlThreshLow .1.3.6.1.2.1.34.9.1.1.1.6
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 only if the corresponding tn3270eRtCollCtlType has average(3) and traps(5) selected. A tn3270eRtOkay notification is not generated again for a tn3270eRtDataEntry until an average response time exceeding the high threshold tn3270eRtCollCtlThreshHigh specified for the client group has occurred for the entry.
tn3270eRtCollCtlIdleCount .1.3.6.1.2.1.34.9.1.1.1.7
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 valid, and so a tn3270eRtExceeded notification should be generated: AvgCountTrans * ((AvgRt/ThreshHigh - 1) ** 2) >= IdleCount This comparison is done only if the corresponding tn3270eRtCollCtlType has average(3) and traps(5) selected.
tn3270eRtCollCtlBucketBndry1 .1.3.6.1.2.1.34.9.1.1.1.8
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 .1.3.6.1.2.1.34.9.1.1.1.9
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, and less than or equal to the value of this object.
tn3270eRtCollCtlBucketBndry3 .1.3.6.1.2.1.34.9.1.1.1.10
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 object, and less than or equal to the value of this object.
tn3270eRtCollCtlBucketBndry4 .1.3.6.1.2.1.34.9.1.1.1.11
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, and less than or equal to the value of this object. The value of this object also defines the range of transaction response times counted in the Tn3270eRtDataBucket5Rts object: those greater than the value of this object.
tn3270eRtCollCtlRowStatus .1.3.6.1.2.1.34.9.1.1.1.12
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 tn3270eRtDataTable that are associated with the entry being deleted.
tn3270eRtDataClientAddrType .1.3.6.1.2.1.34.9.1.2.1.1
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 .1.3.6.1.2.1.34.9.1.2.1.2
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 .1.3.6.1.2.1.34.9.1.2.1.3
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 .1.3.6.1.2.1.34.9.1.2.1.4
The average total response time measured over the last collection interval.
tn3270eRtDataAvgIpRt .1.3.6.1.2.1.34.9.1.2.1.5
The average IP response time measured over the last collection interval.
tn3270eRtDataAvgCountTrans .1.3.6.1.2.1.34.9.1.2.1.6
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 averages have been calculated, is 0.
tn3270eRtDataIntTimeStamp .1.3.6.1.2.1.34.9.1.2.1.7
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 this value is returned, the remaining objects in the entry have no significance.
tn3270eRtDataTotalRts .1.3.6.1.2.1.34.9.1.2.1.8
The count of the total response times collected. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
tn3270eRtDataTotalIpRts .1.3.6.1.2.1.34.9.1.2.1.9
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 .1.3.6.1.2.1.34.9.1.2.1.10
The count of the total number of transactions detected. A management application can detect discontinuities in this counter by monitoring the tn3270eRtDataDiscontinuityTime object.
tn3270eRtDataCountDrs .1.3.6.1.2.1.34.9.1.2.1.11
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 .1.3.6.1.2.1.34.9.1.2.1.12
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 .1.3.6.1.2.1.34.9.1.2.1.13
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 .1.3.6.1.2.1.34.9.1.2.1.14
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 .1.3.6.1.2.1.34.9.1.2.1.15
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 .1.3.6.1.2.1.34.9.1.2.1.16
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 .1.3.6.1.2.1.34.9.1.2.1.17
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 .1.3.6.1.2.1.34.9.1.2.1.18
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 .1.3.6.1.2.1.34.9.1.2.1.19
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 .1.3.6.1.2.1.34.9.1.2.1.20
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 (tn3270eRtCollCtlTable entries).
Table
tn3270eRtCollCtlTable .1.3.6.1.2.1.34.9.1.1
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 tn3270eClientGroupName imported from the TN3270E-MIB. tn3270eSrvrConfIndex indicates within a host which TN3270E server an entry applies to. tn3270eClientGroupName it identifies the set of IP clients for which response time data is being collected. The particular IP clients making up the set are identified in the tn3270eClientGroupTable in the TN3270E-MIB.
tn3270eRtDataTable .1.3.6.1.2.1.34.9.1.2
The response time data table. Entries in this table are created based on entries in the tn3270eRtCollCtlTable.
Trap
tn3270eRtExceeded .1.3.6.1.2.1.34.9.0.1
This notification is generated when the average response time, tn3270eRtDataAvgRt, exceeds tn3270eRtCollCtlThresholdHigh at the end of a collection interval specified by tn3270eCollCtlSPeriod times tn3270eCollCtlSPMult. Note that the corresponding tn3270eCollCtlType must have traps(5) and average(3) set for this notification to be generated. In addition, tn3270eRtDataAvgCountTrans, tn3270eRtCollCtlThreshHigh, and tn3270eRtDataAvgRt are algorithmically compared to tn3270eRtCollCtlIdleCount for determination if this notification will be suppressed.
tn3270eRtOkay .1.3.6.1.2.1.34.9.0.2
This notification is generated when the average response time, tn3270eRtDataAvgRt, falls below tn3270eRtCollCtlThresholdLow at the end of a collection interval specified by tn3270eCollCtlSPeriod times tn3270eCollCtlSPMult, after a tn3270eRtExceeded notification was generated. Note that the corresponding tn3270eCollCtlType must have traps(5) and average(3) set for this notification to be generated.
tn3270eRtCollStart .1.3.6.1.2.1.34.9.0.3
This notification is generated when response time data collection is enabled for a member of a client group. In order for this notification to occur the corresponding tn3270eRtCollCtlType must have traps(5) selected. tn3270eResMapElementType contains a valid value only if tn3270eRtDataClientAddress contains a valid address (rather than a zero-length octet string).
tn3270eRtCollEnd .1.3.6.1.2.1.34.9.0.4
This notification is generated when an tn3270eRtDataEntry is deleted after being active (actual data collected), in order to enable a management application monitoring an tn3270eRtDataEntry to get the entry's final values. Note that the corresponding tn3270eCollCtlType must have traps(5) set for this notification to be generated.
Object Identifier
tn3270eRtMIB .1.3.6.1.2.1.34.9
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.
tn3270eRtNotifications .1.3.6.1.2.1.34.9.0
tn3270eRtObjects .1.3.6.1.2.1.34.9.1
tn3270eRtConformance .1.3.6.1.2.1.34.9.3
tn3270eRtGroups .1.3.6.1.2.1.34.9.3.1
tn3270eRtCompliances .1.3.6.1.2.1.34.9.3.2
Group
tn3270eRtGroup .1.3.6.1.2.1.34.9.3.1.1
This group is mandatory for all implementations that support the TN3270E-RT-MIB.
tn3270eRtNotGroup .1.3.6.1.2.1.34.9.3.1.2
The notifications that must be supported when the TN3270E-RT-MIB is implemented.