ME1200-SYSLOG-MIB

File: ME1200-SYSLOG-MIB.mib (8797 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
CISCOME1200-MIB ME1200-TC

Imported symbols

MODULE-COMPLIANCE OBJECT-GROUP MODULE-IDENTITY
OBJECT-TYPE TEXTUAL-CONVENTION me1200SwitchMgmt
ME1200DisplayString ME1200InetAddress Integer32
DateAndTime TruthValue

Defined Types

ME1200SyslogLevelType  
The syslog severity level.
TEXTUAL-CONVENTION    
  INTEGER error(3), warning(4), notice(5), informational(6), all(8)  

ME1200SyslogStatusHistoryEntry  
SEQUENCE    
  me1200SyslogStatusHistorySwitchId Integer32
  me1200SyslogStatusHistoryMsgId Integer32
  me1200SyslogStatusHistoryMsgLevel ME1200SyslogLevelType
  me1200SyslogStatusHistoryMsgTimeStamp DateAndTime
  me1200SyslogStatusHistoryMsgText ME1200DisplayString

ME1200SyslogControlHistoryEntry  
SEQUENCE    
  me1200SyslogControlHistorySwitchId Integer32
  me1200SyslogControlHistoryClearLevel ME1200SyslogLevelType
  me1200SyslogControlHistoryClear TruthValue

Defined Values

me1200SyslogMib 1.3.6.1.4.1.9.9.815.1.37
This is a private MIB for Syslog
MODULE-IDENTITY    

me1200SyslogMibObjects 1.3.6.1.4.1.9.9.815.1.37.1
OBJECT IDENTIFIER    

me1200SyslogConfig 1.3.6.1.4.1.9.9.815.1.37.1.2
OBJECT IDENTIFIER    

me1200SyslogConfigServer 1.3.6.1.4.1.9.9.815.1.37.1.2.1
OBJECT IDENTIFIER    

me1200SyslogConfigServerMode 1.3.6.1.4.1.9.9.815.1.37.1.2.1.1
Indicates the syslog server mode operation. When the mode operation is enabled, the syslog message will send out to syslog server.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

me1200SyslogConfigServerAddress 1.3.6.1.4.1.9.9.815.1.37.1.2.1.2
The domain name of syslog server.
Status: current Access: read-write
OBJECT-TYPE    
  ME1200InetAddress  

me1200SyslogConfigServerLevel 1.3.6.1.4.1.9.9.815.1.37.1.2.1.3
Indicates what level of message will send to syslog server. For example, the error level will send the specific messages which severity code is less or equal than error(3), the warning level will send the specific messages which severity code is less or equal than warning(4), the notice level will send the specific messages which severity code is less or equal than notice(5), the informational level will send the specific messages which severity code is less or equal than informational(6) and the enumeration option of all(8) isn't used in this case.
Status: current Access: read-write
OBJECT-TYPE    
  ME1200SyslogLevelType  

me1200SyslogStatus 1.3.6.1.4.1.9.9.815.1.37.1.3
OBJECT IDENTIFIER    

me1200SyslogStatusHistoryTable 1.3.6.1.4.1.9.9.815.1.37.1.3.1
The syslog history table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ME1200SyslogStatusHistoryEntry

me1200SyslogStatusHistoryEntry 1.3.6.1.4.1.9.9.815.1.37.1.3.1.1
Each row contains a set of parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  ME1200SyslogStatusHistoryEntry  

me1200SyslogStatusHistorySwitchId 1.3.6.1.4.1.9.9.815.1.37.1.3.1.1.1
The identification of switch. For non-stackable switch, the valid value is limited to 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

me1200SyslogStatusHistoryMsgId 1.3.6.1.4.1.9.9.815.1.37.1.3.1.1.2
The identification of Syslog message.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

me1200SyslogStatusHistoryMsgLevel 1.3.6.1.4.1.9.9.815.1.37.1.3.1.1.3
The severity level of the system log message. Note that enumeration option of all(8) isn't used in this case.
Status: current Access: read-only
OBJECT-TYPE    
  ME1200SyslogLevelType  

me1200SyslogStatusHistoryMsgTimeStamp 1.3.6.1.4.1.9.9.815.1.37.1.3.1.1.4
The value of sysUpTime when this message was generated.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

me1200SyslogStatusHistoryMsgText 1.3.6.1.4.1.9.9.815.1.37.1.3.1.1.5
The detailed context of the system log message.
Status: current Access: read-only
OBJECT-TYPE    
  ME1200DisplayString Size(0..255)  

me1200SyslogControl 1.3.6.1.4.1.9.9.815.1.37.1.4
OBJECT IDENTIFIER    

me1200SyslogControlHistoryTable 1.3.6.1.4.1.9.9.815.1.37.1.4.1
The syslog history clear table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ME1200SyslogControlHistoryEntry

me1200SyslogControlHistoryEntry 1.3.6.1.4.1.9.9.815.1.37.1.4.1.1
Each row contains a set of parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  ME1200SyslogControlHistoryEntry  

me1200SyslogControlHistorySwitchId 1.3.6.1.4.1.9.9.815.1.37.1.4.1.1.1
The identification of switch. For non-stackable switch, the valid value is limited to 1. For stackable switch, value 0 means the action is applied to all switches.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

me1200SyslogControlHistoryClearLevel 1.3.6.1.4.1.9.9.815.1.37.1.4.1.1.2
Indicates which level of message want to clear.
Status: current Access: not-accessible
OBJECT-TYPE    
  ME1200SyslogLevelType  

me1200SyslogControlHistoryClear 1.3.6.1.4.1.9.9.815.1.37.1.4.1.1.3
Clear syslog history by setting to true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

me1200SyslogMibConformance 1.3.6.1.4.1.9.9.815.1.37.2
OBJECT IDENTIFIER    

me1200SyslogMibCompliances 1.3.6.1.4.1.9.9.815.1.37.2.1
OBJECT IDENTIFIER    

me1200SyslogMibGroups 1.3.6.1.4.1.9.9.815.1.37.2.2
OBJECT IDENTIFIER    

me1200SyslogConfigServerInfoGroup 1.3.6.1.4.1.9.9.815.1.37.2.2.1
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200SyslogStatusHistoryTableInfoGroup 1.3.6.1.4.1.9.9.815.1.37.2.2.2
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200SyslogControlHistoryTableInfoGroup 1.3.6.1.4.1.9.9.815.1.37.2.2.3
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200SyslogMibCompliance 1.3.6.1.4.1.9.9.815.1.37.2.1.1
The compliance statement for the implementation.
Status: current Access: read-write
MODULE-COMPLIANCE