pingCtlTrapGeneration

DISMAN-PING-MIB · .1.3.6.1.2.1.80.1.2.1.13

Object

column r/w Bits
The value of this object determines when and whether
to generate a notification for this entry:
              
probeFailure(0)   - Generate a pingProbeFailed
    notification subject to the value of
    pingCtlTrapProbeFailureFilter.  The object
    pingCtlTrapProbeFailureFilter can be used
    to specify the number of consecutive probe
    failures that are required before a
    pingProbeFailed notification can be generated.
testFailure(1)    - Generate a pingTestFailed
    notification.  In this instance the object
    pingCtlTrapTestFailureFilter can be used to
    determine the number of probe failures that
    signal when a test fails.
testCompletion(2) - Generate a pingTestCompleted
    notification.
              
By default, no bits are set, indicating that
none of the above options is selected.

Context

MIB
DISMAN-PING-MIB
OID
.1.3.6.1.2.1.80.1.2.1.13
Type
column
Access
readwrite
Status
current
Parent
pingCtlEntry
Groups
2

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-PING-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-PING-MIB::pingCtlTrapGeneration'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DISMAN-PING-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-PING-MIB::pingCtlTrapGeneration.<pingCtlOwnerIndex>.<pingCtlTestName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DISMAN-PING-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DISMAN-PING-MIB::pingCtlTrapGeneration'

Syntax

Bits

Values & Constraints

Enumerated Values
0probeFailure
1testFailure
2testCompletion

Conformance

Member of
Compliance refinements
Write access is not required. If the
pingNotificationsGroup is not implemented, then write
access to this object MUST be disabled, and the object
MUST return a value with no bit set when retrieved.
No bit set indicates that not notification is
generated.