CIE1000-SYSLOG-MIB

File: CIE1000-SYSLOG-MIB.mib (9290 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
CISCO-IE1000-MIB CIE1000-TC

Imported symbols

NOTIFICATION-GROUP MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-TYPE MODULE-IDENTITY OBJECT-TYPE
TEXTUAL-CONVENTION cie1000SwitchMgmt CIE1000DisplayString
CIE1000InetAddress Integer32 DateAndTime
TruthValue

Defined Types

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

CIE1000SyslogStatusHistoryEntry  
SEQUENCE    
  cie1000SyslogStatusHistorySwitchId Integer32
  cie1000SyslogStatusHistoryMsgId Integer32
  cie1000SyslogStatusHistoryMsgLevel CIE1000SyslogLevelType
  cie1000SyslogStatusHistoryMsgTimeStamp DateAndTime
  cie1000SyslogStatusHistoryMsgText CIE1000DisplayString

CIE1000SyslogControlHistoryEntry  
SEQUENCE    
  cie1000SyslogControlHistorySwitchId Integer32
  cie1000SyslogControlHistoryClearLevel CIE1000SyslogLevelType
  cie1000SyslogControlHistoryClear TruthValue

Defined Values

cie1000SyslogMib 1.3.6.1.4.1.9.9.832.1.37
This is a private MIB for Syslog
MODULE-IDENTITY    

cie1000SyslogMibObjects 1.3.6.1.4.1.9.9.832.1.37.1
OBJECT IDENTIFIER    

cie1000SyslogConfig 1.3.6.1.4.1.9.9.832.1.37.1.2
OBJECT IDENTIFIER    

cie1000SyslogConfigServer 1.3.6.1.4.1.9.9.832.1.37.1.2.1
OBJECT IDENTIFIER    

cie1000SyslogConfigServerMode 1.3.6.1.4.1.9.9.832.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  

cie1000SyslogConfigServerAddress 1.3.6.1.4.1.9.9.832.1.37.1.2.1.2
The domain name of syslog server.
Status: current Access: read-write
OBJECT-TYPE    
  CIE1000InetAddress  

cie1000SyslogConfigServerLevel 1.3.6.1.4.1.9.9.832.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    
  CIE1000SyslogLevelType  

cie1000SyslogStatus 1.3.6.1.4.1.9.9.832.1.37.1.3
OBJECT IDENTIFIER    

cie1000SyslogStatusHistoryTable 1.3.6.1.4.1.9.9.832.1.37.1.3.1
The syslog history table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIE1000SyslogStatusHistoryEntry

cie1000SyslogStatusHistoryEntry 1.3.6.1.4.1.9.9.832.1.37.1.3.1.1
Each row contains a set of parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIE1000SyslogStatusHistoryEntry  

cie1000SyslogStatusHistorySwitchId 1.3.6.1.4.1.9.9.832.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: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

cie1000SyslogStatusHistoryMsgId 1.3.6.1.4.1.9.9.832.1.37.1.3.1.1.2
The identification of Syslog message.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

cie1000SyslogStatusHistoryMsgLevel 1.3.6.1.4.1.9.9.832.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    
  CIE1000SyslogLevelType  

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

cie1000SyslogStatusHistoryMsgText 1.3.6.1.4.1.9.9.832.1.37.1.3.1.1.5
The detailed context of the system log message.
Status: current Access: read-only
OBJECT-TYPE    
  CIE1000DisplayString Size(0..4000)  

cie1000SyslogControl 1.3.6.1.4.1.9.9.832.1.37.1.4
OBJECT IDENTIFIER    

cie1000SyslogControlHistoryTable 1.3.6.1.4.1.9.9.832.1.37.1.4.1
The syslog history clear table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIE1000SyslogControlHistoryEntry

cie1000SyslogControlHistoryEntry 1.3.6.1.4.1.9.9.832.1.37.1.4.1.1
Each row contains a set of parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIE1000SyslogControlHistoryEntry  

cie1000SyslogControlHistorySwitchId 1.3.6.1.4.1.9.9.832.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: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

cie1000SyslogControlHistoryClearLevel 1.3.6.1.4.1.9.9.832.1.37.1.4.1.1.2
Indicates which level of message want to clear.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CIE1000SyslogLevelType  

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

cie1000SyslogMibConformance 1.3.6.1.4.1.9.9.832.1.37.2
OBJECT IDENTIFIER    

cie1000SyslogMibCompliances 1.3.6.1.4.1.9.9.832.1.37.2.1
OBJECT IDENTIFIER    

cie1000SyslogMibGroups 1.3.6.1.4.1.9.9.832.1.37.2.2
OBJECT IDENTIFIER    

cie1000SyslogConfigServerInfoGroup 1.3.6.1.4.1.9.9.832.1.37.2.2.1
A collection of objects.
Status: current Access: read-write
OBJECT-GROUP    

cie1000SyslogStatusHistoryTableInfoGroup 1.3.6.1.4.1.9.9.832.1.37.2.2.2
A collection of objects.
Status: current Access: read-write
OBJECT-GROUP    

cie1000SyslogControlHistoryTableInfoGroup 1.3.6.1.4.1.9.9.832.1.37.2.2.3
A collection of objects.
Status: current Access: read-write
OBJECT-GROUP    

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