ciscoCableLicenseLastActionFailCause
CISCO-CABLE-LICENSE-MIB ·
.1.3.6.1.4.1.9.9.839.1.1.7
Object
column Enumeration
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
Context
- MIB
- CISCO-CABLE-LICENSE-MIB
- OID
.1.3.6.1.4.1.9.9.839.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ciscoCableLicenseInfoEntry
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 'CISCO-CABLE-LICENSE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CABLE-LICENSE-MIB::ciscoCableLicenseLastActionFailCause'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CABLE-LICENSE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CABLE-LICENSE-MIB::ciscoCableLicenseLastActionFailCause.<ciscoCableLicenseIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CABLE-LICENSE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CABLE-LICENSE-MIB::ciscoCableLicenseLastActionFailCause'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noError |
2 | configLocked |
3 | cappedEnabledAlready |
4 | cappedLessThanUsed |
5 | cappedCountSaveFail |
6 | cmtsNotReady |
7 | wrongValue |