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

VENDOR: JUNIPER


 Home MIB: JUNIPER-PING-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
 jnxPingMIB 1.3.6.1.4.1.2636.3.7
This is Juniper Networks' implementation of enterprise specific portions of pingMib. Any data stored in this MIB has directly related entries in mib-2, pingMIB.
     jnxPingObjects 1.3.6.1.4.1.2636.3.7.1
         jnxPingCtlTable 1.3.6.1.4.1.2636.3.7.1.2 no-access
Defines the jnxPing Control Table for providing enterprise specific options to the corresponding pingCtlTable entry.
             jnxPingCtlEntry 1.3.6.1.4.1.2636.3.7.1.2.1 no-access
Defines an entry in the jnxPingCtlTable. This essentially augments the pingCtlTable with additional objects.
                 jnxPingCtlOwnerIndex 1.3.6.1.4.1.2636.3.7.1.2.1.1 snmpadminstring no-access
To facilitate the provisioning of access control by a security administrator using the View-Based Access Control Model (RFC 2575, VACM) for tables in which multiple users may need to independently create or modify entries, the initial index is used as an 'owner index'. Such an initial index has a syntax of SnmpAdminString, and can thus be trivially mapped to a securityName or groupName as defined in VACM, in accordance with a security policy. When used in conjunction with such a security policy all entries in the table belonging to a particular user (or group) will have the same value for this initial index. For a given user's entries in a particular table, the object identifiers for the information in these entries will have the same subidentifiers (except for the 'column' subidentifier) up to the end of the encoded owner index. To configure VACM to permit access to this portion of the table, one would create vacmViewTreeFamilyTable entries with the value of vacmViewTreeFamilySubtree including the owner index portion, and vacmViewTreeFamilyMask 'wildcarding' the column subidentifier. More elaborate configurations are possible.
                 jnxPingCtlTestName 1.3.6.1.4.1.2636.3.7.1.2.1.2 snmpadminstring no-access
The name of the ping test. This is locally unique, within the scope of an pingCtlOwnerIndex.
                 jnxPingCtlIfName 1.3.6.1.4.1.2636.3.7.1.2.1.3 displaystring read-only
Setting this object to an interface name prior to starting a remote ping operation directs the ping probes to be transmitted over the specified interface. To specify the interface index instead, see pingCtlIfIndex. The interface name must be specified under interfaces statement of the JUNOS configuration. A zero length string value for this object means that this option is not enabled. The following values may be set simultaneously, however, only one value is used. The precedence order is a follows: pingCtlIfIndex (see pingCtlTable in pingMIB) jnxPingCtlIfName jnxPingCtlRoutingIfIndex (deprecated) jnxPingCtlRoutingIfName (deprecated) jnxPingCtlRoutingInstanceName
                 jnxPingCtlRoutingIfIndex 1.3.6.1.4.1.2636.3.7.1.2.1.4 interfaceindexorzero read-only
Use this option to specify the routing instance used when directing outgoing ping packets. The interface ifIndex specified should be in the desired routing instance table. The interface specified will not necessarily be the interface packets are transmitted on. By default, the source address of the packets will be set to the address of the interface chosen. pingCtlSourceAddress should be used to override the choice for source address if necessary. A value of zero for this object means that this option is not enabled. NOTE: deprecated by jnxPingCtlRoutingInstanceName
                 jnxPingCtlRoutingIfName 1.3.6.1.4.1.2636.3.7.1.2.1.5 displaystring read-only
Use this option to specify the routing instance used when directing outgoing ping packets. The interface name specified should be in the desired routing instance table. The interface specified will not necessarily be the interface packets are transmitted on. By default, the source address of the packets will be set to the address of the interface chosen. pingCtlSourceAddress should be used to override the choice for source address if necessary. NOTE: deprecated by jnxPingCtlRoutingInstanceName
                 jnxPingCtlRoutingInstanceName 1.3.6.1.4.1.2636.3.7.1.2.1.6 displaystring read-only
Use this option to specify the name of the routing instance used when directing outgoing ping packets. The instance name specified must be configured under routing-instances of the JUNOS configuration.
                 jnxPingCtlRttThreshold 1.3.6.1.4.1.2636.3.7.1.2.1.7 unsigned32 read-only
Maximum round trip time allowed. If this threshold is crossed by any probe, a jnxPingRttThresholdExceeded trap will be sent.
                 jnxPingCtlRttStdDevThreshold 1.3.6.1.4.1.2636.3.7.1.2.1.8 unsigned32 read-only
The maximum round trip time standard deviation allowed over the course of any test. If the calculated standard deviation of the round trip time at the end of any test exceeds this threshold, a jnxPingRttStdDevThresholdExceeded trap will be sent.
                 jnxPingCtlRttJitterThreshold 1.3.6.1.4.1.2636.3.7.1.2.1.9 unsigned32 read-only
The maximum allowed jitter in the round trip time over the course of any test. Jitter is defined as the difference between the maximum and minimum round trip times measured over the course of a single test (jnxPingResultsMaxRttUs minus jnxPingResultsMinRttUs). If the measured jitter exceeds this threshold, a jnxPingRttJitterThresholdExceeded trap will be sent.
                 jnxPingCtlEgressTimeThreshold 1.3.6.1.4.1.2636.3.7.1.2.1.10 unsigned32 read-only
Maximum egress trip time allowed. If this threshold is crossed by any probe, a jnxPingEgressThresholdExceeded trap will be sent. This applies only if the probe type (pingCtlType) provides one way delay measurements. Currently jnxPingIcmpTimeStamp is the only supported probe type with this property.
                 jnxPingCtlEgressStdDevThreshold 1.3.6.1.4.1.2636.3.7.1.2.1.11 unsigned32 read-only
The maximum egress trip time standard deviation allowed over the course of any test. If the calculated standard deviation of the egress trip time at the end of any test exceeds this threshold, a jnxPingEgressStdDevThresholdExceeded trap will be sent. This applies only if the probe type (pingCtlType) provides one way delay measurements. Currently jnxPingIcmpTimeStamp is the only supported probe type with this property.
                 jnxPingCtlEgressJitterThreshold 1.3.6.1.4.1.2636.3.7.1.2.1.12 unsigned32 read-only
The maximum allowed jitter in the egress trip time over the course of any test. Jitter is defined as the difference between the maximum and minimum egress trip times measured over the course of a single test (jnxPingResultsMaxSrcDstt minus jnxPingResultsMinSrcDstt). If the measured jitter exceeds this threshold, a jnxPingEgressJitterThresholdExceeded trap will be sent. This applies only if the probe type (pingCtlType) provides one way delay measurements. Currently jnxPingIcmpTimeStamp is the only supported probe type with this property.
                 jnxPingCtlIngressTimeThreshold 1.3.6.1.4.1.2636.3.7.1.2.1.13 unsigned32 read-only
Maximum ingress trip time allowed. If this threshold is crossed by any probe, a jnxPingIngressThresholdExceeded trap will be sent. This applies only if the probe type (pingCtlType) provides one way delay measurements. Currently jnxPingIcmpTimeStamp is the only supported probe type with this property.
                 jnxPingCtlIngressStddevThreshold 1.3.6.1.4.1.2636.3.7.1.2.1.14 unsigned32 read-only
The maximum ingress trip time standard deviation allowed over the course of any test. If the calculated standard deviation of the ingress trip time at the end of any test exceeds this threshold, a jnxPingIngressStddevThresholdExceeded trap will be sent. This applies only if the probe type (pingCtlType) provides one way delay measurements. Currently jnxPingIcmpTimeStamp is the only supported probe type with this property.
                 jnxPingCtlIngressJitterThreshold 1.3.6.1.4.1.2636.3.7.1.2.1.15 unsigned32 read-only
The maximum allowed jitter in the ingress trip time over the course of any test. Jitter is defined as the difference between the maximum and minimum ingress trip times measured over the course of a single test (jnxPingResultsMaxDstSrct minus jnxPingResultsMinDstSrct). If the measured jitter exceeds this threshold, a jnxPingIngressJitterThresholdExceeded trap will be sent. This applies only if the probe type (pingCtlType) provides one way delay measurements. Currently jnxPingIcmpTimeStamp is the only supported probe type with this property.
                 jnxPingCtlTrapGeneration 1.3.6.1.4.1.2636.3.7.1.2.1.16 bits read-only
The value of this object determines when and if to generate a notification for this entry: rttThreshold(0) - Generate a jnxPingRttThresholdExceeded notification when the configured rtt threshold is exceeded. rttStdDevThreshold(1) - Generate a jnxPingRttStdDevThresholdExceeded notification when the configured rtt standard deviation threshold is exceeded. rttJitterThreshold(2) - Generate a jnxPingRttJitterThresholdExceeded notification when the configured rtt jitter threshold is exceeded. egressThreshold(3) - Generate a jnxPingEgressThresholdExceeded notification when the configured egress threshold is exceeded. This applies only if the probe type supports one way measurments. egressStdDevThreshold(4) - Generate a jnxPingEgressStdDevThresholdExceeded notification when the configured egress standard deviation threshold is exceeded. This applies only if the probe type supports one way measurments. egressJitterThreshold(5) - Generate a jnxPingEgressJitterThresholdExceeded notification when the configured egress jitter threshold is exceeded. This applies only if the probe type supports one way measurments. ingressThreshold(6) - Generate a jnxPingIngressThresholdExceeded notification when the configured ingress threshold is exceeded. This applies only if the probe type supports one way measurments. ingressStdDevThreshold(7) - Generate a jnxPingIngressStdDevThresholdExceeded notification when the configured ingress standard deviation threshold is exceeded. This applies only if the probe type supports one way measurments. ingressJitterThreshold(8) - Generate a jnxPingIngressJitterThresholdExceeded notification when the configured ingress jitter threshold is exceeded. This applies only if the probe type supports one way measurments. The value of this object defaults to zero, indicating that none of the above options have been selected. Bits: 'egressThreshold': 3, 'rttThreshold': 0, 'ingressThreshold': 6, 'egressStdDevThreshold': 4, 'rttStdDevThreshold': 1, 'ingressJitterThreshold': 8, 'rttJitterThreshold': 2, 'ingressStdDevThreshold': 7, 'egressJitterThreshold': 5.
                 jnxPingCtlTargetPort 1.3.6.1.4.1.2636.3.7.1.2.1.17 inetportnumber read-only
The target UDP/TCP port used by the probe. When ICMP ping is used, jnxPingCtlTargetPort value will be shown as 0.
                 jnxPingCtlJseriesHWTimeStamp 1.3.6.1.4.1.2636.3.7.1.2.1.18 truthvalue read-only
Use to enable the RPM Hardware Timestamp feature on J-series routers. For M/T series routers, use the jnxPingCtlIfName and pingCtlByPassRouteTable objects to redirect probes to the AS Pic. For those routers, this object must have the value: false.
                 jnxPingCtlOneWayHWTimeStamp 1.3.6.1.4.1.2636.3.7.1.2.1.19 truthvalue read-only
Use this object to enable Hardware Timestamp-based one-way measurements. If this object is not enabled (ie, set to true), no Hardware Timestamp based one way measurements or calculations will be performed for this control entry. This object applies to all Juniper routers. 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.
                 jnxPingCtlMovAvgSize 1.3.6.1.4.1.2636.3.7.1.2.1.20 unsigned32 read-only
The Juniper RPM feature maintains a set of the most recent probe measurements & provides the same calculations over that collection as provided over a test (ie, average, standard deviation, etc). This data is available via the jnx-rpm mib or via the CLI/XML. The number of samples maintained in this moving collection is specified by this object. This value must be less than the number of samples maintained in the history table (ie, pingCtlMaxRows).
                 jnxPingCtlMXseriesHWTimeStamp 1.3.6.1.4.1.2636.3.7.1.2.1.21 truthvalue read-only
Use to enable the RPM Hardware Timestamp feature on MX-series routers. For M/T series routers, use the jnxPingCtlIfName and pingCtlByPassRouteTable objects to redirect probes to the AS PIC. For those routers, this object must have the value: false.
                 jnxPingCtlEXseriesHWTimeStamp 1.3.6.1.4.1.2636.3.7.1.2.1.22 truthvalue read-only
Use to enable the RPM Hardware Timestamp feature on EX-series switches. For thoses, this object must have the value: false.
         jnxPingResultsTable 1.3.6.1.4.1.2636.3.7.1.3 no-access
Augments the pingResultsTable with additional data.
             jnxPingResultsEntry 1.3.6.1.4.1.2636.3.7.1.3.1 no-access
Each entry provides additional ping test results.
                 jnxPingResultsRttUs 1.3.6.1.4.1.2636.3.7.1.3.1.1 unsigned32 read-only
The round trip delays measured for the most recent successful probe during this test. Measured in microseconds.
                 jnxPingResultsSumRttUs 1.3.6.1.4.1.2636.3.7.1.3.1.2 unsigned32 read-only
The sum of the round trip delays measured for all the probes during this test. Measured in microseconds.
                 jnxPingResultsMinRttUs 1.3.6.1.4.1.2636.3.7.1.3.1.3 unsigned32 read-only
The minimum of the round trip delays measured for all the probes during this test. Measured in microseconds.
                 jnxPingResultsMaxRttUs 1.3.6.1.4.1.2636.3.7.1.3.1.4 unsigned32 read-only
The maximum of the round trip delays measured for all the probes during this test. Measured in microseconds.
                 jnxPingResultsAvgRttUs 1.3.6.1.4.1.2636.3.7.1.3.1.5 unsigned32 read-only
The average of the round trip delays measured for all the probes during this test. Measured in microseconds.
                 jnxPingResultsStdDevRttUs 1.3.6.1.4.1.2636.3.7.1.3.1.6 unsigned32 read-only
The standard deviation of the round trip delays measured during this test. Measured in microseconds.
                 jnxPingResultsEgressUs 1.3.6.1.4.1.2636.3.7.1.3.1.7 unsigned32 read-only
The egress trip delays measured for the most recent successful probe during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsMinEgressUs 1.3.6.1.4.1.2636.3.7.1.3.1.8 unsigned32 read-only
The minimum of the egress trip delays measured over all probes during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsMaxEgressUs 1.3.6.1.4.1.2636.3.7.1.3.1.9 unsigned32 read-only
The maximum of the egress trip delays measured over all probes during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsAvgEgressUs 1.3.6.1.4.1.2636.3.7.1.3.1.10 unsigned32 read-only
The average of the egress trip delays measured over all probes during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsStddevEgressUs 1.3.6.1.4.1.2636.3.7.1.3.1.11 unsigned32 read-only
The standard deviation of the egress trip delays measured over all probes during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsIngressUs 1.3.6.1.4.1.2636.3.7.1.3.1.12 unsigned32 read-only
The ingress trip delays measured for the most recent successful probe during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsMinIngressUs 1.3.6.1.4.1.2636.3.7.1.3.1.13 unsigned32 read-only
The minimum of the ingress trip delays measured for over all probes during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsMaxIngressUs 1.3.6.1.4.1.2636.3.7.1.3.1.14 unsigned32 read-only
The maximum of the ingress trip delays measured over all probes during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsAvgIngressUs 1.3.6.1.4.1.2636.3.7.1.3.1.15 unsigned32 read-only
The average of the ingress trip delays measured over all probes during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsStddevIngressUs 1.3.6.1.4.1.2636.3.7.1.3.1.16 unsigned32 read-only
The standard deviation of the ingress trip delays measured over all probes during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsJitterRttUs 1.3.6.1.4.1.2636.3.7.1.3.1.17 unsigned32 read-only
The jitter of the round trip delays measured for all the probes during this test. Measured in microseconds.
                 jnxPingResultsJitterEgressUs 1.3.6.1.4.1.2636.3.7.1.3.1.18 unsigned32 read-only
The jitter of the egress trip delays measured for all the probes during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsJitterIngressUs 1.3.6.1.4.1.2636.3.7.1.3.1.19 unsigned32 read-only
The jitter of the ingress trip delays measured for all the probes during this test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingResultsStatus 1.3.6.1.4.1.2636.3.7.1.3.1.20 operationresponsestatus read-only
The result of the most recent probe.
                 jnxPingResultsTime 1.3.6.1.4.1.2636.3.7.1.3.1.21 dateandtime read-only
Timestamp for when the most recent probe result was determined.
                 jnxPingResultsOwnerIndex 1.3.6.1.4.1.2636.3.7.1.3.1.22 snmpadminstring read-only
This object has the same value as pingCtlOwnerIndex and is provided for those applications that are unable to parse the value of pingCtlOwnerIndex from the instance portion of the OIDs belonging to this table.
                 jnxPingResultsTestName 1.3.6.1.4.1.2636.3.7.1.3.1.23 snmpadminstring read-only
This object has the same value as pingCtlTestName and is provided for those applications that are unable to parse the value of pingCtlTestName from the instance portion of the OIDs belonging to this table.
         jnxPingProbeHistoryTable 1.3.6.1.4.1.2636.3.7.1.4 no-access
Augments the pingHistoryTable with additional data.
             jnxPingProbeHistoryEntry 1.3.6.1.4.1.2636.3.7.1.4.1 no-access
Each entry provides additional ping history data.
                 jnxPingProbeHistoryResponseUs 1.3.6.1.4.1.2636.3.7.1.4.1.1 unsigned32 read-only
The amount of time measured in microseconds from when a probe was sent to when its response was received or when it timed out. The value of this object is reported as 0 when it is not possible to transmit a probe.
                 jnxPingProbeHistoryJitterUs 1.3.6.1.4.1.2636.3.7.1.4.1.2 unsigned32 read-only
The time difference measured in microseconds between the maximum and minimum round trip times. Each history entry provides a running calculation of the jitter (calculated over the current test) at the time a probe was completed.
                 jnxPingProbeHistoryResponseEgressUs 1.3.6.1.4.1.2636.3.7.1.4.1.3 unsigned32 read-only
The amount of time measured in microseconds from when a probe was sent to when it was received by destination. This applies only if the probe type (pingCtlType) provides one way delay measurements. For all other probe types, the value is irrelevant and will return 0.
                 jnxPingProbeHistoryResponseIngressUs 1.3.6.1.4.1.2636.3.7.1.4.1.4 unsigned32 read-only
The amount of time measured in microseconds from when a probe was sent from the destination to when it was received. This applies only if the probe type (pingCtlType) provides one way delay measurements. For all other probe types, the value is irrelevant and will return 0.
                 jnxPingProbeHistoryEgressJitterUs 1.3.6.1.4.1.2636.3.7.1.4.1.5 unsigned32 read-only
The time difference measured in microseconds between the maximum and minimum egress trip times. Each history entry provides a running calculation of the jitter (calculated over the current test) at the time a probe was completed. This applies only if the probe type (pingCtlType) provides one way delay measurements. For all other probe types, the value is irrelevant and will return 0.
                 jnxPingProbeHistoryIngressJitterUs 1.3.6.1.4.1.2636.3.7.1.4.1.6 unsigned32 read-only
The time difference measured in microseconds between the maximum and minimum ingress trip times. Each history entry provides a running calculation of the jitter (calculated over the current test) at the time a probe was completed. This applies only if the probe type (pingCtlType) provides one way delay measurements. For all other probe types, the value is irrelevant and will return 0.
         jnxPingLastTestResultTable 1.3.6.1.4.1.2636.3.7.1.5 no-access
Stores result of the most recently completed test. Entry corresponding to a test will be created only after completion of first test.
             jnxPingLastTestResultEntry 1.3.6.1.4.1.2636.3.7.1.5.1 no-access
Each entry provides most recently completed test result.
                 jnxPingLastTestResultProbeResponses 1.3.6.1.4.1.2636.3.7.1.5.1.1 unsigned32 read-only
Number of responses received in the most recently completed test.
                 jnxPingLastTestResultSentProbes 1.3.6.1.4.1.2636.3.7.1.5.1.2 unsigned32 read-only
The value of this object reflects the number of probes sent in the most recently completed test.
                 jnxPingLastTestResultSumRttUs 1.3.6.1.4.1.2636.3.7.1.5.1.3 unsigned32 read-only
The sum of the round trip delays measured for all the probes during the most recently completed test. Measured in microseconds.
                 jnxPingLastTestResultMinRttUs 1.3.6.1.4.1.2636.3.7.1.5.1.4 unsigned32 read-only
The minimum of the round trip delays measured for all the probes during the most recently completed test. Measured in microseconds.
                 jnxPingLastTestResultMaxRttUs 1.3.6.1.4.1.2636.3.7.1.5.1.5 unsigned32 read-only
The maximum of the round trip delays measured for all the probes during the most recently completed test. Measured in microseconds.
                 jnxPingLastTestResultAvgRttUs 1.3.6.1.4.1.2636.3.7.1.5.1.6 unsigned32 read-only
The average of the round trip delays measured for all the probes during the most recently completed test. Measured in microseconds.
                 jnxPingLastTestResultStdDevRttUs 1.3.6.1.4.1.2636.3.7.1.5.1.7 unsigned32 read-only
The standard deviation of the round trip delays measured during the most recently completed test. Measured in microseconds.
                 jnxPingLastTestResultMinEgressUs 1.3.6.1.4.1.2636.3.7.1.5.1.8 unsigned32 read-only
The minimum of the egress trip delays measured over all probes during the most recently completed test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingLastTestResultMaxEgressUs 1.3.6.1.4.1.2636.3.7.1.5.1.9 unsigned32 read-only
The maximum of the egress trip delays measured over all probes during the most recently completed test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingLastTestResultAvgEgressUs 1.3.6.1.4.1.2636.3.7.1.5.1.10 unsigned32 read-only
The average of the egress trip delays measured over all probes during the most recently completed test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingLastTestResultStddevEgressUs 1.3.6.1.4.1.2636.3.7.1.5.1.11 unsigned32 read-only
The standard deviation of the egress trip delays measured over all probes during the most recently completed test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingLastTestResultMinIngressUs 1.3.6.1.4.1.2636.3.7.1.5.1.12 unsigned32 read-only
The minimum of the ingress trip delays measured for over all probes during the most recently completed test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingLastTestResultMaxIngressUs 1.3.6.1.4.1.2636.3.7.1.5.1.13 unsigned32 read-only
The maximum of the ingress trip delays measured over all probes during the most recently completed test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingLastTestResultAvgIngressUs 1.3.6.1.4.1.2636.3.7.1.5.1.14 unsigned32 read-only
The average of the ingress trip delays measured over all probes during the most recently completed test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingLastTestResultStddevIngressUs 1.3.6.1.4.1.2636.3.7.1.5.1.15 unsigned32 read-only
The standard deviation of the ingress trip delays measured over all probes during the most recently completed test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingLastTestResultPeakToPeakJitterRttUs 1.3.6.1.4.1.2636.3.7.1.5.1.16 unsigned32 read-only
This indicates the difference between the min and max delays over the course of the last completed test. Measured in microseconds.
                 jnxPingLastTestResultPeakToPeakJitterEgressUs 1.3.6.1.4.1.2636.3.7.1.5.1.17 unsigned32 read-only
This indicates the difference between the min and max egress trip delays over the course of the last completed test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingLastTestResultPeakToPeakJitterIngressUs 1.3.6.1.4.1.2636.3.7.1.5.1.18 unsigned32 read-only
This indicates the difference between the min and max ingress trip delays over the course of the last completed test. Measured in microseconds. This applies only if the probe type (pingCtlType) provides one-way delay measurements. For all other probe types, their values are irrelevant and will return 0.
                 jnxPingLastTestResultTime 1.3.6.1.4.1.2636.3.7.1.5.1.19 dateandtime read-only
Timestamp for when the last test was completed.
     jnxPingImplementationTypeDomains 1.3.6.1.4.1.2636.3.7.2
         jnxPingIcmpTimeStamp 1.3.6.1.4.1.2636.3.7.2.1
Indicates that an implementation is using the Internet Control Message Protocol (ICMP) 'TimeStamp' facility. This probe-type provides egress and ingress delay measurements.
         jnxPingHttpGet 1.3.6.1.4.1.2636.3.7.2.2
Indicates that an implementation is using an HTTP GET query to calculate a round trip time.
         jnxPingHttpGetMetadata 1.3.6.1.4.1.2636.3.7.2.3
Indicates that an implementation is using an HTTP GET Metadata query to calculate a round trip time.
         jnxPingDnsQuery 1.3.6.1.4.1.2636.3.7.2.4
Indicates that an implementation is using a DNS query to calculate a round trip time.
         jnxPingNtpQuery 1.3.6.1.4.1.2636.3.7.2.5
Indicates that an implementation is using an NTP query to calculate a round trip time.
         jnxPingUdpTimestamp 1.3.6.1.4.1.2636.3.7.2.6
Indicates that an implementation is using a UDP timestamp query to calculate a round trip time. This probe-type provides egress and ingress delay measurements
     jnxPingNotificationPrefix 1.3.6.1.4.1.2636.4.9.0
All Juniper-specific ping notifications are registered under this branch.
         jnxPingRttThresholdExceeded 1.3.6.1.4.1.2636.4.9.0.1
This notification is generated when the round trip time (jnxPingCtlRttThreshold) exceeds the configured threshold (jnxPingCtlRttThreshold) and the rttThreshold bit is set in jnxPingCtlTrapGeneration.
         jnxPingRttStdDevThresholdExceeded 1.3.6.1.4.1.2636.4.9.0.2
This notification is generated when the standard deviation of the round trip time (jnxPingResultsStdDevRttUs) exceeds the configured threshold (jnxPingCtlRttStdDevThreshold) and the rttStdDevThreshold bit is set in jnxPingCtlTrapGeneration.
         jnxPingRttJitterThresholdExceeded 1.3.6.1.4.1.2636.4.9.0.3
This notification is generated when the round trip time jitter (jnxPingResultsMaxRttUs minus jnxPingResultsMinRttUs) exceeds the configured threshold (jnxPingCtlRttJitterThreshold) and the rttJitterThreshold bit is set in jnxPingCtlTrapGeneration.
         jnxPingEgressThresholdExceeded 1.3.6.1.4.1.2636.4.9.0.4
This notification is generated when the egress time (jnxPingResultsEgressUs) exceeds the configured threshold (jnxPingCtlEgressTimeThreshold) and the egressThreshold bit is set in jnxPingCtlTrapGeneration.
         jnxPingEgressStdDevThresholdExceeded 1.3.6.1.4.1.2636.4.9.0.5
This notification is generated when the standard deviation of the egress time (jnxPingResultsStddevEgressUs) exceeds the configured threshold (jnxPingCtlEgressStdDevThreshold) and the egressStdDevThreshold bit is set in jnxPingCtlTrapGeneration.
         jnxPingEgressJitterThresholdExceeded 1.3.6.1.4.1.2636.4.9.0.6
This notification is generated when the egress time jitter (jnxPingResultsMaxEgressUs minus jnxPingResultsMinEgressUs) exceeds the configured threshold (jnxPingCtlEgressJitterThreshold) and the egressJitterThreshold bit is set in jnxPingCtlTrapGeneration.
         jnxPingIngressThresholdExceeded 1.3.6.1.4.1.2636.4.9.0.7
This notification is generated when the ingress time (jnxPingResultsIngressUs) exceeds the configured threshold (jnxPingCtlIngressTimeThreshold) and the ingressThreshold bit is set in jnxPingCtlTrapGeneration.
         jnxPingIngressStddevThresholdExceeded 1.3.6.1.4.1.2636.4.9.0.8
This notification is generated when the standard deviation of the ingress time (jnxPingResultsStddevIngressUs) exceeds the configured threshold (jnxPingCtlIngressStddevThreshold) and the ingressStdDevThreshold bit is set in jnxPingCtlTrapGeneration.
         jnxPingIngressJitterThresholdExceeded 1.3.6.1.4.1.2636.4.9.0.9
This notification is generated when the ingress time jitter (jnxPingResultsMaxIngressUs minus jnxPingResultsMinIngressUs) exceeds the configured threshold (jnxPingCtlIngressJitterThreshold) and the ingressJitterThreshold bit is set in jnxPingCtlTrapGeneration.