genEquipMngSwFileTransferStatusResult
MWRM-UNIT-MIB ·
.1.3.6.1.4.1.2281.10.4.1.19.1.2
Object
column Enumeration
Status of the current file transfer operation.
Context
- MIB
- MWRM-UNIT-MIB
- OID
.1.3.6.1.4.1.2281.10.4.1.19.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- genEquipMngSwFileTransferStatusEntry
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 'MWRM-UNIT-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWRM-UNIT-MIB::genEquipMngSwFileTransferStatusResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MWRM-UNIT-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWRM-UNIT-MIB::genEquipMngSwFileTransferStatusResult.<genEquipMngSwFileTransferStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MWRM-UNIT-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MWRM-UNIT-MIB::genEquipMngSwFileTransferStatusResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | ready |
1 | downloadStarted |
2 | verifyingDownloadFiles |
3 | downloadInProgress |
4 | downloadSuccess |
5 | downloadFailure |
6 | allComponentsExist |
7 | versionIncompatibleWithSystem |
8 | incompleteFileSet |
9 | componentUnsupportedByHw |
10 | corruptSwFiles |
11 | missingDependencies |
12 | downloadCancelled |