genEquipMngSwCommand
MWRM-UNIT-MIB ·
.1.3.6.1.4.1.2281.10.4.1.9
Object
The command that is executed to manage SW versions. Depending on the value given, a different operation will be carried out involving FTP and/or version installing. Notice that software will be installed in all slots in a shelf and reset will be automatically carried out at the end of the installation process. Possible values are: - noOperation(0) - downloadUpgradeVersion(1) - load a newer version from FTP site - upgrade(2) - upgrade to newer version which has already been loaded - rollback(3) - install a previously working version without downloading - downgrade(4) - downgrade to an older version which has alredy been loaded - downloadDowngradeVersion(5) - load an older version from FTP site - upgradeTimer(6) - Starts the timer defined in genEquipMngSwInstallationTimer and upon expiration upgrades to a newer version which has already been loaded. - rollbackTimer(7) - Starts the timer defined in genEquipMngSwInstallationTimer and upon expiration install a previously working version without downloading - downgradeTimer(7) - Starts the timer defined in genEquipMngSwInstallationTimer and upon expiration downgrades to an older which has already been loaded - abortTimedTnstallation(9) stops a counting timer; the installation process will not take place. Notice that it does not stop an installation process once started.
Context
- MIB
- MWRM-UNIT-MIB
- OID
.1.3.6.1.4.1.2281.10.4.1.9- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- genEquipMngSw
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 'MWRM-UNIT-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWRM-UNIT-MIB::genEquipMngSwCommand.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MWRM-UNIT-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MWRM-UNIT-MIB::genEquipMngSwCommand'
Syntax
- Source
- SwCommandTimer
- Base type
Enumeration
Values & Constraints
Type Values
0 | noOperation |
1 | downloadUpgradeVersion |
2 | upgrade |
3 | rollback |
4 | downgrade |
5 | downloadDowngradeVersion |
6 | upgradeTimer |
7 | rollbackTimer |
8 | downgradeTimer |
9 | abortTimedInstallation |