wfSyslogDelete |
.1.3.6.1.4.1.18.3.3.2.15.1.1 |
A flag to indicate SYSLOG instance deletion
If this flag is set to delete then the syslog
subsystem and all associated MIB information
will be deleted from the router.
|
wfSyslogDisable |
.1.3.6.1.4.1.18.3.3.2.15.1.2 |
Enables or Disables SYSLOG Subsystem
Note: Even if this attribute is set to SYSLOG_BASE_ENABLED
a remote host must be configured and enabled with
associated enabled filters before the syslog subsystem will
begin filtering and forwarding messages
|
wfSyslogOperState |
.1.3.6.1.4.1.18.3.3.2.15.1.3 |
This field indicates the actual stat of the syslog
subsystem. If it is equal to SYSLOG_UP, then the
subsystem is currently filtering and forwarding
syslog messages. If it is SYSLOG_DOWN then it is
not forwarding messages because of several
possiblities:
1) No hosts are configured for the subsystem,
2) No hosts are enabled
3) Hosts are enabled but have no respective
filters enabled
|
wfSyslogMaxHosts |
.1.3.6.1.4.1.18.3.3.2.15.1.4 |
Number of remote hosts allowed to be configured
|
wfSyslogPollTimer |
.1.3.6.1.4.1.18.3.3.2.15.1.5 |
Timer used to determine the iteration that log files
are polled for new messages by the syslog application
|
wfSyslogActTimeSeqHosts |
.1.3.6.1.4.1.18.3.3.2.15.1.6 |
This attribute is used to keep track of the current
number of ACTIVE hosts configured for time sequencing. If a
management station attempts to configure more hosts
(wfSyslogTimeSeqHosts and wfSyslogNonSeqHosts) than
wfSyslogMaxHosts allows, then the wfSyslogHostState
for that host record will be set to SYSLOG_HOST_INACTIVE.
|
wfSyslogActNonSeqHosts |
.1.3.6.1.4.1.18.3.3.2.15.1.7 |
This attribute is used to keep track of the current
number of ACTIVE hosts that are NOT configured for time sequencing.
If a management station attempts to configure more hosts
(wfSyslogTimeSeqHosts and wfSyslogNonSeqHosts) than
wfSyslogMaxHosts allows, then the wfSyslogHostState
for that host record will be set to SYSLOG_HOST_INACTIVE.
|
wfSyslogTotalMsgFwds |
.1.3.6.1.4.1.18.3.3.2.15.1.8 |
Counter used to track the total number of UDP syslog
messages sent
|
wfSyslogHostEntry |
.1.3.6.1.4.1.18.3.3.2.15.2.1 |
Information concerning a specific remote host entry
|
wfSyslogEntFltrEntry |
.1.3.6.1.4.1.18.3.3.2.15.3.1 |
This table is used to filter out messages by filtering
them on a per entity basis, per remote host. This table
is indexed with the remote host's IP address that is to
receive the filtered messages, a value that represents
the entity type to filter messages on and an entity filter
index. All messages are passed through this filter table.
If an instance of this table exists for a remote host, then
a message will then be checked to see if the
entity type of the message is equal to one specified
in this table. If not then it is not forwarded. If it
does equal the one specified in this table then the filters
for that entity instance are applied to that message.
Example:
Entity Log Event Severity Slot Filter
Type LWBnd UPBnd Mask LWBnd UPBnd
------- ----------- ------ -----------
88(FTP) 2 8 '' 3 6 -->All FTP log msgs
of value 2,3,4,5,
6,7,8 occurring
on slots 3,4,5,6
will be forwarded
2( IP ) 0 255 'fw' 4 4 --> All IP log msgs
of level
fault and warning
occurring on slot
4 will be forwarded
-------------------------------------------------------------
NOTE: A wildcard entity filter will only be used if the
there are no other 'non-wildcard' filters( i.e. IP,
FTP etc. ) enabled for the wildcard entity filter's
remote host.
255(WC) Ignored 'fwd' 4 5 --> All log msgs
of level fault,
warning and debug
occurring on slots
4 and 5 will be
forwarded
|
wfSyslogHostDest |
.1.3.6.1.4.1.18.3.3.2.15.2.1.3 |
IP address of the remote host
|
wfSyslogHostDelete |
.1.3.6.1.4.1.18.3.3.2.15.2.1.1 |
A flag to indicate SYSLOG instance deletion
If this flag is set to delete then it is the
application's responsibility to delete the
record and the respective filter table records
|
wfSyslogHostDisable |
.1.3.6.1.4.1.18.3.3.2.15.2.1.2 |
Enables or Disables syslog messaging for this remote
host
|
wfSyslogHostUDPPort |
.1.3.6.1.4.1.18.3.3.2.15.2.1.4 |
UDP port of the remote host
|
wfSyslogHostLogFacility |
.1.3.6.1.4.1.18.3.3.2.15.2.1.5 |
Facility type to use in encoding the priority of the
syslog message
LOG_LOCAL0 -> SYSLOG_LOG_FACILITY_LOCAL0
LOG_LOCAL1 -> SYSLOG_LOG_FACILITY_LOCAL1
.
.
LOG_LOCAL7 -> SYSLOG_LOG_FACILITY_LOCAL7
|
wfSyslogHostTimeSeqEnable |
.1.3.6.1.4.1.18.3.3.2.15.2.1.6 |
If wfSyslogLogTimeSeqEnable is set to enabled then
the syslog application will transmit the messages to the
remote host in time sequenced order(This is not
guaranteed however because the UDP transport mechanism is
connectionless, an thus, unreliable. The possibility
exists for messages to be lost or delivered out of sequence )
If this attribute is disabled then messages will be sent
to the remote host in the order that they occur on each
slot( i.e. no aggragation of the messages across slots
will be performed )
NOTE: If this value is changed while this host is
enabled then the possiblity exists such that
the remote host could receive duplicate log messages
or worse log messages may not be sent to the remote host.
The best procedure to follow would be to disable
the the remote host's MIB record, then set this value
and then enable this host's MIB record again.
|
wfSyslogHostOperState |
.1.3.6.1.4.1.18.3.3.2.15.2.1.7 |
Used to track the state of the host record. If too
many hosts are configured with entity filters then this
value will be set to inactive by the syslog application.
|
wfSyslogHostMsgFwds |
.1.3.6.1.4.1.18.3.3.2.15.2.1.8 |
Counter used to track the number of UDP syslog
messages sent to this remote host
|
wfSyslogEntFltrHostIndex |
.1.3.6.1.4.1.18.3.3.2.15.3.1.3 |
Remote Host IP address, used to associate this filter with
a remote host in the SYSLOG_HOST_TABLE
|
wfSyslogEntFltrNum |
.1.3.6.1.4.1.18.3.3.2.15.3.1.4 |
Entity type to use as filter
NOTE: Entities are listed with their numerical mappings
in the documentation titled 'Event Messages for Wellfleet
Routers'
NOTE2: If entity type is WILDCARD(255) then the attributes
wfSyslogEntFltrLogEvtLowBnd and wfSyslogEntFltrLogEvtUppBnd will
be ignored and wfSyslogEntFltrSevMask will be used.
|
wfSyslogEntFltrIndex |
.1.3.6.1.4.1.18.3.3.2.15.3.1.5 |
Entity Filter Index. Used to distinguish filters of the
same entity type
|
wfSyslogEntFltrDelete |
.1.3.6.1.4.1.18.3.3.2.15.3.1.1 |
A flag to indicate SYSLOG instance deletion
If this flag is set to delete then it is the
application's responsibility to delete the
record and the respective filter table records
|
wfSyslogEntFltrDisable |
.1.3.6.1.4.1.18.3.3.2.15.3.1.2 |
Enables or Disables syslog filtering for this
entity record
|
wfSyslogEntFltrOperState |
.1.3.6.1.4.1.18.3.3.2.15.3.1.6 |
This field indicates the actual stat of the syslog
filter. If it is equal to SYSLOG_FILTER_ACTIVE, then the
subsystem is currently filtering events against this
filter. If it is SYSLOG_FILTER_INACTIVE then the subsystem is
not filtering events against this filter because of several
possiblities:
1) Filter's host is not activ,
2) Filter does not have event range configured
3) Filter does not have severity mask configured
4) Slot's residing in system do not fall within
filter's slot range
|
wfSyslogEntFltrLogEvtLowBnd |
.1.3.6.1.4.1.18.3.3.2.15.3.1.7 |
Lower boundary for the log event entity filter, see
SYSLOG_ENTITY_FILTER_TABLE for more complete description
NOTE: Event numerical mappings are found in
/include/<ENTITY>_edl.h
|
wfSyslogEntFltrLogEvtUppBnd |
.1.3.6.1.4.1.18.3.3.2.15.3.1.8 |
Upper boundary for the log event entity filter, see
SYSLOG_ENTITY_FILTER_TABLE for more complete description
|
wfSyslogEntFltrSevMask |
.1.3.6.1.4.1.18.3.3.2.15.3.1.9 |
Filter used to filter out log messages by error level
(i.e. fault, informational, warning, trace and debug.
This filter is used only if no values are specified for
wfSyslogEntFltrLogEvtLowBnd, or if this entity type is of type
WILDCARD(255)
|
wfSyslogEntFltrSlotLowBnd |
.1.3.6.1.4.1.18.3.3.2.15.3.1.10 |
Lower boundary for the entity slot filter, see
SYSLOG_ENTITY_FILTER_TABLE for more complete description
|
wfSyslogEntFltrSlotUppBnd |
.1.3.6.1.4.1.18.3.3.2.15.3.1.11 |
Upper boundary for the entity slot filter, see
SYSLOG_ENTITY_FILTER_TABLE for more complete description
|
wfSyslogEntFltrFaultMap |
.1.3.6.1.4.1.18.3.3.2.15.3.1.12 |
Value to Map System Fault log messages to
|
wfSyslogEntFltrWarningMap |
.1.3.6.1.4.1.18.3.3.2.15.3.1.13 |
Value to Map System Warning log messages to
|
wfSyslogEntFltrInfoMap |
.1.3.6.1.4.1.18.3.3.2.15.3.1.14 |
Value to Map System Info log messages to
|
wfSyslogEntFltrTraceMap |
.1.3.6.1.4.1.18.3.3.2.15.3.1.15 |
Value to Map System Trace log messages to
|
wfSyslogEntFltrDebugMap |
.1.3.6.1.4.1.18.3.3.2.15.3.1.16 |
Value to Map System Debug log messages to
|
wfSyslogEntFltrName |
.1.3.6.1.4.1.18.3.3.2.15.3.1.17 |
Text name supplied by the user for this filter.
It will default so the entity name/index
|