rcfJobResult
RBN-CONFIG-FILE-MIB ·
.1.3.6.1.4.1.2352.2.13.1.1.3.1.13
Object
column Enumeration
A generic result code. This object is instantiated only when
rcfJobStatus equals 'completed'.
success -- The job completed successfully.
other -- An error that doesn't fall into one of the categories
below.
noMemory -- Insufficient system resources to perform the
operation.
parse -- A parse failure occurred. ie- there was a syntax
error in the source configuration file.
io -- An i/o error occurred.
access -- A file access error occurred. This could be caused
by a non-existant source file, or insufficient
access/permission to create/modify the destination
file.
More detailed error descriptions can be found in the
rcfJobErrorMsgs object.
Context
- MIB
- RBN-CONFIG-FILE-MIB
- OID
.1.3.6.1.4.1.2352.2.13.1.1.3.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcfJobEntry
- Groups
- 1
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 'RBN-CONFIG-FILE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-CONFIG-FILE-MIB::rcfJobResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RBN-CONFIG-FILE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-CONFIG-FILE-MIB::rcfJobResult.<rcfJobIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RBN-CONFIG-FILE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RBN-CONFIG-FILE-MIB::rcfJobResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | success |
1 | other |
2 | noMemory |
3 | parse |
4 | io |
5 | access |
Conformance
Member of