customCfgExecScriptStatus
SIAE-CUSTOM-CONFIGURATION-MIB ·
.1.3.6.1.4.1.3373.1103.97.5.1.5
Object
column ExecutionStatus
This object reports the list element status. Until tthe execution list is not executed, this object shows the value notStarted(1). The status is changed to inExecution(2) when the element execution has been started, and then in completed(3) or interrupted(4) at the end of the execution.
Context
- MIB
- SIAE-CUSTOM-CONFIGURATION-MIB
- OID
.1.3.6.1.4.1.3373.1103.97.5.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- customCfgExecListEntry
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 'SIAE-CUSTOM-CONFIGURATION-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-CUSTOM-CONFIGURATION-MIB::customCfgExecScriptStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-CUSTOM-CONFIGURATION-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-CUSTOM-CONFIGURATION-MIB::customCfgExecScriptStatus.<customCfgListId>.<customCfgExecElementNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-CUSTOM-CONFIGURATION-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-CUSTOM-CONFIGURATION-MIB::customCfgExecScriptStatus'
Syntax
- Source
- ExecutionStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | notStarted |
2 | running |
3 | completed |
4 | interrupted |