hwFTPClientState

HUAWEI-BULKSTATISTICS-MIB · .1.3.6.1.4.1.2011.6.103.2.1.2.1.10

Object

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

Context

MIB
HUAWEI-BULKSTATISTICS-MIB
OID
.1.3.6.1.4.1.2011.6.103.2.1.2.1.10
Type
column
Access
readonly
Status
current
Parent
hwFTPClientEntry

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-BULKSTATISTICS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-BULKSTATISTICS-MIB::hwFTPClientState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-BULKSTATISTICS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-BULKSTATISTICS-MIB::hwFTPClientState.<hwFTPClientIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-BULKSTATISTICS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-BULKSTATISTICS-MIB::hwFTPClientState'

Syntax

Enumeration

Values & Constraints

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