customCfgListStatus
SIAE-CUSTOM-CONFIGURATION-MIB ·
.1.3.6.1.4.1.3373.1103.97.4.1.4
Object
column ExecutionStatus
This object reports the configuration list status. Until the execution list is not executed, this object shows the value notStarted(1). The status is changed to inExecution(2) when the list 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.4.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- customCfgListEntry
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::customCfgListStatus'
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::customCfgListStatus.<customCfgListId>'
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::customCfgListStatus'
Syntax
- Source
- ExecutionStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | notStarted |
2 | running |
3 | completed |
4 | interrupted |