All MIBs › CISCO-SYSLOG-MIB › clogHistMsgName
clogHistMsgName
Module: CISCO-SYSLOG-MIB
OID (symbolic): CISCO-SYSLOG-MIB::clogHistMsgName
OID (numeric): 1.3.6.1.4.1.9.9.41.1.2.3.1.4
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description:
A textual identification for the message type. A facility name in conjunction with a message name uniquely identifies a message type.
What is clogHistMsgName?
This read-only object contains the name identifier of a syslog message type (such as 'CONFIG_I' or 'LINK_DOWN') that was logged by a Cisco device. In combination with the facility name, it uniquely identifies the category of system event that occurred. Network operations teams use these message names to filter and search through large logs when investigating system issues.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.41.1.2.3.1.4 snmpwalk -v2c -c public <target> CISCO-SYSLOG-MIB::clogHistMsgName
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.41.1.2.3.1.4.1 snmpget -v2c -c public <target> CISCO-SYSLOG-MIB::clogHistMsgName.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> clogHistMsgName.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.9 | cisco | CISCO-SMI |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| 1.3.6.1.4.1.9.9.41 | ciscoSyslogMIB | CISCO-SYSLOG-MIB |
| 1.3.6.1.4.1.9.9.41.1 | ciscoSyslogMIBObjects | CISCO-SYSLOG-MIB |
| 1.3.6.1.4.1.9.9.41.1.2 | clogHistory | CISCO-SYSLOG-MIB |
| 1.3.6.1.4.1.9.9.41.1.2.3 | clogHistoryTable | CISCO-SYSLOG-MIB |
| 1.3.6.1.4.1.9.9.41.1.2.3.1 | clogHistoryEntry | CISCO-SYSLOG-MIB |
| 1.3.6.1.4.1.9.9.41.1.2.3.1.4 | clogHistMsgName | CISCO-SYSLOG-MIB |