CTTRAPLOG-MIB
- Registered at
- 1.3.6.1.4.1.52.4.1.44.11.3.6.1.4.1.52.4.1.44.21.3.6.1.4.1.52.4.1.44.31.3.6.1.4.1.52.4.1.44.41.3.6.1.4.1.52.4.1.44.5
- Namespace
- enterasys
- Source file
CTTRAPLOG-MIB- Digest
sha256:6ef227044354299934dd440d1296309f8a84b522eee918bad5155cabbfe2e2d8
Imports
| From | Symbols |
|---|---|
| CTRON-MIB-NAMES | ctTrapLog |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DisplayString, 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.
CTRON-MIB-NAMES CTRON-OIDS CTTRAPLOG-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| totalNumberOfEntries OBJECT-TYPE Total number of logged entries for this chassis. | 1.3.6.1.4.1.52.4.1.44.1 | INTEGER | read-only | mandatory |
| configTable OBJECT-TYPE | 1.3.6.1.4.1.52.4.1.44.2 | not-accessible | mandatory | |
| configTableEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.44.2.1 | not-accessible | mandatory | |
| slotInChassis OBJECT-TYPE Each Slot can be separately configured. This is the slot number for the configuration entry. | 1.3.6.1.4.1.52.4.1.44.2.1.1 | INTEGER | read-only | mandatory |
| numEntriesLoggeds OBJECT-TYPE This is the total number of entries looged for this slot. | 1.3.6.1.4.1.52.4.1.44.2.1.2 | Counter | read-only | mandatory |
| numEntriesRequested OBJECT-TYPE Maximum number of entries to store before wrapping the log on this slot. | 1.3.6.1.4.1.52.4.1.44.2.1.3 | INTEGER | read-write | mandatory |
| numEntriesAllocated OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.44.2.1.4 | INTEGER | read-only | mandatory |
| lastLoggedEntryLogId OBJECT-TYPE This is the log id of the last entry logged for this slot. | 1.3.6.1.4.1.52.4.1.44.2.1.5 | INTEGER | read-only | mandatory |
| logCommand OBJECT-TYPE Allows the user to send the log the commands specified in the enumeration. | 1.3.6.1.4.1.52.4.1.44.2.1.6 | INTEGER {clearLog(1)} | read-write | mandatory |
| wrap OBJECT-TYPE This is whether or not this configuration has wrapped or not. | 1.3.6.1.4.1.52.4.1.44.2.1.7 | INTEGER | read-only | mandatory |
| trapLogTable OBJECT-TYPE | 1.3.6.1.4.1.52.4.1.44.3 | not-accessible | mandatory | |
| trapLogEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.44.3.1 | not-accessible | mandatory | |
| logId OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.44.3.1.1 | INTEGER | read-only | mandatory |
| nvmpId OBJECT-TYPE This contains the nvmp id of the trap that occurred. | 1.3.6.1.4.1.52.4.1.44.3.1.2 | INTEGER | read-only | mandatory |
| trapLogAcknowledged OBJECT-TYPE This field is set to 2 if a trap as been acknowledged from the EM. | 1.3.6.1.4.1.52.4.1.44.3.1.3 | INTEGER | read-only | mandatory |
| trapLogVarBind OBJECT-TYPE This is an ASN.1 encoded string representing the pairs of OID/value items supplied in the original SNMP or NVMP trap. | 1.3.6.1.4.1.52.4.1.44.3.1.4 | OCTET STRING (SIZE(0..1500)) | read-only | mandatory |
| trapLogDescription OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.44.3.1.5 | DisplayString (SIZE(0..80)) | read-only | mandatory |
| timeLogged OBJECT-TYPE The time the entry was logged. This will be date and time if possible. | 1.3.6.1.4.1.52.4.1.44.3.1.6 | TimeTicks | read-only | mandatory |
| filterId OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.44.3.1.7 | INTEGER {informational(1), warning(2), severe(3), fatal(4), existing(5)} | read-only | mandatory |
| slotChassis OBJECT-TYPE Slot of this trap log. | 1.3.6.1.4.1.52.4.1.44.3.1.8 | INTEGER | read-only | mandatory |
| trapOID OBJECT-TYPE This OID combines the General Trap code, Specific Trap code, and the sys object id into one OID. | 1.3.6.1.4.1.52.4.1.44.3.1.9 | OBJECT IDENTIFIER | read-only | mandatory |
| z80Time OBJECT-TYPE This is the time that the Z80 has been up for the board that sent this trap. | 1.3.6.1.4.1.52.4.1.44.3.1.10 | TimeTicks | read-only | mandatory |
| filterTable OBJECT-TYPE | 1.3.6.1.4.1.52.4.1.44.4 | not-accessible | mandatory | |
| filterEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.44.4.1 | not-accessible | mandatory | |
| filterLogId OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.44.4.1.1 | INTEGER | read-only | mandatory |
| filterNvmpId OBJECT-TYPE This contains the nvmp id of the trap that was generated. | 1.3.6.1.4.1.52.4.1.44.4.1.2 | INTEGER | read-only | mandatory |
| filterTrapLogAcknowledged OBJECT-TYPE This field is non-zero if a trap has been acknowleged from the EM. | 1.3.6.1.4.1.52.4.1.44.4.1.3 | INTEGER | read-only | mandatory |
| filterTrapLogVarBind OBJECT-TYPE This is an ASN.1 encoded string representing the pairs of OID/value items supplied in the original SNMP or NVMP trap. | 1.3.6.1.4.1.52.4.1.44.4.1.4 | OCTET STRING (SIZE(0..1500)) | read-only | mandatory |
| filterTrapLogDescription OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.44.4.1.5 | DisplayString (SIZE(0..80)) | read-only | mandatory |
| filterTimeLogged OBJECT-TYPE The time the entry was logged. This will be date and time if possible. | 1.3.6.1.4.1.52.4.1.44.4.1.6 | TimeTicks | read-only | mandatory |
| filterFilterId OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.44.4.1.7 | INTEGER {informational(1), warning(2), severe(3), fatal(4), existing(5)} | read-only | mandatory |
| filterSlotInChassis OBJECT-TYPE Slot of this filter entry. | 1.3.6.1.4.1.52.4.1.44.4.1.8 | INTEGER | read-only | mandatory |
| filterTrapOID OBJECT-TYPE This OID combines the General Trap code, Specific Trap code, and the sys object id into one OID. | 1.3.6.1.4.1.52.4.1.44.4.1.9 | OBJECT IDENTIFIER | read-only | mandatory |
| filterZ80Time OBJECT-TYPE The number of time ticks that have passed since this boards Z80 processor has been up. | 1.3.6.1.4.1.52.4.1.44.4.1.10 | TimeTicks | read-only | mandatory |
| trapLoggerAgent OBJECT-TYPE Reflects the operational status of the traplogger agent | 1.3.6.1.4.1.52.4.1.44.5 | INTEGER {disabled(1), enabled(2), standby(3), elected(4)} | read-write | mandatory |