flashCmdStatus
CT-FLASH-MIB ·
.1.3.6.1.4.1.52.4.1.5.10.3.5
Object
scalar mandatory
Enumeration
Status of the download or upload operation. The idle(1) status indicates no operation is in progress. The downLoadActive(3) or upLoadActive(4) indicate a file transfer in progress. The completeError(5) status indicates that a file transfer was started but an error was detected.
Context
- MIB
- CT-FLASH-MIB
- OID
.1.3.6.1.4.1.52.4.1.5.10.3.5- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- flashCmd
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CT-FLASH-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-FLASH-MIB::flashCmdStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CT-FLASH-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CT-FLASH-MIB::flashCmdStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | other |
3 | flashVerifyServer |
4 | flashCleanup |
5 | downLoadActive |
6 | upLoadActive |
7 | completeError |