licenseFeatureStatus
RAD-License-MIB ·
.1.3.6.1.4.1.164.6.2.73.1.2.1.3
Object
column
Enumeration
This variable denotes the status of the current feature.
inactive - current feature has no license or it is disabled.
perpetual - feature license will not expire.
perpetualAll - feature license will not expire, new features will be also perpetual.
temporary - feature license is temporary.
temporaryAll - temporary license for all features.
This value is sent in the license expiration traps:
systemLicenseExpired and systemLicenseAboutToExpire.
expired - license of the current feature has expired.
Context
- MIB
- RAD-License-MIB
- OID
.1.3.6.1.4.1.164.6.2.73.1.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- licenseFeatureEntry
- Table
- licenseFeatureTable
- Siblings
- 7
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
2 | perpetual |
3 | perpeutalAll |
4 | temporary |
5 | temporaryAll |
6 | expired |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| licenseFeatureId This is a feature identifier comprised of 10 digits containing the main feature
and sub feature. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.164.6.2.73.1.2.1.1 |
| licenseFeatureName ASCII string specifying the feature name. | column | OctetString | .1.3.6.1.4.1.164.6.2.73.1.2.1.2 |
| licenseFeatureMaxAvailableQuantity This is the maximum number of feature entities that the device contains.
For unlimited quantity, the agent will return 0xffffffff (4294967295). | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.164.6.2.73.1.2.1.4 |
| licenseFeatureAllowedQuantity This is the number of licensed entities that the user installed/paid for.
For unlimited quantity, the agent will return 0xffffffff (4294967295). | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.164.6.2.73.1.2.1.5 |
| licenseFeatureQuantityInUse The number of used licensed entities. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.164.6.2.73.1.2.1.6 |
| licenseFeatureExpiration This is the number of seconds remaining until the license expires.
A value of 0 shows that the license is expired.
A perpetual license will have a value of: 'FFFFFFFF' hex. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.164.6.2.73.1.2.1.7 |
| licenseFeatureActivationCmd This object is used to activate or deactivate a license feature.
It may only be set if licenseId is 0xffffffff (hardcoded license).
activate - Activate the license feature.
deac… | column | Enumeration | .1.3.6.1.4.1.164.6.2.73.1.2.1.8 |