FORCE10-TRAP-EVENT-MIB
- Last updated
- 2005-10-05 00:00
- Organization
- Force10 Networks, Inc.
- Namespace
- dell
- Source file
FORCE10-TRAP-EVENT-MIB- Digest
sha256:43943164b809a43c30109a73e087999863cacf7e6b085b1936f0fee77a7743b4
Description
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.
Contact
Force10 Networks, Inc 1440 McCarthy Blvd Milpitas, CA 95035 (408) 571-3500 support@force10networks.com http://www.force10networks.com
Imports
| From | Symbols |
|---|---|
| FORCE10-SMI | f10Mgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DateAndTime, DisplayString, RowPointer, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
FORCE10-SMI FORCE10-TRAP-EVENT-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| f10TrapEventObjects OBJECT-IDENTITY | 1.3.6.1.4.1.6027.3.6.1 | |||
| f10HistoryTrapEvent OBJECT-IDENTITY | 1.3.6.1.4.1.6027.3.6.1.1 | |||
| f10ChassisTrapEventId OBJECT-TYPE The 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. | 1.3.6.1.4.1.6027.3.6.1.1.1 | DateAndTime | read-only | current |
| f10LastTrapEventSeqId OBJECT-TYPE f10LastTrapEventSeqId 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. | 1.3.6.1.4.1.6027.3.6.1.1.2 | Integer32 | read-only | current |
| f10MaxHistoryTableSize OBJECT-TYPE f10MaxHistoryTableSize 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. | 1.3.6.1.4.1.6027.3.6.1.1.3 | Integer32 | read-only | current |
| f10HistoryTrapEventTable OBJECT-TYPE A table of history trap event table. | 1.3.6.1.4.1.6027.3.6.1.1.4 | not-accessible | current | |
| f10HistoryTrapEventEntry OBJECT-TYPE A table of history trap event table. | 1.3.6.1.4.1.6027.3.6.1.1.4.1 | not-accessible | current | |
| historyTrapEventSeqId OBJECT-TYPE historyTrapEventSeqId is a sequential ID and the index to history trap table. | 1.3.6.1.4.1.6027.3.6.1.1.4.1.1 | Integer32 | not-accessible | current |
| historyTrapEventSeverity OBJECT-TYPE The trap severity level. | 1.3.6.1.4.1.6027.3.6.1.1.4.1.2 | Integer32 | read-only | current |
| historyTrapEventType OBJECT-TYPE The trap category type. | 1.3.6.1.4.1.6027.3.6.1.1.4.1.3 | Integer32 | read-only | current |
| historyTrapEventMsg OBJECT-TYPE The message or the description of the trap. | 1.3.6.1.4.1.6027.3.6.1.1.4.1.4 | DisplayString | read-only | current |
| historyTrapEventOid OBJECT-TYPE The OID of this trap. | 1.3.6.1.4.1.6027.3.6.1.1.4.1.5 | RowPointer | read-only | current |
| historyTrapEventSlotPort OBJECT-TYPE The slot or port number that relate to this trap. for example if card is down, this field will have the card slot number. | 1.3.6.1.4.1.6027.3.6.1.1.4.1.6 | Integer32 | read-only | current |
| historyTrapEventTimeStamp OBJECT-TYPE The timestamp when the trap is sent. | 1.3.6.1.4.1.6027.3.6.1.1.4.1.7 | TimeTicks | read-only | current |
| f10ActiveTrapEvent OBJECT-IDENTITY | 1.3.6.1.4.1.6027.3.6.1.2 | |||
| f10ActiveTrapEventTable OBJECT-TYPE A table of active trap event table. | 1.3.6.1.4.1.6027.3.6.1.2.1 | not-accessible | current | |
| f10ActiveTrapEventEntry OBJECT-TYPE A table of active trap event table. | 1.3.6.1.4.1.6027.3.6.1.2.1.1 | not-accessible | current | |
| activeTrapEventSeqId OBJECT-TYPE activeTrapEventSeqId is a sequential ID and the index to active trap table. | 1.3.6.1.4.1.6027.3.6.1.2.1.1.1 | Integer32 | not-accessible | current |
| activeTrapEventSeverity OBJECT-TYPE The trap severity level. | 1.3.6.1.4.1.6027.3.6.1.2.1.1.2 | Integer32 | read-only | current |
| activeTrapEventType OBJECT-TYPE The trap category type. | 1.3.6.1.4.1.6027.3.6.1.2.1.1.3 | Integer32 | read-only | current |
| activeTrapEventMsg OBJECT-TYPE The message or the description of the trap. | 1.3.6.1.4.1.6027.3.6.1.2.1.1.4 | DisplayString | read-only | current |
| activeTrapEventOid OBJECT-TYPE The OID of this trap. | 1.3.6.1.4.1.6027.3.6.1.2.1.1.5 | RowPointer | read-only | current |
| activeTrapEventSlotPort OBJECT-TYPE The numeric iof slot or port that relate to this trap. for example if card is down, this field will have the card slot number. | 1.3.6.1.4.1.6027.3.6.1.2.1.1.6 | Integer32 | read-only | current |
| activeTrapEventTimeStamp OBJECT-TYPE The timestamp when the trap is sent. | 1.3.6.1.4.1.6027.3.6.1.2.1.1.7 | TimeTicks | read-only | current |
| f10TrapVarbindEvent OBJECT-IDENTITY | 1.3.6.1.4.1.6027.3.6.1.3 | |||
| f10TrapEventVarbindTable OBJECT-TYPE A table of trap event varbind table. | 1.3.6.1.4.1.6027.3.6.1.3.1 | not-accessible | current | |
| f10TrapEventVarbindEntry OBJECT-TYPE A table of trap event varbind table. | 1.3.6.1.4.1.6027.3.6.1.3.1.1 | not-accessible | current | |
| trapEventVarbindSeqId OBJECT-TYPE trapEventVarbindSeqId is a sequential ID and the index to varbind trap table. | 1.3.6.1.4.1.6027.3.6.1.3.1.1.1 | Integer32 | not-accessible | current |
| trapEventVarbindId OBJECT-TYPE trapEventVarbindId is the ID and the index to history trap table. | 1.3.6.1.4.1.6027.3.6.1.3.1.1.2 | Integer32 | not-accessible | current |
| trapEventVarbindOid OBJECT-TYPE The OID of this trap. | 1.3.6.1.4.1.6027.3.6.1.3.1.1.3 | OBJECT IDENTIFIER | read-only | current |
| trapEventVarbindType OBJECT-TYPE The trap category type. | 1.3.6.1.4.1.6027.3.6.1.3.1.1.4 | Integer32 | read-only | current |
| trapEventVarbindValue OBJECT-TYPE This is the result or data in this trap. | 1.3.6.1.4.1.6027.3.6.1.3.1.1.5 | DisplayString | read-only | current |