HPN-ICF-LICENSE-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.145
- Last updated
- 2013-09-18 10:00
- Revisions
- 2013-09-18 10:00
- Namespace
- hp
- Source file
HPN-ICF-LICENSE-MIB- Digest
sha256:e66e0216fcf6211b2ed1a5b5216188091f83d9f6c0caccfb43076585037c5240
Description
This MIB is used to manage license, including license key, activation key and activation file.
Imports
| From | Symbols |
|---|---|
| ENTITY-MIB | PhysicalIndex, PhysicalIndexOrZero |
| HPN-ICF-OID-MIB | hpnicfCommon |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DateAndTime, DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
ENTITY-MIB HPN-ICF-LICENSE-MIB HPN-ICF-OID-MIB IANA-ENTITY-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC UUID-TC-MIB
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpnicfLicenseScalarObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.145.1 | |||
| hpnicfLicenseNotifyEnable OBJECT-TYPE This object indicates whether the notifications of license should be generated. | 1.3.6.1.4.1.11.2.14.11.15.2.145.1.1 | TruthValue | read-write | current |
| hpnicfLicenseOpEntryMaxNum OBJECT-TYPE This object indicates the maximum number of entries that may be held in hpnicfLicenseOpEntry. When the number of entries in hpnicfLicenseOpEntry reached the value of this object, the oldest entry would be destroyed automatic after executing a new operation. | 1.3.6.1.4.1.11.2.14.11.15.2.145.1.2 | Unsigned32 (1..20) | read-write | current |
| hpnicfLicenseNextFreeOpIndex OBJECT-TYPE This object indicates the appropriate value for hpnicfLicenseOpIndex that can be used to create an entry in hpnicfLicenseOpTable. | 1.3.6.1.4.1.11.2.14.11.15.2.145.1.3 | Unsigned32 | read-only | current |
| hpnicfLicenseTables OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.145.2 | |||
| hpnicfLicenseDevInfoTable OBJECT-TYPE A table that displays device information which use to apply license. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1 | not-accessible | current | |
| hpnicfLicenseDevInfoEntry OBJECT-TYPE A set of objects that displays device information of license. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1 | not-accessible | current | |
| hpnicfLicensePhysicalIndex OBJECT-TYPE The entPhysicalIndex of the device. The meaning of this object is associated with the management state which from hpnicfLicenseInstallType. Note that: 1) hpnicfLicenseInstallType is installInChassis. This object represents the entPhysicalIndex of the local active MPU. 2) hpnicfLicenseInstallType is installInSlot. This object represents the entPhysicalIndex of MPU boards. 3) hpnicfLicenseInstallType is installInCPU. This object represents the entPhysicalIndex of the CPUs on an MPU board. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1.1 | PhysicalIndex | accessible-for-notify | current |
| hpnicfLicenseSN OBJECT-TYPE The serial number of the device. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1.2 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| hpnicfLicenseDeviceIDType OBJECT-TYPE The types of device ID. invalid - The device ID is invalid. keyString - The device ID is a string. file - The device ID is a file. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1.3 | INTEGER {invalid(1), keyString(2), file(3)} | read-only | current |
| hpnicfLicenseDeviceID OBJECT-TYPE A string represents the device ID. For example: Device ID: XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX This object can not be read when hpnicfLicenseDeviceIDType is invalid, and a file name with full path while hpnicfLicenseDeviceIDType is file. For example: Device ID: flash:/xxx.did | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1.4 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| hpnicfLicenseHardwareInfo OBJECT-TYPE The information of the device hardware. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1.5 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| hpnicfLicenseMaxNum OBJECT-TYPE The max number of licenses that can be installed in device. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1.6 | Unsigned32 | read-only | current |
| hpnicfLicenseUsedNum OBJECT-TYPE The number of installed licenses. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1.7 | Unsigned32 | read-only | current |
| hpnicfLicenseRecyclableNum OBJECT-TYPE The number of recyclable storage for licenses. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1.8 | Unsigned32 | read-only | current |
| hpnicfLicenseInstallType OBJECT-TYPE The state of license management. This object determines the instance of hpnicfLicensePhysicalIndex and hpnicfLicenseOpPhysicalIndex. invalid - The state is invalid as driver fault. installInChassis - License is chassis locked. installInSlot - License is MPU locked. installInCPU - License is CPU locked. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1.9 | INTEGER {invalid(1), installInChassis(2), installInSlot(3), installInCPU(4)} | read-only | current |
| hpnicfLicenseFileStoragePath OBJECT-TYPE The storage path of the installed license files. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.1.1.10 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| hpnicfLicenseGeneralTable OBJECT-TYPE A table that displays general information of installed license. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2 | not-accessible | current | |
| hpnicfLicenseGeneralEntry OBJECT-TYPE A set of objects that displays general information of installed license. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1 | not-accessible | current | |
| hpnicfLicenseIndex OBJECT-TYPE ID that can be used to uniquely identify a license. It may use a stable storage index. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.1 | Unsigned32 | accessible-for-notify | current |
| hpnicfLicenseFeature OBJECT-TYPE The name of the licensed feature. When there multiple features, this object will display with space as delimiter. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.2 | SnmpAdminString (SIZE(0..1024)) | read-only | current |
| hpnicfLicenseProductDescr OBJECT-TYPE The product description in a license. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.3 | OCTET STRING (SIZE(0..1024)) | read-only | current |
| hpnicfLicenseFileDescr OBJECT-TYPE The file description in activation file. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.4 | SnmpAdminString (SIZE(0..1024)) | read-only | current |
| hpnicfLicenseState OBJECT-TYPE The state of an installed license. invalid - The license is invalid and cannot be used. inuse - The license is being used. usable - The license is available for use. 1. If multiple days-restricted licenses for one feature are installed, only one license is in 'inuse' state and the rest licenses are in 'usable' state. 2. A date-restricted license is in this state if its start date is not reached. expired - The license has expired. uninstalled - The license has been uninstalled. unusable - The license cannot be used. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.5 | INTEGER {invalid(1), inuse(2), usable(3), expired(4), uninstalled(5), unusable(6)} | read-only | current |
| hpnicfLicenseActivationFile OBJECT-TYPE The name of an installed activation file, with device name and file name. For example: flash:/license/210231A1V0A1290000012013032718261184345.ak | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.6 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| hpnicfLicenseActivationKey OBJECT-TYPE The activation key that has been installed. For example: Activation Key: dyKT-x3vc-W@Ca-n4gn-Yo83-rVY3-C8:7-e3pg | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.7 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| hpnicfLicenseLicenseKey OBJECT-TYPE The license key that has been installed. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.8 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| hpnicfLicenseUninstActivationFile OBJECT-TYPE If an activation file is uninstalled, the system creates an uninstall file. Use this file together with the SN and DID of the transfer destination to register the license for the transfer destination. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.9 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| hpnicfLicenseUninstActivationKey OBJECT-TYPE If an activation key is uninstalled, the system creates an uninstall key. Use this key together with the SN and DID of the transfer destination to register the license for the transfer destination. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.10 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| hpnicfLicenseType OBJECT-TYPE License type by validity period. unknown - The system cannot obtain the license type. permanent - Purchased license that never expires and is always valid. daysRestricted - Purchased license that is valid for a period in days. trialDaysRestricted - Free trial license that is valid for a period in days. dateRestricted - Purchased license that is valid for an absolute date range. trialDateRestricted - Free trial license that is valid for an absolute date range. countRestricted - Purchased license that is valid for several useing times. trialCountRestricted - Free trial license that is valid for several useing times. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.11 | INTEGER {unknown(1), permanent(2), daysRestricted(3), trialDaysRestricted(4), dateRestricted(5), trialDateRestricted(6), countRestricted(7), trialCountRestricted(8)} | read-only | current |
| hpnicfLicenseInstalledTime OBJECT-TYPE Time when the license was installed. For example, it would be displayed as: 2013-9-20,13:30:15.0 | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.12 | DateAndTime | read-only | current |
| hpnicfLicenseUninstalledTime OBJECT-TYPE The time when the license was uninstalled. For example, it would be displayed as: 2013-9-26,15:12:20.0 | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.13 | DateAndTime | read-only | current |
| hpnicfLicenseDaysLeft OBJECT-TYPE Remaining days of the license. This object is available for a days-restricted license. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.14 | Unsigned32 | read-only | current |
| hpnicfLicenseValidityStart OBJECT-TYPE Start date for a date-restricted license. This object is available for a date-restricted license. But if the start date is not limited, this object is unavailable. For example, it would be displayed as: 2013-9-26,15:12:20.0 | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.15 | DateAndTime | read-only | current |
| hpnicfLicenseValidityEnd OBJECT-TYPE End date for a date-restricted license. This object is available for a date-restricted license. But if the end date is not limited, this object is unavailable. For example, it would be displayed as: 2014-9-26,15:12:20.0 | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.16 | DateAndTime | read-only | current |
| hpnicfLicenseExpiredDays OBJECT-TYPE Passed days after a license has been expired. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.17 | Unsigned32 | read-only | current |
| hpnicfLicenseCount OBJECT-TYPE The effective number of license. This object is available for a count-restricted license. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.2.1.18 | Unsigned32 | read-only | current |
| hpnicfLicenseFeatureTable OBJECT-TYPE A table that displays installed licenses for features. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.3 | not-accessible | current | |
| hpnicfLicenseFeatureEntry OBJECT-TYPE A set of objects that displays installed licenses for features. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.3.1 | not-accessible | current | |
| hpnicfLicenseFeatureName OBJECT-TYPE Feature that must be licensed before being used. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.3.1.1 | SnmpAdminString (SIZE(1..31)) | read-only | current |
| hpnicfLicenseFeatureState OBJECT-TYPE License type by purchasing state. notLicensed - The feature is not licensed. trialLicense - The feature is using trial license. formalLicense - The feature is using purchased license. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.3.1.2 | INTEGER {notLicensed(1), trialLicense(2), formalLicense(3)} | read-only | current |
| hpnicfLicenseOpTable OBJECT-TYPE A table that used to install or uninstall license. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4 | not-accessible | current | |
| hpnicfLicenseOpEntry OBJECT-TYPE A set of objects used to install or uninstall license. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1 | not-accessible | current | |
| hpnicfLicenseOpIndex OBJECT-TYPE ID that can be used to uniquely identify an operation. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.1 | Unsigned32 | accessible-for-notify | current |
| hpnicfLicenseOpPhysicalIndex OBJECT-TYPE This object indicates that the entPhysicalIndex of the device where the operation is being executed. The meaning of this object is associated with the management state from hpnicfLicenseInstallType. Note that: 1) hpnicfLicenseInstallType is installInChassis. This object represents the entPhysicalIndex of chassis local master. 2) hpnicfLicenseInstallType is installInSlot. This object represents the entPhysicalIndex of MPU boards. 3) hpnicfLicenseInstallType is installInCPU. This object represents the entPhysicalIndex of CPUs. This object must be set and can not be set to zero when executing an operation. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.2 | PhysicalIndexOrZero | read-create | current |
| hpnicfLicenseOpType OBJECT-TYPE 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. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.3 | INTEGER {compress(1), delete(2), installActivationFile(3), installActivationKey(4), installLicenseKey(5), uninstallActivationFile(6), uninstallActivationKey(7), uninstallLicenseKey(8)} | read-create | current |
| hpnicfLicenseOpString OBJECT-TYPE This object might be an activation file name, an activation key or a license key that is to be installed, uninstalled or deleted. The operation type is specified in hpnicfLicenseOpType. For compressing, this object must not be bound when creating a row. For deletion, this object could be an activation file, an activation key or a license key. For installActivationFile and uninstallActivationFile, this object must be a name of an activation file, with full path. Such as: flash:/license/210231A1V0A1290000012013032718261184345.ak For installActivationKey and uninstallActivationKey, this object must be an activation key. For installLicenseKey and uninstallLicenseKey, this object must be a license key. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.4 | SnmpAdminString (SIZE(0..255)) | read-create | current |
| hpnicfLicenseOpNotifyEnable OBJECT-TYPE This object indicates whether 'hpnicfLicenseOpCompletion' notifications will be generated after this operation is completed. Note that, this object is meaningless if the value of 'hpnicfLicenseNotifyEnable' is 'false'. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.5 | TruthValue | read-create | current |
| hpnicfLicenseOpRowStatus OBJECT-TYPE The status of this conceptual row. When an entry was in active status, values of any object in this entry are forbidden to be changed. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.6 | RowStatus | read-create | current |
| hpnicfLicenseOpState OBJECT-TYPE The state of this operation. opInProgress - This operation is in progress. opSuccessful - Successful to execute this operation. opFailed - Failed to execute this operation, and 'hpnicfLicenseOpFailedReason' will indicate the detailed cause of the failure. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.7 | INTEGER {opInProgress(1), opSuccessful(2), opFailed(3)} | read-only | current |
| hpnicfLicenseOpFailedReason OBJECT-TYPE This object indicates the detailed cause of the failure when this operation failed. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.8 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| hpnicfLicenseOpEndTime OBJECT-TYPE The value of sysUpTime when the operation is done. | 1.3.6.1.4.1.11.2.14.11.15.2.145.2.4.1.9 | TimeTicks | read-only | current |
| hpnicfLicenseNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.145.3 | |||
| hpnicfLicenseNotificationPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.145.3.0 | |||
| hpnicfLicenseNotificationBindings OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.145.3.1 | |||
| hpnicfLicenseBindValidityPeriodRemaining OBJECT-TYPE This object indicates the remaining days before the feature's license expires. | 1.3.6.1.4.1.11.2.14.11.15.2.145.3.1.1 | Unsigned32 | accessible-for-notify | current |
Notifications
| Name | OID | Status |
|---|---|---|
| hpnicfLicenseOpCompletion NOTIFICATION-TYPE This notification is generated when a license operation completed. | 1.3.6.1.4.1.11.2.14.11.15.2.145.3.0.1 | current |
| hpnicfLicenseActivationFileLost NOTIFICATION-TYPE This notification is generated when the activation file has been lost. | 1.3.6.1.4.1.11.2.14.11.15.2.145.3.0.2 | current |
| hpnicfLicenseActivationFileRestored NOTIFICATION-TYPE This notification is generated when the activation file restored successfully. | 1.3.6.1.4.1.11.2.14.11.15.2.145.3.0.3 | current |
| hpnicfLicenseExpired NOTIFICATION-TYPE This notification is generated when the license expires. | 1.3.6.1.4.1.11.2.14.11.15.2.145.3.0.4 | current |
| hpnicfLicenseExpireWarning NOTIFICATION-TYPE This notification is generated when is about to expire. | 1.3.6.1.4.1.11.2.14.11.15.2.145.3.0.5 | current |