-- extracted from draft-ietf-rmonmib-tpm-mib-05.txt -- at Fri May 14 06:20:55 2004 TPM-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32, Unsigned32 FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF RowStatus, TEXTUAL-CONVENTION, TimeStamp FROM SNMPv2-TC rmon, OwnerString FROM RMON-MIB protocolDirLocalIndex, LastCreateTime, DataSource, TimeFilter FROM RMON2-MIB apmReportControlIndex, appLocalIndex, apmNameClientID FROM APM-MIB; tpmMIB MODULE-IDENTITY LAST-UPDATED "200111191500Z" -- 19-Nov-2001 ORGANIZATION "IETF RMONMIB WG" CONTACT-INFO " E-mail: rmonmib@ietf.org Subscribe: rmonmib-request@ietf.org w/ msg body: subscribe rmonmib Russell Dietz Hifn, Inc. Postal: 750 University Ave Los Gatos, CA 95032-7695 USA Tel: +1 408 399-3623 Fax: +1 408 399-3501 E-mail: rdietz@hifn.com Robert G. Cole AT&T Labs Postal: 330 Saint Johns Street, 2nd Floor Havre de Grace, MD 21078 USA Tel: +1 410 939-8732 Fax: +1 410 939-8732 E-mail: rgcole@att.com" DESCRIPTION "This module defines managed objects for measuring traffic related transport performance metrics in networks. In particular, it describes managed objects used for monitoring selectable performance metrics and statistics derived from the monitoring of network packets and transport protocol states." REVISION "200202251500Z" -- 25-Feb-2002 DESCRIPTION "Added Conformance section. Dropped Notification section (redundant with APM notifications). Cleaned up Current and Exception Reports. Added tmpHistReport history table control and reports." REVISION "200111191500Z" -- 19-Nov-2001 DESCRIPTION "Some MIB structure reorganization." REVISION "200107161500Z" -- 16-Jul-2001 DESCRIPTION "Developed tpmMetricDefTable from A.Bierman's PM-CAPS draft." ::= { rmon 30 } -- this has NOT been assigned tpmCapabilities OBJECT IDENTIFIER ::= { tpmMIB 1 } tpmReports OBJECT IDENTIFIER ::= { tpmMIB 2 } tpmConformance OBJECT IDENTIFIER ::= { tpmMIB 3 } tpmAggrReportCntrl OBJECT IDENTIFIER ::= { tpmReports 1 } tpmAggrReport OBJECT IDENTIFIER ::= { tpmReports 2 } tpmCurrReport OBJECT IDENTIFIER ::= { tpmReports 3 } tpmExcpReportCntrl OBJECT IDENTIFIER ::= { tpmReports 4 } tpmExcpReport OBJECT IDENTIFIER ::= { tpmReports 5 } tpmHistReportCntrl OBJECT IDENTIFIER ::= { tpmReports 6 } tpmHistReport OBJECT IDENTIFIER ::= { tpmReports 7 } -- -- Extensions to the RMON-2 MIB for the collection of Performance -- Metrics related to application traffic in a network -- -- In order to maintain the RMON 'look-and-feel', some of -- the text from the RMON-2 and HC-RMON MIBs by -- Steve Waldbusser have been used in this MIB. -- -- -- The tmpCapabilitiesGroup -- -- -- Transport Performance Transaction Metric Directory -- -- This table is used to describe and link sets of performance -- metrics and protocols to an entry in the application directory. -- This table, with the tpmMetricDefTable, describes the capability of -- the agent to collection sub-application level data related to each -- entry in the apmAppDirectoryTable. -- tpmClockResolution OBJECT-TYPE SYNTAX MicroSeconds MAX-ACCESS read-only STATUS current -- UNITS Microseconds DESCRIPTION "A read only variable indicating the resolution of the measurements possible by this device." ::= { tpmCapabilities 1 } tpmClockMaxSkew OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current -- UNITS Seconds DESCRIPTION "A read only variable indicating the maximum offset error due to skew of the local clock over the time interval 86400 seconds, in seconds." ::= { tpmCapabilities 2 } tpmClockSource OBJECT-TYPE SYNTAX INTEGER { local (1), other (2), manual (3), gps (4), ntp (5) } MAX-ACCESS read-only STATUS current -- UNITS MicroSeconds DESCRIPTION "A read only variable indicating the source of the clock. This is provided to allow a user to determine how accurate the timing mechanism is compared with other devices. This is mostly needed for the co-ordination of time values between probes for one-way measurements." ::= { tpmCapabilities 3 } tpmTransactionMetricDirLastChange OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime at the time the tpmTransactionmetricDirTable was last modified, through modifications of the tpmTransactionMetricDirConfig object." ::= { tpmcapabilities 4 } tpmTransactionMetricDirTable OBJECT-TYPE SYNTAX SEQUENCE OF TpmTransactionMetricDirEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table lists the protocol transactions and the corresponding performance metrics that this agent has the capability to compute and collect, for the specified application. There is one entry in this table for each such application, protocol transaction and metric combination supported by this agent. The entries in this table represent the metrics that are collected for each protocol transaction that comprise the application. The agent should boot up with this table preconfigured with those combinations of applications, protocol transactions and metrics that it knows about and wishes to monitor. Implementations must populate the table with all possible application, protocol transaction and metric combinations and have the default configuration objects set to supportedOff(2). This table does not support the creation of new combinations by the management application. The deletion of an entry in the apmAppDirectoryTable will cause the removal of entries from this table. These entries must be removed because the appLocalIndex value will no longer be visible in the apmAppDirectoryTable. When an entry is created in the apmAppDirectoryTable and the agent has the ability to support metrics for these protocol transactions. The appropriate entries must be made in the tpmTransactionMetricDefTable." ::= { tpmCapabilities 5 } tpmTransactionMetricDirEntry OBJECT-TYPE SYNTAX TpmTransactionMetricDirEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row in the tpmTransactionMetricDirTable. An example of the indexing of this entry is tpmTransactionMetricDirConfig.5.2 where 5 is the value of a valid and visible appLocalIndex object in in the appLocalDir table. The entries decribe the the transaction and metric pairs monitored for this application. The protocolDirLocalIndex identifies the protocol transaction and the tpmMetricDefIndex describes the metric monitored." INDEX { appLocalIndex, -- Application Index tpmTransactionMetricIndex -- (Protocol,Metric) Index } ::= { tpmTransactionMetricDirTable 1 } TpmTransactionMetricDirEntry ::= SEQUENCE { tpmTransactionMetricIndex Integer32, tpmTransactionMetricProtocolIndex Integer32, tpmTransactionMetricMetricIndex Integer32, tpmTransactionMetricDirConfig INTEGER } tpmTransactionMetricIndex OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An index used to uniquely identify an entry in the tpmTransactionMetricDir table. Each such entry defines protocol transaction and metric instance to be monitored for a specific application." ::= { tpmtransactionMetricDirEntry 1 } tpmTransactionMetricProtocolIndex OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The protocolDirLocalIndex of the particular transaction to be analyzed when computing and generating the selected metric." ::= { tpmtransactionMetricDirEntry 2 } tpmTransactionMetricMetricIndex OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The tpmMetricDefID of the particular metric to be generated." ::= { tpmtransactionMetricDirEntry 3 } tpmTransactionMetricDirConfig OBJECT-TYPE SYNTAX INTEGER { notSupported(1), supportedOff(2), supportedOn(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "This object describes and configures the probe's support for this performance metric in relationship to the specified transaction. The agent creates entries in this table for all metrics and transactions combinations that it can generate. Because the probe will only populate this table with supported entries, and the table cannot have entries added, the notSupported(1) setting is only used to signify that other configuration parameters are causing the agent to currently not support the generation and collection of this metric for the specified protocol. Also, the status of this object will not change to notSupported(1) due to a change to supportedOff(2) in the tpmMetricDir table. If the value of this object is notSupported(1), the probe will not perform computations for this performance metric and transaction combination and shall not allow this object to be changed to any other value. If the value of this object is supportedOn(3), the probe supports computations for this performance metric and protocol and is configured to perform the computations for this performance metric and protocol combination for all interfaces. If the value of this object is supportedOff(2), the probe supports computations for this performance metric for the specified protocol, but is configured to not perform the computations for this performance metric and protocol for any interfaces. Whenever this value changes from supportedOn(3) to supportedOff(2), the probe shall cause the deletion of all entries in the tpmReportTable, for all appropriate studies configured in the perfControl table." ::= { tpmTransactionMetricDirEntry 4 } -- -- TPM Metric Definitions Table -- -- The tpmMetricDefTable describes the metrics available to the -- TMP MIB. The tpmMetricDefTable defines metrics by referencing -- existing IETF, ITU and other standards organizations' documents. tpmMetricDefTable OBJECT-TYPE SYNTAX SEQUENCE OF TpmMetricDefEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains one row per metric supported by this agent, and should be populated during system initialization." ::= { tpmCapabilities 6 } tpmMetricDefEntry OBJECT-TYPE SYNTAX TpmMetricDefEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information about a particular metric." INDEX { tpmMetricDefID } ::= { tpmMetricDefTable 1 } tpmMetricDefEntry ::= SEQUENCE { tpmMetricDefID OBJECT IDENTIFIER, tpmMetricDefType INTEGER, tpmMetricDefDirType INTEGER, tpmMetricDefName SnmpAdminString, tpmMetricDefReference SnmpAdminString } tpmMetricDefID OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index for this entry. This object identifies the standard or vendor-specific registration OBJECT IDENTIFER defined for a particular metric." ::= { tpmMetricDefEntry 1 } tpmMetricDefType OBJECT-TYPE SYNTAX INTEGER { other(1), connectMetric(2), delayMetric(3), lossMetric(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "The basic type of metric indicated by this entry. The value 'other(1)' indicates that this metric cannot be characterized by any of the remaining enumerations specified for this object. The value 'connectMetric(2)' indicates that this metric measures connectivity characteristics. The value 'delayMetric(3)' indicates that this metric measures delay characteristics. The value 'lossMetric(4)' indicates that this metric measures loss characteristics." ::= { tpmMetricDefEntry 2 } tpmMetricDefDirType OBJECT-TYPE SYNTAX INTEGER { oneWay(1), twoWay(2), multiWay(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The directional characteristics of the this metric. The value 'oneWay(1)' indicates that this metric is measured with some sort of uni-directional test. The value 'twoWay(2)' indicates that this metric is measured with some sort of bi-directional test. The value 'multiWay(3)' indicates that this metric is measured with some combination of uni-directional and/or bi- directional tests." ::= { tpmMetricDefEntry 3 } tpmMetricDefName OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "The textual name of this metric." ::= { tpmMetricDefEntry 4 } tpmMetricDefReference OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION "This object contains a reference to the document which defines this metric. If this document is available online via electronic download, then a URL should be specified in this object. For example, if this tpmMetricDefEntry identified the IPPM metric 'Type-P-Round-Trip-Delay', then this object should contain the value 'http://www.ietf.org/rfc/rfc2681.txt'." ::= { tpmMetricDefEntry 5 } -- -- The tmpAggregateReportsGroup -- -- -- The tpmReportAggregateCntrlTable is the controlling entry to manage -- the population of studies in the Transport Aggregate Report -- tpmAggrReportCntrlTable OBJECT-TYPE SYNTAX SEQUENCE OF TpmAggrReportCntrlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table to control the collection of performance metric studies for selected interfaces, metrics and transaction protocols. Note that this is not like the typical RMON controlTable and dataTable in which each entry creates its own data table. Each entry in this table enables the creation of up to 3 data tables on a study basis. For each interval, the study is updated in place and the current data content of the table becomes invalid." ::= { tpmReports 1 } tpmAggrReportCntrlEntry OBJECT-TYPE SYNTAX TpmAggrReportCntrlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row in the tpmAggrReportCntrlTable. An example of the indexing of this entry is tpmAggrReportCntrlDataSource.1" INDEX { tpmAggrReportCntrlIndex } ::= { tpmReportAggregateCntrlTable 1 } TpmAggrReportCntrlEntry ::= SEQUENCE { tpmAggrReportCntrlIndex Integer32, tpmAggrReportCntrlApmControlIndex Integer32, tpmAggrReportCntrlDataSource DataSource, tpmAggrReportCntrlMetrics Integer32, tpmAggrReportCntrlAggregationType INTEGER, tpmAggrReportCntrlInterval Integer32, tpmAggrReportCntrlRequestedSize Integer32, tpmAggrReportCntrlGrantedSize Integer32, tpmAggrReportCntrlRequestedReports Integer32, tpmAggrReportCntrlGrantedReports Integer32, tpmAggrReportCntrlStartTime TimeStamp, tpmAggrReportCntrlReportNumber Integer32, tpmAggrReportCntrlInsertsDenied Integer32, tpmAggrReportCntrlDroppedFrames Counter32, tpmAggrReportCntrlOwner OwnerString, tpmAggrReportCntrlStatus RowStatus } tpmAggrReportCntrlIndex OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An index that uniquely identifies an entry in the tpmAggrReportCntrlTable. Each such entry defines a unique report whose results are placed in the tpmAggrReportTable on behalf of this tpmAggrReportCntrlEntry." ::= { tpmAggrReportCntrlEntry 1 } tpmAggrReportCntrlApmCntrlIndex OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "This index associates this TpmAggrReportCntrlEntry directly with an existing ApmReportControlEntry. This link is used to syncronize reports in the associated tpmAggrReportTable. A value of 0 (zero) enables an independent control table that will report entries to tpmAggrReportTable based only on the other objects in this table. This object may not be modified if the associated tpmAggrReportCntrlStatus object is equal to active(1)." DEFVAL { 0 } ::= { tpmAggrReportCntrlEntry 2 } tpmAggrReportCntrlDataSource OBJECT-TYPE SYNTAX DataSource MAX-ACCESS read-create STATUS current DESCRIPTION "The source of the data for TPM Reports generated on behalf of this tpmAggrReportCntrlEntry. If the measurement is being performed by a probe, this should be set to interface or port where data was received for analysis. If the measurement isn't being performed by a probe, this should be set to the primary interface over which the measurement is being performed. If the measurement isn't being performed by a probe and there is no primary interface or this information isn't known, this object should be set to 0.0. This object may not be modified if the associated tpmAggrReportCntrlStatus object is equal to active(1)." ::= { tpmAggrReportCntrlEntry 3 } tpmAggrReportCntrlMetrics OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of performance metric and protocol combinations to be collected in the portion of tpmAggrReportTable associated with this tpmAggrReportCntrlEntry. This value is determined by the capabilities of the tpm monitor." ::= { tpmAggrReportCntrlEntry 4 } tpmAggrReportCntrlAggregationType OBJECT-TYPE SYNTAX INTEGER { flows(1), -- Least Aggregation clients(2), servers(3), protocols(4) -- Most Aggregation } MAX-ACCESS read-create STATUS current DESCRIPTION "The type of aggregation being performed for this set of reports. The metrics for a single traffic flow are selected in the perfTable by the tpmAggrReportCntrlMetrics object. When such metrics are aggregated in this MIB, these metrics are replaced by statistical representation of each metric. The metrics describing aggregates are constant no matter which type of aggregation is being performed. These metrics may be found in the tpmAggrReportTable. The flows(1) aggregation is the simplest. All traffic flows that share common protocol/server/client 3-tuples are aggregated together, resulting in a set of metrics for all such unique 3-tuples. The clients(2) aggregation results in somewhat more aggregation (i.e. fewer resulting records). All traffic flows that share common protocol/client tuples are aggregated together, resulting in a set of metrics for all such unique tuples. The servers(3) aggregation usually results in still more aggregation (i.e. fewer resulting records). All traffic flows that share common protocol/server tuples are aggregated together, resulting in a set of metrics for all such unique tuples. The protocols(4) aggregation results in the most aggregation (i.e. the fewest resulting records). All traffic flows that share a common protocol are aggregated together, resulting in a set of metrics for all such unique protocols. Note that it is not meaningful to aggregate protocols, as different protocols have widely varying characteristics. As a result, this set of aggregations is complete. This object may not be modified if the associated tpmAggrReportCntrlStatus object is equal to active(1)." ::= { tpmAggrReportCntrlEntry 5 } tpmAggrReportCntrlInterval OBJECT-TYPE SYNTAX Integer32 (1..86400) UNITS "Seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The interval in seconds over which data is accumulated before being aggregated into a report in the tpmAggrReportTable. All reports with the same tpmAggrReportCntrlIndex will be based on the same interval. This object may not be modified if the associated tpmReportAggregateCntrlStatus object is equal to active(1)." DEFVAL { 3600 } ::= { tpmAggrReportCntrlEntry 6 } tpmAggrReportCntrlRequestedSize OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-create STATUS current DESCRIPTION "The maximum number of Client and Server combination entries requested for this report. When this object is created or modified, the probe should set tpmReportCntrlGrantedSize as closely to this object as is possible for the particular probe implementation and available resources. It is important to note that this value is the number of requested entries in the tpmAggrReportTable only. Since the probe can derive this table from the apmReportTable, the probe must make sure that sufficient resources exist to support the creation of the apmReportTable plus any additional resources required to convert or support this table." ::= { tpmAggrReportCntrlEntry 7 } tpmAggrReportCntrlGrantedSize OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum number of performance entries in this report. When the associated tpmAggrReportCntrlRequestedSize object is created or modified, the probe should set this object as closely to the requested value as is possible for the particular implementation and available resources. The probe must not lower this value except as a result of a set to the associated tpmAggrReportCntrlRequestedSize object. Since the probe must support only the granted size, the probe should attempt to maintain the most recently active entries in the tpmMetric table if there is no more room or until there are no more performance metric entries. It is an implementation-specific matter as to whether or not zero-valued entries are available." ::= { tpmAggrReportCntrlEntry 8 } tpmAggrReportCntrlRequestedReports OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "The number of saved reports requested to be allocated on behalf of this entry." ::= { tpmAggrReportCntrlEntry 9 } tpmAggrReportCntrlGrantedReports OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of saved reports the agent has allocated based on the requested amount in tpmAggrReportCntrlRequestedReports. Since each report can have many entries, the total number of entries allocated will be this number multiplied by the value of tpmAggrReportCntrlGrantedSize, or 1 if that object doesn't exist. When the associated tpmAggrReportCntrlRequestedReports object is created or modified, the agent should set this object as closely to the requested value as is possible for the particular implementation and available resources. When considering resources available, the agent must consider its ability to allocate this many reports each with the number of entries represented by tpmAggrReportCntrlGrantedSize, or 1 if that object doesn't exist. Note that while the storage required for each report may fluctuate due to changing conditions, the agemt must continue to have storage available to satisfy the full report size for all reports when necessary. Further, the agent must not lower this value except as a result of a set to the associated tpmAggrReportCntrlRequestedSize object." ::= { tpmAggrReportCntrlEntry 10 } tpmAggrReportCntrlStartTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when the system began processing the report in progress. Note that the report in progress is not available. This object may be used by the management station to figure out the start time for all previous reports saved for this tpmAggrReportCntrlEntry, as reports are started at fixed intervals." ::= { tpmAggrReportCntrlEntry 11 } tpmAggrReportCntrlReportNumber OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of the report in progress. When an tpmAggrReportCntrlEntry is activated, the first report will be numbered zero." ::= { tpmAggrReportCntrlEntry 12 } tpmAggrReportCntrlInsertsDenied OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of failed attempts to add an entry to reports for this tpmReportControlEntry because the number of entries would have exceeded tpmReportAggregateCntrlGrantedSize. This number is valuable in determining if enough entries have been allocated for reports in light of fluctuating network usage. Note that an entry that is denied will often be attempted again, this number will not predict the exact number of additional entries needed, but can be used to understand the relative magnitude of the problem. Also note that there is no ordering specified for the entries in the report, thus there are no rules for which entries will be omitted when not enough entries are available. As a consequence, the agent is not required to delete 'least valuable' entries first." ::= { tpmAggrReportCntrlEntry 13 } tpmAggrReportCntrlDroppedFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of frames which were received by the agent and therefore not accounted for in the *StatsDropEvents, but for which the agent chose not to count for this entry for whatever reason. Most often, this event occurs when the agent is out of some resources and decides to shed load from this collection. This count does not include packets that were not counted because they had MAC-layer errors. Note that if the alMatrixTables are not implemented or are inactive because no protocols are enabled in the protocol directory, this value should be 0. Note that, unlike the dropEvents counter, this number is the exact number of frames dropped." ::= { tpmAggrReportCntrlEntry 14 } tpmAggrReportCntrlOwner OBJECT-TYPE SYNTAX OwnerString MAX-ACCESS read-create STATUS current DESCRIPTION "The entity that configured this entry and is therefore using the resources assigned to it." ::= { tpmAggrReportCntrlEntry 15 } tpmAggrReportCntrlStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this performance control entry. An entry may not exist in the active state unless all objects in the entry have an appropriate value. If this object is not equal to active(1), all associated entries in the tpmAggrReportTable shall be deleted." ::= { tpmAggrReportCntrlEntry 16 } -- -- Transport Aggregate Report Table -- -- This table contains transport performance metric studies for each -- of the control table entries in tpmAggrReportCntrlTable. These -- studies are provided based on the selections and parameters found -- for the entry in the tpmAggregateReportCntrlTable. -- tpmAggrReportTable OBJECT-TYPE SYNTAX SEQUENCE OF TpmAggrReportEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A study of performance statistics for those table entries specified in the tpmTransactionMetric DIR table associated with the application in question and indexed by appLocalIndex and tpmTransactionMetricIndex." ::= { tpmReports 2 } tpmAggrReportEntry OBJECT-TYPE SYNTAX TpmAggrReportEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row in the tpmAggrReportTable. The tpmAggrReportCntrlIndex value in the index identifies the tpmAggrReportCntrlEntry on whose behalf this entry was created. The tpmAggrReportIndex value in the index identifies which report (in the series of reports) this entry is a part of. The tmpAggrReportAppLocalIndex value in the index identifies the application protocol that is begin reported. The protocolDirLocalIndex value in the index identifies the network layer protocol of the tpmAggrReportServerAddress. When the associated tpmAggrReportCntrlAggregationType value is equal to protocol(4), this value will equal 0. The tpmAggrReportServerAddress value in the index identifies the network layer address of the server in traffic flows aggregated in this entry. The tpmAggrReportApmNameClientID value in the index identifies the network layer address of the client in traffic flows aggregated in this entry. The tpmTransactionMetricIndex value in the index identifies the transaction protocol-metric pair for the traffic flows aggregated in this entry. Note that the order of protocolDirLocalIndex variables is the opposite of that in the RMON2 MIB (application.network instead of network.application) so that the report entries are sorted by application first, server second and client third. The tpmAggrReportCntrlIndex value in the index identifies the tpmAggrReportCntrlEntry on whose behalf this entry was created. The tpmTransationMetricIndex value in the index identifies the metric and transaction of the tpmAggrReportServerAddress, via the tpmTransactionMetricDir table. An example of the indexing of this table is tpmAggrReportStatisticN.3.15.34.18.4.128.2.6.7.262.30" INDEX { tpmAggrReportCntrlIndex, tpmAggrReportIndex, tmpAggrReportAppLocalIndex, -- Application Layer protocolLocalDirIndex, -- Network Layer tpmAggrReportServerAddress, tpmAggrReportApmNameClientID, tpmAggrReportTransMetricIndex -- Metric and Protocol } ::= { tpmAggrReportTable 1 } TpmAggrReportEntry ::= SEQUENCE { tpmAggrReportIndex Integer32, tpmAggrReportAppLocalIndex AppLocalIndex, tpmAggrReportServerAddress OCTET STRING, tpmAggrReportApmNameClientID Unsigned32, tpmAggrReportTransMetricIndex Integer32, tpmAggrReportStatisticN Counter32, tpmAggrReportOverflowStatisticN Counter32, tpmAggrReportHCStatisticN Counter64, tpmAggrReportStatisticSumX Counter32, tpmAggrReportOverflowStatisticSumX Counter32, tpmAggrReportHCStatisticSumX Counter64, tpmAggrReportStatisticMaximum Gauge32, tpmAggrReportStatisticMinimum Gauge32, tpmAggrReportStatisticSumSquared Counter32, tpmAggrReportOverflowStatisticSumSquared Counter32, tpmAggrReportHCStatisticSumSquared Counter64, tpmAggrReportStatisticSumIX Counter32, tpmAggrReportOverflowStatisticSumIX Counter32, tpmAggrReportHCStatisticSumIX Counter64, tpmAggrReportStatisticSumIXSquared Counter32, tpmAggrReportOverflowStatisticSumIXSquared Counter32, tpmAggrReportHCStatisticSumIXSquared Counter64 } tpmAggrReportIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of tpmAggrReportCntrlNumber for the report to which this entry belongs." ::= { tpmAggrReportEntry 1 } tpmAggrReportAppLocalIndex OBJECT-TYPE SYNTAX AppLocalIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The common application of the transactions aggregated in this entry." ::= { tpmAggrReportEntry 2 } tpmAggrReportServerAddress OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS not-accessible STATUS current DESCRIPTION "The network layer address of the server host in this conversation. This is represented as an octet string with specific semantics and length as identified by the associated tpmTransactionMetricIndex from the tpmTransactionMetricDir table for this conversation. For example, if the protocolDirLocalIndex indicates an encapsulation of IP, this object is encoded as a length octet of 4, followed by the 4 octets of the IP address, in network byte order." ::= { tpmAggrReportEntry 3 } tpmAggrReportApmNameClientID OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique ID assigned to the machine represented by this mapping. This ID is assigned by the agent using an implementation-specific algorithm." ::= { tpmAggrReportEntry 4 } tpmAggrReportTransMetricIndex OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique index that indentifies the transaction and metric associated with the statistics reported here." ::= { tpmAggrReportEntry 5 } tpmAggrReportStatisticN OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The count of the total number of data points for the specified metric. This number always represents the total size of the statistical datum analyzed. Each metric specifies the exact meaning of this object. This value represents the results for one metric and is related directly to the specific parameters of the metric and the Server and Client addresses involved." ::= { tpmAggrReportEntry 6 } tpmAggrReportOverflowStatisticN OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the associated tpmAggrReportStatisticN counter has overflowed." ::= { tpmAggrReportEntry 7 } tpmAggrReportHCStatisticN OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The high-capacity version of tpmAggrReportStatisticN." ::= { tpmAggrReportEntry 8 } tpmAggrReportStatisticSumX OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The sum of all the data point values for the specified metric. This number always represents the total values of the statistical datum analyzed. Each metric specifies the exact meaning of this object. This value represents the results of one metric and is related directly to the specific parameters of the metric and the Server and Client addresses involved." ::= { tpmAggrReportEntry 9 } tpmAggrReportOverflowStatisticSumX OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the associated tpmAggrReportStatisticSumX counter has overflowed." ::= { tpmAggrReportEntry 10 } tpmAggrReportHCStatisticSumX OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The high-capacity version of tpmAggrReportStatisticSumX." ::= { tpmAggrReportEntry 11 } tpmAggrReportStatisticMaximum OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The single maximum data point value observed during the study period for the specified metric. This number always represents the maximum value of any single statistical datum analyzed. Each metric specifies the exact meaning of this object. This value represents the results of one metric and is related directly to the specific parameters of the metric and the Server and Client addresses involved." ::= { tpmAggrReportEntry 12 } tpmAggrReportStatisticMinimum OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The single minimum data point value observed during the study period for the specified metric. This number always represents the minimum value of any single statistical datum analyzed. Each metric specifies the exact meaning of this object. This value represents the results of one metric and is related directly to the specific parameters of the metric and the Server and Client addresses involved." ::= { tpmAggrReportEntry 13 } tpmAggrReportStatisticSumSquared OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The sum of all the squared data point values for the specified metric. This number always represents the total of the squared values of the statistical datum analyzed. Each metric specifies the exact meaning of this object. This value represents the results of one metric and is related directly to the specific parameters of the metric and the Server and Client addresses involved." ::= { tpmAggrReportEntry 14 } tpmAggrReportOverflowStatisticSumSquared OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the associated tpmAggrReportStatisticSumSquared counter has overflowed." ::= { tpmAggrReportEntry 15 } tpmAggrReportHCStatisticSumSquared OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The high-capacity version of tpmAggrReportStatisticSumSquared." ::= { tpmAggrReportEntry 16 } tpmAggrReportStatisticSumIX OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "For each interval, each data point is associated with a value I, I = 1..N where N is the number of data points, tpmReportStatisticN. IX is the multiplication of the data point value with the current I. This value along with the other statistics values allow the calculation of the slope of the least-squares line through the data points." ::= { tpmAggrReportEntry 17 } tpmAggrReportOverflowStatisticSumIX OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the associated tpmAggrReportStatisticSumIX counter has overflowed." ::= { tpmAggrReportEntry 18 } tpmAggrReportHCStatisticSumIX OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The high-capacity version of tpmAggrReportStatisticSumIX." ::= { tpmAggrReportEntry 19 } tpmAggrReportStatisticSumIXSquared OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "For each interval, each data point is associated with a value I, I = 1..N where N is the number of data points, tpmAggrReportStatisticN. IX is the multiplication of the data point value with the current I. This value along with the other statistics values allow the calculation of the slope of the least-squares line through the data points." ::= { tpmAggrReportEntry 20 } tpmAggrReportOverflowStatisticSumIXSquared OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the associated tpmAggrReportStatisticSumIXSquared counter has overflowed." ::= { tpmAggrReportEntry 21 } tpmAggrReportHCStatisticSumIXSquared OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The high-capacity version of tpmAggrReportStatisticSumIXSquared." ::= { tpmAggrReportEntry 22 } -- -- The tmpCurrentReportsGroup -- -- -- TPM Current Transaction Table -- -- This table will contain entries ONLY if the tpmAggrReport is associated -- with an apmControlReportEntry. These entries are a current -- 'snapshot' of the metrics being collected in association with a set -- of APM related application transactions. -- tpmCurrReportTable OBJECT-TYPE SYNTAX SEQUENCE OF TpmCurrReportEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains all sub-flow metrics for transactions that have been started but have not yet finished." ::= { tpmReport 3 } tpmCurrReportEntry OBJECT-TYPE SYNTAX TpmCurrReportEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row in the tpmCurrReportTable. The tpmCurrReportControlIndex value in the index identifies the tpmAggrReportCntrlEntry on whose behalf this entry was created. The tmpCurrReportAppLocalIndex value in the index identifies the application protocol that is begin reported. The protocolDirLocalIndex value in the index identifies the network layer protocol of the tpmAggrReportServerAddress. When the associated tpmAggrReportCntrlAggregationType value is equal to protocol(4), this value will equal 0. The tpmCurrReportCurrentServerAddress value in the index identifies the network layer address of the server in traffic flows aggregated in this entry. The tpmCurrReportCurrentApmNameClientID value in the index identifies the network layer address of the client in traffic flows aggregated in this entry. The tpmCurrReportCurrentMetricIndex value in the index identifies the transported application protocol of the traffic flows aggregated in this entry. Note that the order of protocolDirLocalIndex variables is the opposite of that in the RMON2 MIB (application.network instead of network.application) so that the report entries are sorted by application first, server second and client third. The tpmCurrReportCntrIndex value in the index identifies the tpmAggrReportCntrlEntry on whose behalf this entry was created. The tpmCurrReportMetricIndex value in the index identifies the metric and protocol of the tpmCurrReportServerAddress, via the tpmTransactionMetricDir table. An example of the indexing of this table is tpmCurrReportStatisticN.3.34.18.4.128.2.6.6.262.6.30" INDEX { tpmCurrReportCntrlIndex, tpmCurrReportAppLocalIndex, -- Application Layer protocolLocalDirIndex, -- Network Layer tpmCurrReportServerAddress, tpmCurrReportApmNameClientID, tpmCurrReportTransMetricIndex, -- Metric and Protocol tpmCurrReportApmCurrentTransactionID } ::= { tpmCurrReportTable 1 } tpmCurrReportEntry ::= SEQUENCE { tpmCurrReportAppLocalIndex AppLocalIndex, tpmCurrReportServerAddress OCTET STRING, tpmCurrReportApmNameClientID Unsigned32, tpmCurrReportTransMetricIndex Integer32, tpmCurrReportApmTransactionID Integer32, tpmCurrReportApmSuccess INTEGER, tpmCurrReportMetricValue Integer32 } tpmCurrReportAppLocalIndex OBJECT-TYPE SYNTAX AppLocalIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The common application of the transactions reported in this entry." ::= { tpmCurrReportEntry 1 } tpmCurrReportCurrentServerAddress OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS not-accessible STATUS current DESCRIPTION "The network server address for this tpmCurrentEntry. This is represented as an octet string with specific semantics and length as identified by the second protocolDirLocalIndex component of the index. For example, if the protocolDirLocalIndex indicates an encapsulation of ip, this object is encoded as a length octet of 4, followed by the 4 octets of the ip address, in network byte order." ::= { tpmCurrReportEntry 2 } tpmCurrReportApmNameClientID OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique ID assigned to the machine represented by this mapping. This ID is assigned by the agent using an implementation-specific algorithm." ::= { tpmCurrReportEntry 3 } tpmCurrReportTransMetricIndex OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique index that indentifies the transaction and metric associated with the statistics reported here." ::= { tpmCurrReportEntry 4 } tpmCurrReportApmTransactionID OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "A unique value for this transaction amongst other transactions sharing the same application layer protocol and server and client addresses. Implementations may choose to use the value of the client's source port, when possible." ::= { tpmCurrReportEntry 5 } tpmCurrReportApmSuccess OBJECT-TYPE SYNTAX INTEGER { successful(1), failed(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The success of this transaction up to this time. A transaction that has failed may exist in this table until it is closed. Once a transaction has been marked as failed, it cannot move back into the successful state. Note that this value may change over the lifetime of the transaction and it is the final value of this metric that is recorded as the success of the transaction for use in other APM MIB functions." ::= { tpmCurrReportEntry 6 } tpmCurrReportMetricValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current value of the metric being evaluated. For some transaction types this value may be 0, e.g., the current round trip time for a DNS query. For other transaction types this will represent the current value of a continuously measured metric, e.g., the current throughput of an FTP transaction." ::= { tpmCurrReportEntry 7 } -- -- The tpmExceptionReportsGroup -- -- -- TPM Exception Report Table -- -- This table will contain the sub-flows related to an apmExceptionTable -- entry. -- tpmExcpReportCntrlTable OBJECT-TYPE SYNTAX SEQUENCE OF TpmExcpReportCntrlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table creates a link between the apmExceptionTable and the possible notifications that may occur based on any entries in the apmExceptionTables. Each tpmExcpReportCntrlEntry is associated with a particular exception entry in the apmExceptionTable based on the value of tpmExcpReportApmExceptionIndex. Because the quality of a transaction is not known until it is completed, these thresholds are only applied after the transaction has completed." ::= { tpmReports 4 } tpmExcpReportCntrlEntry OBJECT-TYPE SYNTAX TpmExcpReportCntrlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row in the tpmExcpReportCntrlTable." INDEX { tpmExcpReportCntrlApmExceptionIndex, tpmExcpReportCntrlIndex } ::= { tpmExcpReportCntrlTable 1 } TpmExcpReportCntrlEntry ::= SEQUENCE { tpmExcpReportCntrlIndex Integer32, tpmExcpReportCntrlApmExceptionIndex Integer32, tpmExcpReportCntrlOwner OwnerString, tpmExcpReportCntrlStatus RowStatus } tpmExcpReportCntrlIndex OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An index that uniquely identifies an entry in the tpmExcpReportTable. Each such entry sets up a link to an entry in the apmExceptionTable. Note that even though the index of the tpmExcpReportTable contains other objects (e.g. protocolDirID) that may disambiguate tpmExcpReportEntries, no two tpmExcpreportEntries may have the same value of tpmExcpReportIndex." ::= { tpmExcpReportCntrlEntry 1 } tpmExcpReportCntrlApmExceptionIndex OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "An index that creates the link to the uniquely identified entry in the apmExceptionTable." ::= { tpmExcpReportCntrlEntry 2 } tpmExcpReportCntrlOwner OBJECT-TYPE SYNTAX OwnerString MAX-ACCESS read-create STATUS current DESCRIPTION "The entity that configured this entry and is therefore using the resources assigned to it." ::= { tpmExcpReportCntrlEntry 3 } tpmExcpReportCntrlStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this tpmExcpReportCntrlEntry." ::= { tpmExcpReportCntrlEntry 4 } -- -- TPM Exception Report Table -- -- tpmExcpReportTable OBJECT-TYPE SYNTAX SEQUENCE OF TpmExcpReportEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains all sub-flow metrics for transactions that have been tagged by the apmExceptionTable filter as having had poor performance." ::= { tpmReports 5 } tpmExcpReportEntry OBJECT-TYPE SYNTAX TpmExcpReportEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row in the tpmExcpReportTable. The tpmExcpReportCntrlIndex value in the index identifies the tpmExcpreportCntrlEntry on whose behalf this entry was created. The tpmExcpReportIndex value in the index identifies which report (in the series of reports) this entry is a part of. The tpmExcpReportAppLocalIndex value in the index identifies the application protocol that is begin reported. The protocolDirLocalIndex value in the index identifies the network layer protocol of the tpmAggrReportServerAddress. When the associated tpmAggrReportCntrlAggregationType value is equal to protocol(4), this value will equal 0. The tpmExcpReportCntrlServerAddress value in the index identifies the network layer address of the server in traffic flows aggregated in this entry. The tpmExcpReportCntrlClientID value in the index identifies the network layer address of the client in traffic flows aggregated in this entry. The tpmExcpReportMetricIndex value in the index identifies the transported application protocol of the traffic flows aggregated in this entry. Note that the order of protocolDirLocalIndex variables is the opposite of that in the RMON2 MIB (application.network instead of network.application) so that the report entries are sorted by application first, server second and client third. The tpmExcpReportCntrlIndex value in the index identifies the tpmExcpreportCntrlEntry on whose behalf this entry was created. The tpmExcpReportMetricIndex value in the index identifies the metric and protocol of the tpmExcpReportCntrlServerAddress, via the tpmtransactionMetricDir table. An example of the indexing of this table is tpmReportExceptionStatisticN.3.34.18.4.128.2.6.7.4.262.11.23698.30" INDEX { tpmExcpReportCntrlIndex, tpmExcpReportAppLocalIndex, -- Application Layer protocolLocalDirIndex, -- Network Layer tpmExcpReportServerAddress, tpmExcpReportClientID, tpmExcpReportTransMetricIndex, -- Metric and Protocol tpmExcpReportApmExceptionIndex, tpmExcpReportApmTransactionID } ::= { tpmExcpreportTable 1 } TpmExcpReportEntry ::= SEQUENCE { tpmExcpReportAppLocalIndex AppLocalIndex, tpmExcpReportServerAddress OCTET STRING, tpmExcpReportClientID Unsigned32, tpmExcpReportTransMetricIndex Integer32, tpmExcpReportApmTransactionID Integer32, tmpExcpReportMetricValue Integer32 } tpmExcpReportAppLocalIndex OBJECT-TYPE SYNTAX AppLocalIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The common application of the transactions reported in this entry." ::= { tpmExcpReportEntry 1 } tpmAggrReportAppLocalIndex OBJECT-TYPE SYNTAX AppLocalIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The common application of the transactions aggregated in this entry." ::= { tpmAggrReportEntry 2 } tpmExcpReportServerAddress OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS not-accessible STATUS current DESCRIPTION "The network server address for this tpmExcpReportEntry. This is represented as an octet string with specific semantics and length as identified by the second protocolDirLocalIndex component of the index. For example, if the protocolDirLocalIndex indicates an encapsulation of ip, this object is encoded as a length octet of 4, followed by the 4 octets of the ip address, in network byte order." ::= { tpmExcpReportEntry 3 } tpmExcpReportApmNameClientID OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique ID assigned to the machine represented by this mapping. This ID is assigned by the agent using an implementation-specific algorithm." ::= { tpmExpReportEntry 4 } tpmExcpReportTransMetricIndex OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique index that indentifies the transaction and metric associated with the data reported here." ::= { tpmExcpReportEntry 5 } tpmExcpReportApmTransactionID OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "A unique value for this transaction amongst other transactions sharing the same application layer protocol and server and client addresses. Implementations may choose to use the value of the client's source port, when possible." ::= { tpmExpReportEntry 6 } tpmExcpReportMetricValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the metric evaluation for this transaction." ::= { tpmExpReportEntry 7 } -- -- The tmpHistoryReportsGroup -- -- -- TPM History -- -- The tpmHistReportCntrlTable is the controlling entry to manage -- the population of data in the Transport History Report -- tpmHistReportCntrlTable OBJECT-TYPE SYNTAX SEQUENCE OF TpmHistReportCntrlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table to control the collection of performance metric data for selected interfaces, metrics and transaction protocols. Note that this is not like the typical RMON controlTable and dataTable in which each entry creates its own data table. Each entry in this table enables the creation of up to 3 data tables on a study basis. For each interval, the study is updated in place and the current data content of the table becomes invalid." ::= { tpmReports 5 } tpmHistReportCntrlEntry OBJECT-TYPE SYNTAX TpmHistReportCntrlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row in the tpmHistReportCntrlTable. An example of the indexing of this entry is tpmHistReportCntrlDataSource.1" INDEX { tpmAggrReportCntrlIndex } ::= { tpmHistReportCntrlTable 1 } TpmHistReportCntrlEntry ::= SEQUENCE { tpmHistReportCntrlIndex Integer32, tpmHistReportCntrlRequestedSize Integer32, tpmHistReportCntrlGrantedSize Integer32, tpmHistReportCntrlRequestedReports Integer32, tpmHistReportCntrlGrantedReports Integer32, tpmHistReportCntrlStartTime TimeStamp, tpmHistReportCntrlReportNumber Integer32, tpmHistReportCntrlInsertsDenied Integer32, tpmHistReportCntrlDroppedFrames Counter32, tpmHistReportCntrlOwner OwnerString, tpmHistReportCntrlStatus RowStatus } tpmHistReportCntrlIndex OBJECT-TYPE SYNTAX Integer32 (1..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An index that uniquely identifies an entry in the tpmAggrReportCntrlTable. Each such entry defines a unique report whose results are placed in the tpmHistReportTable on behalf of this tpmHistReportCntrlEntry." ::= { tpmHistReportCntrlEntry 1 } tpmHistReportCntrlRequestedSize OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-create STATUS current DESCRIPTION "The maximum number of Client and Server combination entries requested for this report. When this object is created or modified, the probe should set tpmHistReportCntrlGrantedSize as closely to this object as is possible for the particular probe implementation and available resources. It is important to note that this value is the number of requested entries in the tpmHistReportTable only. The probe must make sure that sufficient resources exist to support the creation of the tpmHistReportTable plus any additional resources required to convert or support this table." ::= { tpmHistReportCntrlEntry 2 } tpmHistReportCntrlGrantedSize OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum number of performance entries in this report. When the associated tpmHistReportCntrlRequestedSize object is created or modified, the probe should set this object as closely to the requested value as is possible for the particular implementation and available resources. The probe must not lower this value except as a result of a set to the associated tpmHistReportCntrlRequestedSize object. Since the probe must support only the granted size, the probe should attempt to maintain the most recently active entries in the tpmMetric table if there is no more room or until there are no more performance metric entries. It is an implementation-specific matter as to whether or not zero-valued entries are available." ::= { tpmHistReportCntrlEntry 3 } tpmHistReportCntrlRequestedReports OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "The number of saved reports requested to be allocated on behalf of this entry." ::= { tpmHistReportCntrlEntry 4 } tpmHistReportCntrlGrantedReports OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of saved reports the agent has allocated based on the requested amount in tpmHistReportCntrlRequestedReports. Since each report can have many entries, the total number of entries allocated will be this number multiplied by the value of tpmHistReportCntrlGrantedSize, or 1 if that object doesn't exist. When the associated tpmHistReportCntrlRequestedReports object is created or modified, the agent should set this object as closely to the requested value as is possible for the particular implementation and available resources. When considering resources available, the agent must consider its ability to allocate this many reports each with the number of entries represented by tpmHistReportCntrlGrantedSize, or 1 if that object doesn't exist. Note that while the storage required for each report may fluctuate due to changing conditions, the agemt must continue to have storage available to satisfy the full report size for all reports when necessary. Further, the agent must not lower this value except as a result of a set to the associated tpmHistReportCntrlRequestedSize object." ::= { tpmHistReportCntrlEntry 5 } tpmHistReportCntrlStartTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when the system began processing the report in progress. Note that the report in progress is not available. This object may be used by the management station to figure out the start time for all previous reports saved for this tpmHistReportCntrlEntry, as reports are started at fixed intervals." ::= { tpmHistReportCntrlEntry 6 } tpmHistReportCntrlReportNumber OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of the report in progress. When an tpmHistReportCntrlEntry is activated, the first report will be numbered zero." ::= { tpmHistReportCntrlEntry 7 } tpmHistReportCntrlInsertsDenied OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of failed attempts to add an entry to reports for this tpmHistReportControlEntry because the number of entries would have exceeded tpmHistReportCntrlGrantedSize. This number is valuable in determining if enough entries have been allocated for reports in light of fluctuating network usage. Note that an entry that is denied will often be attempted again, this number will not predict the exact number of additional entries needed, but can be used to understand the relative magnitude of the problem. Also note that there is no ordering specified for the entries in the report, thus there are no rules for which entries will be omitted when not enough entries are available. As a consequence, the agent is not required to delete 'least valuable' entries first." ::= { tpmHistReportCntrlEntry 8 } tpmHistReportCntrlDroppedFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of frames which were received by the agent and therefore not accounted for in the *StatsDropEvents, but for which the agent chose not to count for this entry for whatever reason. Most often, this event occurs when the agent is out of some resources and decides to shed load from this collection. This count does not include packets that were not counted because they had MAC-layer errors. Note that if the alMatrixTables are not implemented or are inactive because no protocols are enabled in the protocol directory, this value should be 0. Note that, unlike the dropEvents counter, this number is the exact number of frames dropped." ::= { tpmHistReportCntrlEntry 9 } tpmHistReportCntrlOwner OBJECT-TYPE SYNTAX OwnerString MAX-ACCESS read-create STATUS current DESCRIPTION "The entity that configured this entry and is therefore using the resources assigned to it." ::= { tpmHistReportCntrlEntry 10 } tpmHistReportCntrlStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this performance control entry. An entry may not exist in the active state unless all objects in the entry have an appropriate value. If this object is not equal to active(1), all associated entries in the tpmAggrReportTable shall be deleted." ::= { tpmHistReportCntrlEntry 11 } -- -- Transport History Report Table -- -- This table contains transport performance metric studies for each -- of the control table entries in tpmHistReportCntrlTable. These -- studies are provided based on the selections and parameters found -- for the entry in the tpmAggregateReportCntrlTable. -- tpmHistReportTable OBJECT-TYPE SYNTAX SEQUENCE OF TpmCurrReportEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains all sub-flow metrics for transactions associated with the report." ::= { tpmReport 4 } tpmHistReportEntry OBJECT-TYPE SYNTAX TpmHistReportEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row in the tpmHistReportTable. The tpmHistReportIndex value in the index identifies the tpmAggrReportCntrlEntry on whose behalf this entry was created. The tpmHistReportAppLocalIndex value in the index identifies the application protocol that is begin reported. The protocolDirLocalIndex value in the index identifies the network layer protocol of the tpmAggrReportServerAddress. When the associated tpmAggrReportCntrlAggregationType value is equal to protocol(4), this value will equal 0. The tpmHistReportServerAddress value in the index identifies the network layer address of the server in traffic flows aggregated in this entry. The tpmHistReportClientID value in the index identifies the network layer address of the client in traffic flows aggregated in this entry. The tpmHistReportCurrentMetricIndex value in the index identifies the transported application protocol of the traffic flows aggregated in this entry. Note that the order of protocolDirLocalIndex variables is the opposite of that in the RMON2 MIB (application.network instead of network.application) so that the report entries are sorted by application first, server second and client third. The tpmHistReportCntrIndex value in the index identifies the tpmHistReportCntrlEntry on whose behalf this entry was created. The tpmCurrReportMetricIndex value in the index identifies the metric and protocol of the tpmHistReportServerAddress, via the tpmTransactionMetricDir table. An example of the indexing of this table is tpmHistReportMetricValue.3.34.18.4.128.2.6.6.66.6.2455" INDEX { tpmAggrReportCntrlIndex, tpmHistReportIndex, -- Report number tpmHistReportAppLocalIndex, -- Application Layer protocolLocalDirIndex, -- Network Layer tpmHistReportServerAddress, tpmHistReportApmNameClientID, tpmHistReportTransMetricIndex, -- Metric and Protocol tpmHistReportTransactionID } ::= { tpmHistReportTable 1 } tpmHistReportEntry ::= SEQUENCE { tpmHistReportIndex Integer32, tpmHistReportAppLocalIndex AppLocalIndex, tpmHistReportServerAddress OCTET STRING, tpmHistReportApmNameClientID Unsigned32, tpmHistReportTransMetricIndex Integer32, tpmHistReportTransactionID Integer32, tpmHistReportMetricValue Integer32 } tpmHistReportIndex OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of tpmAggrReportCntrlNumber for the report to which this entry belongs." ::= { tpmHistReportEntry 1 } tpmHistReportAppLocalIndex OBJECT-TYPE SYNTAX AppLocalIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The common application of the transactions reported in this entry." ::= { tpmHistReportEntry 2 } tpmHistReportServerAddress OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS not-accessible STATUS current DESCRIPTION "The network server address for this tpmHistReportEntry. This is represented as an octet string with specific semantics and length as identified by the second protocolDirLocalIndex component of the index. For example, if the protocolDirLocalIndex indicates an encapsulation of ip, this object is encoded as a length octet of 4, followed by the 4 octets of the ip address, in network byte order." ::= { tpmHistReportEntry 3 } tpmHistReportClientID OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique ID assigned to the machine represented by this mapping. This ID is assigned by the agent using an implementation-specific algorithm." ::= { tpmHistReportEntry 4 } tpmHistReportTransMetricIndex OBJECT-TYPE SYNTAX Integer32 (0..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique index that indentifies the transaction and metric associated with the transactions reported here." ::= { tpmHistReportEntry 5 } tpmHistReportTransactionID OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "A unique value for this transaction amongst other transactions sharing the same application layer protocol and server and client addresses. Implementations may choose to use the value of the client's source port, when possible." ::= { tpmHistReportEntry 6 } tpmHistReportMetricValue OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The metric value of this transaction." ::= { tpmHistReportEntry 7 } -- -- TPM Conformance -- tpmCompliances OBJECT IDENTIFIER :== { tpmConformance 1 } tpmGroups OBJECT IDENTIFIER :== { tpmConformance 2 } -- -- TPM Compliance Statement -- -- Compliance statement defines the following implementation: -- -- - tpmCapabilitiesGroup (minimum) -- - tpmAggregateReportsGroup (minimum) -- - tmpCurrentReportsGroup (optional) -- - tmpExceptionReportsGroup (optional) -- - tpmHistoryReportsGroup (optional) tpmMIB Compliance MODULE-COMPLIANCE STATUS current DESCRIPTION "Describes the requirements for conformance to the TMP MIB." MODULE -- this module MANDATORY-GROUPS { tpmCapabilitiesGroup, tmpAggregateReportsGroup } ::= { tmpMIBCompliance 1 } -- -- TPM MIB Groups -- tmpCapabilitiesGroup OBJECT-GROUP OBJECTS { tpmClockResolution, tpmClockMaxSkew, tpmClockSource, tpmTransactionMetricDirLastChange, tmpTransactionMetricProtocolIndex, tmpTransactionMetricMetricIndex, tmpTransactionMetricDirConfig tpmMetricDefType, tpmMetricDefDirType, tpmMetricDefName, tpmMetricDefReference } STATUS current DESCRIPTION "" ::= { tmpMIBGroups 1 } tmpAggregateReportsGroup OBJECT-GROUP OBJECTS { tpmAggrReportCntrlApmControlIndex, tpmAggrReportCntrlDataSource, tpmAggrReportCntrlMetrics, tpmAggrReportCntrlAggregationType, tpmAggrReportCntrlInterval, tpmAggrReportCntrlRequestedSize, tpmAggrReportCntrlGrantedSize, tpmAggrReportCntrlRequestedReports, tpmAggrReportCntrlGrantedReports, tpmAggrReportCntrlStartTime, tpmAggrReportCntrlReportNumber, tpmAggrReportCntrlInsertsDenied, tpmAggrReportCntrlDroppedFrames, tpmAggrReportCntrlOwner, tpmAggrReportCntrlStatus, tpmAggrReportStatisticN, tpmAggrReportOverflowStatisticN, tpmAggrReportHCStatisticN, tpmAggrReportStatisticSumX, tpmAggrReportOverflowStatisticSumX, tpmAggrReportHCStatisticSumX, tpmAggrReportStatisticMaximum, tpmAggrReportStatisticMinimum, tpmAggrReportStatisticSumSquared, tpmAggrReportOverflowStatisticSumSquared, tpmAggrReportHCStatisticSumSquared, tpmAggrReportStatisticSumIX, tpmAggrReportOverflowStatisticSumIX, tpmAggrReportHCStatisticSumIX, tpmAggrReportStatisticSumIXSquared, tpmAggrReportOverflowStatisticSumIXSquared, tpmAggrReportHCStatisticSumIXSquared } STATUS current DESCRIPTION "" ::= { tmpMIBGroups 2 } tmpCurrentReportsGroup OBJECT-GROUP OBJECTS { tpmCurrReportApmSuccess, tpmCurrReportMetricValue } STATUS current DESCRIPTION "" ::= { tmpMIBGroups 3 } tmpExceptionReportsGroup OBJECT-GROUP OBJECTS { tpmExcpReportCntrlApmExceptionIndex, tpmExcpReportCntrlOwner, tpmExcpReportCntrlStatus, tpmExcpReportApmTransactionID, tmpExcpReportMetricValue } STATUS current DESCRIPTION "" ::= { tmpMIBGroups 4 } tmpHistoryReportsGroup OBJECT-GROUP OBJECTS { tpmHistReportCntrlRequestedSize, tpmHistReportCntrlGrantedSize, tpmHistReportCntrlRequestedReports, tpmHistReportCntrlGrantedReports, tpmHistReportCntrlStartTime, tpmHistReportCntrlReportNumber, tpmHistReportCntrlInsertsDenied, tpmHistReportCntrlDroppedFrames, tpmHistReportCntrlOwner, tpmHistReportCntrlStatus, tpmHistReportTransactionID, tpmHistReportMetricValue } STATUS current DESCRIPTION "" ::= { tmpMIBGroups 5 } END -- -- Copyright (C) The Internet Society (2001). All Rights Reserved. -- -- This document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it -- or assist in its implementation may be prepared, copied, published -- and distributed, in whole or in part, without restriction of any -- kind, provided that the above copyright notice and this paragraph are -- included on all such copies and derivative works. However, this doc- -- ument itself may not be modified in any way, such as by removing the -- copyright notice or references to the Internet Society or other -- Internet organizations, except as needed for the purpose of develop- -- ing Internet standards in which case the procedures for copyrights -- defined in the Internet Standards process must be followed, or as -- required to translate it into languages other than English. -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assigns. -- -- This document and the information contained herein is provided on an -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MER- -- CHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE."