JUNIPER-RPM-MIB: View SNMP OID List / Download MIB

VENDOR: JUNIPER


 Home MIB: JUNIPER-RPM-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
 jnxRpmMib 1.3.6.1.4.1.2636.3.50.1
This mib provides data associated with the Realtime Performance Monitoring feature.
     jnxRpmResultsSampleTable 1.3.6.1.4.1.2636.3.50.1.1 no-access
This table provides measurements from the latest individual RPM probe samples. Within each sample, the specific measurement type is identified by jnxRpmResSampleType. Note, if the latest probe was unsuccessful, no measurement types will be available. See the definition of JnxRpmMeasurementType for details on the types of measurements available.
         jnxRpmResultsSampleEntry 1.3.6.1.4.1.2636.3.50.1.1.1 no-access
Each entry provides a specific measurement type for a single probe.
             jnxRpmResSampleType 1.3.6.1.4.1.2636.3.50.1.1.1.1 jnxrpmmeasurementtype no-access
This object identifies the specific measurement type returned by jnxRpmResSampleValue.
             jnxRpmResSampleValue 1.3.6.1.4.1.2636.3.50.1.1.1.2 integer32 read-only
This object returns the measurement identified by the corresponding jnxRpmResSampleType.
             jnxRpmResSampleTsType 1.3.6.1.4.1.2636.3.50.1.1.1.3 jnxrpmtimestamptype read-only
This object identifies the type of timestamp used to obtain this measurement.
             jnxRpmResSampleDate 1.3.6.1.4.1.2636.3.50.1.1.1.4 dateandtime read-only
This object provides the date and time of when this measurement was obtained.
     jnxRpmResultsSummaryTable 1.3.6.1.4.1.2636.3.50.1.2 no-access
This table provides a summary of the results for a specific RPM entry (identified by pingCtlOwnerIndex/pingCtlTestName). The scope of the summary is identified by jnxRpmResSumCollection.
         jnxRpmResultsSummaryEntry 1.3.6.1.4.1.2636.3.50.1.2.1 no-access
Each entry in the table provides a summary of the RPM results over a single collection of probes. For each RPM entry, there are several collections maintained: the current test, the most recently completed test, a configurable number of the most recent probes (aka 'moving average'), and a global collection representing all the probes. Each entry in this table summarizes the results for one of these collections.
             jnxRpmResSumCollection 1.3.6.1.4.1.2636.3.50.1.2.1.1 jnxrpmcollectiontype no-access
This object identifes the collection of probes over which the summary data represented by the other objects in this table applies. Note, if a collection type is not supported or not configured, it will not be instantiated in this table.
             jnxRpmResSumSent 1.3.6.1.4.1.2636.3.50.1.2.1.2 unsigned32 read-only
This object provides the number of probes sent within the collection identified by jnxRpmResSumCollection.
             jnxRpmResSumReceived 1.3.6.1.4.1.2636.3.50.1.2.1.3 unsigned32 read-only
This object provides the number of probes received within the collection identified by jnxRpmResSumCollection.
             jnxRpmResSumPercentLost 1.3.6.1.4.1.2636.3.50.1.2.1.4 unsigned32 read-only
This object provides the percentage of probes lost within the collection identified by jnxRpmResSumCollection.
             jnxRpmResSumDate 1.3.6.1.4.1.2636.3.50.1.2.1.5 dateandtime read-only
This object provides the date and time of when the most recent probe within the collection identified by jnxRpmResSumCollection was completed.
     jnxRpmResultsCalculatedTable 1.3.6.1.4.1.2636.3.50.1.3 no-access
This table provides a set of calculated values for each RPM entry, for each collection of probes maintained within that entry, and for each supported measurement set within that collection of probes. Note, not all collection types will be available for every RPM Entry (identified by pingCtlOwnerIndex/pingCtlTestName). The jitter calculations are available only for those RPM entries that employ hardware timestamps. Further, the ingress & egress calculations are available only for those probe types that measure one-way delays or where hardware timestamps are employed and the one-way-hardware timestamp knob is enabled. In either case, the one-way delays must be less than the round trip times, otherwise they are discarded. Also, this table will skip over any measurement set for which there are 0 samples.
         jnxRpmResultsCalculatedEntry 1.3.6.1.4.1.2636.3.50.1.3.1 no-access
             jnxRpmResCalcSet 1.3.6.1.4.1.2636.3.50.1.3.1.1 jnxrpmmeasurementset no-access
This object identifies the measurement set upon which the calculations returned by the other objects in this table are based.
             jnxRpmResCalcSamples 1.3.6.1.4.1.2636.3.50.1.3.1.2 unsigned32 read-only
The number of samples used in this calculations.
             jnxRpmResCalcMin 1.3.6.1.4.1.2636.3.50.1.3.1.3 unsigned32 read-only
The minimum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
             jnxRpmResCalcMax 1.3.6.1.4.1.2636.3.50.1.3.1.4 unsigned32 read-only
The maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
             jnxRpmResCalcAverage 1.3.6.1.4.1.2636.3.50.1.3.1.5 unsigned32 read-only
The average of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
             jnxRpmResCalcPkToPk 1.3.6.1.4.1.2636.3.50.1.3.1.6 unsigned32 read-only
The difference between the minimum and maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
             jnxRpmResCalcStdDev 1.3.6.1.4.1.2636.3.50.1.3.1.7 unsigned32 read-only
The standard deviation calculated over all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
             jnxRpmResCalcSum 1.3.6.1.4.1.2636.3.50.1.3.1.8 counterbasedgauge64 read-only
The sum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
     jnxRpmHistorySampleTable 1.3.6.1.4.1.2636.3.50.1.4 no-access
This table provides measurements for individual RPM probe samples. In addition to the last completed sample, a configurable number of the most recent samples are available as well. Within each sample, the specific measurement type is identified by jnxRpmHistSampleType. Note, if probe was unsuccessful, no measurement types will be available for that history entry. See the definition of JnxRpmMeasurementType for details on the types of measurements available.
         jnxRpmHistorySampleEntry 1.3.6.1.4.1.2636.3.50.1.4.1 no-access
             jnxRpmHistSampleType 1.3.6.1.4.1.2636.3.50.1.4.1.1 jnxrpmmeasurementtype no-access
This object identifies the specific measurement type returned by jnxRpmHistSampleValue.
             jnxRpmHistSampleValue 1.3.6.1.4.1.2636.3.50.1.4.1.2 integer32 read-only
This object returns the measurement identified by the corresponding jnxRpmHistSampleType.
             jnxRpmHistSampleTsType 1.3.6.1.4.1.2636.3.50.1.4.1.3 jnxrpmtimestamptype read-only
This object identifies the type of timestamp used to obtain this measurement.
     jnxRpmHistorySummaryTable 1.3.6.1.4.1.2636.3.50.1.5 no-access
This table provides historical summary data for each collection of probes within each RPM Entry, similar to the jnxRpmResultsSummaryTable. In addition to the current summary, this table provides the same number of historical entries as the jnxRpmHistorySampleTable.
         jnxRpmHistorySummaryEntry 1.3.6.1.4.1.2636.3.50.1.5.1 no-access
             jnxRpmHistSumCollection 1.3.6.1.4.1.2636.3.50.1.5.1.1 jnxrpmcollectiontype no-access
Identifies the collection of probes whose results are summarized by this row. At this time, historical summaries are available only for the current test (currentTest(1)).
             jnxRpmHistSumSent 1.3.6.1.4.1.2636.3.50.1.5.1.2 unsigned32 read-only
This object provides the number of probes sent within the collection identified by jnxRpmHistSumCollection.
             jnxRpmHistSumReceived 1.3.6.1.4.1.2636.3.50.1.5.1.3 unsigned32 read-only
This object provides the number of probes received within the collection identified by jnxRpmHistSumCollection.
             jnxRpmHistSumPercentLost 1.3.6.1.4.1.2636.3.50.1.5.1.4 unsigned32 read-only
This object provides the percentage of probes lost within the collection identified by jnxRpmHistSumCollection.
     jnxRpmHistoryCalculatedTable 1.3.6.1.4.1.2636.3.50.1.6 no-access
This table provides a set of calculated values for each RPM entry, for each collection of probes maintained within that entry, and for each supported calculated type within that collection of probes, similar to the jnxRpmResultsCalculatedTable. In addition to the current summary, this table provides the same number of historical entries as the jnxRpmHistorySampleTable.
         jnxRpmHistoryCalculatedEntry 1.3.6.1.4.1.2636.3.50.1.6.1 no-access
             jnxRpmHistCalcSet 1.3.6.1.4.1.2636.3.50.1.6.1.1 jnxrpmmeasurementset no-access
This object identifies the measurement set upon which the calculations returned by the other objects in this table are based.
             jnxRpmHistCalcSamples 1.3.6.1.4.1.2636.3.50.1.6.1.2 unsigned32 read-only
The number of samples used in this calculations.
             jnxRpmHistCalcMin 1.3.6.1.4.1.2636.3.50.1.6.1.3 unsigned32 read-only
The minimum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
             jnxRpmHistCalcMax 1.3.6.1.4.1.2636.3.50.1.6.1.4 unsigned32 read-only
The maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
             jnxRpmHistCalcAverage 1.3.6.1.4.1.2636.3.50.1.6.1.5 unsigned32 read-only
The average of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
             jnxRpmHistCalcPkToPk 1.3.6.1.4.1.2636.3.50.1.6.1.6 unsigned32 read-only
The difference between the minimum and maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
             jnxRpmHistCalcStdDev 1.3.6.1.4.1.2636.3.50.1.6.1.7 unsigned32 read-only
The standard deviation calculated over all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
             jnxRpmHistCalcSum 1.3.6.1.4.1.2636.3.50.1.6.1.8 counterbasedgauge64 read-only
The sum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.