Dell-SYSLOG-MIB

File: Dell-SYSLOG-MIB.mib (22685 bytes)

Imported modules

Dell-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

rnd 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

RlSyslogCountersPerSeverityEntry  
SEQUENCE    
  rlSyslogCountersPerSeverityIndex INTEGER
  rlSyslogCountersPerSeverityEmergencyCounter Counter32
  rlSyslogCountersPerSeverityAlertCounter Counter32
  rlSyslogCountersPerSeverityCriticalCounter Counter32
  rlSyslogCountersPerSeverityErrorCounter Counter32
  rlSyslogCountersPerSeverityWarningCounter Counter32
  rlSyslogCountersPerSeverityNoticeCounter Counter32
  rlSyslogCountersPerSeverityInfoCounter Counter32
  rlSyslogCountersPerSeverityDebugCounter Counter32

RlSyslogLastIndexPerSeverityEntry  
SEQUENCE    
  rlSyslogLastIndexPerSeverityIndex INTEGER
  rlSyslogLastIndexPerSeverityEmergencyIndex Counter32
  rlSyslogLastIndexPerSeverityAlertIndex Counter32
  rlSyslogLastIndexPerSeverityCriticalIndex Counter32
  rlSyslogLastIndexPerSeverityErrorIndex Counter32
  rlSyslogLastIndexPerSeverityWarningIndex Counter32
  rlSyslogLastIndexPerSeverityNoticeIndex Counter32
  rlSyslogLastIndexPerSeverityInfoIndex Counter32
  rlSyslogLastIndexPerSeverityDebugIndex Counter32

Defined Values

rlSyslog 1.3.6.1.4.1.89.82
The private MIB module definition for SYSLOG services in Dell devices.
MODULE-IDENTITY    

rlSyslogPrivate 1.3.6.1.4.1.89.82.2
OBJECT IDENTIFIER    

rlSyslogGlobalEnable 1.3.6.1.4.1.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.82.2.8.1
A log entry
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSyslogLogEntry  

rlSyslogLogCounter 1.3.6.1.4.1.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.82.2.9.1
A log history entry
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSyslogLogCacheEntry  

rlSyslogLogCacheCounter 1.3.6.1.4.1.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.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.89.82.2.14
enable/disable Syslog aggregation
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSyslogAggregationAgingTime 1.3.6.1.4.1.89.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.89.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.89.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.89.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.89.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.89.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.89.82.3
OBJECT IDENTIFIER    

rlSyslogPhaseOneTestGenerator 1.3.6.1.4.1.89.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)  

rlSyslogCountersPerSeverityTable 1.3.6.1.4.1.89.82.2.21
The table displays counters per syslog severity
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlSyslogCountersPerSeverityEntry

rlSyslogCountersPerSeverityEntry 1.3.6.1.4.1.89.82.2.21.1
Static row for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSyslogCountersPerSeverityEntry  

rlSyslogCountersPerSeverityIndex 1.3.6.1.4.1.89.82.2.21.1.1
The table contains only one static entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER static(1)  

rlSyslogCountersPerSeverityEmergencyCounter 1.3.6.1.4.1.89.82.2.21.1.2
Counts Emergency syslog messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogCountersPerSeverityAlertCounter 1.3.6.1.4.1.89.82.2.21.1.3
Counts Alert syslog messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogCountersPerSeverityCriticalCounter 1.3.6.1.4.1.89.82.2.21.1.4
Counts Critical syslog messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogCountersPerSeverityErrorCounter 1.3.6.1.4.1.89.82.2.21.1.5
Counts Error syslog messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogCountersPerSeverityWarningCounter 1.3.6.1.4.1.89.82.2.21.1.6
Counts Warning syslog messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogCountersPerSeverityNoticeCounter 1.3.6.1.4.1.89.82.2.21.1.7
Counts Notice syslog messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogCountersPerSeverityInfoCounter 1.3.6.1.4.1.89.82.2.21.1.8
Counts Info syslog messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogCountersPerSeverityDebugCounter 1.3.6.1.4.1.89.82.2.21.1.9
Counts Debug syslog messages
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogLastIndexPerSeverityTable 1.3.6.1.4.1.89.82.2.22
The table displays Last Index per syslog severity
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlSyslogLastIndexPerSeverityEntry

rlSyslogLastIndexPerSeverityEntry 1.3.6.1.4.1.89.82.2.22.1
Static row for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSyslogLastIndexPerSeverityEntry  

rlSyslogLastIndexPerSeverityIndex 1.3.6.1.4.1.89.82.2.22.1.1
The table contains only one static entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER static(1)  

rlSyslogLastIndexPerSeverityEmergencyIndex 1.3.6.1.4.1.89.82.2.22.1.2
Shows Index of last added Emergency syslog message
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogLastIndexPerSeverityAlertIndex 1.3.6.1.4.1.89.82.2.22.1.3
Shows Index of last added Alert syslog message
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogLastIndexPerSeverityCriticalIndex 1.3.6.1.4.1.89.82.2.22.1.4
Shows Index of last added Critical syslog message
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogLastIndexPerSeverityErrorIndex 1.3.6.1.4.1.89.82.2.22.1.5
Shows Index of last added Error syslog message
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogLastIndexPerSeverityWarningIndex 1.3.6.1.4.1.89.82.2.22.1.6
Shows Index of last added Warning syslog message
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogLastIndexPerSeverityNoticeIndex 1.3.6.1.4.1.89.82.2.22.1.7
Shows Index of last added Notice syslog message
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogLastIndexPerSeverityInfoIndex 1.3.6.1.4.1.89.82.2.22.1.8
Shows Index of last added Info syslog message
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlSyslogLastIndexPerSeverityDebugIndex 1.3.6.1.4.1.89.82.2.22.1.9
Shows Index of last added Debug syslog message
Status: current Access: read-only
OBJECT-TYPE    
  Counter32