h3cLicenseOpType
H3C-LICENSE-MIB ·
.1.3.6.1.4.1.2011.10.2.145.2.4.1.3
Object
column r/w
Enumeration
The type of this operation.
compress - Compress the license storage if the free license storage
is not sufficient.
Note that:
1) After compressing, the expired licenses and uninstalled licenses
in the storage area will be cleared.
2) The DID changes each time the license storage is compressed.
3) Before performing a compression, make sure all activation files
generated based on the old DID have been installed.
They cannot be installed after the compression.
delete - Compress one license storage only.
installActivationFile - Install an activation file.
installActivationKey - Install an activation key.
installLicenseKey - Install a license key.
uninstallActivationFile - Uninstall an activation file.
uninstallActivationKey - Uninstall an activation key.
uninstallLicenseKey - Uninstall a license key.
Context
- MIB
- H3C-LICENSE-MIB
- OID
.1.3.6.1.4.1.2011.10.2.145.2.4.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- h3cLicenseOpEntry
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 'H3C-LICENSE-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-LICENSE-MIB::h3cLicenseOpType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-LICENSE-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-LICENSE-MIB::h3cLicenseOpType.<h3cLicenseOpIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-LICENSE-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-LICENSE-MIB::h3cLicenseOpType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | compress |
2 | delete |
3 | installActivationFile |
4 | installActivationKey |
5 | installLicenseKey |
6 | uninstallActivationFile |
7 | uninstallActivationKey |
8 | uninstallLicenseKey |