zxAnSwCardPatchRunningStatus
ZTE-AN-SOFTWARE-MIB ·
.1.3.6.1.4.1.3902.1082.20.30.2.5.3.1.8
Object
column Enumeration
The patch running status.
activatingSucceeded(1) : value 1 means the activating operation
of the patch file is succeeded.
activatingFailed(2) : value 2 means the activating operation
of the patch file is failed.
waitingToBeActivated(3): value 3 means the patch file is waiting
to be activated.
resettingCardNeeded(4) : value 4 means the patch file has been
successfully activated and the card
needs to be reset.
mismatched(5) : value 5 means the version of the patch
file is not matched with the version of
the card software.
Context
- MIB
- ZTE-AN-SOFTWARE-MIB
- OID
.1.3.6.1.4.1.3902.1082.20.30.2.5.3.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxAnSwCardPatchRunStatusEntry
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 'ZTE-AN-SOFTWARE-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-SOFTWARE-MIB::zxAnSwCardPatchRunningStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-SOFTWARE-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-SOFTWARE-MIB::zxAnSwCardPatchRunningStatus.<zxAnSwPatchRack>.<zxAnSwPatchShelf>.<zxAnSwPatchSlot>.<zxAnSwCardPatchName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-SOFTWARE-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-SOFTWARE-MIB::zxAnSwCardPatchRunningStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | activatingSucceeded |
2 | activatingFailed |
3 | waitingToBeActivated |
4 | resettingCardNeeded |
5 | mismatched |