When a log record is created or replaced, the
'logIndexNumber' is incremented, then stored within the
new log record's 'logRecIndexNumber'. Thus the log record
with a 'logRecIndexNumber' of 1 is the first system event
that was placed into the log.
This log record can be deleted if 1) it does NOT effect
health, or 2) if it effects health, it is currently
NORMALIZED. This operation can be accomplished by
setting this variable to 0.
Setting this variable to any other value results in
a BAD-VALUE error. If the record is not found, then
NO-SUCH-NAME is return. If the record effects health and
has not been NORMALIZED, then a READ-ONLY error is
returned.
This variable is also the SNMP table definition 'index'
which identifies a particular 'row' of the SNMP table.
The retrieval of any variable of the 'logRecTable' is
effected by the viewing variables, which provide sorting,
filtering and page controls. These variables are:
'logViewPageSize',
'logViewPageControl',
'logViewSeverityFilter',
'logViewMethod',
'logViewDirection',
'logViewAge'.
Parsed from file WESTERN-MULTIPLEX-MIB.mib
Module: WESTERN-MULTIPLEX-MIB
Vendor: Western Multiplex
Module: WESTERN-MULTIPLEX-MIB
[Automatically extracted from oidview.com]
logRecIndexNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "When a log record is created or replaced, the 'logIndexNumber' is incremented, then stored within the new log record's 'logRecIndexNumber'. Thus the log record with a 'logRecIndexNumber' of 1 is the first system event that was placed into the log. This log record can be deleted if 1) it does NOT effect health, or 2) if it effects health, it is currently NORMALIZED. This operation can be accomplished by setting this variable to 0. Setting this variable to any other value results in a BAD-VALUE error. If the record is not found, then NO-SUCH-NAME is return. If the record effects health and has not been NORMALIZED, then a READ-ONLY error is returned. This variable is also the SNMP table definition 'index' which identifies a particular 'row' of the SNMP table. The retrieval of any variable of the 'logRecTable' is effected by the viewing variables, which provide sorting, filtering and page controls. These variables are: 'logViewPageSize', 'logViewPageControl', 'logViewSeverityFilter', 'logViewMethod', 'logViewDirection', 'logViewAge'." ::= { logRecEntry 1 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.3727.20.10.4.40.1.2 | logRecSeverity | 0 | 0 | The severity level of the log record. 'critical' is the highest severity level, followed in decreasing order by 'major', 'minor',… |
1.3.6.1.4.1.3727.20.10.4.40.1.3 | logRecEvent | 0 | 0 | The type of event recorded in the log record. See the product release note for detailed explanations of these events. The retrieva… |
1.3.6.1.4.1.3727.20.10.4.40.1.4 | logRecDescription | 0 | 0 | This variable contains a textual details of the system log record. Each log record contains : 1) a timestamp indicating when this … |