hwNewPatchAdminStatus
HUAWEI-LOAD-BACKUP-MIB ·
.1.3.6.1.4.1.2011.6.6.2.3.1.4
Object
column r/w
Enumeration
Patch management operations. Options: 1.nooperation(-1) -the state of start. 2.active(1) -activate a patch. 3.deactive(2) -deactivate a patch. 4.delete(3) -delete a patch. 5.run(4) -run a patch. 6.rollback(6) -roll back patch. 7.patchbatchconfirm(7)-activate patches in batch. This function is no longer supported.
Context
- MIB
- HUAWEI-LOAD-BACKUP-MIB
- OID
.1.3.6.1.4.1.2011.6.6.2.3.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwPatchNewEntry
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 'HUAWEI-LOAD-BACKUP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-LOAD-BACKUP-MIB::hwNewPatchAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-LOAD-BACKUP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-LOAD-BACKUP-MIB::hwNewPatchAdminStatus.<hwFrameIndex>.<hwSlotIndex>.<hwNewPatchName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-LOAD-BACKUP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-LOAD-BACKUP-MIB::hwNewPatchAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | nooperation |
1 | active |
2 | deactive |
3 | delete |
4 | run |
6 | rollback |
7 | patchbatchconfirm |