FORCE10-TRAP-EVENT-MIB
AI MIB Summary
The FORCE10-TRAP-EVENT-MIB module monitors Force10 switch hardware by logging and categorizing system-generated SNMP traps into historical and active event tables, specifically tracking critical state transitions such as card failures and recoveries. This MIB enables administrators to distinguish between transient logged events and active alarms requiring immediate intervention, such as a "Card Down" condition that persists until a "Card Up" event clears the active entry.
Force10 Trap Alarm MIB. Force10 Trap Event MIB allows users to track or to view the trap events logged by the system. There are two types of trap event tables, hostory trap event table and active trap event table. All the traps sent by the system are logged to history trap event table. The trap that need action will logged to active trap event table; 'Card down' trap event will go to the active trap event table, and the trap will be cleared as soon as 'Card Up' event is issued.
Main OID:
f10TrapEventMib.1.3.6.1.4.1.6027.3.6
33
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
33 total| Object Name |
|---|
f10TrapEventMibForce10 Trap Alarm MIB. Force10 Trap Event MIB allows users to track or to view the trap events logged by the system. There are two types of trap event tables, hostory trap event table and active trap event table. All the traps sent by the system are logged to history trap event table. The trap that need action will logged to active trap event table; 'Card down' trap event will go to the active trap event table, and the trap will be cleared as soon as 'Card Up' event is issued. MODULE-IDENTITY .1.3.6.1.4.1.6027.3.6 |
f10TrapEventObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6027.3.6.1 |
f10HistoryTrapEvent OBJECT IDENTIFIER .1.3.6.1.4.1.6027.3.6.1.1 |
f10ChassisTrapEventIdThe f10ChassisTrapEventId used the timestamp as the ID to uniquely identify the current trap event table. Each time a NMS connect to F10 Chassis, it should verify its f10ChassisTrapEventId. If the ID is different, it should refresh its history and active tables. But, if the f10ChassisTrapEventId is the same, then it should query the f10LastTrapEventSeqId and update its history and active tables from its own f10LastTrapEventSeqId to the chassis f10LastTrapEventSeqId.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.6027.3.6.1.1.1 |
f10LastTrapEventSeqIdf10LastTrapEventSeqId is a sequential ID indicated the number of traps sent by the syatem since chassis is loaded. The same id can also be used as the index to the history and active tables. Anytime, if an NMS dropped its connection with F10 Chassis, it should sync up its history tables from its own f10LastTrapEventSeqId to the chassis f10LastTrapEventSeqId.ro Integer32 .1.3.6.1.4.1.6027.3.6.1.1.2 |
f10MaxHistoryTableSizef10MaxHistoryTableSize is the maximum rows in history table. This also limits the active/varbind tables. Whenever there is a chance of overflow, the oldest entry will be deleted form the history table. Respective entry from active table also will be deleted and the corresponding varbind entries will be deleted from varbind table.ro Integer32 .1.3.6.1.4.1.6027.3.6.1.1.3 |
f10HistoryTrapEventTableA table of history trap event table. SEQUENCE OF F10HistoryTrapEventEntry .1.3.6.1.4.1.6027.3.6.1.1.4 |
f10HistoryTrapEventEntryA table of history trap event table. F10HistoryTrapEventEntry .1.3.6.1.4.1.6027.3.6.1.1.4.1 |
historyTrapEventSeqIdhistoryTrapEventSeqId is a sequential ID and the index to history trap table. Integer32 .1.3.6.1.4.1.6027.3.6.1.1.4.1.1 |
historyTrapEventSeverityThe trap severity level.ro Integer32 .1.3.6.1.4.1.6027.3.6.1.1.4.1.2 |
historyTrapEventTypeThe trap category type.ro Integer32 .1.3.6.1.4.1.6027.3.6.1.1.4.1.3 |
historyTrapEventMsgThe message or the description of the trap.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.6027.3.6.1.1.4.1.4 |
historyTrapEventOidThe OID of this trap.ro RowPointer (SNMPv2-TC) .1.3.6.1.4.1.6027.3.6.1.1.4.1.5 |
historyTrapEventSlotPortThe slot or port number that relate to this trap. for example if card is down, this field will have the card slot number.ro Integer32 .1.3.6.1.4.1.6027.3.6.1.1.4.1.6 |
historyTrapEventTimeStampThe timestamp when the trap is sent.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.6027.3.6.1.1.4.1.7 |
f10ActiveTrapEvent OBJECT IDENTIFIER .1.3.6.1.4.1.6027.3.6.1.2 |
f10ActiveTrapEventTableA table of active trap event table. SEQUENCE OF F10ActiveTrapEventEntry .1.3.6.1.4.1.6027.3.6.1.2.1 |
f10ActiveTrapEventEntryA table of active trap event table. F10ActiveTrapEventEntry .1.3.6.1.4.1.6027.3.6.1.2.1.1 |
activeTrapEventSeqIdactiveTrapEventSeqId is a sequential ID and the index to active trap table. Integer32 .1.3.6.1.4.1.6027.3.6.1.2.1.1.1 |
activeTrapEventSeverityThe trap severity level.ro Integer32 .1.3.6.1.4.1.6027.3.6.1.2.1.1.2 |
activeTrapEventTypeThe trap category type.ro Integer32 .1.3.6.1.4.1.6027.3.6.1.2.1.1.3 |
activeTrapEventMsgThe message or the description of the trap.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.6027.3.6.1.2.1.1.4 |
activeTrapEventOidThe OID of this trap.ro RowPointer (SNMPv2-TC) .1.3.6.1.4.1.6027.3.6.1.2.1.1.5 |
activeTrapEventSlotPortThe numeric iof slot or port that relate to this trap. for example if card is down, this field will have the card slot number.ro Integer32 .1.3.6.1.4.1.6027.3.6.1.2.1.1.6 |
activeTrapEventTimeStampThe timestamp when the trap is sent.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.6027.3.6.1.2.1.1.7 |
f10TrapVarbindEvent OBJECT IDENTIFIER .1.3.6.1.4.1.6027.3.6.1.3 |
f10TrapEventVarbindTableA table of trap event varbind table. SEQUENCE OF F10TrapEventVarbindEntry .1.3.6.1.4.1.6027.3.6.1.3.1 |
f10TrapEventVarbindEntryA table of trap event varbind table. F10TrapEventVarbindEntry .1.3.6.1.4.1.6027.3.6.1.3.1.1 |
trapEventVarbindSeqIdtrapEventVarbindSeqId is a sequential ID and the index to varbind trap table. Integer32 .1.3.6.1.4.1.6027.3.6.1.3.1.1.1 |
trapEventVarbindIdtrapEventVarbindId is the ID and the index to history trap table. Integer32 .1.3.6.1.4.1.6027.3.6.1.3.1.1.2 |
trapEventVarbindOidThe OID of this trap.ro OBJECT IDENTIFIER .1.3.6.1.4.1.6027.3.6.1.3.1.1.3 |
trapEventVarbindTypeThe trap category type.ro Integer32 .1.3.6.1.4.1.6027.3.6.1.3.1.1.4 |
trapEventVarbindValueThis is the result or data in this trap.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.6027.3.6.1.3.1.1.5 |