TRAPEZE-NETWORKS-TRAPLOG-MIB

File: TRAPEZE-NETWORKS-TRAPLOG-MIB.mib (19519 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
TRAPEZE-NETWORKS-ROOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 TimeTicks Counter32
Counter64 IpAddress MODULE-COMPLIANCE
OBJECT-GROUP TEXTUAL-CONVENTION TimeStamp
DateAndTime trpzMibs

Defined Types

TrpzTraplogTrapOccurrenceIndex  
Trap Occurrence Index (in the Trap Log). A monotonically increasing integer for the sole purpose of indexing entries within the trap log. When it reaches the maximum value, an extremely unlikely event, the agent wraps the value back to 1.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

TrpzTraplogTrapOccurrenceIndexOrZero  
This textual convention is an extension of the TrpzTraplogTrapOccurrenceIndex convention. The latter defines a greater than zero value used to identify each trap occurrence recorded in the trap log. This extension permits the additional value of zero. A zero value means 'none', 'there is no such trap occurrence'.
TEXTUAL-CONVENTION    
  Unsigned32 0 | 1..4294967295  

TrpzTraplogTrapEntry  
SEQUENCE    
  trpzTraplogTrapIndex TrpzTraplogTrapOccurrenceIndex
  trpzTraplogTrapTime TimeStamp
  trpzTraplogTrapDateAndTime DateAndTime
  trpzTraplogTrapNotificationID OBJECT IDENTIFIER
  trpzTraplogTrapNumVars Unsigned32

TrpzTraplogVarEntry  
SEQUENCE    
  trpzTraplogVarTrapIndex TrpzTraplogTrapOccurrenceIndex
  trpzTraplogVarIndex Unsigned32
  trpzTraplogVarID OBJECT IDENTIFIER
  trpzTraplogVarValueType INTEGER
  trpzTraplogVarCounter32Val Counter32
  trpzTraplogVarUnsigned32Val Unsigned32
  trpzTraplogVarTimeTicksVal TimeTicks
  trpzTraplogVarInteger32Val Integer32
  trpzTraplogVarOctetStringVal OCTET STRING
  trpzTraplogVarIpAddressVal IpAddress
  trpzTraplogVarOidVal OBJECT IDENTIFIER
  trpzTraplogVarCounter64Val Counter64

Defined Values

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.
MODULE-IDENTITY    

trpzTraplogMibObjects 1.3.6.1.4.1.14525.4.13.1
OBJECT IDENTIFIER    

trpzTraplogGuideObjects 1.3.6.1.4.1.14525.4.13.1.2
OBJECT IDENTIFIER    

trpzTraplogOldestTrapIndex 1.3.6.1.4.1.14525.4.13.1.2.1
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).
Status: current Access: read-only
OBJECT-TYPE    
  TrpzTraplogTrapOccurrenceIndexOrZero  

trpzTraplogNewestTrapIndex 1.3.6.1.4.1.14525.4.13.1.2.2
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).
Status: current Access: read-only
OBJECT-TYPE    
  TrpzTraplogTrapOccurrenceIndexOrZero  

trpzTraplogNewestTrapTime 1.3.6.1.4.1.14525.4.13.1.2.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

trpzTraplogNewestTrapDateAndTime 1.3.6.1.4.1.14525.4.13.1.2.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

trpzTraplogTrapTable 1.3.6.1.4.1.14525.4.13.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrpzTraplogTrapEntry

trpzTraplogTrapEntry 1.3.6.1.4.1.14525.4.13.1.3.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TrpzTraplogTrapEntry  

trpzTraplogTrapIndex 1.3.6.1.4.1.14525.4.13.1.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TrpzTraplogTrapOccurrenceIndex  

trpzTraplogTrapTime 1.3.6.1.4.1.14525.4.13.1.3.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

trpzTraplogTrapDateAndTime 1.3.6.1.4.1.14525.4.13.1.3.1.3
The local date and time when the entry was logged, instantiated only by systems that have date and time capability.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

trpzTraplogTrapNotificationID 1.3.6.1.4.1.14525.4.13.1.3.1.4
The NOTIFICATION-TYPE object identifier of the Notification that occurred.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

trpzTraplogTrapNumVars 1.3.6.1.4.1.14525.4.13.1.3.1.5
The Number of Variable bindings that should have been logged (in trpzTraplogVarTable) for this trap occurrence.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

trpzTraplogVarTable 1.3.6.1.4.1.14525.4.13.1.4
The Trap Log detail table: Variable bindings for the currently stored trap occurrences (existing entries in trpzTraplogTrapTable).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrpzTraplogVarEntry

trpzTraplogVarEntry 1.3.6.1.4.1.14525.4.13.1.4.1
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  TrpzTraplogVarEntry  

trpzTraplogVarTrapIndex 1.3.6.1.4.1.14525.4.13.1.4.1.1
The index of a logged trap, see 'trpzTraplogTrapIndex' above.
Status: current Access: not-accessible
OBJECT-TYPE    
  TrpzTraplogTrapOccurrenceIndex  

trpzTraplogVarIndex 1.3.6.1.4.1.14525.4.13.1.4.1.2
A monotonically increasing integer, starting at 1 for a given trpzTraplogTrapIndex, for indexing variables within the logged trap.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

trpzTraplogVarID 1.3.6.1.4.1.14525.4.13.1.4.1.3
The variable's object identifier.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

trpzTraplogVarValueType 1.3.6.1.4.1.14525.4.13.1.4.1.4
The type of the value. One and only one of the value objects that follow must be instantiated, based on this type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER counter32(1), unsigned32(2), timeTicks(3), integer32(4), ipAddress(5), octetString(6), objectId(7), counter64(8)  

trpzTraplogVarCounter32Val 1.3.6.1.4.1.14525.4.13.1.4.1.5
The value when trpzTraplogVarType is 'counter32'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

trpzTraplogVarUnsigned32Val 1.3.6.1.4.1.14525.4.13.1.4.1.6
The value when trpzTraplogVarType is 'unsigned32'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

trpzTraplogVarTimeTicksVal 1.3.6.1.4.1.14525.4.13.1.4.1.7
The value when trpzTraplogVarType is 'timeTicks'.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

trpzTraplogVarInteger32Val 1.3.6.1.4.1.14525.4.13.1.4.1.8
The value when trpzTraplogVarType is 'integer32'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

trpzTraplogVarOctetStringVal 1.3.6.1.4.1.14525.4.13.1.4.1.9
The value when trpzTraplogVarType is 'octetString'.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

trpzTraplogVarIpAddressVal 1.3.6.1.4.1.14525.4.13.1.4.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

trpzTraplogVarOidVal 1.3.6.1.4.1.14525.4.13.1.4.1.11
The value when trpzTraplogVarType is 'objectId'.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

trpzTraplogVarCounter64Val 1.3.6.1.4.1.14525.4.13.1.4.1.12
The value when trpzTraplogVarType is 'counter64'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

trpzTraplogConformance 1.3.6.1.4.1.14525.4.13.2
OBJECT IDENTIFIER    

trpzTraplogCompliances 1.3.6.1.4.1.14525.4.13.2.1
OBJECT IDENTIFIER    

trpzTraplogGroups 1.3.6.1.4.1.14525.4.13.2.2
OBJECT IDENTIFIER    

trpzTraplogCompliance 1.3.6.1.4.1.14525.4.13.2.1.1
The compliance statement for devices that implement the Traplog MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

trpzTraplogGuideGroup 1.3.6.1.4.1.14525.4.13.2.2.1
Mandatory group of global objects for managing the Trap Log.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

trpzTraplogTrapGroup 1.3.6.1.4.1.14525.4.13.2.2.3
Mandatory group of objects implemented to provide info on Trap occurrences.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

trpzTraplogVarGroup 1.3.6.1.4.1.14525.4.13.2.2.5
Mandatory group of objects implemented to provide info on Variable bindings.
Status: current Access: read-only
OBJECT-GROUP