CENTILLION-SYSTEM-EVENT-LOG-MIB

File: CENTILLION-SYSTEM-EVENT-LOG-MIB.mib (11145 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
S5-TCS-MIB CENTILLION-ROOT-MIB

Imported symbols

IpAddress OBJECT-TYPE DisplayString
TimeIntervalSec CardId PortId
sysEvtLogMgmt

Defined Types

SysEvtLogSlotPreFilterEntry  
SEQUENCE    
  sysEvtLogSlotPreFilterCardId CardId
  sysEvtLogSlotPreFilterControl INTEGER

SysEvtLogPortPreFilterEntry  
SEQUENCE    
  sysEvtLogPortPreFilterCardId CardId
  sysEvtLogPortPreFilterPortId PortId
  sysEvtLogPortPreFilterControl INTEGER

Defined Values

sysEvtLogDuration 1.3.6.1.4.1.930.2.1.5.1
This value indicates the remaining duration of Event Logging. The unit is in seconds. The maximum value is equal to 1000 days (86,400,000 seconds). A set value of greater than 1000 days will result BADVALUE return. A value of 0 indicates the Event Logging is now stopped and disabled. A non-zero value indicates that Event Logging is enabled. Default value is set at system cold start only.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeIntervalSec  

sysEvtLogPreFilterEntityMap 1.3.6.1.4.1.930.2.1.5.2
The bit array that contains the bit map of all possible entities for event logging pre-filter control. There are total of 64 entities. Each entity represented by one bit. A bit with a value of 1 means that the corresponding Entity is enabled for event logging, 0 when the event logging is disabled for the corresponding entity. The following show the bit position and associated entity. Bit 0 - SNMP_ENT_ATM_PORT Bit 1 - SNMP_ENT_BOOTP Bit 2 - SNMP_ENT_CLC Bit 3 - SNMP_ENT_CLI Bit 4 - SNMP_ENT_CONFIG Bit 5 - SNMP_ENT_ETHERNET Bit 6 - SNMP_ENT_FDB Bit 7 - SNMP_ENT_HW Bit 8 - SNMP_ENT_IISP Bit 9 - SNMP_ENT_ILMI Bit 10 - SNMP_ENT_IP Bit 11 - SNMP_ENT_LANE Bit 12 - SNMP_ENT_LEC Bit 13 - SNMP_ENT_MCP Bit 14 - SNMP_ENT_SIGNL Bit 15 - SNMP_ENT_SNMP Bit 16 - SNMP_ENT_STP Bit 17 - SNMP_ENT_TELNET Bit 18 - SNMP_ENT_TFTP Bit 19 - SNMP_ENT_TOKENRING Bit 20 - SNMP_ENT_VPORT Bit 21 - SNMP_ENT_MPOA When a new entity is created, a new bit position should also be defined. The order of bit is defined as bit 0-7 in the lowest oder of byte (first byte), bit 8-15 in the second lowest order of byte(second bye), and so on. The lower number of bit is the least significant bit within the byte.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(8)  

sysEvtLogPreFilterSeverity 1.3.6.1.4.1.930.2.1.5.3
This value indicates the severity level for event log pre-filtering control. An event message with less severity level will not be logged into event message buffer. All messages with equal or greater severity level are logged into the message buffer. The emergency level is also named as panic level inc CLI command.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), info(7), debug(8)  

sysEvtLogSlotPreFilterTable 1.3.6.1.4.1.930.2.1.5.4
A slot table for controlling pre-filter setting for all slots. This table is managed by Event Log application only. Table entries cannot be created or deleted.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysEvtLogSlotPreFilterEntry

sysEvtLogSlotPreFilterEntry 1.3.6.1.4.1.930.2.1.5.4.1
An entry of the slot pre-filter table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysEvtLogSlotPreFilterEntry  

sysEvtLogSlotPreFilterCardId 1.3.6.1.4.1.930.2.1.5.4.1.1
The slot index varies by system. It is chassis dependent. For C100, valid number is 1-6. For BH left, valid number is 2-7. For BH right, valid number is 8-13. etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardId  

sysEvtLogSlotPreFilterControl 1.3.6.1.4.1.930.2.1.5.4.1.2
This value indicates the pre-filter setting for the specified slot.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

sysEvtLogPortPreFilterTable 1.3.6.1.4.1.930.2.1.5.5
A port table for controlling pre-filter setting for all ports. This table is managed by Event Log application only. Table entries cannot be created or deleted.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysEvtLogPortPreFilterEntry

sysEvtLogPortPreFilterEntry 1.3.6.1.4.1.930.2.1.5.5.1
An entry for port table for controlling pre-filter setting for all ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysEvtLogPortPreFilterEntry  

sysEvtLogPortPreFilterCardId 1.3.6.1.4.1.930.2.1.5.5.1.1
The slot index varies by system. It is chassis dependent. For C100, valid number is 1-6. For BH left, valid number is 2-7. For BH right, valid number is 8-13. etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardId  

sysEvtLogPortPreFilterPortId 1.3.6.1.4.1.930.2.1.5.5.1.2
The port index of the specified slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortId  

sysEvtLogPortPreFilterControl 1.3.6.1.4.1.930.2.1.5.5.1.3
This value indicates the pre-filter setting for the specified port. Note: A module must be properly configured before any port of the module can be set with a value of sysEvtLogPortPreFilterControl. A BADVALUE is returned when one enables a port in a disabled slot.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

sysEvtLogDestMap 1.3.6.1.4.1.930.2.1.5.6
This value is a bit map of each destination that Event Log can forward messages to, where bit 0 for console CLI bit 1 for Syslogd bit 2 for Tftpsave The value of other bits has no effect. A bit value of 1 means the destination is enabled. Otherwise, disabled. Note: Enabling Syslogd prior setting sysEvtLogSysLogHostIp will return BADVALUE for set. Enabling Tftpsave prior setting sysEvtLogTftpsaveHostIp will return BADVALUE for set.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sysEvtLogSysLogCfg 1.3.6.1.4.1.930.2.1.5.7
OBJECT IDENTIFIER    

sysEvtLogSysLogHostIp 1.3.6.1.4.1.930.2.1.5.7.1
The IP address of Unix system that runs Syslogd. The event messages are redirect to Syslogd only when this IP address is valid and the bit value of Syslogd of sysEvtLogDestMap is enabled. Note: Set an invalid IP address results a BADVALUE return.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

sysEvtLogSysLogSeverity 1.3.6.1.4.1.930.2.1.5.7.2
This value indicates the severity level for Event Log to forward events to SysLogd in Unix system. An event message with less severity level will not be forwarded to SysLogd. All messages with equal or greater severity level are forwarded to SysLogd.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER panic(1), alert(2), critical(3), error(4), warning(5), notice(6), info(7), debug(8)  

sysEvtLogSysLogFacility 1.3.6.1.4.1.930.2.1.5.7.3
This value indicates the facility number for the event messages to be logged by syslogd. The supported values are from local0 to local7 only (refer to syslogd manual of Unix system)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER local0(1), local1(2), local2(3), local3(4), local4(5), local5(6), local6(7), local7(8)  

sysEvtLogTftpsaveCfg 1.3.6.1.4.1.930.2.1.5.8
OBJECT IDENTIFIER    

sysEvtLogTftpsaveHostIp 1.3.6.1.4.1.930.2.1.5.8.1
The IP address of TFTP server system. The event messages file is transfered from event log buffer to server system only when this IP is valid and the event message count reach its threshold. (refer to sysEvtLogTftpsaveMaxMsgCount) and the bit value of Tftpsave of sysEvtLogDestMap is enabled. Note: Set an invalid IP address results a BADVALUE return.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

sysEvtLogTftpsaveFileName 1.3.6.1.4.1.930.2.1.5.8.2
This octet string indicates the file name for the Tftpsave option of event log function. The filename will be appended with an extension nnn, where nnn ranges from 000 to 999, as each TFTP file transfer occurs. The filename is default to the last three bytes of MAC address of the switch in hexadecimal format.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

sysEvtLogTftpsaveMaxMsgCount 1.3.6.1.4.1.930.2.1.5.8.3
This value indicates how many messages in the event log buffer will trigger the TFTP file transfer for logged messages to TFTP host. the default value is maximum messages count for the event log buffer, which is currently equal to 680. If the value is set to zero or greater than the maximum value, it returns a BADVALUE.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER