MIB Viewer

ciscoCableLicenseLastActionFailCause

OBJECT-TYPE
1.3.6.1.4.1.9.9.839.1.1.7
Access
read-only
Status
current
Sub-identifiers
0
This object indicates the result of the latest write operation to ciscoCableLicenseEnforcementEnabled or ciscoCableLicenseCapLimit 'noError' : The operation was successful. 'configLocked' : write failed because the CMTS is in config locked state. 'cappedEnabledAlready': write failed because the capped enforcement has already been enabled for this feature. 'cappedLessThanUsed': write failed because the capped count to be set is less than what was being used. 'cappedCountSaveFail': This is due to writing into database failed. 'cmtsNotReady': This may happend when try to send write request during cmts is booting up. 'wrongValue': This indicates the value of user input is an invalid value
INTEGER { noError(1), configLocked(2), cappedEnabledAlready(3), cappedLessThanUsed(4), cappedCountSaveFail(5), cmtsNotReady(6), wrongValue(7) }