Home/Catalog/Wellfleet-SYSL-MIB

Wellfleet-SYSL-MIB

Detailed view of the defined objects, syntax rules, and hierarchical paths.

39
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

39 total
Object Name
wfSyslog
OBJECT IDENTIFIER
.1.3.6.1.4.1.18.3.3.2.15.1
RFC1155-SMI
Unknown
.1.3.6.1.4.1.18.3.3.2.15.1
wfSyslogDeleteA 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.rw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.1.1
wfSyslogDisableEnables 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 messagesrw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.1.2
wfSyslogOperStateThis 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 enabledro
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.1.3
wfSyslogMaxHostsNumber of remote hosts allowed to be configuredrw
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.1.4
wfSyslogPollTimerTimer used to determine the iteration that log files are polled for new messages by the syslog applicationrw
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.1.5
wfSyslogActTimeSeqHostsThis 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.ro
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.1.6
wfSyslogActNonSeqHostsThis 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.ro
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.1.7
wfSyslogTotalMsgFwdsCounter used to track the total number of UDP syslog messages sentro
Counter
.1.3.6.1.4.1.18.3.3.2.15.1.8
wfSyslogHostTableTable containing remote host records
SEQUENCE OF WfSyslogHostEntry
.1.3.6.1.4.1.18.3.3.2.15.2
wfSyslogHostEntryInformation concerning a specific remote host entry
WfSyslogHostEntry
.1.3.6.1.4.1.18.3.3.2.15.2.1
wfSyslogHostDeleteA 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 recordsrw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.2.1.1
wfSyslogHostDisableEnables or Disables syslog messaging for this remote hostrw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.2.1.2
wfSyslogHostDestIP address of the remote hostro
IpAddress
.1.3.6.1.4.1.18.3.3.2.15.2.1.3
wfSyslogHostUDPPortUDP port of the remote hostrw
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.2.1.4
wfSyslogHostLogFacilityFacility 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_LOCAL7rw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.2.1.5
wfSyslogHostTimeSeqEnableIf 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.rw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.2.1.6
wfSyslogHostOperStateUsed 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.ro
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.2.1.7
wfSyslogHostMsgFwdsCounter used to track the number of UDP syslog messages sent to this remote hostro
Counter
.1.3.6.1.4.1.18.3.3.2.15.2.1.8
wfSyslogEntityFilterTableTable containing filter records for associated remote hostss
SEQUENCE OF WfSyslogEntFltrEntry
.1.3.6.1.4.1.18.3.3.2.15.3
wfSyslogEntFltrEntryThis 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 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 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 of level fault, warning and debug occurring on slots 4 and 5 will be forwarded
WfSyslogEntFltrEntry
.1.3.6.1.4.1.18.3.3.2.15.3.1
wfSyslogEntFltrDeleteA 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 recordsrw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.3.1.1
wfSyslogEntFltrDisableEnables or Disables syslog filtering for this entity recordrw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.3.1.2
wfSyslogEntFltrHostIndexRemote Host IP address, used to associate this filter with a remote host in the SYSLOG_HOST_TABLEro
IpAddress
.1.3.6.1.4.1.18.3.3.2.15.3.1.3
wfSyslogEntFltrNumEntity 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.ro
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.3.1.4
wfSyslogEntFltrIndexEntity Filter Index. Used to distinguish filters of the same entity typero
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.3.1.5
wfSyslogEntFltrOperStateThis 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 rangero
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.3.1.6
wfSyslogEntFltrLogEvtLowBndLower 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.hrw
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.3.1.7
wfSyslogEntFltrLogEvtUppBndUpper boundary for the log event entity filter, see SYSLOG_ENTITY_FILTER_TABLE for more complete descriptionrw
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.3.1.8
wfSyslogEntFltrSevMaskFilter 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)rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.3.2.15.3.1.9
wfSyslogEntFltrSlotLowBndLower boundary for the entity slot filter, see SYSLOG_ENTITY_FILTER_TABLE for more complete descriptionrw
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.3.1.10
wfSyslogEntFltrSlotUppBndUpper boundary for the entity slot filter, see SYSLOG_ENTITY_FILTER_TABLE for more complete descriptionrw
INTEGER
.1.3.6.1.4.1.18.3.3.2.15.3.1.11
wfSyslogEntFltrFaultMapValue to Map System Fault log messages torw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.3.1.12
wfSyslogEntFltrWarningMapValue to Map System Warning log messages torw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.3.1.13
wfSyslogEntFltrInfoMapValue to Map System Info log messages torw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.3.1.14
wfSyslogEntFltrTraceMapValue to Map System Trace log messages torw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.3.1.15
wfSyslogEntFltrDebugMapValue to Map System Debug log messages torw
Enumeration
.1.3.6.1.4.1.18.3.3.2.15.3.1.16
wfSyslogEntFltrNameText name supplied by the user for this filter. It will default so the entity name/indexrw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.3.2.15.3.1.17
Wellfleet-SYSL-MIB - SNMP MIB Reference | MIBs Explorer