wwpFTransferFailCause
WWP-FILE-TRANSFER-MIB ·
.1.3.6.1.4.1.6141.2.7.1.1.8
Object
scalar FileTransferFailCause
The reason why the file transfer operation failed. If no file transfer request is being processed , then the wwpFTransferFileCause should be 'noStatus'.
Context
- MIB
- WWP-FILE-TRANSFER-MIB
- OID
.1.3.6.1.4.1.6141.2.7.1.1.8- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- wwpFileTransfer
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 'WWP-FILE-TRANSFER-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-FILE-TRANSFER-MIB::wwpFTransferFailCause.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-FILE-TRANSFER-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-FILE-TRANSFER-MIB::wwpFTransferFailCause'
Syntax
- Source
- FileTransferFailCause
- Base type
Enumeration
Values & Constraints
Type Values
1 | noStatus |
2 | timeout |
3 | networkError |
4 | noSpace |
5 | invalidFileName |
6 | commandCompleted |
7 | internalError |
8 | commandFileParseError |