SONUS-EVENT-LOG-MIB

File: SONUS-EVENT-LOG-MIB.mib (26528 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SONUS-COMMON-MIB
SONUS-SMI SONUS-TC

Imported symbols

Integer32 MODULE-IDENTITY NOTIFICATION-TYPE
OBJECT-TYPE DisplayString sonusEventClass
sonusEventDescription sonusEventLevel sonusShelfIndex
sonusSystemMIBs SonusEventClass SonusEventFilterLevel
SonusEventString SonusShelfIndex SonusSlotIndex

Defined Types

SonusEvLogTypeEntry  
SEQUENCE    
  sonusEvLogType INTEGER
  sonusEvLogTypeAdminState INTEGER
  sonusEvLogTypeFileCount Integer32
  sonusEvLogTypeFileSize Integer32
  sonusEvLogTypeFileMsgQueue Integer32
  sonusEvLogTypeBaseDirectory DisplayString
  sonusEvLogTypeSaveTo INTEGER
  sonusEvLogTypeMaxEventMemSize Integer32
  sonusEvLogTypeFilterLevel SonusEventFilterLevel

SonusEvLogTypeStatusEntry  
SEQUENCE    
  sonusEvLogTypeStatusShelf Integer32
  sonusEvLogTypeStatusType INTEGER
  sonusEvLogTypeStatusCurrentFile DisplayString
  sonusEvLogTypeStatusFileRecs Integer32
  sonusEvLogTypeStatusFileBytes Integer32
  sonusEvLogTypeStatusMemRecs Integer32
  sonusEvLogTypeStatusMemBytes Integer32
  sonusEvLogTypeStatusFileDropped Integer32
  sonusEvLogTypeStatusMemDropped Integer32

SonusEvLogMemEntry  
SEQUENCE    
  sonusEvLogMemShelf Integer32
  sonusEvLogMemType INTEGER
  sonusEvLogMemIndex Integer32
  sonusEvLogMemText SonusEventString

SonusEvLogFilterEntry  
SEQUENCE    
  sonusEvLogFilterShelf SonusShelfIndex
  sonusEvLogFilterSlot SonusSlotIndex
  sonusEvLogFilterType INTEGER
  sonusEvLogFilterEventClass SonusEventClass
  sonusEvLogFilterLevel SonusEventFilterLevel
  sonusEvLogFilterState INTEGER

SonusEvLogFilterStatusEntry  
SEQUENCE    
  sonusEvLogFilterStatusShelf Integer32
  sonusEvLogFilterStatusSlot Integer32
  sonusEvLogFilterStatusType INTEGER
  sonusEvLogFilterStatusEventClass SonusEventClass
  sonusEvLogFilterStatusFiltered Integer32

Defined Values

sonusEventLogMIB 1.3.6.1.4.1.2879.2.1.2
The MIB Module for Event Log Management.
MODULE-IDENTITY    

sonusEventLogMIBObjects 1.3.6.1.4.1.2879.2.1.2.1
OBJECT IDENTIFIER    

sonusEvLogTypeTable 1.3.6.1.4.1.2879.2.1.2.1.1
Event Log configuration table for configuration items related to each Event Log type.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusEvLogTypeEntry

sonusEvLogTypeEntry 1.3.6.1.4.1.2879.2.1.2.1.1.1
An entry of Event Log configuration related to each event log type.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusEvLogTypeEntry  

sonusEvLogType 1.3.6.1.4.1.2879.2.1.2.1.1.1.1
The type of the event log. Each type has separate configuration parameters and logs to a separate file.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER system(1), debug(2), trace(3), acct(4)  

sonusEvLogTypeAdminState 1.3.6.1.4.1.2879.2.1.2.1.1.1.2
The requested state of the given Event Log type. Rollfile will close an enabled log file and reopen, incrementing the suffix. If a file is disabled and rolled, the command is ignored.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), rollfile(3)  

sonusEvLogTypeFileCount 1.3.6.1.4.1.2879.2.1.2.1.1.1.3
The number of event log files that will be maintained for this event type. All event types except accounting will overwrite the oldest file when the file count is exceeded. Accounting will issue warnings as the file count approaches the maximum and shutdown if it is exceeded.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..1000  

sonusEvLogTypeFileSize 1.3.6.1.4.1.2879.2.1.2.1.1.1.4
The maximum size (in KB) that a single event log file will ever grow to.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 256..65535  

sonusEvLogTypeFileMsgQueue 1.3.6.1.4.1.2879.2.1.2.1.1.1.5
The number of event log message entries to buffer before writing them to disk. The size may be a value between 2 and 32 (inclusive).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..32  

sonusEvLogTypeBaseDirectory 1.3.6.1.4.1.2879.2.1.2.1.1.1.6
The directory in which to place the event log files. Each event log type has its own base directory
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sonusEvLogTypeSaveTo 1.3.6.1.4.1.2879.2.1.2.1.1.1.7
Save events to memory, disk, both, or neither.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), disk(1), memory(2), both(3)  

sonusEvLogTypeMaxEventMemSize 1.3.6.1.4.1.2879.2.1.2.1.1.1.8
The maximum size of the memory event log buffer (in KB).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..64  

sonusEvLogTypeFilterLevel 1.3.6.1.4.1.2879.2.1.2.1.1.1.9
Events that are at least as severe as the designated level will be logged. noevents suppresses all events of this type from being logged.
Status: current Access: read-write
OBJECT-TYPE    
  SonusEventFilterLevel  

sonusEvLogTypeStatusTable 1.3.6.1.4.1.2879.2.1.2.1.2
Event Log status table for status items related to each Event Log type.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusEvLogTypeStatusEntry

sonusEvLogTypeStatusEntry 1.3.6.1.4.1.2879.2.1.2.1.2.1
An entry of Event Log status related to each event log type.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusEvLogTypeStatusEntry  

sonusEvLogTypeStatusShelf 1.3.6.1.4.1.2879.2.1.2.1.2.1.1
The shelf number for which these table entries apply.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogTypeStatusType 1.3.6.1.4.1.2879.2.1.2.1.2.1.2
The type of the event log. Each type has separate configuration parameters and logs to a separate file.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER system(1), debug(2), trace(3), acct(4)  

sonusEvLogTypeStatusCurrentFile 1.3.6.1.4.1.2879.2.1.2.1.2.1.3
The filename that is currently being used for logging. No name is displayed when disk logging is disabled. The name RECOVERING is displayed when an attempt to automatically restart disk logging is in progress.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sonusEvLogTypeStatusFileRecs 1.3.6.1.4.1.2879.2.1.2.1.2.1.4
Count of the number of event records written to the current event log file.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogTypeStatusFileBytes 1.3.6.1.4.1.2879.2.1.2.1.2.1.5
Count of the number of bytes written to the current event log file.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogTypeStatusMemRecs 1.3.6.1.4.1.2879.2.1.2.1.2.1.6
Count of the number of event records written to the event log memory buffer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogTypeStatusMemBytes 1.3.6.1.4.1.2879.2.1.2.1.2.1.7
Count of the number of bytes written to the event log memory buffer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogTypeStatusFileDropped 1.3.6.1.4.1.2879.2.1.2.1.2.1.8
Count of the number of event records dropped when writing to an Event Log file.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogTypeStatusMemDropped 1.3.6.1.4.1.2879.2.1.2.1.2.1.9
Count of the number of event records dropped when writing to an Event Log memory buffer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogMemTable 1.3.6.1.4.1.2879.2.1.2.1.3
Events logged to memory.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusEvLogMemEntry

sonusEvLogMemEntry 1.3.6.1.4.1.2879.2.1.2.1.3.1
An entry of the Event Log memory table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusEvLogMemEntry  

sonusEvLogMemShelf 1.3.6.1.4.1.2879.2.1.2.1.3.1.1
The shelf number for which these table entries apply.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogMemType 1.3.6.1.4.1.2879.2.1.2.1.3.1.2
The Event Log Type to which these table entries apply.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER system(1), debug(2), trace(3), acct(4)  

sonusEvLogMemIndex 1.3.6.1.4.1.2879.2.1.2.1.3.1.3
The index for the entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogMemText 1.3.6.1.4.1.2879.2.1.2.1.3.1.4
The event log text.
Status: current Access: read-only
OBJECT-TYPE    
  SonusEventString  

sonusEvLogFilterTable 1.3.6.1.4.1.2879.2.1.2.1.6
Event Log Class Filter configuration table per card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusEvLogFilterEntry

sonusEvLogFilterEntry 1.3.6.1.4.1.2879.2.1.2.1.6.1
An entry of Event Log Class Filter configuration per card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusEvLogFilterEntry  

sonusEvLogFilterShelf 1.3.6.1.4.1.2879.2.1.2.1.6.1.1
The shelf number for which these table entries apply.
Status: current Access: read-write
OBJECT-TYPE    
  SonusShelfIndex  

sonusEvLogFilterSlot 1.3.6.1.4.1.2879.2.1.2.1.6.1.2
The slot number for which these table entries apply.
Status: current Access: read-write
OBJECT-TYPE    
  SonusSlotIndex  

sonusEvLogFilterType 1.3.6.1.4.1.2879.2.1.2.1.6.1.3
The event log type for which these filter table entries apply.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER system(1), debug(2), trace(3)  

sonusEvLogFilterEventClass 1.3.6.1.4.1.2879.2.1.2.1.6.1.4
The class of events to which the filter entry applies.
Status: current Access: read-write
OBJECT-TYPE    
  SonusEventClass  

sonusEvLogFilterLevel 1.3.6.1.4.1.2879.2.1.2.1.6.1.5
Events that are at least as severe as the designated level will be logged. noevents suppresses all events of this type from being logged.
Status: current Access: read-write
OBJECT-TYPE    
  SonusEventFilterLevel  

sonusEvLogFilterState 1.3.6.1.4.1.2879.2.1.2.1.6.1.6
On if this filter entry should take precedence over the per-node settings.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

sonusEvLogFilterStatusTable 1.3.6.1.4.1.2879.2.1.2.1.7
Event Log Class Filter status table per card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusEvLogFilterStatusEntry

sonusEvLogFilterStatusEntry 1.3.6.1.4.1.2879.2.1.2.1.7.1
An entry of Event Log Class Filter status per card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusEvLogFilterStatusEntry  

sonusEvLogFilterStatusShelf 1.3.6.1.4.1.2879.2.1.2.1.7.1.1
The shelf number for which these table entries apply.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogFilterStatusSlot 1.3.6.1.4.1.2879.2.1.2.1.7.1.2
The slot number for which these table entries apply.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogFilterStatusType 1.3.6.1.4.1.2879.2.1.2.1.7.1.3
The event log type for which these table entries apply.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER system(1), debug(2), trace(3)  

sonusEvLogFilterStatusEventClass 1.3.6.1.4.1.2879.2.1.2.1.7.1.4
The event class to which the filter entry applies.
Status: current Access: read-only
OBJECT-TYPE    
  SonusEventClass  

sonusEvLogFilterStatusFiltered 1.3.6.1.4.1.2879.2.1.2.1.7.1.5
The number of events that were filtered.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEventLogMIBNotifications 1.3.6.1.4.1.2879.2.1.2.2
OBJECT IDENTIFIER    

sonusEventLogMIBNotificationsPrefix 1.3.6.1.4.1.2879.2.1.2.2.0
OBJECT IDENTIFIER    

sonusEventLogMIBNotificationsObjects 1.3.6.1.4.1.2879.2.1.2.2.1
OBJECT IDENTIFIER    

sonusEvLogAdminState 1.3.6.1.4.1.2879.2.1.2.2.1.1
The requested state of the given Event Log type. Rollfile will close an enabled log file and reopen, incrementing the suffix. If a file is disabled and rolled, the command is ignored.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), rollfile(3)  

sonusEvLogShutdownReason 1.3.6.1.4.1.2879.2.1.2.2.1.2
The reason that event file logging has been shutdown.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fileWriteFailed(1), nfsError(2), createDirectoryFailed(3), maximumFileCountReached(4), fileRemoveFailed(5), fileOpenFailed(6), fileHeaderWriteFailed(7), memoryAllocationFailed(8), administrativeShutdown(9)  

sonusEvLogDirName 1.3.6.1.4.1.2879.2.1.2.2.1.3
The event file log directory name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

sonusEvLogFilePercentage 1.3.6.1.4.1.2879.2.1.2.2.1.4
The percentage the event log directory is full based on file count.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEvLogCurFileCount 1.3.6.1.4.1.2879.2.1.2.2.1.5
The current count of event files.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusEventLogFileStateNotification 1.3.6.1.4.1.2879.2.1.2.2.0.1
This trap indicates the current state of event file logging.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogFileCreatedNotification 1.3.6.1.4.1.2879.2.1.2.2.0.2
This trap indicates the name of the event file which has been created for logging.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogAcctFileCreatedNotification 1.3.6.1.4.1.2879.2.1.2.2.0.3
This trap indicates the name of the accounting event file which has been created for logging.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogFileRestartNotification 1.3.6.1.4.1.2879.2.1.2.2.0.4
This trap indicates that file event logging has been automatically restarted.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogAcctFileRestartNotification 1.3.6.1.4.1.2879.2.1.2.2.0.5
This trap indicates that accounting file event logging has been automatically restarted.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogFileClosedNotification 1.3.6.1.4.1.2879.2.1.2.2.0.6
This trap indicates the name of the event file which has been closed.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogAcctFileClosedNotification 1.3.6.1.4.1.2879.2.1.2.2.0.7
This trap indicates the name of the accounting event file which has been closed.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogFileShutdownNotification 1.3.6.1.4.1.2879.2.1.2.2.0.8
This trap indicates that a shutdown of file event logging has occurred.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogFileCountNotification 1.3.6.1.4.1.2879.2.1.2.2.0.9
This trap indicates that the number of event log files is approaching the configured maximum.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogFileCountChngNotification 1.3.6.1.4.1.2879.2.1.2.2.0.10
This trap indicates the number of Event Log files that will be maintained for this event type is changed
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogFileSizeChngNotification 1.3.6.1.4.1.2879.2.1.2.2.0.11
This trap indicates that the maximum size of a single event log file has changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogFileMsgQueueChngNotification 1.3.6.1.4.1.2879.2.1.2.2.0.12
This trap indicates that the number event log message entries to the buffer changed
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogSaveToChngNotification 1.3.6.1.4.1.2879.2.1.2.2.0.13
This Trap indicates that the location where events are saved is being changed
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogFileMaxEventMemSizeChngNotification 1.3.6.1.4.1.2879.2.1.2.2.0.14
This trap indicates that the maximum size of the memory event log buffer is changed
Status: current Access: read-only
NOTIFICATION-TYPE    

sonusEventLogFileFilterLevelChngNotification 1.3.6.1.4.1.2879.2.1.2.2.0.15
This trap indicates that the level of event logging for this event type is changed
Status: current Access: read-only
NOTIFICATION-TYPE