CTRON-SYSLOG

File: CTRON-SYSLOG.mib (12073 bytes)

Imported modules

RFC1213-MIB CTRON-OIDS RFC1155-SMI
RFC-1212

Imported symbols

DisplayString cabletron TimeTicks
OBJECT-TYPE

Defined Types

LogWindowEntry  
SEQUENCE    
  ltIndex INTEGER
  ltLogString DisplayString 80

ClientConfigEntry  
SEQUENCE    
  ccClientID INTEGER
  ccClientName DisplayString 32
  ccClientPersistent INTEGER
  ccClientLogStatus INTEGER
  ccClientDisplayStatus INTEGER
  ccClientFreezeLogStatus INTEGER
  ccClientFreezeDisplayStatus INTEGER
  ccClientErrorLogStatus INTEGER
  ccClientErrorDisplayStatus INTEGER
  ccClientCriticalLogStatus INTEGER
  ccClientCriticalDisplayStatus INTEGER
  ccClientStatusLogStatus INTEGER
  ccClientStatusDisplayStatus INTEGER
  ccClientInfoLogStatus INTEGER
  ccClientInfoDisplayStatus INTEGER
  ccClientDebugLogStatus INTEGER
  ccClientDebugDisplayStatus INTEGER

RecoveredLogTableEntry  
SEQUENCE    
  rlIndex INTEGER
  rlLogString DisplayString 200

Defined Values

ctSSA 1.3.6.1.4.1.52.4497
OBJECT IDENTIFIER    

aapsLog 1.3.6.1.4.1.52.4497.9
OBJECT IDENTIFIER    

logWindow 1.3.6.1.4.1.52.4497.9.1
OBJECT IDENTIFIER    

logWindowTable 1.3.6.1.4.1.52.4497.9.1.1
Table of log entries
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LogWindowEntry

logWindowEntry 1.3.6.1.4.1.52.4497.9.1.1.1
Entry of logWindow Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LogWindowEntry  

ltIndex 1.3.6.1.4.1.52.4497.9.1.1.1.1
Index (window position) of the entry in the current Log Snapshot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ltLogString 1.3.6.1.4.1.52.4497.9.1.1.1.2
String describing the event in the format: Time(DD:HH:MM:SS) + Log Level(FREEZE/ERROR/CRITICAL/STATUS/INFO/DEBUG) + Log Client Name + Event String. Time is expressed as time since reset (not realtime). This will change to realtime in the next iteration of this MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(80)  

ltWindowOperation 1.3.6.1.4.1.52.4497.9.1.2
refresh(2) redisplays the contents of the current window table. pageUp(3) moves the window one page up. pageDown(4) moves the window one page down.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER refresh(2), pageUp(3), pageDown(4)  

ltWindowReset 1.3.6.1.4.1.52.4497.9.1.3
By setting this object to one of the two available values moves the beginning of the next window to log start or end
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER toLogStart(2), toLogEnd(3)  

ltClientMatchString 1.3.6.1.4.1.52.4497.9.1.4
Setting this object to a string value will filter out those clients that do not contain that string as a prefix (case sensitive).
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(20)  

ltEventMatchString 1.3.6.1.4.1.52.4497.9.1.5
Setting this object to a string value will filter out those logged events that do not contain that string within the log entry (case sensitive).
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(20)  

serverConfig 1.3.6.1.4.1.52.4497.9.2
OBJECT IDENTIFIER    

scAutoFreeze 1.3.6.1.4.1.52.4497.9.2.1
After this value is enabled, the act of logging a FREEZE level message will prevent any additional messages from being logged. The logging process can continue when scAdminStatus is set to enableLogging(3).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

scAdminStatus 1.3.6.1.4.1.52.4497.9.2.2
This object controls the status of the message logging system and the log itself. Setting this object to disableLogging(2) will prevent any clients from appending messages to the log. EnableLogging(3) starts/resumes logging. Reset(5) initializes the log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disableLogging(2), enableLogging(3), reset(5)  

scLastChange 1.3.6.1.4.1.52.4497.9.2.3
The value of sysUpTime at the last change to scAdminStatus or scAutoFreeze.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

clientConfigTable 1.3.6.1.4.1.52.4497.9.3
This table provides the ability to configure which messages will be logged and which will be displayed on a per client basis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClientConfigEntry

clientConfigEntry 1.3.6.1.4.1.52.4497.9.3.1
Entry of the client table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClientConfigEntry  

ccClientID 1.3.6.1.4.1.52.4497.9.3.1.1
Unique ID of the client entry
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ccClientName 1.3.6.1.4.1.52.4497.9.3.1.2
Name of the client
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(32)  

ccClientPersistent 1.3.6.1.4.1.52.4497.9.3.1.3
When enabled, client settings in this table are persistent across resets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientLogStatus 1.3.6.1.4.1.52.4497.9.3.1.4
When disabled, this client does not append messages to the log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientDisplayStatus 1.3.6.1.4.1.52.4497.9.3.1.5
When disabled, this client's messages are not displayed in the log window. This does not prevent them from being logged.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientFreezeLogStatus 1.3.6.1.4.1.52.4497.9.3.1.6
When disabled, client's messages with this log level do not get appended to the log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientFreezeDisplayStatus 1.3.6.1.4.1.52.4497.9.3.1.7
When disabled, client's messages with this log level do not get displayed in the log window.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientErrorLogStatus 1.3.6.1.4.1.52.4497.9.3.1.8
When disabled, client's messages with this log level do not get appended to the log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientErrorDisplayStatus 1.3.6.1.4.1.52.4497.9.3.1.9
When disabled, client's messages with this log level do not get displayed in the log window.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientCriticalLogStatus 1.3.6.1.4.1.52.4497.9.3.1.10
When disabled, client's messages with this log level do not get appended to the log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientCriticalDisplayStatus 1.3.6.1.4.1.52.4497.9.3.1.11
When disabled, client's messages with this log level do not get displayed in the log window.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientStatusLogStatus 1.3.6.1.4.1.52.4497.9.3.1.12
When disabled, client's messages with this log level do not get appended to the log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientStatusDisplayStatus 1.3.6.1.4.1.52.4497.9.3.1.13
When disabled, client's messages with this log level do not get displayed in the log window.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientInfoLogStatus 1.3.6.1.4.1.52.4497.9.3.1.14
When disabled, client's messages with this log level do not get appended to the log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientInfoDisplayStatus 1.3.6.1.4.1.52.4497.9.3.1.15
When disabled, client's messages with this log level do not get displayed in the log window.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientDebugLogStatus 1.3.6.1.4.1.52.4497.9.3.1.16
When disabled, client's messages with this log level do not get appended to the log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

ccClientDebugDisplayStatus 1.3.6.1.4.1.52.4497.9.3.1.17
When disabled, client's messages with this log level do not get displayed in the log window.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

recoveredLogTable 1.3.6.1.4.1.52.4497.9.4
Table that contains a the last 100 entries in the log recorded before the last system shutdown, reset or a power failure.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RecoveredLogTableEntry

recoveredLogTableEntry 1.3.6.1.4.1.52.4497.9.4.1
Entry of the recovered log table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RecoveredLogTableEntry  

rlIndex 1.3.6.1.4.1.52.4497.9.4.1.1
Unique index of the recovered log entry. Entry with index 1 is the oldest entry in the log.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

rlLogString 1.3.6.1.4.1.52.4497.9.4.1.2
Event string of this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(200)