MIB Viewer

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-MIBntwsMibs
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMICounter32 Counter64 Integer32 IpAddress MODULE-IDENTITY OBJECT-TYPE TimeTicks Unsigned32
SNMPv2-TCDateAndTime TEXTUAL-CONVENTION TimeStamp
OIDNameAccessStatusDescription
1.3.6.1.4.1.45.6.1.4.13IdentityntwsTraplogMibTrap 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.1NodentwsTraplogMibObjects
1.3.6.1.4.1.45.6.1.4.13.1.2NodentwsTraplogGuideObjects
1.3.6.1.4.1.45.6.1.4.13.1.2.1ScalarntwsTraplogOldestTrapIndexread-onlycurrentIndex 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.2ScalarntwsTraplogNewestTrapIndexread-onlycurrentIndex 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.3ScalarntwsTraplogNewestTrapTimeread-onlycurrentThe 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.4ScalarntwsTraplogNewestTrapDateAndTimeread-onlycurrentThe 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.3TablentwsTraplogTrapTablenot-accessiblecurrentThe 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.1RowntwsTraplogTrapEntrynot-accessiblecurrentA 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.1ColumnntwsTraplogTrapIndexnot-accessiblecurrentA 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.2ColumnntwsTraplogTrapTimeread-onlycurrentThe 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.3ColumnntwsTraplogTrapDateAndTimeread-onlycurrentThe 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.4ColumnntwsTraplogTrapNotificationIDread-onlycurrentThe NOTIFICATION-TYPE object identifier of the Notification that occurred.
1.3.6.1.4.1.45.6.1.4.13.1.3.1.5ColumnntwsTraplogTrapNumVarsread-onlycurrentThe 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.4TablentwsTraplogVarTablenot-accessiblecurrentThe 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.1RowntwsTraplogVarEntrynot-accessiblecurrentTrap 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.1ColumnntwsTraplogVarTrapIndexnot-accessiblecurrentThe index of a logged trap, see 'ntwsTraplogTrapIndex' above.
1.3.6.1.4.1.45.6.1.4.13.1.4.1.2ColumnntwsTraplogVarIndexnot-accessiblecurrentA 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.3ColumnntwsTraplogVarIDread-onlycurrentThe variable's object identifier.
1.3.6.1.4.1.45.6.1.4.13.1.4.1.4ColumnntwsTraplogVarValueTyperead-onlycurrentThe 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.5ColumnntwsTraplogVarCounter32Valread-onlycurrentThe value when ntwsTraplogVarType is 'counter32'.
1.3.6.1.4.1.45.6.1.4.13.1.4.1.6ColumnntwsTraplogVarUnsigned32Valread-onlycurrentThe value when ntwsTraplogVarType is 'unsigned32'.
1.3.6.1.4.1.45.6.1.4.13.1.4.1.7ColumnntwsTraplogVarTimeTicksValread-onlycurrentThe value when ntwsTraplogVarType is 'timeTicks'.
1.3.6.1.4.1.45.6.1.4.13.1.4.1.8ColumnntwsTraplogVarInteger32Valread-onlycurrentThe value when ntwsTraplogVarType is 'integer32'.
1.3.6.1.4.1.45.6.1.4.13.1.4.1.9ColumnntwsTraplogVarOctetStringValread-onlycurrentThe value when ntwsTraplogVarType is 'octetString'.
1.3.6.1.4.1.45.6.1.4.13.1.4.1.10ColumnntwsTraplogVarIpAddressValread-onlycurrentThe 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.11ColumnntwsTraplogVarOidValread-onlycurrentThe value when ntwsTraplogVarType is 'objectId'.
1.3.6.1.4.1.45.6.1.4.13.1.4.1.12ColumnntwsTraplogVarCounter64Valread-onlycurrentThe value when ntwsTraplogVarType is 'counter64'.
1.3.6.1.4.1.45.6.1.4.13.2NodentwsTraplogConformance
1.3.6.1.4.1.45.6.1.4.13.2.1NodentwsTraplogCompliances
1.3.6.1.4.1.45.6.1.4.13.2.1.1CompliancentwsTraplogCompliancecurrentThe compliance statement for devices that implement the Traplog MIB.
1.3.6.1.4.1.45.6.1.4.13.2.2NodentwsTraplogGroups
1.3.6.1.4.1.45.6.1.4.13.2.2.1GroupntwsTraplogGuideGroupcurrentMandatory group of global objects for managing the Trap Log.
1.3.6.1.4.1.45.6.1.4.13.2.2.2GroupntwsTraplogGuideDateGroupcurrentConditionally 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.3GroupntwsTraplogTrapGroupcurrentMandatory group of objects implemented to provide info on Trap occurrences.
1.3.6.1.4.1.45.6.1.4.13.2.2.4GroupntwsTraplogTrapDateGroupcurrentConditionally 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.5GroupntwsTraplogVarGroupcurrentMandatory group of objects implemented to provide info on Variable bindings.
Type Definitions
NameSyntaxStatusDescription
NtwsTraplogTrapOccurrenceIndexUnsigned32 (1..4294967295)currentTrap 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…
NtwsTraplogTrapOccurrenceIndexOrZeroUnsigned32 (0 | 1..4294967295)currentThis 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…