systemPhoneFwuProcessResult
FEC-SYSTEL-MIB ·
.0.64.5.3.1.5
Object
column Enumeration
Result of system phone firmware update: idle: initial value ok: firmware update is successfully completed failed: an error occurred during the firmware update process.
Context
- MIB
- FEC-SYSTEL-MIB
- OID
.0.64.5.3.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- systemPhoneFwuProcessEntry
Net-SNMP examples
How SNMP and these commands workWalk 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-SYSTEL-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-SYSTEL-MIB::systemPhoneFwuProcessResult'
More examples
Read one indexed 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::systemPhoneFwuProcessResult.<systemPhoneFwuProcessIndex>'
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::systemPhoneFwuProcessResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | ok |
3 | failed |