TRAPEZE-NETWORKS-TRAPLOG-MIB
AI MIB Summary
The TRAPEZE-NETWORKS-TRAPLOG-MIB provides read-only access to a circular buffer of recent SNMP trap events generated by Trapeze Networks Access Controllers, enabling the retrospective analysis of detected network anomalies. This module facilitates the monitoring of historical device alerts without supporting configuration of logging filters or resource limits, and it offers no persistence guarantees across SNMP agent restarts.
Trap Log MIB: information about most recent traps generated by an Access Controller (wireless switch). A trap occurrence that could be logged corresponds to an event detected by the Access Controller (wireless switch). Not all kinds of events will cause a Trap Log entry to be added. The list of accepted notification types should be configurable. This MIB does _not_ specify any means for configuring the notification types accepted for logging (the ''filter''). Configuration options for filtering (not necessarily SNMP-based) should be described in the manuals for the wireless switch. There is _no_ guarantee that the Trap Log will be preserved in part or in total across restarts of the SNMP agent. The Trap Log as a whole operates like a circular buffer: if adding a new entry (trap occurrence) would exhaust the available resources, the oldest entry (or entries) will be discarded. This MIB does _not_ specify any means for configuring any of the resource limits applicable to trap logging. Copyright 2009 Trapeze Networks, Inc. All rights reserved. This Trapeze Networks SNMP Management Information Base Specification (Specification) embodies Trapeze Networks' confidential and proprietary intellectual property. Trapeze Networks retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS' and Trapeze Networks makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
Main OID:
trpzTraplogMib.1.3.6.1.4.1.14525.4.13
37
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
37 total| Object Name |
|---|
trpzTraplogMibTrap Log MIB: information about most recent traps generated by an Access Controller (wireless switch). A trap occurrence that could be logged corresponds to an event detected by the Access Controller (wireless switch). Not all kinds of events will cause a Trap Log entry to be added. The list of accepted notification types should be configurable. This MIB does _not_ specify any means for configuring the notification types accepted for logging (the ''filter''). Configuration options for filtering (not necessarily SNMP-based) should be described in the manuals for the wireless switch. There is _no_ guarantee that the Trap Log will be preserved in part or in total across restarts of the SNMP agent. The Trap Log as a whole operates like a circular buffer: if adding a new entry (trap occurrence) would exhaust the available resources, the oldest entry (or entries) will be discarded. This MIB does _not_ specify any means for configuring any of the resource limits applicable to trap logging. Copyright 2009 Trapeze Networks, Inc. All rights reserved. This Trapeze Networks SNMP Management Information Base Specification (Specification) embodies Trapeze Networks' confidential and proprietary intellectual property. Trapeze Networks retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS' and Trapeze Networks makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification. MODULE-IDENTITY .1.3.6.1.4.1.14525.4.13 |
trpzTraplogMibObjects OBJECT IDENTIFIER .1.3.6.1.4.1.14525.4.13.1 |
trpzTraplogGuideObjects OBJECT IDENTIFIER .1.3.6.1.4.1.14525.4.13.1.2 |
trpzTraplogOldestTrapIndexIndex of the Oldest Trap occurrence currently stored in the Trap Log. This will be the first entry overwritten when the Trap Log gets full. A zero value means that no trap was logged yet (possibly because trap logging is disabled).ro TrpzTraplogTrapOccurrenceIndexOrZero .1.3.6.1.4.1.14525.4.13.1.2.1 |
trpzTraplogNewestTrapIndexIndex of the Newest Trap occurrence currently stored in the Trap Log. A zero value means that no trap was logged yet (possibly because trap logging is disabled).ro TrpzTraplogTrapOccurrenceIndexOrZero .1.3.6.1.4.1.14525.4.13.1.2.2 |
trpzTraplogNewestTrapTimeThe value of sysUpTime when the latest entry was placed in the log. If the entry occurred before the most recent management system initialization this object value MUST be set to zero. If no trap was logged yet this object value MUST be set to zero. Otherwise should be same as the value of trpzTraplogTrapTime for the latest entry in trpzTraplogTrapTable, _if_ these objects were read at exactly same time.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.14525.4.13.1.2.3 |
trpzTraplogNewestTrapDateAndTimeThe local date and time of the latest trap occurrence. Instantiated only by systems that have date and time capability. A value of '0000000000000000'H (all zeros, length 8 octets) means that no trap was logged yet (possibly because trap logging is disabled). Otherwise should be same as the value of trpzTraplogTrapDateAndTime for the latest entry in trpzTraplogTrapTable, _if_ these objects were read at exactly same time.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.14525.4.13.1.2.4 |
trpzTraplogTrapTableThe main Trap Log table: contains the most recent traps generated. The index of the oldest entry is specified by trpzTraplogOldestTrapIndex and the index of the youngest entry is specified by trpzTraplogNewestTrapIndex. It is an implementation-specific matter whether entries in this table are preserved across initializations of the management system. In general one would expect that they are not. Note that keeping entries across initializations of the management system leads to some confusion with counters and TimeStamps, since both of those are based on sysUpTime, which resets on management initialization. In this situation, counters apply only after the reset and trpzTraplogTrapTime for entries made before the reset MUST be set to 0. SEQUENCE OF TrpzTraplogTrapEntry .1.3.6.1.4.1.14525.4.13.1.3 |
trpzTraplogTrapEntryA Trap Log entry corresponds to a trap occurrence. Entries appear in this table when notifications occur and pass any filtering rules that may be configured on the switch. They are removed to make way for new entries due to lack of resources or when the configured limits are reached. If adding an entry would exceed the configured limits or system resources in general, the oldest entry (or entries) must be removed to make room for the new one. The index for an existing entry is not affected when a entry is added or removed from this table. TrpzTraplogTrapEntry .1.3.6.1.4.1.14525.4.13.1.3.1 |
trpzTraplogTrapIndexA monotonically increasing integer for the sole purpose of indexing entries within this log. When it reaches the maximum value, an extremely unlikely event, the agent wraps the value back to 1. TrpzTraplogTrapOccurrenceIndex .1.3.6.1.4.1.14525.4.13.1.3.1.1 |
trpzTraplogTrapTimeThe value of sysUpTime when the entry was placed in the log. If the entry occurred before the most recent management system initialization this object value MUST be set to zero.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.14525.4.13.1.3.1.2 |
trpzTraplogTrapDateAndTimeThe local date and time when the entry was logged, instantiated only by systems that have date and time capability.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.14525.4.13.1.3.1.3 |
trpzTraplogTrapNotificationIDThe NOTIFICATION-TYPE object identifier of the Notification that occurred.ro OBJECT IDENTIFIER .1.3.6.1.4.1.14525.4.13.1.3.1.4 |
trpzTraplogTrapNumVarsThe Number of Variable bindings that should have been logged (in trpzTraplogVarTable) for this trap occurrence.ro Unsigned32 .1.3.6.1.4.1.14525.4.13.1.3.1.5 |
trpzTraplogVarTableThe Trap Log detail table: Variable bindings for the currently stored trap occurrences (existing entries in trpzTraplogTrapTable). SEQUENCE OF TrpzTraplogVarEntry .1.3.6.1.4.1.14525.4.13.1.4 |
trpzTraplogVarEntryTrap Log Variable binding entry. Entries appear in this table when there are variables in the varbind list of a trap occurrence that is currently stored (has an entry in trpzTraplogTrapTable). TrpzTraplogVarEntry .1.3.6.1.4.1.14525.4.13.1.4.1 |
trpzTraplogVarTrapIndexThe index of a logged trap, see 'trpzTraplogTrapIndex' above. TrpzTraplogTrapOccurrenceIndex .1.3.6.1.4.1.14525.4.13.1.4.1.1 |
trpzTraplogVarIndexA monotonically increasing integer, starting at 1 for a given trpzTraplogTrapIndex, for indexing variables within the logged trap. Unsigned32 .1.3.6.1.4.1.14525.4.13.1.4.1.2 |
trpzTraplogVarIDThe variable's object identifier.ro OBJECT IDENTIFIER .1.3.6.1.4.1.14525.4.13.1.4.1.3 |
trpzTraplogVarValueTypeThe type of the value. One and only one of the value objects that follow must be instantiated, based on this type.ro Enumeration .1.3.6.1.4.1.14525.4.13.1.4.1.4 |
trpzTraplogVarCounter32ValThe value when trpzTraplogVarType is 'counter32'.ro Counter32 .1.3.6.1.4.1.14525.4.13.1.4.1.5 |
trpzTraplogVarUnsigned32ValThe value when trpzTraplogVarType is 'unsigned32'.ro Unsigned32 .1.3.6.1.4.1.14525.4.13.1.4.1.6 |
trpzTraplogVarTimeTicksValThe value when trpzTraplogVarType is 'timeTicks'.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.14525.4.13.1.4.1.7 |
trpzTraplogVarInteger32ValThe value when trpzTraplogVarType is 'integer32'.ro Integer32 .1.3.6.1.4.1.14525.4.13.1.4.1.8 |
trpzTraplogVarOctetStringValThe value when trpzTraplogVarType is 'octetString'.ro OCTET STRING .1.3.6.1.4.1.14525.4.13.1.4.1.9 |
trpzTraplogVarIpAddressValThe value when trpzTraplogVarType is 'ipAddress'. This is an IPv4 format address, known as IpAddress. IPv6 addresses are represented using TAddress or InetAddress, and so the underlying datatype is OCTET STRING, and their value would be stored in the trpzTraplogVarOctetStringVal column.ro IpAddress .1.3.6.1.4.1.14525.4.13.1.4.1.10 |
trpzTraplogVarOidValThe value when trpzTraplogVarType is 'objectId'.ro OBJECT IDENTIFIER .1.3.6.1.4.1.14525.4.13.1.4.1.11 |
trpzTraplogVarCounter64ValThe value when trpzTraplogVarType is 'counter64'.ro Counter64 .1.3.6.1.4.1.14525.4.13.1.4.1.12 |
trpzTraplogConformance OBJECT IDENTIFIER .1.3.6.1.4.1.14525.4.13.2 |
trpzTraplogCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.14525.4.13.2.1 |
trpzTraplogComplianceThe compliance statement for devices that implement the Traplog MIB. Unknown .1.3.6.1.4.1.14525.4.13.2.1.1 |
trpzTraplogGroups OBJECT IDENTIFIER .1.3.6.1.4.1.14525.4.13.2.2 |
trpzTraplogGuideGroupMandatory group of global objects for managing the Trap Log. Unknown .1.3.6.1.4.1.14525.4.13.2.2.1 |
trpzTraplogGuideDateGroupConditionally mandatory global objects for managing the Trap Log. This group is mandatory on systems that keep wall clock date and time and should not be implemented on systems that do not have a wall clock date. Unknown .1.3.6.1.4.1.14525.4.13.2.2.2 |
trpzTraplogTrapGroupMandatory group of objects implemented to provide info on Trap occurrences. Unknown .1.3.6.1.4.1.14525.4.13.2.2.3 |
trpzTraplogTrapDateGroupConditionally mandatory Trap occurrence info. This group is mandatory on systems that keep wall clock date and time and should not be implemented on systems that do not have a wall clock date. Unknown .1.3.6.1.4.1.14525.4.13.2.2.4 |
trpzTraplogVarGroupMandatory group of objects implemented to provide info on Variable bindings. Unknown .1.3.6.1.4.1.14525.4.13.2.2.5 |