configWriteMemStatus

CISCO-STACK-MIB · .1.3.6.1.4.1.9.5.1.29.4

Object

scalar r/w Enumeration
The status of the current or the most recently
completed 'write memory' operation. The possible
values are:
          
  inProgress - 'write' operation in progress;
          
  succeeded - the 'write' was successful (this
  value is also used when no write has been
  invoked since the last time the local system
  restarted);
          
  resourceUnavailable, -the 'write' failed because
  insufficeient resource was available.
          
  badFileName - the 'write' failed because the
  specified destination file was not found.
  This might be due to invalid FLASH device
  name or invalid file name.
          
  someOtherError - the 'write' failed for some
  other reason.
          
This object is only instantiated when configMode
has the value of text(2).

Context

MIB
CISCO-STACK-MIB
OID
.1.3.6.1.4.1.9.5.1.29.4
Type
scalar
Access
readwrite
Status
current
Parent
configGrp
Groups
1

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-STACK-MIB::configWriteMemStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-STACK-MIB::configWriteMemStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1inProgress
2succeeded
3resourceUnavailable
4badFileName
5someOtherError

Conformance