Wellfleet-SYSL-MIB: View SNMP OID List / Download MIB
VENDOR: WELLFLEET
Home | MIB: Wellfleet-SYSL-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
wfSyslog | 1.3.6.1.4.1.18.3.3.2.15.1 | |||
wfSyslogDelete | 1.3.6.1.4.1.18.3.3.2.15.1.1 | integer | read-write |
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. Enumeration: 'deleted': 2, 'created': 1. |
wfSyslogDisable | 1.3.6.1.4.1.18.3.3.2.15.1.2 | integer | read-write |
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 Enumeration: 'disabled': 2, 'enabled': 1. |
wfSyslogOperState | 1.3.6.1.4.1.18.3.3.2.15.1.3 | integer | read-only |
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 Enumeration: 'down': 2, 'up': 1. |
wfSyslogMaxHosts | 1.3.6.1.4.1.18.3.3.2.15.1.4 | integer | read-write |
Number of remote hosts allowed to be configured |
wfSyslogPollTimer | 1.3.6.1.4.1.18.3.3.2.15.1.5 | integer | read-write |
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 | integer | read-only |
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 | integer | read-only |
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 | read-only |
Counter used to track the total number of UDP syslog messages sent |
wfSyslogHostTable | 1.3.6.1.4.1.18.3.3.2.15.2 | no-access |
Table containing remote host records |
|
1.3.6.1.4.1.18.3.3.2.15.2.1 | no-access |
Information concerning a specific remote host entry |
||
wfSyslogHostDelete | 1.3.6.1.4.1.18.3.3.2.15.2.1.1 | integer | read-write |
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 Enumeration: 'deleted': 2, 'created': 1. |
wfSyslogHostDisable | 1.3.6.1.4.1.18.3.3.2.15.2.1.2 | integer | read-write |
Enables or Disables syslog messaging for this remote host Enumeration: 'disabled': 2, 'enabled': 1. |
wfSyslogHostDest | 1.3.6.1.4.1.18.3.3.2.15.2.1.3 | ipaddress | read-only |
IP address of the remote host |
wfSyslogHostUDPPort | 1.3.6.1.4.1.18.3.3.2.15.2.1.4 | integer | read-write |
UDP port of the remote host |
wfSyslogHostLogFacility | 1.3.6.1.4.1.18.3.3.2.15.2.1.5 | integer | read-write |
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 Enumeration: 'local5': 168, 'local4': 160, 'local7': 184, 'local6': 176, 'local1': 136, 'local0': 128, 'local3': 152, 'local2': 144. |
wfSyslogHostTimeSeqEnable | 1.3.6.1.4.1.18.3.3.2.15.2.1.6 | integer | read-write |
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. Enumeration: 'disabled': 2, 'enabled': 1. |
wfSyslogHostOperState | 1.3.6.1.4.1.18.3.3.2.15.2.1.7 | integer | read-only |
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. Enumeration: 'active': 1, 'inactive': 2. |
wfSyslogHostMsgFwds | 1.3.6.1.4.1.18.3.3.2.15.2.1.8 | counter | read-only |
Counter used to track the number of UDP syslog messages sent to this remote host |
wfSyslogEntityFilterTable | 1.3.6.1.4.1.18.3.3.2.15.3 | no-access |
Table containing filter records for associated remote hostss |
|
1.3.6.1.4.1.18.3.3.2.15.3.1 | no-access |
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 |
||
wfSyslogEntFltrDelete | 1.3.6.1.4.1.18.3.3.2.15.3.1.1 | integer | read-write |
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 Enumeration: 'deleted': 2, 'created': 1. |
wfSyslogEntFltrDisable | 1.3.6.1.4.1.18.3.3.2.15.3.1.2 | integer | read-write |
Enables or Disables syslog filtering for this entity record Enumeration: 'disabled': 2, 'enabled': 1. |
wfSyslogEntFltrHostIndex | 1.3.6.1.4.1.18.3.3.2.15.3.1.3 | ipaddress | read-only |
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 | integer | read-only |
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 | integer | read-only |
Entity Filter Index. Used to distinguish filters of the same entity type |
wfSyslogEntFltrOperState | 1.3.6.1.4.1.18.3.3.2.15.3.1.6 | integer | read-only |
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 Enumeration: 'active': 1, 'inactive': 2. |
wfSyslogEntFltrLogEvtLowBnd | 1.3.6.1.4.1.18.3.3.2.15.3.1.7 | integer | read-write |
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/ |
wfSyslogEntFltrLogEvtUppBnd | 1.3.6.1.4.1.18.3.3.2.15.3.1.8 | integer | read-write |
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 | displaystring | read-write |
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 | integer | read-write |
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 | integer | read-write |
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 | integer | read-write |
Value to Map System Fault log messages to Enumeration: 'info': 7, 'notice': 6, 'err': 4, 'alert': 2, 'debug': 8, 'emerg': 1, 'crit': 3, 'warning': 5. |
wfSyslogEntFltrWarningMap | 1.3.6.1.4.1.18.3.3.2.15.3.1.13 | integer | read-write |
Value to Map System Warning log messages to Enumeration: 'info': 7, 'notice': 6, 'err': 4, 'alert': 2, 'debug': 8, 'emerg': 1, 'crit': 3, 'warning': 5. |
wfSyslogEntFltrInfoMap | 1.3.6.1.4.1.18.3.3.2.15.3.1.14 | integer | read-write |
Value to Map System Info log messages to Enumeration: 'info': 7, 'notice': 6, 'err': 4, 'alert': 2, 'debug': 8, 'emerg': 1, 'crit': 3, 'warning': 5. |
wfSyslogEntFltrTraceMap | 1.3.6.1.4.1.18.3.3.2.15.3.1.15 | integer | read-write |
Value to Map System Trace log messages to Enumeration: 'info': 7, 'notice': 6, 'err': 4, 'alert': 2, 'debug': 8, 'emerg': 1, 'crit': 3, 'warning': 5. |
wfSyslogEntFltrDebugMap | 1.3.6.1.4.1.18.3.3.2.15.3.1.16 | integer | read-write |
Value to Map System Debug log messages to Enumeration: 'info': 7, 'notice': 6, 'err': 4, 'alert': 2, 'debug': 8, 'emerg': 1, 'crit': 3, 'warning': 5. |
wfSyslogEntFltrName | 1.3.6.1.4.1.18.3.3.2.15.3.1.17 | displaystring | read-write |
Text name supplied by the user for this filter. It will default so the entity name/index |