ftpClientRequestResult
ZHONE-COM-IP-FTP-CLIENT-MIB ·
.1.3.6.1.4.1.5504.4.1.18.5.1.8
Object
column Enumeration
The results of the FTP operation. The possible values are:
inProgress - currently executing the request
success - file has been transferred
stoppedByUser - operation was aborted
localFileNameError - File could not be read or written
on the local system.
remoteFileNameError - File could not be read or written
on the remote system
unreachableDestination - the ip address or server name
could not be reached.
invalidUserNamePassword - The user name/password
combination could not be
authenticated by the ftp server.
tooManyOpenFiles - File could not be opened due to
too many files already opened.
readError - Transfer not completed due to a file read error.
writeError - Transfer not completed due to a file write error.
Context
- MIB
- ZHONE-COM-IP-FTP-CLIENT-MIB
- OID
.1.3.6.1.4.1.5504.4.1.18.5.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ftpClientRequestEntry
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 'ZHONE-COM-IP-FTP-CLIENT-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-FTP-CLIENT-MIB::ftpClientRequestResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-COM-IP-FTP-CLIENT-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-FTP-CLIENT-MIB::ftpClientRequestResult.<ftpClientRequestIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-IP-FTP-CLIENT-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-IP-FTP-CLIENT-MIB::ftpClientRequestResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inProgress |
2 | success |
3 | stoppedByUser |
4 | localFileNameError |
5 | remoteFileNameError |
6 | unreachableDestination |
7 | invalidUserNamePassword |
8 | tooManyOpenFiles |
9 | readError |
10 | writeError |