cficonCfgFileCmdStatus

CISCO-FICON-MIB · .1.3.6.1.4.1.9.9.375.1.1.5.1.7

Object

column Enumeration
The object to describe the status of the last 'apply'
command.
              
success       - The last apply command was successful.
inProgress    - The last apply command is still in the
                process of execution.
failed        - The last apply command failed.
notApplicable - The last apply command status is not
                available.

Context

MIB
CISCO-FICON-MIB
OID
.1.3.6.1.4.1.9.9.375.1.1.5.1.7
Type
column
Access
readonly
Status
current
Parent
cficonCfgFileEntry
Groups
1

Walk 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-FICON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FICON-MIB::cficonCfgFileCmdStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-FICON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FICON-MIB::cficonCfgFileCmdStatus.<vsanIndex>.<cficonCfgFilename>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-FICON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-FICON-MIB::cficonCfgFileCmdStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1success
2inProgress
3failed
4notApplicable

Conformance