systemPhoneFwuServerUploadStatus
FEC-SYSTEL-MIB ·
.0.64.5.1.7
Object
scalar Enumeration
Firmware file upload status: progress(1): firmware file storage on the device is in progress, done(2): firmware file storage on the device and synchronization with MIB is done.
Context
- MIB
- FEC-SYSTEL-MIB
- OID
.0.64.5.1.7- 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::systemPhoneFwuServerUploadStatus.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::systemPhoneFwuServerUploadStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | progress |
2 | done |