cmmcaRtLogLevel
CISCO-MMODAL-CONTACT-APPS-MIB ·
.1.3.6.1.4.1.9.9.664.1.5.1.1.7
Object
column CmmcaSeverityLevel
The current log level of the service. A log level acts as
a filter to decide which events will be logged. Hence a log level
has the same values as defined in CmmcaSeverityLevel. A log level
will enable the service to log events that have atleast the designated
severity. For eg: a log level set to warning(5) will only log events
that have a level of atleast warning(5) severity; ie;
All emergency(1), alert(2), critical(3), error(4), warning(5) events
will be logged.
'emergency': This log level indicates that only events of such
severity will be logged. .
'alert': This log level indicates that all emergency and
alert events will be logged.
'critical': This log level indicates that all emergency,
alert and critical events will be logged.
'error': This log level indicates that all emergency,
alert, critical and error level events will be
logged.
'warning': This log level indicates that all emergency,
alert, critical, error and warning events will be
logged.
'notice': This log level indicates that all emergency,
alert, critical, error, warning and notice level
events will be logged.
'informational': This log level indicates that all emergency,
alert, critical, error, warning, notice and
informational events will be logged.
'debug': This log level indicates that all emergency,
alert, critical, error, warning, notice and debug
level events will be logged.
Context
- MIB
- CISCO-MMODAL-CONTACT-APPS-MIB
- OID
.1.3.6.1.4.1.9.9.664.1.5.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cmmcaServiceEntry
- Groups
- 1
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-MMODAL-CONTACT-APPS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MMODAL-CONTACT-APPS-MIB::cmmcaRtLogLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-MMODAL-CONTACT-APPS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MMODAL-CONTACT-APPS-MIB::cmmcaRtLogLevel.<cmmcaServiceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-MMODAL-CONTACT-APPS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-MMODAL-CONTACT-APPS-MIB::cmmcaRtLogLevel'
Syntax
- Source
- CmmcaSeverityLevel
- Base type
Enumeration
Values & Constraints
Type Values
1 | emergency |
2 | alert |
3 | critical |
4 | error |
5 | warning |
6 | notice |
7 | informational |
8 | debug |
Conformance
Member of