All MIBs › CM-SYSTEM-MIB › softwareAction
softwareAction
Module: CM-SYSTEM-MIB
OID (symbolic): CM-SYSTEM-MIB::softwareAction
OID (numeric): 1.3.6.1.4.1.2544.1.12.2.1.7.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This object is write only. Setting this object initiates the specified action.
Supported actions are: install(1) - Install software. schedule-upgrade(2) - Schedule a software upgrade. At the scheduled time, the system will reboot and load the software image stored on the standby partition. The scheduled time can be specified by softwareUpgradeTime. Also see softwareValidationTimer. cancel-upgrade(3) - Cancel a scheduled software upgrade. validate-upgrade(4) - Indicate software as valid and cancel the validation timer. revert-upgrade(5) - Revert to previous software image if it still exists. propagate-to-standby-nemi(6) - Propagate the running software release to standby NEMI and active it.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2544.1.12.2.1.7.1 snmpwalk -v2c -c public <target> CM-SYSTEM-MIB::softwareAction
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2544.1.12.2.1.7.1.1 snmpget -v2c -c public <target> CM-SYSTEM-MIB::softwareAction.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2544.1.12.2.1.7.1.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.2544 | advaMIB | ADVA-MIB |
| 1.3.6.1.4.1.2544.1 | products | ADVA-MIB |
| 1.3.6.1.4.1.2544.1.12 | fsp150cm | ADVA-MIB |
| 1.3.6.1.4.1.2544.1.12.2 | cmSystemMIB | CM-SYSTEM-MIB |
| 1.3.6.1.4.1.2544.1.12.2.1 | cmSystemObjects | CM-SYSTEM-MIB |
| 1.3.6.1.4.1.2544.1.12.2.1.7 | cmSoftwareObjects | CM-SYSTEM-MIB |
| 1.3.6.1.4.1.2544.1.12.2.1.7.1 | softwareAction | CM-SYSTEM-MIB |