lastTransferStatus
MX-MOH-MIB ·
.0.1550.1.600
Object
scalar Enumeration
Last File Transfer Status
Status of the last file transfer attempt.
* Success: Last file transfer succeeded.
* Failed: Last file transfer failed.
Context
- MIB
- MX-MOH-MIB
- OID
.0.1550.1.600- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- mohMIBObjects
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 'MX-MOH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-MOH-MIB::lastTransferStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-MOH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-MOH-MIB::lastTransferStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | success |
200 | failed |