a3sysFmStatus
A3Com-System-r8-MIB ·
.1.3.6.1.4.1.43.2.13.12.6
Object
scalar mandatory
Enumeration
This identifies the current status of the file management operation. This applies to the following operations: copy(2), and directory(6). If there is an operation in progress, this object will have the value inProgress(2). Otherwise inactive(1) will be returned.
Context
- MIB
- A3Com-System-r8-MIB
- OID
.1.3.6.1.4.1.43.2.13.12.6- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- a3ComFileMgmt
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 'A3Com-System-r8-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-System-r8-MIB::a3sysFmStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-System-r8-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-System-r8-MIB::a3sysFmStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
2 | inProgress |