status
MX-FPU-MIB ·
.0.1300.1.110
Object
scalar Enumeration
Status
Indicates the current status of the Firmware Pack Updater.
* WaitingSystemReady: Waiting for the system restart to
complete.
* Idle: Ready to process a command.
* Updating: Currently downloading and installing a firmware.
* WaitingManualRestart: Waiting for a manual restart to
complete a firmware update.
* WaitingForGracefulRestart: Waiting for graceful shutdown of
services before completing a firmware update.
Context
- MIB
- MX-FPU-MIB
- OID
.0.1300.1.110- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- fpuMIBObjects
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-FPU-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-FPU-MIB::status.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-FPU-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-FPU-MIB::status'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | waitingSystemReady |
200 | idle |
300 | updating |
400 | waitingManualRestart |
500 | rollbacking |
600 | waitingForGracefulRestart |