zxr10SwInstallPackageFailReason
ZXR10-SYSTEM-SOFTWARE-MIB ·
.1.3.6.1.4.1.3902.3.6002.8.2.1.3.1.13
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. cancel: Cancel. 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. cannotDeactBase: Base package can not be deactivated. isolateSscFailed: Isolating SSC failed. reloadPkgDeactFailed: The package only can be deactivated in parallel-reload mode. notMeetDepend: The package does not meet the dependence. actConflict: The package conflicted with the packages which have been activated. leNotReady: The operation is not allowed while any master LE is on the SSC, please switch LE first and try again. noActByVnd: Firmware or base package can not be activated or deactivated by assigning VND. issuNotSupport: SSC does not exist or package activation mode is parallel-reload. needCommit: Can not be deleted before being committed. needDeactive: Can not be deleted before being deactivated. needDeactiveAndCommit: Can not be deleted before being deactivated and committed. parentPackageExists: Can not be deleted when parent package exists.
Context
- MIB
- ZXR10-SYSTEM-SOFTWARE-MIB
- OID
.1.3.6.1.4.1.3902.3.6002.8.2.1.3.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxr10SwInstallPackageInfoEntry
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::zxr10SwInstallPackageFailReason'
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::zxr10SwInstallPackageFailReason.<zxr10SwInstallPackageDisplayName>'
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::zxr10SwInstallPackageFailReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | success |
2 | unknownErr |
3 | noMem |
4 | pending |
5 | executing |
6 | cmdNotFinish |
7 | notSupport |
8 | cancel |
9 | pkgNotExist |
10 | pkgActivated |
11 | pkgNotActivated |
12 | unmatchMajorVer |
13 | runVerSyn |
14 | cannotDeactBase |
15 | isolateSscFailed |
16 | reloadPkgDeactFailed |
17 | notMeetDepend |
18 | actConflict |
19 | leNotReady |
20 | noActByVnd |
21 | issuNotSupport |
50 | needCommit |
51 | needDeactive |
52 | needDeactiveAndCommit |
53 | parentPackageExists |