Fore-TrapLog-MIB: View SNMP OID List / Download MIB
VENDOR: FORE SYSTEMS
Home | MIB: Fore-TrapLog-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
foreTrapLogModule | 1.3.6.1.4.1.326.1.9.1 |
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. |
||
trapLogTable | 1.3.6.1.4.1.326.1.9.2 | no-access |
A table consisting of entries with trap information |
|
1.3.6.1.4.1.326.1.9.2.1 | no-access |
A table entry containing a trap number, and some information on the trap. |
||
trapLogIndex | 1.3.6.1.4.1.326.1.9.2.1.1 | integer32 | read-only |
The sequence number of this trap occurence. This entry uniquely identifies an entry in the trapLogTable |
trapLogEnterprise | 1.3.6.1.4.1.326.1.9.2.1.2 | object identifier | read-only |
The enterprise oid of this trap. This used with the trapLogGenericId and trapLogId uniquely identifies the trap type which occured. |
trapLogGenericId | 1.3.6.1.4.1.326.1.9.2.1.3 | trapnumber | read-only |
The value of this object identifies the generic trap type that occured. |
trapLogId | 1.3.6.1.4.1.326.1.9.2.1.4 | trapnumber | read-only |
The value of this object identifies the specific trap type that occured. |
trapLogXmits | 1.3.6.1.4.1.326.1.9.2.1.5 | counter32 | read-only |
The number of times this trap was transmitted out on the network to trap destinations. |
trapLogLastXmit | 1.3.6.1.4.1.326.1.9.2.1.6 | timestamp | read-only |
The sysUptime at which this trap was last transmitted to trap destinations. |
trapLogEvents | 1.3.6.1.4.1.326.1.9.2.1.7 | counter32 | read-only |
The number of times this trap event occured. |
trapLogLastEvent | 1.3.6.1.4.1.326.1.9.2.1.8 | timestamp | read-only |
The sysUptime at which this trap event last occured. |
trapLogVarTable | 1.3.6.1.4.1.326.1.9.3 | no-access |
A table of trap variables corresponding to trap occurences. |
|
1.3.6.1.4.1.326.1.9.3.1 | no-access |
A table entry containing informaiton about a trap variable reported for one of the trap occurences. |
||
trapLogVarIndex | 1.3.6.1.4.1.326.1.9.3.1.1 | integer32 | no-access |
The 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. |
trapLogVarOID | 1.3.6.1.4.1.326.1.9.3.1.2 | object identifier | read-only |
This is the OID of the trap variable. |
trapLogVarValue | 1.3.6.1.4.1.326.1.9.3.1.3 | octet string | read-only |
This is the value of the trap variable. |
trapThresholdTable | 1.3.6.1.4.1.326.1.9.4 | no-access |
A table of thresholds and time periods for the switch traps, which determine when a trap is transmitted to the trap destinations |
|
1.3.6.1.4.1.326.1.9.4.1 | no-access |
A table entry containing the trap type and the threshold value and the time period for the trap. |
||
trapThresholdTrapEnterprise | 1.3.6.1.4.1.326.1.9.4.1.1 | object identifier | no-access |
The enterprise OID of this trap. |
trapThresholdGenericTrapId | 1.3.6.1.4.1.326.1.9.4.1.2 | trapnumber | no-access |
A generic trap type. |
trapThresholdTrapId | 1.3.6.1.4.1.326.1.9.4.1.3 | trapnumber | no-access |
An enterprise specific trap type. |
trapThresholdValue | 1.3.6.1.4.1.326.1.9.4.1.4 | integer32 | read-write |
The value of the threshold for the number of trap occurences after which the trap gets sent to the destinations. |
trapThresholdTimePeriod | 1.3.6.1.4.1.326.1.9.4.1.5 | timeinterval | read-write |
This 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. |
trapThresholdTableReset | 1.3.6.1.4.1.326.1.9.4.3 | integer | read-write |
When 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. Enumeration: 'enable': 1, 'disable': 2. |