systemPhoneFwuServerUploadResult
FEC-SYSTEL-MIB ·
.0.64.5.1.6
Object
scalar Enumeration
Firmware file upload result (error) code: success(1): the firmware file upload was successful, no-mem-card(2): no memory card plugged in, no-mem-space(3): no more space available on the memory card, incomp-fw-format(4): the firmware file format doesn't match the requirements, transfer-error(5): any transfer error occured during upload, write-protection(6): active write protection on storage device, internal-error(7): unexpected internal error occured.
Context
- MIB
- FEC-SYSTEL-MIB
- OID
.0.64.5.1.6- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- systemPhoneFwuServer
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 'FEC-SYSTEL-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-SYSTEL-MIB::systemPhoneFwuServerUploadResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-SYSTEL-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-SYSTEL-MIB::systemPhoneFwuServerUploadResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | success |
2 | no-mem-card |
3 | no-mem-space |
4 | incomp-fw-format |
5 | transfer-error |
6 | write-protection |
7 | internal-error |