schedLastFailure
DISMAN-SCHEDULE-MIB ·
.1.3.6.1.2.1.63.1.2.1.17
Object
column SnmpPduErrorStatus
The most recent error that occurred during the invocation of a scheduled action. The value noError(0) is returned if no errors have occurred yet.
Context
- MIB
- DISMAN-SCHEDULE-MIB
- OID
.1.3.6.1.2.1.63.1.2.1.17- Type
- column
- Access
- readonly
- Status
- current
- Parent
- schedEntry
- Groups
- 2
Net-SNMP examples
How SNMP and these commands workWalk 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-SCHEDULE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-SCHEDULE-MIB::schedLastFailure'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DISMAN-SCHEDULE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-SCHEDULE-MIB::schedLastFailure.<schedOwner>.<schedName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DISMAN-SCHEDULE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DISMAN-SCHEDULE-MIB::schedLastFailure'
Syntax
- Source
- SnmpPduErrorStatus
- Base type
Enumeration
Values & Constraints
Type Values
-1 | noResponse |
0 | noError |
1 | tooBig |
2 | noSuchName |
3 | badValue |
4 | readOnly |
5 | genErr |
6 | noAccess |
7 | wrongType |
8 | wrongLength |
9 | wrongEncoding |
10 | wrongValue |
11 | noCreation |
12 | inconsistentValue |
13 | resourceUnavailable |
14 | commitFailed |
15 | undoFailed |
16 | authorizationError |
17 | notWritable |
18 | inconsistentName |
Conformance
Member of