hwPMFileUploadStatus

HUAWEI-PERFMGMT-MIB · .1.3.6.1.4.1.2011.5.25.190.2.3.1.4

Object

column Enumeration
The file upload status. 
init(1): FTP has not been starting to upload file.
running(2): FTP is running. If you set this node as running, the FTP will be started.                
success(3): FTP completed successfully.                                                              
fileOpenFail(4): FTP failed. The cause is file open failure.                                         
unreachableServerIp(5): FTP failed. The cause is that the IP address of the server is not reachable. 
linkFailed(6): FTP failed. The cause is connecting to server failed.                                 
authenticateFailed(7): FTP failed. The cause is authenticating failed.For FTP mode only.             
fileReadFailed(8): FTP failed. The cause is reading file failed.                                     
fileWriteFailed(9): FTP failed. The cause is writing file failed.
failed(10):FTP failed, General error.

Context

MIB
HUAWEI-PERFMGMT-MIB
OID
.1.3.6.1.4.1.2011.5.25.190.2.3.1.4
Type
column
Access
readonly
Status
current
Parent
hwPMFileUploadMgmtEntry
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 'HUAWEI-PERFMGMT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-PERFMGMT-MIB::hwPMFileUploadStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-PERFMGMT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-PERFMGMT-MIB::hwPMFileUploadStatus.<hwPMFileUploadRequestName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-PERFMGMT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-PERFMGMT-MIB::hwPMFileUploadStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1init
2running
3success
4fileOpenFail
5unreachableServerIp
6linkFailed
7authenticateFailed
8fileReadFailed
9fileWriteFailed
10failed

Conformance