zxr10SwInstallSetActivationType
ZXR10-SYSTEM-SOFTWARE-MIB ·
.1.3.6.1.4.1.3902.3.6002.8.2.1.4.1.7
Object
column r/w
Enumeration
Activation type of the installed set, description as follows: normal: Normal upgrade. parallelReload: The system units will be reloaded at the same time. parallelReloadGrace: The system units will be reset gracefully and reloaded at the same time. issuGrace: In-service software upgrade, the system units will be reset gracefully and reloaded one by one.
Context
- MIB
- ZXR10-SYSTEM-SOFTWARE-MIB
- OID
.1.3.6.1.4.1.3902.3.6002.8.2.1.4.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zxr10SwInstallSetInfoEntry
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::zxr10SwInstallSetActivationType'
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::zxr10SwInstallSetActivationType.<zxr10SwInstallSetName>'
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::zxr10SwInstallSetActivationType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
3 | parallelReload |
5 | parallelReloadGrace |
6 | issuGrace |