systemPhoneFwuProcessStatus
FEC-SYSTEL-MIB ·
.0.64.5.3.1.4
Object
column Enumeration
Status of system phone firmware update: done: there is no firmware update in time running: firmwareupdate is actually running waiting: because lack of system ressources the scheduled or immediately started firmware update is in waiting mode.
Context
- MIB
- FEC-SYSTEL-MIB
- OID
.0.64.5.3.1.4- 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::systemPhoneFwuProcessStatus'
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::systemPhoneFwuProcessStatus.<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::systemPhoneFwuProcessStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | done |
2 | running |
3 | waiting |