cmTestFtpTransferStatus
CM-TEST-MIB ·
.1.3.6.1.4.1.1166.1.19.61.1.8
Object
scalar Enumeration
Indicates the status of the file transfer which is currently in progress, or which most recently completed. If no file transfer has been initiated, this object returns a value of idle(0).
Context
- MIB
- CM-TEST-MIB
- OID
.1.3.6.1.4.1.1166.1.19.61.1.8- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- cmTestFtpDownstreamSpeed
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 'CM-TEST-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CM-TEST-MIB::cmTestFtpTransferStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CM-TEST-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CM-TEST-MIB::cmTestFtpTransferStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | idle |
1 | inProgress |
226 | transferComplete |
421 | serviceNotAvail |
530 | invalidLogin |
550 | fileNotFound |