fileStatus
MX-MOH-MIB ·
.0.1550.1.500
Object
scalar Enumeration
File Status
Status of the MP3 file in the unit.
* NoFile: No file is currently loaded in the unit.
* FileReady: A valid file is currently loaded in the unit.
* Downloading: A file is currently being downloaded.
* InvalidFormat: The downloaded file as an invalid format.
* FileTooLarge: The downloaded file is too large.
Context
- MIB
- MX-MOH-MIB
- OID
.0.1550.1.500- 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::fileStatus.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::fileStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | noFile |
200 | fileReady |
300 | downloading |
400 | invalidFormat |
500 | fileTooLarge |