CISCOSB-SYSLOG-MIB

File: CISCOSB-SYSLOG-MIB.mib (15770 bytes)

Imported modules

CISCOSB-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

switch001 OBJECT-TYPE IpAddress
Unsigned32 Counter32 MODULE-IDENTITY
DisplayString TEXTUAL-CONVENTION TruthValue
RowStatus

Defined Types

RlSyslogSeverity  
This textual convention maps out to the minimal severity levels of syslog messages, or indicate non Active. The syslog protocol uses the values 0 (emergency), to 7 (debug) last value notActive added to indicate inactivity.
TEXTUAL-CONVENTION    
  INTEGER emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7), notActive(8)  

RlSyslogLogEntry  
SEQUENCE    
  rlSyslogLogCounter Unsigned32
  rlSyslogLogDateTime DisplayString
  rlSyslogLogAppMnemonic DisplayString
  rlSyslogLogSeverity RlSyslogSeverity
  rlSyslogLogMessageMnemonic DisplayString
  rlSyslogLogText1 DisplayString
  rlSyslogLogText2 DisplayString
  rlSyslogLogText3 DisplayString
  rlSyslogLogText4 DisplayString

RlSyslogLogCacheEntry  
SEQUENCE    
  rlSyslogLogCacheCounter Unsigned32
  rlSyslogLogCacheDateTime DisplayString
  rlSyslogLogCacheAppMnemonic DisplayString
  rlSyslogLogCacheSeverity RlSyslogSeverity
  rlSyslogLogCacheMessageMnemonic DisplayString
  rlSyslogLogCacheText1 DisplayString
  rlSyslogLogCacheText2 DisplayString
  rlSyslogLogCacheText3 DisplayString
  rlSyslogLogCacheText4 DisplayString

Defined Values

rlSyslog 1.3.6.1.4.1.9.6.1.101.82
The private MIB module definition for SYSLOG services in CISCOSB devices.
MODULE-IDENTITY    

rlSyslogPrivate 1.3.6.1.4.1.9.6.1.101.82.2
OBJECT IDENTIFIER    

rlSyslogGlobalEnable 1.3.6.1.4.1.9.6.1.101.82.2.1
Global enable for syslog flash, syslog cache and syslog UDP. When set to false, only console logging is performed.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSyslogMinLogToConsoleSeverity 1.3.6.1.4.1.9.6.1.101.82.2.2
The minimal severity to log to console. Lower severity will not be written to console. Value notActive indicate this activity is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  RlSyslogSeverity  

rlSyslogMinLogToFileSeverity 1.3.6.1.4.1.9.6.1.101.82.2.3
The minimal severity to log to LogFile. Lower severity will not be written to the LogFile. Value notActive indicates this activity is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  RlSyslogSeverity  

rlSyslogMinLogToCacheSeverity 1.3.6.1.4.1.9.6.1.101.82.2.4
The minimal severity to log to memory cache. Lower severity will not be read from cache. Value notActive indicate this activity is disabled. Note that all events are logged to cache unless its severity is notActive.
Status: current Access: read-write
OBJECT-TYPE    
  RlSyslogSeverity  

rlSyslogClearLogfile 1.3.6.1.4.1.9.6.1.101.82.2.5
Setting to a value other than 0 results in deleting the log file.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

rlSyslogClearCache 1.3.6.1.4.1.9.6.1.101.82.2.6
Setting to a value other than 0 results in clearing the memory cache.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

rlSyslogMibVersion 1.3.6.1.4.1.9.6.1.101.82.2.7
The Syslog MIB's version. It's 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlSyslogLogTable 1.3.6.1.4.1.9.6.1.101.82.2.8
A table containing events sent to the system log file.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlSyslogLogEntry

rlSyslogLogEntry 1.3.6.1.4.1.9.6.1.101.82.2.8.1
A log entry
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSyslogLogEntry  

rlSyslogLogCounter 1.3.6.1.4.1.9.6.1.101.82.2.8.1.1
A counter that identifies this entry - used to differentiate logged entries. And the order given is the order of logging. A entries may not form sequence of this value. (Time is not a differentiating element as logged entries may come in a sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlSyslogLogDateTime 1.3.6.1.4.1.9.6.1.101.82.2.8.1.2
The time in string (formated DD-MMM-YYYY HH:MM:SS e.g 14-Apr-2002 10:33:31), when the error was logged..
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlSyslogLogAppMnemonic 1.3.6.1.4.1.9.6.1.101.82.2.8.1.3
Application that created this error.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..8)  

rlSyslogLogSeverity 1.3.6.1.4.1.9.6.1.101.82.2.8.1.4
Severity of the reported error.
Status: current Access: read-only
OBJECT-TYPE    
  RlSyslogSeverity  

rlSyslogLogMessageMnemonic 1.3.6.1.4.1.9.6.1.101.82.2.8.1.5
Short identifier of this message that created this error.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlSyslogLogText1 1.3.6.1.4.1.9.6.1.101.82.2.8.1.6
The text of the logged message without time and date - part 1.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..160)  

rlSyslogLogText2 1.3.6.1.4.1.9.6.1.101.82.2.8.1.7
The text of the logged message without time and date - part 2.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..160)  

rlSyslogLogText3 1.3.6.1.4.1.9.6.1.101.82.2.8.1.8
The text of the logged message without time and date - part 3.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..160)  

rlSyslogLogText4 1.3.6.1.4.1.9.6.1.101.82.2.8.1.9
The text of the logged message without time and date - part 4.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..160)  

rlSyslogLogCacheTable 1.3.6.1.4.1.9.6.1.101.82.2.9
A table containing errors registered to system cache.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlSyslogLogCacheEntry

rlSyslogLogCacheEntry 1.3.6.1.4.1.9.6.1.101.82.2.9.1
A log history entry
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSyslogLogCacheEntry  

rlSyslogLogCacheCounter 1.3.6.1.4.1.9.6.1.101.82.2.9.1.1
A counter that identifies this entry - used to differentiate logged entries. And the order given is the order of logging. A entries may not form sequence of this value. (Time is not a differentiating element as logged entries may come in a sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlSyslogLogCacheDateTime 1.3.6.1.4.1.9.6.1.101.82.2.9.1.2
The time in string (formated DD-MMM-YYYY HH:MM:SS e.g 14-Apr-2002 10:33:31), when the eroor was logged..
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlSyslogLogCacheAppMnemonic 1.3.6.1.4.1.9.6.1.101.82.2.9.1.3
Application that created this error.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..8)  

rlSyslogLogCacheSeverity 1.3.6.1.4.1.9.6.1.101.82.2.9.1.4
Severity of the reported error.
Status: current Access: read-only
OBJECT-TYPE    
  RlSyslogSeverity  

rlSyslogLogCacheMessageMnemonic 1.3.6.1.4.1.9.6.1.101.82.2.9.1.5
Short identifier of this message that created this error.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlSyslogLogCacheText1 1.3.6.1.4.1.9.6.1.101.82.2.9.1.6
The text of the logged message without time and date - part 1.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..160)  

rlSyslogLogCacheText2 1.3.6.1.4.1.9.6.1.101.82.2.9.1.7
The text of the logged message without time and date - part 2.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..160)  

rlSyslogLogCacheText3 1.3.6.1.4.1.9.6.1.101.82.2.9.1.8
The text of the logged message without time and date - part 3.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..160)  

rlSyslogLogCacheText4 1.3.6.1.4.1.9.6.1.101.82.2.9.1.9
The text of the logged message without time and date - part 4.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..160)  

rlSyslogConsoleMessagesIgnored 1.3.6.1.4.1.9.6.1.101.82.2.10
This is a count of messages not sent to the console because the severity level of the message was above rlSyslogMinLogToConsoleSeverity, the higher the level, the lower the severity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogFileMessagesIgnored 1.3.6.1.4.1.9.6.1.101.82.2.11
This is a count of messages not sent to the file because the severity level of the message was above rlSyslogMinLogToFileSeverity, the higher the level, the lower the severity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogFileMessagesLogged 1.3.6.1.4.1.9.6.1.101.82.2.12
This is a count of all the messages currently held in the Log file.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogCacheTotalMessages 1.3.6.1.4.1.9.6.1.101.82.2.13
This is a count of all the messages currently held in the cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogAggregationEnable 1.3.6.1.4.1.9.6.1.101.82.2.14
enable/disable Syslog aggregation
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSyslogAggregationAgingTime 1.3.6.1.4.1.9.6.1.101.82.2.15
aging time for Syslog aggregated messages
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 15..3600  

rlSyslogMinLogToWebSeverity 1.3.6.1.4.1.9.6.1.101.82.2.16
The minimal severity to log to WEB client. Lower severity will not be displayed in WEB client. Value notActive indicate this activity is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  RlSyslogSeverity  

rlSyslogAlarmFlag 1.3.6.1.4.1.9.6.1.101.82.2.17
The MIB is initiated by false and it is set to true every time when a syslog message with severity >= min_severity_to_alarm_threshold (host parameter) is generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSyslogOriginId 1.3.6.1.4.1.9.6.1.101.82.2.18
Defines the origin field of the SYSLOG message packets sent to the SYSLOG server
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(1), hostname(2), ip(3), ipv6(4), string(5)  

rlSyslogOriginIdString 1.3.6.1.4.1.9.6.1.101.82.2.19
Defines the string origin of the SYSLOG message packets sent to the SYSLOG server
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..160)  

rlSyslogHeaderSendingEnabled 1.3.6.1.4.1.9.6.1.101.82.2.20
Enabled sending/not sending of syslog header in syslog messages to syslog collectors.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSyslogPhaseOneTests 1.3.6.1.4.1.9.6.1.101.82.3
OBJECT IDENTIFIER    

rlSyslogPhaseOneTestGenerator 1.3.6.1.4.1.9.6.1.101.82.3.1
Writing a value to this leaf results in a test being run on the host.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER successfulRegistration(11), regTheSameComponentTwice(12), regWithInvalidComponentID(13), regWithInvalidApplicationID(14), regWithInvalidMessageString(15), regWithInvalidMessageList(16), regWithInvalidApplicationList(17), successfulLoggingWithNoParams(21), logWithUnregisteredComponentID(22), logWithInvalidComponentID(23), logWithBadApplicationID(24), logWithBadMessageID(25), paramFormatting(31), insufficientParams(32), incorrectParams(33), tooManyParams(34), oversizedParams(35), trapParams(36), successfulFatalError(41), fatalErrorThroughNonFatalInterface(42), nonFatalErrorThroughFatalInterface(43), nestedFatalErrors(47), snmpAccessToLongMessage(62)