NTWS-TRAPLOG-MIB
39 objects
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 Nortel Networks. All rights reserved. This Nortel Networks SNMP Management Information Base Specification (Specification) embodies Nortel Networks' confidential and proprietary intellectual property. This Specification is supplied 'AS IS' and Nortel Networks makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
Imported Objects
| NTWS-ROOT-MIB | ntwsMibs |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter32 Counter64 Integer32 IpAddress MODULE-IDENTITY OBJECT-TYPE TimeTicks Unsigned32 |
| SNMPv2-TC | DateAndTime TEXTUAL-CONVENTION TimeStamp |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.45.6.1.4.13 | IdentityntwsTraplogMib | 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… | ||
| 1.3.6.1.4.1.45.6.1.4.13.1 | NodentwsTraplogMibObjects | |||
| 1.3.6.1.4.1.45.6.1.4.13.1.2 | NodentwsTraplogGuideObjects | |||
| 1.3.6.1.4.1.45.6.1.4.13.1.2.1 | ScalarntwsTraplogOldestTrapIndex | read-only | current | 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 … |
| 1.3.6.1.4.1.45.6.1.4.13.1.2.2 | ScalarntwsTraplogNewestTrapIndex | read-only | current | 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… |
| 1.3.6.1.4.1.45.6.1.4.13.1.2.3 | ScalarntwsTraplogNewestTrapTime | read-only | current | 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 v… |
| 1.3.6.1.4.1.45.6.1.4.13.1.2.4 | ScalarntwsTraplogNewestTrapDateAndTime | read-only | current | 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 zer… |
| 1.3.6.1.4.1.45.6.1.4.13.1.3 | TablentwsTraplogTrapTable | not-accessible | current | The main Trap Log table: contains the most recent traps generated. The index of the oldest entry is specified by ntwsTraplogOldestTrapIndex and the index of th… |
| 1.3.6.1.4.1.45.6.1.4.13.1.3.1 | RowntwsTraplogTrapEntry | not-accessible | current | 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… |
| 1.3.6.1.4.1.45.6.1.4.13.1.3.1.1 | ColumnntwsTraplogTrapIndex | not-accessible | current | A monotonically increasing integer for the sole purpose of indexing entries within this log. When it reaches the maximum value, an extremely unlikely event, th… |
| 1.3.6.1.4.1.45.6.1.4.13.1.3.1.2 | ColumnntwsTraplogTrapTime | read-only | current | 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 MU… |
| 1.3.6.1.4.1.45.6.1.4.13.1.3.1.3 | ColumnntwsTraplogTrapDateAndTime | read-only | current | The local date and time when the entry was logged, instantiated only by systems that have date and time capability. |
| 1.3.6.1.4.1.45.6.1.4.13.1.3.1.4 | ColumnntwsTraplogTrapNotificationID | read-only | current | The NOTIFICATION-TYPE object identifier of the Notification that occurred. |
| 1.3.6.1.4.1.45.6.1.4.13.1.3.1.5 | ColumnntwsTraplogTrapNumVars | read-only | current | The Number of Variable bindings that should have been logged (in ntwsTraplogVarTable) for this trap occurrence. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4 | TablentwsTraplogVarTable | not-accessible | current | The Trap Log detail table: Variable bindings for the currently stored trap occurrences (existing entries in ntwsTraplogTrapTable). |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1 | RowntwsTraplogVarEntry | not-accessible | current | 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 a… |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.1 | ColumnntwsTraplogVarTrapIndex | not-accessible | current | The index of a logged trap, see 'ntwsTraplogTrapIndex' above. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.2 | ColumnntwsTraplogVarIndex | not-accessible | current | A monotonically increasing integer, starting at 1 for a given ntwsTraplogTrapIndex, for indexing variables within the logged trap. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.3 | ColumnntwsTraplogVarID | read-only | current | The variable's object identifier. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.4 | ColumnntwsTraplogVarValueType | read-only | current | The type of the value. One and only one of the value objects that follow must be instantiated, based on this type. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.5 | ColumnntwsTraplogVarCounter32Val | read-only | current | The value when ntwsTraplogVarType is 'counter32'. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.6 | ColumnntwsTraplogVarUnsigned32Val | read-only | current | The value when ntwsTraplogVarType is 'unsigned32'. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.7 | ColumnntwsTraplogVarTimeTicksVal | read-only | current | The value when ntwsTraplogVarType is 'timeTicks'. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.8 | ColumnntwsTraplogVarInteger32Val | read-only | current | The value when ntwsTraplogVarType is 'integer32'. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.9 | ColumnntwsTraplogVarOctetStringVal | read-only | current | The value when ntwsTraplogVarType is 'octetString'. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.10 | ColumnntwsTraplogVarIpAddressVal | read-only | current | The value when ntwsTraplogVarType is 'ipAddress'. This is an IPv4 format address, known as IpAddress. IPv6 addresses are represented using TAddress or InetAddr… |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.11 | ColumnntwsTraplogVarOidVal | read-only | current | The value when ntwsTraplogVarType is 'objectId'. |
| 1.3.6.1.4.1.45.6.1.4.13.1.4.1.12 | ColumnntwsTraplogVarCounter64Val | read-only | current | The value when ntwsTraplogVarType is 'counter64'. |
| 1.3.6.1.4.1.45.6.1.4.13.2 | NodentwsTraplogConformance | |||
| 1.3.6.1.4.1.45.6.1.4.13.2.1 | NodentwsTraplogCompliances | |||
| 1.3.6.1.4.1.45.6.1.4.13.2.1.1 | CompliancentwsTraplogCompliance | current | The compliance statement for devices that implement the Traplog MIB. | |
| 1.3.6.1.4.1.45.6.1.4.13.2.2 | NodentwsTraplogGroups | |||
| 1.3.6.1.4.1.45.6.1.4.13.2.2.1 | GroupntwsTraplogGuideGroup | current | Mandatory group of global objects for managing the Trap Log. | |
| 1.3.6.1.4.1.45.6.1.4.13.2.2.2 | GroupntwsTraplogGuideDateGroup | current | 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 imple… | |
| 1.3.6.1.4.1.45.6.1.4.13.2.2.3 | GroupntwsTraplogTrapGroup | current | Mandatory group of objects implemented to provide info on Trap occurrences. | |
| 1.3.6.1.4.1.45.6.1.4.13.2.2.4 | GroupntwsTraplogTrapDateGroup | current | 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 th… | |
| 1.3.6.1.4.1.45.6.1.4.13.2.2.5 | GroupntwsTraplogVarGroup | current | Mandatory group of objects implemented to provide info on Variable bindings. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| NtwsTraplogTrapOccurrenceIndex | Unsigned32 (1..4294967295) | current | 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 t… |
| NtwsTraplogTrapOccurrenceIndexOrZero | Unsigned32 (0 | 1..4294967295) | current | This textual convention is an extension of the NtwsTraplogTrapOccurrenceIndex convention. The latter defines a greater than zero value used to identify each trap occurrence recorded in the trap log. This extension permi… |