TRAPEZE-NETWORKS-TRAPLOG-MIB: View SNMP OID List / Download MIB

VENDOR: TRAPEZE NETWORKS, INC


 Home MIB: TRAPEZE-NETWORKS-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 trpzTraplogMib 1.3.6.1.4.1.14525.4.13
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.
       trpzTraplogMibObjects 1.3.6.1.4.1.14525.4.13.1
           trpzTraplogGuideObjects 1.3.6.1.4.1.14525.4.13.1.2
               trpzTraplogOldestTrapIndex 1.3.6.1.4.1.14525.4.13.1.2.1 trpztraplogtrapoccurrenceindexorzero read-only
Index 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).
               trpzTraplogNewestTrapIndex 1.3.6.1.4.1.14525.4.13.1.2.2 trpztraplogtrapoccurrenceindexorzero read-only
Index 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).
               trpzTraplogNewestTrapTime 1.3.6.1.4.1.14525.4.13.1.2.3 timestamp read-only
The 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.
               trpzTraplogNewestTrapDateAndTime 1.3.6.1.4.1.14525.4.13.1.2.4 dateandtime read-only
The 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.
           trpzTraplogTrapTable 1.3.6.1.4.1.14525.4.13.1.3 no-access
The 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.
               trpzTraplogTrapEntry 1.3.6.1.4.1.14525.4.13.1.3.1 no-access
A 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.
                   trpzTraplogTrapIndex 1.3.6.1.4.1.14525.4.13.1.3.1.1 trpztraplogtrapoccurrenceindex no-access
A 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.
                   trpzTraplogTrapTime 1.3.6.1.4.1.14525.4.13.1.3.1.2 timestamp read-only
The 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.
                   trpzTraplogTrapDateAndTime 1.3.6.1.4.1.14525.4.13.1.3.1.3 dateandtime read-only
The local date and time when the entry was logged, instantiated only by systems that have date and time capability.
                   trpzTraplogTrapNotificationID 1.3.6.1.4.1.14525.4.13.1.3.1.4 object identifier read-only
The NOTIFICATION-TYPE object identifier of the Notification that occurred.
                   trpzTraplogTrapNumVars 1.3.6.1.4.1.14525.4.13.1.3.1.5 unsigned32 read-only
The Number of Variable bindings that should have been logged (in trpzTraplogVarTable) for this trap occurrence.
           trpzTraplogVarTable 1.3.6.1.4.1.14525.4.13.1.4 no-access
The Trap Log detail table: Variable bindings for the currently stored trap occurrences (existing entries in trpzTraplogTrapTable).
               trpzTraplogVarEntry 1.3.6.1.4.1.14525.4.13.1.4.1 no-access
Trap 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).
                   trpzTraplogVarTrapIndex 1.3.6.1.4.1.14525.4.13.1.4.1.1 trpztraplogtrapoccurrenceindex no-access
The index of a logged trap, see 'trpzTraplogTrapIndex' above.
                   trpzTraplogVarIndex 1.3.6.1.4.1.14525.4.13.1.4.1.2 unsigned32 no-access
A monotonically increasing integer, starting at 1 for a given trpzTraplogTrapIndex, for indexing variables within the logged trap.
                   trpzTraplogVarID 1.3.6.1.4.1.14525.4.13.1.4.1.3 object identifier read-only
The variable's object identifier.
                   trpzTraplogVarValueType 1.3.6.1.4.1.14525.4.13.1.4.1.4 integer read-only
The type of the value. One and only one of the value objects that follow must be instantiated, based on this type. Enumeration: 'integer32': 4, 'octetString': 6, 'objectId': 7, 'timeTicks': 3, 'counter64': 8, 'unsigned32': 2, 'ipAddress': 5, 'counter32': 1.
                   trpzTraplogVarCounter32Val 1.3.6.1.4.1.14525.4.13.1.4.1.5 counter32 read-only
The value when trpzTraplogVarType is 'counter32'.
                   trpzTraplogVarUnsigned32Val 1.3.6.1.4.1.14525.4.13.1.4.1.6 unsigned32 read-only
The value when trpzTraplogVarType is 'unsigned32'.
                   trpzTraplogVarTimeTicksVal 1.3.6.1.4.1.14525.4.13.1.4.1.7 timeticks read-only
The value when trpzTraplogVarType is 'timeTicks'.
                   trpzTraplogVarInteger32Val 1.3.6.1.4.1.14525.4.13.1.4.1.8 integer32 read-only
The value when trpzTraplogVarType is 'integer32'.
                   trpzTraplogVarOctetStringVal 1.3.6.1.4.1.14525.4.13.1.4.1.9 octet string read-only
The value when trpzTraplogVarType is 'octetString'.
                   trpzTraplogVarIpAddressVal 1.3.6.1.4.1.14525.4.13.1.4.1.10 ipaddress read-only
The 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.
                   trpzTraplogVarOidVal 1.3.6.1.4.1.14525.4.13.1.4.1.11 object identifier read-only
The value when trpzTraplogVarType is 'objectId'.
                   trpzTraplogVarCounter64Val 1.3.6.1.4.1.14525.4.13.1.4.1.12 counter64 read-only
The value when trpzTraplogVarType is 'counter64'.
       trpzTraplogConformance 1.3.6.1.4.1.14525.4.13.2
           trpzTraplogCompliances 1.3.6.1.4.1.14525.4.13.2.1
               trpzTraplogCompliance 1.3.6.1.4.1.14525.4.13.2.1.1
The compliance statement for devices that implement the Traplog MIB.
           trpzTraplogGroups 1.3.6.1.4.1.14525.4.13.2.2
               trpzTraplogGuideGroup 1.3.6.1.4.1.14525.4.13.2.2.1
Mandatory group of global objects for managing the Trap Log.
               trpzTraplogGuideDateGroup 1.3.6.1.4.1.14525.4.13.2.2.2
Conditionally 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.
               trpzTraplogTrapGroup 1.3.6.1.4.1.14525.4.13.2.2.3
Mandatory group of objects implemented to provide info on Trap occurrences.
               trpzTraplogTrapDateGroup 1.3.6.1.4.1.14525.4.13.2.2.4
Conditionally 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.
               trpzTraplogVarGroup 1.3.6.1.4.1.14525.4.13.2.2.5
Mandatory group of objects implemented to provide info on Variable bindings.