zxr10SoftwarePatchPkgFailReason
ZXR10-SYSTEM-SOFTWARE-MIB ·
.1.3.6.1.4.1.3902.3.6002.8.2.4.3.1.8
Object
column Enumeration
Failure reason of opterating package, description as follows: success: Success. unknownErr: Unknown error. noMem: No enough memory. pending: Pending. executing: Executing. cmdNotFinish: Can not process this command because other command is conflicted. notSupport: The function does not support. pkgNotExist: The package does not exist. pkgActivated: The package has been activated. pkgNotActivated: The package has not been activated. unmatchMajorVer: Unmatched major version. runVerSyn: Version file(s) synchronization is being executed. notMeetDepend: The package does not meet the dependence. actConflict: The package conflicted with the packages which have been activated.
Context
- MIB
- ZXR10-SYSTEM-SOFTWARE-MIB
- OID
.1.3.6.1.4.1.3902.3.6002.8.2.4.3.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxr10SoftwarePatchPkgInfoEntry
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 'ZXR10-SYSTEM-SOFTWARE-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-SYSTEM-SOFTWARE-MIB::zxr10SoftwarePatchPkgFailReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXR10-SYSTEM-SOFTWARE-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-SYSTEM-SOFTWARE-MIB::zxr10SoftwarePatchPkgFailReason.<zxr10SoftwarePatchPkgName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXR10-SYSTEM-SOFTWARE-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXR10-SYSTEM-SOFTWARE-MIB::zxr10SoftwarePatchPkgFailReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | success |
2 | unknownErr |
3 | noMem |
4 | pending |
5 | executing |
6 | cmdNotFinish |
7 | notSupport |
8 | pkgNotExist |
9 | pkgActivated |
10 | pkgNotActivated |
11 | unmatchMajorVer |
12 | runVerSyn |
13 | notMeetDepend |
14 | actConflict |