JUNIPER-RPM-MIB

File: JUNIPER-RPM-MIB.mib (28920 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HCNUM-TC
DISMAN-PING-MIB JUNIPER-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 DateAndTime TEXTUAL-CONVENTION
CounterBasedGauge64 pingCtlOwnerIndex pingCtlTestName
pingProbeHistoryIndex jnxRpmMibRoot

Defined Types

JnxRpmCollectionType  
Each RPM entry can maintain several collections of probes and provide separate calculations over each collection. The types of collections include: currentTest -- the test currently being executed lastCompletedTest -- the most recently completed test movingAverage -- the 'n' most recent probes (n is configurable) allTests -- all the probes (since the entry was last reset). Objects with this type identify a specific collection.
TEXTUAL-CONVENTION    
  INTEGER currentTest(1), lastCompletedTest(2), movingAverage(3), allTests(4)  

JnxRpmMeasurementType  
For each individual probe, several different measurements can be made. These include the following (all measurements are provided in units of microseconds): roundTripTime -- this is the delay between the the transmission of a probe and the arrival of its response. rttJitter -- this is the difference between the current round trip time measurement and the previous one. rttInterarrivalJitter -- An estimate of the statistical variance of a packet's interarrival time. Defined in rfc1889 as: J=J+(|D(i-1,i)|-J)/16 where J is the interarrival jitter and D(i-1, i) is the current round trip jitter measurement. egress -- this is the delay beween the transmission of a probe and its arrival at its destination. egressJitter -- this is the difference between the current egress delay the previous measurement. egressInterarrivalJitter -- similar to rttInterarrivalJitter, but applied to egress jitter measurements. ingress -- this is the delay between the transmission of a probe response and its arrival at its destination. ingressJitter -- this is the difference between the current ingress delay and the previous measurement. ingressInterarrivalJitter -- similar to rttInterarrivalJitter, but applied to ingress jitter measurements. Note, not all types of measurements will be performed for every probe. The jitter measurements are available only for those RPM entries that employ hardware timestamps. Further, the ingress & egress measurements 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 note, due to clock synchronization artifacts, many one-way jitter measurements & calculations may include signifacant variations, in some cases orders of magnitude greater than the round trip times. Because of this, one-way jitter measurements will only be performed on samples which are less than 10 seconds apart.
TEXTUAL-CONVENTION    
  INTEGER roundTripTime(1), rttJitter(2), rttInterarrivalJitter(3), egress(4), egressJitter(5), egressInterarrivalJitter(6), ingress(7), ingressJitter(8), ingressInterarrivalJitter(9)  

JnxRpmMeasurementSet  
Over each collection of probes, RPM calculates statistics for several sets of measurements. These sets include the following: roundTripTime -- the set of round trip delays posRttJitter -- the set of positive round trip jitter measurements negRttJitter -- the set of negative round trip jitter measurements egress -- the set of outgoing (source to destination) one-way delays posEgressJitter -- the set of positive egress jitter measurements negEgressJitter -- the set of negative egress jitter measurements ingress -- the set of incoming (destination to source) one-way delays posIngressJitter -- the set of positive ingress jitter measurements negIngressJitter -- the set of negative ingress jitter measurements Objects with this type identify a specific set of measurements.
TEXTUAL-CONVENTION    
  INTEGER roundTripTime(1), posRttJitter(2), negRttJitter(3), egress(4), posEgressJitter(5), negEgressJitter(6), ingress(7), posIngressJitter(8), negIngressJitter(9)  

JnxRpmTimestampType  
This object identifies the type of timestamp used to obtain a measurement: software this indicates software based timestamps are used on both client and server. clientHardware this indicates hardware based timestamps are used on the RPM client. The RPM server is processed entirely in software. clientAndServerHardware this indicates hardware based timestamps are used on the RPM client and the server.
TEXTUAL-CONVENTION    
  INTEGER software(1), clientHardware(2), clientAndServerHardware(3)  

JnxRpmPercentType  
Displays a percentage as decimal with 6 digits precision.
TEXTUAL-CONVENTION    
  Unsigned32 0..100000000  

JnxRpmResultsSampleEntry  
SEQUENCE    
  jnxRpmResSampleType JnxRpmMeasurementType
  jnxRpmResSampleValue Integer32
  jnxRpmResSampleTsType JnxRpmTimestampType
  jnxRpmResSampleDate DateAndTime

JnxRpmResultsSummaryEntry  
SEQUENCE    
  jnxRpmResSumCollection JnxRpmCollectionType
  jnxRpmResSumSent Unsigned32
  jnxRpmResSumReceived Unsigned32
  jnxRpmResSumPercentLost JnxRpmPercentType
  jnxRpmResSumDate DateAndTime

JnxRpmResultsCalculatedEntry  
SEQUENCE    
  jnxRpmResCalcSet JnxRpmMeasurementSet
  jnxRpmResCalcSamples Unsigned32
  jnxRpmResCalcMin Unsigned32
  jnxRpmResCalcMax Unsigned32
  jnxRpmResCalcAverage Unsigned32
  jnxRpmResCalcPkToPk Unsigned32
  jnxRpmResCalcStdDev Unsigned32
  jnxRpmResCalcSum CounterBasedGauge64

JnxRpmHistorySampleEntry  
SEQUENCE    
  jnxRpmHistSampleType JnxRpmMeasurementType
  jnxRpmHistSampleValue Integer32
  jnxRpmHistSampleTsType JnxRpmTimestampType

JnxRpmHistorySummaryEntry  
SEQUENCE    
  jnxRpmHistSumCollection JnxRpmCollectionType
  jnxRpmHistSumSent Unsigned32
  jnxRpmHistSumReceived Unsigned32
  jnxRpmHistSumPercentLost JnxRpmPercentType

JnxRpmHistoryCalculatedEntry  
SEQUENCE    
  jnxRpmHistCalcSet JnxRpmMeasurementSet
  jnxRpmHistCalcSamples Unsigned32
  jnxRpmHistCalcMin Unsigned32
  jnxRpmHistCalcMax Unsigned32
  jnxRpmHistCalcAverage Unsigned32
  jnxRpmHistCalcPkToPk Unsigned32
  jnxRpmHistCalcStdDev Unsigned32
  jnxRpmHistCalcSum CounterBasedGauge64

Defined Values

jnxRpmMib 1.3.6.1.4.1.2636.3.50.1
This mib provides data associated with the Realtime Performance Monitoring feature.
MODULE-IDENTITY    

jnxRpmResultsSampleTable 1.3.6.1.4.1.2636.3.50.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxRpmResultsSampleEntry

jnxRpmResultsSampleEntry 1.3.6.1.4.1.2636.3.50.1.1.1
Each entry provides a specific measurement type for a single probe.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmResultsSampleEntry  

jnxRpmResSampleType 1.3.6.1.4.1.2636.3.50.1.1.1.1
This object identifies the specific measurement type returned by jnxRpmResSampleValue.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmMeasurementType  

jnxRpmResSampleValue 1.3.6.1.4.1.2636.3.50.1.1.1.2
This object returns the measurement identified by the corresponding jnxRpmResSampleType.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxRpmResSampleTsType 1.3.6.1.4.1.2636.3.50.1.1.1.3
This object identifies the type of timestamp used to obtain this measurement.
Status: current Access: read-only
OBJECT-TYPE    
  JnxRpmTimestampType  

jnxRpmResSampleDate 1.3.6.1.4.1.2636.3.50.1.1.1.4
This object provides the date and time of when this measurement was obtained.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

jnxRpmResultsSummaryTable 1.3.6.1.4.1.2636.3.50.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxRpmResultsSummaryEntry

jnxRpmResultsSummaryEntry 1.3.6.1.4.1.2636.3.50.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmResultsSummaryEntry  

jnxRpmResSumCollection 1.3.6.1.4.1.2636.3.50.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmCollectionType  

jnxRpmResSumSent 1.3.6.1.4.1.2636.3.50.1.2.1.2
This object provides the number of probes sent within the collection identified by jnxRpmResSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmResSumReceived 1.3.6.1.4.1.2636.3.50.1.2.1.3
This object provides the number of probes received within the collection identified by jnxRpmResSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmResSumPercentLost 1.3.6.1.4.1.2636.3.50.1.2.1.4
This object provides the percentage of probes lost within the collection identified by jnxRpmResSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  JnxRpmPercentType  

jnxRpmResSumDate 1.3.6.1.4.1.2636.3.50.1.2.1.5
This object provides the date and time of when the most recent probe within the collection identified by jnxRpmResSumCollection was completed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

jnxRpmResultsCalculatedTable 1.3.6.1.4.1.2636.3.50.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxRpmResultsCalculatedEntry

jnxRpmResultsCalculatedEntry 1.3.6.1.4.1.2636.3.50.1.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmResultsCalculatedEntry  

jnxRpmResCalcSet 1.3.6.1.4.1.2636.3.50.1.3.1.1
This object identifies the measurement set upon which the calculations returned by the other objects in this table are based.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmMeasurementSet  

jnxRpmResCalcSamples 1.3.6.1.4.1.2636.3.50.1.3.1.2
The number of samples used in this calculations.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmResCalcMin 1.3.6.1.4.1.2636.3.50.1.3.1.3
The minimum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmResCalcMax 1.3.6.1.4.1.2636.3.50.1.3.1.4
The maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmResCalcAverage 1.3.6.1.4.1.2636.3.50.1.3.1.5
The average of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmResCalcPkToPk 1.3.6.1.4.1.2636.3.50.1.3.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmResCalcStdDev 1.3.6.1.4.1.2636.3.50.1.3.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmResCalcSum 1.3.6.1.4.1.2636.3.50.1.3.1.8
The sum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

jnxRpmHistorySampleTable 1.3.6.1.4.1.2636.3.50.1.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxRpmHistorySampleEntry

jnxRpmHistorySampleEntry 1.3.6.1.4.1.2636.3.50.1.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmHistorySampleEntry  

jnxRpmHistSampleType 1.3.6.1.4.1.2636.3.50.1.4.1.1
This object identifies the specific measurement type returned by jnxRpmHistSampleValue.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmMeasurementType  

jnxRpmHistSampleValue 1.3.6.1.4.1.2636.3.50.1.4.1.2
This object returns the measurement identified by the corresponding jnxRpmHistSampleType.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxRpmHistSampleTsType 1.3.6.1.4.1.2636.3.50.1.4.1.3
This object identifies the type of timestamp used to obtain this measurement.
Status: current Access: read-only
OBJECT-TYPE    
  JnxRpmTimestampType  

jnxRpmHistorySummaryTable 1.3.6.1.4.1.2636.3.50.1.5
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxRpmHistorySummaryEntry

jnxRpmHistorySummaryEntry 1.3.6.1.4.1.2636.3.50.1.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmHistorySummaryEntry  

jnxRpmHistSumCollection 1.3.6.1.4.1.2636.3.50.1.5.1.1
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)).
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmCollectionType  

jnxRpmHistSumSent 1.3.6.1.4.1.2636.3.50.1.5.1.2
This object provides the number of probes sent within the collection identified by jnxRpmHistSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmHistSumReceived 1.3.6.1.4.1.2636.3.50.1.5.1.3
This object provides the number of probes received within the collection identified by jnxRpmHistSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmHistSumPercentLost 1.3.6.1.4.1.2636.3.50.1.5.1.4
This object provides the percentage of probes lost within the collection identified by jnxRpmHistSumCollection.
Status: current Access: read-only
OBJECT-TYPE    
  JnxRpmPercentType  

jnxRpmHistoryCalculatedTable 1.3.6.1.4.1.2636.3.50.1.6
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxRpmHistoryCalculatedEntry

jnxRpmHistoryCalculatedEntry 1.3.6.1.4.1.2636.3.50.1.6.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmHistoryCalculatedEntry  

jnxRpmHistCalcSet 1.3.6.1.4.1.2636.3.50.1.6.1.1
This object identifies the measurement set upon which the calculations returned by the other objects in this table are based.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxRpmMeasurementSet  

jnxRpmHistCalcSamples 1.3.6.1.4.1.2636.3.50.1.6.1.2
The number of samples used in this calculations.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmHistCalcMin 1.3.6.1.4.1.2636.3.50.1.6.1.3
The minimum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmHistCalcMax 1.3.6.1.4.1.2636.3.50.1.6.1.4
The maximum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmHistCalcAverage 1.3.6.1.4.1.2636.3.50.1.6.1.5
The average of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmHistCalcPkToPk 1.3.6.1.4.1.2636.3.50.1.6.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmHistCalcStdDev 1.3.6.1.4.1.2636.3.50.1.6.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxRpmHistCalcSum 1.3.6.1.4.1.2636.3.50.1.6.1.8
The sum of all the samples in the collection and measurement set associated with this row. Values are provided in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64