traceRouteCtlTrapGeneration

DISMAN-TRACEROUTE-MIB · .1.3.6.1.2.1.81.1.2.1.24

Object

column r/w Bits
The value of this object determines when and whether to
generate a notification for this entry:
              
pathChange(0)     - Generate a traceRoutePathChange
    notification when the current path varies from a
    previously determined path.
testFailure(1)    - Generate a traceRouteTestFailed
    notification when the full path to a target
    can't be determined.
testCompletion(2) - Generate a traceRouteTestCompleted
    notification when the path to a target has been
    determined.
              
The value of this object defaults to an empty set,
indicating that none of the above options has been
selected.

Context

MIB
DISMAN-TRACEROUTE-MIB
OID
.1.3.6.1.2.1.81.1.2.1.24
Type
column
Access
readwrite
Status
current
Parent
traceRouteCtlEntry
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-TRACEROUTE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-TRACEROUTE-MIB::traceRouteCtlTrapGeneration'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DISMAN-TRACEROUTE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-TRACEROUTE-MIB::traceRouteCtlTrapGeneration.<traceRouteCtlOwnerIndex>.<traceRouteCtlTestName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DISMAN-TRACEROUTE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DISMAN-TRACEROUTE-MIB::traceRouteCtlTrapGeneration'

Syntax

Bits

Values & Constraints

Enumerated Values
0pathChange
1testFailure
2testCompletion

Conformance

Member of
Compliance refinements
Write access is not required. If the
traceRouteNotificationsGroup 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 no notification
is generated.