CTTRAPLOG-MIB

File: CTTRAPLOG-MIB.mib (17219 bytes)

Imported modules

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

Imported symbols

DisplayString Counter TimeTicks
OBJECT-TYPE ctTrapLog

Defined Types

ConfigTableEntry  
SEQUENCE    
  slotInChassis INTEGER
  numEntriesLoggeds Counter
  numEntriesRequested INTEGER
  numEntriesAllocated INTEGER
  lastLoggedEntryLogId INTEGER
  logCommand INTEGER
  wrap INTEGER

TrapLogEntry  
SEQUENCE    
  logId INTEGER
  nvmpId INTEGER
  trapLogAcknowledged INTEGER
  trapLogVarBind OCTET STRING
  trapLogDescription DisplayString
  timeLogged TimeTicks
  filterId INTEGER
  slotChassis INTEGER
  trapOID OBJECT IDENTIFIER
  z80Time TimeTicks

FilterEntry  
SEQUENCE    
  filterLogId INTEGER
  filterNvmpId INTEGER
  filterTrapLogAcknowledged INTEGER
  filterTrapLogVarBind OCTET STRING
  filterTrapLogDescription DisplayString
  filterTimeLogged TimeTicks
  filterFilterId INTEGER
  filterSlotInChassis INTEGER
  filterTrapOID OBJECT IDENTIFIER
  filterZ80Time TimeTicks

Defined Values

totalNumberOfEntries 1.3.6.1.4.1.52.4.1.44.1
Total number of logged entries for this chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

configTable 1.3.6.1.4.1.52.4.1.44.2
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConfigTableEntry

configTableEntry 1.3.6.1.4.1.52.4.1.44.2.1
Each entry allows a user to configure the alarm table for a specific slot. Objects such as Current Entry, MaxEntries Allowed, and an Enable/Disable switch are available.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ConfigTableEntry  

slotInChassis 1.3.6.1.4.1.52.4.1.44.2.1.1
Each Slot can be separately configured. This is the slot number for the configuration entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

numEntriesLoggeds 1.3.6.1.4.1.52.4.1.44.2.1.2
This is the total number of entries looged for this slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

numEntriesRequested 1.3.6.1.4.1.52.4.1.44.2.1.3
Maximum number of entries to store before wrapping the log on this slot.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

numEntriesAllocated 1.3.6.1.4.1.52.4.1.44.2.1.4
This is the number of entries allocated to log alarms on this slot. It will always be less than or equal to the requested number of entries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lastLoggedEntryLogId 1.3.6.1.4.1.52.4.1.44.2.1.5
This is the log id of the last entry logged for this slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

logCommand 1.3.6.1.4.1.52.4.1.44.2.1.6
Allows the user to send the log the commands specified in the enumeration.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER clearLog(1)  

wrap 1.3.6.1.4.1.52.4.1.44.2.1.7
This is whether or not this configuration has wrapped or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

trapLogTable 1.3.6.1.4.1.52.4.1.44.3
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrapLogEntry

trapLogEntry 1.3.6.1.4.1.52.4.1.44.3.1
Each alarm entry is generated from one of the following sources; (1) a module in one of the main chassis slots, (2) the EM, (3) or a power supply.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TrapLogEntry  

logId 1.3.6.1.4.1.52.4.1.44.3.1.1
Each slot has a maximium number of log entries that it can support. Each entry is assigned a monotonically increasing sequence number. When the maximum number of entries for a slot is reached, the log wraps. Each new entry will replace the oldest entry for that slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nvmpId 1.3.6.1.4.1.52.4.1.44.3.1.2
This contains the nvmp id of the trap that occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

trapLogAcknowledged 1.3.6.1.4.1.52.4.1.44.3.1.3
This field is set to 2 if a trap as been acknowledged from the EM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

trapLogVarBind 1.3.6.1.4.1.52.4.1.44.3.1.4
This is an ASN.1 encoded string representing the pairs of OID/value items supplied in the original SNMP or NVMP trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1500)  

trapLogDescription 1.3.6.1.4.1.52.4.1.44.3.1.5
This is an internally defined string used to describe an alarm. Its primary use is for display on the EMs LCD. A default value will be used for the old trap calls.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

timeLogged 1.3.6.1.4.1.52.4.1.44.3.1.6
The time the entry was logged. This will be date and time if possible.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

filterId 1.3.6.1.4.1.52.4.1.44.3.1.7
This will be used to filter certain alarms. The criteria is TBD. An example of classification: informational - requires no intervention. warning - Does not require immediate intervention. e.g. static risk severe - Requires immediate intervention. e.g. power overload. fatal - Requires attention and module may take corrective action such as reboot. e.g. Unrecoverable software or hardware error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER informational(1), warning(2), severe(3), fatal(4), existing(5)  

slotChassis 1.3.6.1.4.1.52.4.1.44.3.1.8
Slot of this trap log.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

trapOID 1.3.6.1.4.1.52.4.1.44.3.1.9
This OID combines the General Trap code, Specific Trap code, and the sys object id into one OID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

z80Time 1.3.6.1.4.1.52.4.1.44.3.1.10
This is the time that the Z80 has been up for the board that sent this trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

filterTable 1.3.6.1.4.1.52.4.1.44.4
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterEntry

filterEntry 1.3.6.1.4.1.52.4.1.44.4.1
Each filter entry is generated from one of the following sources; (1) a module in one of the main chassis slots, (2) the EM, (3) or a power supply.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FilterEntry  

filterLogId 1.3.6.1.4.1.52.4.1.44.4.1.1
Each slot has a maximum number of log entries that it can support. Each entry is assigned a monotonically increasing sequence number. When the maximum number of entries for a slot is reached, the log wraps. Each new entry willreplace the oldest entry for that slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

filterNvmpId 1.3.6.1.4.1.52.4.1.44.4.1.2
This contains the nvmp id of the trap that was generated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

filterTrapLogAcknowledged 1.3.6.1.4.1.52.4.1.44.4.1.3
This field is non-zero if a trap has been acknowleged from the EM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

filterTrapLogVarBind 1.3.6.1.4.1.52.4.1.44.4.1.4
This is an ASN.1 encoded string representing the pairs of OID/value items supplied in the original SNMP or NVMP trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1500)  

filterTrapLogDescription 1.3.6.1.4.1.52.4.1.44.4.1.5
This is an internally defined string used to describe an alarm. It's primary use is for display on the EMs LCD. A default value will be used for the old trap calls.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

filterTimeLogged 1.3.6.1.4.1.52.4.1.44.4.1.6
The time the entry was logged. This will be date and time if possible.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

filterFilterId 1.3.6.1.4.1.52.4.1.44.4.1.7
This will be used tofilter certain alarms. The criteria is TBD. An example of classification: informational-requires no intervention. warning - Does not require immediate intervention. e.g. statis risk severe - Requires immediate intervention. e.g. power overload. fatal - Requires attention and module may take corrective action such as reboot. e.g. Unrecoverale software or hardware error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER informational(1), warning(2), severe(3), fatal(4), existing(5)  

filterSlotInChassis 1.3.6.1.4.1.52.4.1.44.4.1.8
Slot of this filter entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

filterTrapOID 1.3.6.1.4.1.52.4.1.44.4.1.9
This OID combines the General Trap code, Specific Trap code, and the sys object id into one OID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

filterZ80Time 1.3.6.1.4.1.52.4.1.44.4.1.10
The number of time ticks that have passed since this boards Z80 processor has been up.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

trapLoggerAgent 1.3.6.1.4.1.52.4.1.44.5
Reflects the operational status of the traplogger agent
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), standby(3), elected(4)