CISCO-SYSLOG-MIB

File: CISCO-SYSLOG-MIB.mib (22252 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB CISCO-SMI INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Integer32 Counter32 Unsigned32
TEXTUAL-CONVENTION DisplayString TimeStamp
TruthValue RowStatus MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP SnmpAdminString
ciscoMgmt InetAddress InetAddressType

Defined Types

SyslogSeverity  
The severity of a syslog message. The enumeration values are equal to the values that syslog uses + 1. For example, with syslog, emergency=0. 'emergency' : system is unusable 'alert' : action must be taken immediately 'critical' : critical conditions 'error' : error conditions 'warning' : warning conditions 'notice' : normal but significant condition 'informational': informational messages 'debug' : debug-level messages.
TEXTUAL-CONVENTION    
  INTEGER emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), info(7), debug(8)  

ClogHistoryEntry  
SEQUENCE    
  clogHistIndex Integer32
  clogHistFacility DisplayString
  clogHistSeverity SyslogSeverity
  clogHistMsgName DisplayString
  clogHistMsgText DisplayString
  clogHistTimestamp TimeStamp

ClogServerConfigEntry  
SEQUENCE    
  clogServerAddrType InetAddressType
  clogServerAddr InetAddress
  clogServerStatus RowStatus

Defined Values

ciscoSyslogMIB 1.3.6.1.4.1.9.9.41
The MIB module to describe and store the system messages generated by the IOS and any other OS which supports syslogs.
MODULE-IDENTITY    

ciscoSyslogMIBObjects 1.3.6.1.4.1.9.9.41.1
OBJECT IDENTIFIER    

clogBasic 1.3.6.1.4.1.9.9.41.1.1
OBJECT IDENTIFIER    

clogHistory 1.3.6.1.4.1.9.9.41.1.2
OBJECT IDENTIFIER    

clogServer 1.3.6.1.4.1.9.9.41.1.3
OBJECT IDENTIFIER    

clogNotificationsSent 1.3.6.1.4.1.9.9.41.1.1.1
The number of clogMessageGenerated notifications that have been sent. This number may include notifications that were prevented from being transmitted due to reasons such as resource limitations and/or non-connectivity. If one is receiving notifications, one can periodically poll this object to determine if any notifications were missed. If so, a poll of the clogHistoryTable might be appropriate.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

clogNotificationsEnabled 1.3.6.1.4.1.9.9.41.1.1.2
Indicates whether clogMessageGenerated notifications will or will not be sent when a syslog message is generated by the device. Disabling notifications does not prevent syslog messages from being added to the clogHistoryTable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

clogMaxSeverity 1.3.6.1.4.1.9.9.41.1.1.3
Indicates which syslog severity levels will be processed. Any syslog message with a severity value greater than this value will be ignored by the agent. note: severity numeric values increase as their severity decreases, e.g. 'error' is more severe than 'debug'.
Status: current Access: read-write
OBJECT-TYPE    
  SyslogSeverity  

clogMsgIgnores 1.3.6.1.4.1.9.9.41.1.1.4
The number of syslog messages which were ignored. A message will be ignored if it has a severity value greater than clogMaxSeverity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

clogMsgDrops 1.3.6.1.4.1.9.9.41.1.1.5
The number of syslog messages which could not be processed due to lack of system resources. Most likely this will occur at the same time that syslog messages are generated to indicate this lack of resources. Increases in this object's value may serve as an indication that system resource levels should be examined via other mib objects. A message that is dropped will not appear in the history table and no notification will be sent for this message.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

clogOriginIDType 1.3.6.1.4.1.9.9.41.1.1.6
This object identifies the type of value that will be contained in clogOriginID object. The possible value(s) are: 'none' : do not send origin identifier in syslog messages. 'other' : type that is not identified by other values specified in this object. 'hostName' : Send hostname of the system in syslog messages. 'ipv4Address': Send IP address of the sending interface. 'contextName': Send context name of the security device. 'userDefined': Send user configured string in syslog message. The value 'other' and 'none' can not be set but can only be read.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), other(2), hostName(3), ipv4Address(4), contextName(5), userDefined(6)  

clogOriginID 1.3.6.1.4.1.9.9.41.1.1.7
This object is used for configuring the origin identifier for the syslog messages. The origin identifier is useful for identifying the source of system logging messages in cases syslog messages from multiple devices are sent to a single syslog host. The origin identifier is added to the beginning of all system logging (syslog) messages sent to remote hosts. The type of the identifier is specified by clogOriginIDType object. This object can be written by the SNMP manager only when clogOriginIDType is set to 'userDefined'. For following value(s) of clogOriginIDType, this object can not be set; the value of this object is derived by the system in these cases: 'contextName' 'ipv4Address' 'hostName' 'other' 'none' This object contains the context name of the device, when clogOriginIDType is set to 'contextName'. This object contains IPv4 address (in dotted decimal notation) of the sending interface when clogOriginIDType is set to 'ipv4Address'. This object contains hostname of the system when clogOriginIDType is set to 'hostName'. This object will contain zero length octet string when clogOriginIDType is either 'none' or 'other'.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

clogHistTableMaxLength 1.3.6.1.4.1.9.9.41.1.2.1
The upper limit on the number of entries that the clogHistoryTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and a new one will be created.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..500  

clogHistMsgsFlushed 1.3.6.1.4.1.9.9.41.1.2.2
The number of entries that have been removed from the clogHistoryTable in order to make room for new entries. This object can be utilized to determine whether your polling frequency on the history table is fast enough and/or the size of your history table is large enough such that you are not missing messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

clogHistoryTable 1.3.6.1.4.1.9.9.41.1.2.3
A table of syslog messages generated by this device. All 'interesting' syslog messages (i.e. severity <= clogMaxSeverity) are entered into this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClogHistoryEntry

clogHistoryEntry 1.3.6.1.4.1.9.9.41.1.2.3.1
A syslog message that was previously generated by this device. Each entry is indexed by a message index.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClogHistoryEntry  

clogHistIndex 1.3.6.1.4.1.9.9.41.1.2.3.1.1
A monotonically increasing integer for the sole purpose of indexing messages. When it reaches the maximum value the agent flushes the table and wraps the value back to 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

clogHistFacility 1.3.6.1.4.1.9.9.41.1.2.3.1.2
Name of the facility that generated this message. For example: 'SYS'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

clogHistSeverity 1.3.6.1.4.1.9.9.41.1.2.3.1.3
The severity of the message.
Status: current Access: read-only
OBJECT-TYPE    
  SyslogSeverity  

clogHistMsgName 1.3.6.1.4.1.9.9.41.1.2.3.1.4
A textual identification for the message type. A facility name in conjunction with a message name uniquely identifies a message type.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..30)  

clogHistMsgText 1.3.6.1.4.1.9.9.41.1.2.3.1.5
The text of the message. If the text of the message exceeds 255 bytes, the message will be truncated to 254 bytes and a '*' character will be appended - indicating that the message has been truncated.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

clogHistTimestamp 1.3.6.1.4.1.9.9.41.1.2.3.1.6
The value of sysUpTime when this message was generated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

clogMaxServers 1.3.6.1.4.1.9.9.41.1.3.1
The maximum number of syslog servers that can be configured for the system in clogServerConfigTable. A value of zero for this object indicates there is no specified limit for the system and is only dictated by system resources.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clogServerConfigTable 1.3.6.1.4.1.9.9.41.1.3.2
This table contains entries that allow application to configure syslog servers for the system. The maximum number of entries that can be created for this table is limited by the object clogMaxServers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClogServerConfigEntry

clogServerConfigEntry 1.3.6.1.4.1.9.9.41.1.3.2.1
An entry containing information about syslog servers configured for the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClogServerConfigEntry  

clogServerAddrType 1.3.6.1.4.1.9.9.41.1.3.2.1.1
The type of Internet address of this syslog server.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

clogServerAddr 1.3.6.1.4.1.9.9.41.1.3.2.1.2
The Internet address of this syslog server. The type of this address is determined by the value of the clogServerAddrType object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(0..64)  

clogServerStatus 1.3.6.1.4.1.9.9.41.1.3.2.1.3
The status object used to manage rows in this table. A row may only be created by setting this object to 'createAndGo'. A row may only be deleted by setting this object to 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoSyslogMIBNotificationPrefix 1.3.6.1.4.1.9.9.41.2
OBJECT IDENTIFIER    

ciscoSyslogMIBNotifications 1.3.6.1.4.1.9.9.41.2.0
OBJECT IDENTIFIER    

clogMessageGenerated 1.3.6.1.4.1.9.9.41.2.0.1
When a syslog message is generated by the device a clogMessageGenerated notification is sent. The sending of these notifications can be enabled/disabled via the clogNotificationsEnabled object.
Status: current Access: read-create
NOTIFICATION-TYPE    

ciscoSyslogMIBConformance 1.3.6.1.4.1.9.9.41.3
OBJECT IDENTIFIER    

ciscoSyslogMIBCompliances 1.3.6.1.4.1.9.9.41.3.1
OBJECT IDENTIFIER    

ciscoSyslogMIBGroups 1.3.6.1.4.1.9.9.41.3.2
OBJECT IDENTIFIER    

ciscoSyslogMIBCompliance 1.3.6.1.4.1.9.9.41.3.1.1
The compliance statement for entities which implement the Cisco syslog MIB.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

ciscoSyslogMIBComplianceRev1 1.3.6.1.4.1.9.9.41.3.1.2
The compliance statement for entities which implement the Cisco syslog MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoSyslogMIBGroup 1.3.6.1.4.1.9.9.41.3.2.1
A collection of objects providing the syslog MIB capability.
Status: current Access: read-create
OBJECT-GROUP    

clogNotificationsGroup 1.3.6.1.4.1.9.9.41.3.2.2
A collection of notification(s) for syslog feature.
Status: current Access: read-create
NOTIFICATION-GROUP    

clogServerGroup 1.3.6.1.4.1.9.9.41.3.2.3
A collection of objects providing syslog server information for the system.
Status: current Access: read-create
OBJECT-GROUP    

clogOriginIDGroup 1.3.6.1.4.1.9.9.41.3.2.4
A collection of objects providing information on origin of syslog messages.
Status: current Access: read-create
OBJECT-GROUP