TIME-AGGREGATE-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: TIME-AGGREGATE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 tAggrMIB 1.3.6.1.3.124
The MIB for servicing Time-Based aggregate objects. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4498; see the RFC itself for full legal notices.
         tAggrCtlTable 1.3.6.1.3.124.1 no-access
The Time-Based aggregation control table. It controls the aggregation of the samples of MO instances. There will be a row for each TAgMO.
             tAggrCtlEntry 1.3.6.1.3.124.1.1 no-access
A row of the control table that defines one Time-Based aggregate MO (TAgMO).
                 tAggrCtlEntryID 1.3.6.1.3.124.1.1.1 snmpadminstring no-access
A locally unique, administratively assigned name for this aggregated MO. It is used as an index to uniquely identify this row in the table.
                 tAggrCtlMOInstance 1.3.6.1.3.124.1.1.2 object identifier read-only
The sampled values of this MO instance will be aggregated by the TAgMO.
                 tAggrCtlAgMODescr 1.3.6.1.3.124.1.1.3 snmpadminstring read-only
A textual description of the aggregate object.
                 tAggrCtlInterval 1.3.6.1.3.124.1.1.4 integer32 read-only
The interval, in microseconds, at which the MO instance pointed at by tAggrInstance will be sampled for Time-Based aggregation.
                 tAggrCtlSamples 1.3.6.1.3.124.1.1.5 integer32 read-only
The number of times at which the MO instance referred to by tAggrInstance will be sampled for Time-Based aggregation.
                 tAggrCtlCompressionAlgorithm 1.3.6.1.3.124.1.1.6 integer read-only
The compression algorithm that will be used by the agent to compress the value of the TAgMO. The deflate algorithm and corresponding data format specification is described in RFC 1951. It is compatible with the widely used gzip utility. Enumeration: 'none': 1, 'deflate': 2.
                 tAggrCtlEntryOwner 1.3.6.1.3.124.1.1.7 ownerstring read-only
A textual description of the entity that created this entry.
                 tAggrCtlEntryStorageType 1.3.6.1.3.124.1.1.8 storagetype read-only
This object defines whether the parameters defined in this row are kept in volatile storage and lost upon reboot or backed up by non-volatile (permanent) storage. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                 tAggrCtlEntryStatus 1.3.6.1.3.124.1.1.9 rowstatus read-only
The row status variable, used according to row installation and removal conventions. Objects in a row can be modified only when the value of this object in the corresponding conceptual row is not 'active'. Thus, to modify one or more of the objects in this conceptual row, a. change the row status to 'notInService', b. change the values of the row, and c. change the row status to 'active'. The tAggrCtlEntryStatus may be changed to 'active' iff all the MOs in the conceptual row have been assigned valid values.
         tAggrDataTable 1.3.6.1.3.124.2 no-access
This is the data table. Each row of this table contains information about a TAgMO indexed by tAggrCtlEntryID. tAggrCtlEntryID is the key to the table. It is used to identify instances of the TAgMO that are present in the table.
             tAggrDataEntry 1.3.6.1.3.124.2.1 no-access
Entry containing information pertaining to a TAgMO.
                 tAggrDataRecord 1.3.6.1.3.124.2.1.1 timeaggrmovalue read-only
The snapshot value of the TAgMO.
                 tAggrDataRecordCompressed 1.3.6.1.3.124.2.1.2 compressedtimeaggrmovalue read-only
The compressed value of the TAgMO. The compression algorithm will depend on the tAggrCtlCompressionAlgorithm given in the corresponding tAggrCtlEntry. If the value of the corresponding tAggrCtlCompressionAlgorithm is (1) 'none', then the value of all instances of this object will be a string of zero length. Note that the access privileges to this object will be governed by the access privileges of the corresponding MO instance. Thus, an entity attempting to access an instance of this MO MUST have access rights to the instance object pointed at by tAggrCtlMOInstance and this MO instance.
                 tAggrDataErrorRecord 1.3.6.1.3.124.2.1.3 taggrmoerrorstatus read-only
The error status corresponding to the MO instance samples aggregated in tAggrDataRecord (and tAggrDataRecordCompressed).
         tAggrConformance 1.3.6.1.3.124.3
             tAggrGroups 1.3.6.1.3.124.3.1
                 tAggrMibBasicGroup 1.3.6.1.3.124.3.1.1
A collection of objects for Time-Based aggregation of MOs.
             tAggrCompliances 1.3.6.1.3.124.3.2
                 tAggrMibCompliance 1.3.6.1.3.124.3.2.1
The compliance statement for SNMP entities that implement the TIME-AGGREGATE-MIB.