ciscoImageCheckStatus
CISCO-IMAGE-CHECK-MIB ·
.1.3.6.1.4.1.9.9.99990.1.1.1.1.3
Object
column Enumeration
The current status of the image check operation.
If the status is inCompatLoose(3) or
inCompatStrict(4), one can look at the detail
reasons of incompatibilities by looking at
ciscoImgChkResultsTable described below.
If the status is compatible, then there is no
need to look at the ciscoImgChkResultsTable.
If the status is noStandby(6), pssErr(7),
extractFail(8), fileParseErr(9) or
getIncompatErr(10), there is some internal error
in even starting the check compatibility process,
and hence the ciscoImgChkResultsTable should not
be read for any details.
inProgress(2) - Image check is in progress
inCompatLoose(3) - Loose incompatibility
inCompatStrict(4) - Strict incompatibility
compatible(5) - images are compatible
noStandby(6) - standby supervisor is absent
pssErr(7) - internal error
extractFail(8) - Could not extract image
fileParseErr(9) - Could not parse image
getIncompatErr(10) - internal error in determining
incompatibilities.
Context
- MIB
- CISCO-IMAGE-CHECK-MIB
- OID
.1.3.6.1.4.1.9.9.99990.1.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ciscoImageCheckOpEntry
- 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 'CISCO-IMAGE-CHECK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IMAGE-CHECK-MIB::ciscoImageCheckStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IMAGE-CHECK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IMAGE-CHECK-MIB::ciscoImageCheckStatus.<ciscoImageCheckSerialNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IMAGE-CHECK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IMAGE-CHECK-MIB::ciscoImageCheckStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | inProgress |
3 | inCompatLoose |
4 | inCompatStrict |
5 | compatible |
6 | noStandby |
7 | pssErr |
8 | extractFail |
9 | fileParseErr |
10 | getIncompatErr |
Conformance
Member of