mpsWaveFileUploadResult

FEC-MPS-MIB · .0.53.13.4.1.10

Object

column r/w Enumeration
Wave file upload result (error) code: 
success(1)           -> the wave file upload was successful,
no-mem-card(2)       -> no memory card plugged,
no-mem-space(3)      -> no more space available on the memory card,
incomp-wav-format(4) -> the wave file format doesn't match the
                        requirements,
transfer-error(5)    -> any transfer error occured during upload.

Context

MIB
FEC-MPS-MIB
OID
.0.53.13.4.1.10
Type
column
Access
readwrite
Status
current
Parent
mpsWaveFileEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1success
2no-mem-card
3no-mem-space
4incomp-wav-format
5transfer-error
6write-protection