cmdExecLastError
A3COM0048-EMBEDDED-SCRIPTS ·
.1.3.6.1.4.1.43.10.25.5.2.1.10
Object
column mandatory
Enumeration
Last error detected by this process or the script executing within the process.
Context
- MIB
- A3COM0048-EMBEDDED-SCRIPTS
- OID
.1.3.6.1.4.1.43.10.25.5.2.1.10- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cmdExecEntry
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 'A3COM0048-EMBEDDED-SCRIPTS' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0048-EMBEDDED-SCRIPTS::cmdExecLastError'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM0048-EMBEDDED-SCRIPTS' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0048-EMBEDDED-SCRIPTS::cmdExecLastError.<cmdExecUnit>.<cmdExecIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM0048-EMBEDDED-SCRIPTS' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM0048-EMBEDDED-SCRIPTS::cmdExecLastError'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | syntax |
3 | noResource |
4 | illegalAssignment |
5 | blockMismatch |
6 | badFnParams |
7 | stackOverflow |
8 | accessViolation |
9 | typeMismatch |
10 | nestTooDeep |
11 | runTimeError |
12 | noSuchVar |
13 | outOfRange |
14 | illegalLeftVal |
15 | brokenRemoteProc |
16 | sourceNotFound |
17 | missingSemiColon |
18 | missingEndList |
19 | missingEndOid |
20 | missingEndBracket |
21 | missingEndSubscript |
22 | missingEndParams |
23 | invalidQuoteStr |
24 | invalidGlobalName |
25 | namedVarNotSupported |
26 | processKilled |
27 | childDiedBadly |
28 | noTargetProcess |
29 | invalidBinaryImage |
30 | divideByZero |
31 | parentDiedPadly |
32 | nestedErrorHandler |
33 | rpcTargetDoesnotExist |
34 | rpcTargetNotSupported |
35 | assertionFailed |
36 | missingControlExpression |