Fore-TrapLog-MIB
AI MIB Summary
The Fore-TrapLog-MIB enables monitoring of FORE Systems network devices by tracking trap occurrence frequencies, timestamps, and associated variable data through dedicated log, variable, and threshold tables. This module facilitates the analysis of historical trap events and the configuration of alert thresholds to manage device health and fault conditions.
This MIB module defines the FORE Systems specific Log information for Traps. It provides for a Log table, Var table and Threshold table. Each Log table entry contains general information on the traps that occured, number of times and the last time they occured. The Var table contains information on the trap variables reported with specific traps. The Threshold table is a fully populated table which has the thresholds & timeperiods defined for all the traps.
Main OID:
foreTrapLogModule.1.3.6.1.4.1.326.1.9.1
24
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
24 total| Object Name |
|---|
foreTrapLogModuleThis MIB module defines the FORE Systems specific Log information for Traps. It provides for a Log table, Var table and Threshold table. Each Log table entry contains general information on the traps that occured, number of times and the last time they occured. The Var table contains information on the trap variables reported with specific traps. The Threshold table is a fully populated table which has the thresholds & timeperiods defined for all the traps. MODULE-IDENTITY .1.3.6.1.4.1.326.1.9.1 |
trapLogTableA table consisting of entries with trap information SEQUENCE OF TrapLogEntry .1.3.6.1.4.1.326.1.9.2 |
trapLogEntryA table entry containing a trap number, and some information on the trap. TrapLogEntry .1.3.6.1.4.1.326.1.9.2.1 |
trapLogIndexThe sequence number of this trap occurence. This entry uniquely identifies an entry in the trapLogTablero Integer32 .1.3.6.1.4.1.326.1.9.2.1.1 |
trapLogEnterpriseThe enterprise oid of this trap. This used with the trapLogGenericId and trapLogId uniquely identifies the trap type which occured.ro OBJECT IDENTIFIER .1.3.6.1.4.1.326.1.9.2.1.2 |
trapLogGenericIdThe value of this object identifies the generic trap type that occured.ro TrapNumber .1.3.6.1.4.1.326.1.9.2.1.3 |
trapLogIdThe value of this object identifies the specific trap type that occured.ro TrapNumber .1.3.6.1.4.1.326.1.9.2.1.4 |
trapLogXmitsThe number of times this trap was transmitted out on the network to trap destinations.ro Counter32 .1.3.6.1.4.1.326.1.9.2.1.5 |
trapLogLastXmitThe sysUptime at which this trap was last transmitted to trap destinations.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.326.1.9.2.1.6 |
trapLogEventsThe number of times this trap event occured.ro Counter32 .1.3.6.1.4.1.326.1.9.2.1.7 |
trapLogLastEventThe sysUptime at which this trap event last occured.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.326.1.9.2.1.8 |
trapLogVarTableA table of trap variables corresponding to trap occurences. SEQUENCE OF TrapLogVarEntry .1.3.6.1.4.1.326.1.9.3 |
trapLogVarEntryA table entry containing informaiton about a trap variable reported for one of the trap occurences. TrapLogVarEntry .1.3.6.1.4.1.326.1.9.3.1 |
trapLogVarIndexThe Variable index. This number identifies the index of this variable in a list of variables reported with one trap occurence. The list of variables are in the order of the variables given in the TRAP definition for this trap. Integer32 .1.3.6.1.4.1.326.1.9.3.1.1 |
trapLogVarOIDThis is the OID of the trap variable.ro OBJECT IDENTIFIER .1.3.6.1.4.1.326.1.9.3.1.2 |
trapLogVarValueThis is the value of the trap variable.ro OCTET STRING .1.3.6.1.4.1.326.1.9.3.1.3 |
trapThresholdTableA table of thresholds and time periods for the switch traps, which determine when a trap is transmitted to the trap destinations SEQUENCE OF TrapThresholdEntry .1.3.6.1.4.1.326.1.9.4 |
trapThresholdEntryA table entry containing the trap type and the threshold value and the time period for the trap. TrapThresholdEntry .1.3.6.1.4.1.326.1.9.4.1 |
trapThresholdTrapEnterpriseThe enterprise OID of this trap. OBJECT IDENTIFIER .1.3.6.1.4.1.326.1.9.4.1.1 |
trapThresholdGenericTrapIdA generic trap type. TrapNumber .1.3.6.1.4.1.326.1.9.4.1.2 |
trapThresholdTrapIdAn enterprise specific trap type. TrapNumber .1.3.6.1.4.1.326.1.9.4.1.3 |
trapThresholdValueThe value of the threshold for the number of trap occurences after which the trap gets sent to the destinations.rw Integer32 .1.3.6.1.4.1.326.1.9.4.1.4 |
trapThresholdTimePeriodThis value has to be used in conjuntion with the trapThresholdValue. It gives the time period over which the threshold is valid. i.e if trapThresholdValue trap events occur, Or if the time since the last transmission is greater than this object's value, the trap gets transmitted out.rw TimeInterval (SNMPv2-TC) .1.3.6.1.4.1.326.1.9.4.1.5 |
trapThresholdTableResetWhen user sets this object to enable(1), all the threshold table values are reset to default values. The value of this object would be disable(2), after the reconfiguration.rw Enumeration .1.3.6.1.4.1.326.1.9.4.3 |