genEquipMngSwOperationOperation
MWRM-UNIT-MIB ·
.1.3.6.1.4.1.2281.10.4.1.21.1.2
Object
column r/w
Enumeration
The operation to be performed: download, install, update backup, swap boot section, abort installation timer.
Context
- MIB
- MWRM-UNIT-MIB
- OID
.1.3.6.1.4.1.2281.10.4.1.21.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- genEquipMngSwOperationEntry
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 'MWRM-UNIT-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWRM-UNIT-MIB::genEquipMngSwOperationOperation'
More examples
Read one indexed 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::genEquipMngSwOperationOperation.<genEquipMngSwOperationIndex>'
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::genEquipMngSwOperationOperation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noAction |
1 | download |
2 | install |
3 | updateBackup |
4 | swapBootSection |
5 | abortTimer |