All MIBs › AISLCSYSCFG-MIB › aislcscSoftwareUpdateStatus
aislcscSoftwareUpdateStatus
Module: AISLCSYSCFG-MIB
OID (symbolic): AISLCSYSCFG-MIB::aislcscSoftwareUpdateStatus
OID (numeric): 1.3.6.1.4.1.539.21.24
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
See aislcscSoftwareUpdateName for a description of how to use this object.
ready(1) -- ready to update software (read-write) inProgress(2) -- update is in progress (read-only) ok(3) -- update completed successfully (read-only) error(4) -- update failed (read-only)
What is aislcscSoftwareUpdateStatus?
Reports the current state of a software update operation, cycling through ready(1), inProgress(2), ok(3), or error(4) states. Administrators monitor this object after writing a new image filename to aislcscSoftwareUpdateName to confirm whether the update succeeded or failed.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.539.21.24 snmpwalk -v2c -c public <target> AISLCSYSCFG-MIB::aislcscSoftwareUpdateStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.539.21.24.1 snmpget -v2c -c public <target> AISLCSYSCFG-MIB::aislcscSoftwareUpdateStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.539.21.24.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.539 | aii | AIDIALOUT-MIB |
| 1.3.6.1.4.1.539.21 | aiSLCSysCfg | AISLCSYSCFG-MIB |
| 1.3.6.1.4.1.539.21.24 | aislcscSoftwareUpdateStatus | AISLCSYSCFG-MIB |