ctcLicenseState
CISCO-TRANSACTION-CONNECTION-MIB ·
.1.3.6.1.4.1.9.9.144.1.1.1
Object
scalar
Enumeration
The state of the Transaction Connection license.
unconfigured : A license key has not been provided.
notValidatedYet : A license key has been provided, but
it cannot be validated until a server
is created. When the first server is
created, the license key is validated,
changing the license state to one of
the following.
badKey : The content of ctcLicenseKey is not a
valid license key.
licenseOK : The license has been validated.
expired : The expiration date of the license
has passed.
Context
- MIB
- CISCO-TRANSACTION-CONNECTION-MIB
- OID
.1.3.6.1.4.1.9.9.144.1.1.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- ctcLicense
- Siblings
- 4
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unconfigured |
2 | notValidatedYet |
3 | badKey |
4 | licenseOK |
5 | expired |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ctcLicenseKey A Transaction Connection license key. The field must
be exactly 32 hexadecimal characters in length. | scalar | OctetString | .1.3.6.1.4.1.9.9.144.1.1.2 |
| ctcLicenseMaxConn The maximum number of connections allowed by the license.
This field contains zero if the license is for an unlimited
number of connections or if the ctcLicenseState is not
licen… | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.144.1.1.3 |
| ctcLicenseCurrConn Current number of connections in use. Normally, the value
of this field should be less then or equal to the value in
ctcLicenseMaxConn if it is not zero. However, when a license
k… | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.144.1.1.4 |
| ctcLicenseExpiration The expiration date of the Transaction Connection
license. This object contains a valid expiration date only
if the license is not permanent. | scalar | SNMPv2-TCDateAndTime | .1.3.6.1.4.1.9.9.144.1.1.5 |