Wellfleet-STA-MIB: View SNMP OID List / Download MIB

VENDOR: WELLFLEET


 Home MIB: Wellfleet-STA-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 wfSta 1.3.6.1.4.1.18.3.3.2.6.1
     wfStaDisable 1.3.6.1.4.1.18.3.3.2.6.1.1 integer read-write
Enables or disables statistical thresholds and alarms Enumeration: 'disabled': 2, 'enabled': 1.
     wfStaPollInterval 1.3.6.1.4.1.18.3.3.2.6.1.2 integer read-write
The polling interval (in seconds) in which to examine objects in the threshold table for threshold exceptions.
 wfStaThresholdTable 1.3.6.1.4.1.18.3.3.2.6.2 no-access
A table containing threshold targets
     wfStaThresholdEntry 1.3.6.1.4.1.18.3.3.2.6.2.1 no-access
Information about a particular threshold object
         wfStaThresholdDelete 1.3.6.1.4.1.18.3.3.2.6.2.1.1 integer read-write
The row (object) deletion attribute for this threshold Enumeration: 'deleted': 2, 'created': 1.
         wfStaThresholdDisable 1.3.6.1.4.1.18.3.3.2.6.2.1.2 integer read-write
The enable/disable attribute for this threshold. Setting this attribute to disabled, causes the threshold to be ignored in subsequent polling periods. Enumeration: 'disabled': 2, 'enabled': 1.
         wfStaThresholdState 1.3.6.1.4.1.18.3.3.2.6.2.1.3 integer read-only
The state of this threshold. An invalid state means that the object could not be retrieved from the mib. A held state indicates that the maximum successive exceptions for this threshold has been reached and that alarms will not be generated until an exception occurrs at a new level or no exception occurs for the specified number of hold down intervals at which point it becomes valid again. An ignored state, indicates that this threshold is disabled and is not being polled. A valid state indicates that this threshold is under examination each polling period and no errors have been encountered evaluating this object for exceptions. A suspended state indicates that the object was not an integer type; user should manually delete the suspended object. Enumeration: 'ignored': 2, 'valid': 1, 'invalid': 5, 'suspended': 4, 'held': 3.
         wfStaThresholdObject 1.3.6.1.4.1.18.3.3.2.6.2.1.4 object identifier read-only
The identifier of the mib object to examine for threshold exceptions.
         wfStaThresholdLowValue 1.3.6.1.4.1.18.3.3.2.6.2.1.5 gauge read-write
The mark for low threshold exceptions
         wfStaThresholdLowEventLevel 1.3.6.1.4.1.18.3.3.2.6.2.1.6 integer read-write
The severity level of the event log message (alarm) to be generated on low exception Enumeration: 'info': 2, 'debug': 3, 'warning': 1.
         wfStaThresholdMediumValue 1.3.6.1.4.1.18.3.3.2.6.2.1.7 gauge read-write
The mark for medium threshold exceptions
         wfStaThresholdMediumEventLevel 1.3.6.1.4.1.18.3.3.2.6.2.1.8 integer read-write
The severity level of the event log message (alarm) to be generated on medium exception Enumeration: 'info': 2, 'debug': 3, 'warning': 1.
         wfStaThresholdHighValue 1.3.6.1.4.1.18.3.3.2.6.2.1.9 gauge read-write
The mark for high threshold exceptions
         wfStaThresholdHighEventLevel 1.3.6.1.4.1.18.3.3.2.6.2.1.10 integer read-write
The severity level of the event log message (alarm) to be generated on high exception Enumeration: 'info': 2, 'debug': 3, 'warning': 1.
         wfStaThresholdCurrentValue 1.3.6.1.4.1.18.3.3.2.6.2.1.11 gauge read-only
The most recently computed threshold value for the polled object.
         wfStaThresholdUnits 1.3.6.1.4.1.18.3.3.2.6.2.1.12 integer read-write
The units to be used in the determination of threshold exceptions. Absolute means that when the value object reaches one of the three thresholds, an exception is generated. PerSecond means that when the value/second reaches one of the three threshold values, an exception is generated. Enumeration: 'persecond': 2, 'absolute': 1.
         wfStaThresholdAction 1.3.6.1.4.1.18.3.3.2.6.2.1.13 integer read-write
How the threshold should be evaluated with respect to the threshold marks Enumeration: 'lessthan': 2, 'greaterthan': 1.
         wfStaThresholdMaxSuccessiveAlarms 1.3.6.1.4.1.18.3.3.2.6.2.1.14 integer read-write
The maximum number of successive alarms that can be generated for this object before it enters a HELD state. A successive alarms is defined as two or more successive polling periods where an alarm is generated at the same level.
         wfStaThresholdHoldDownIntervals 1.3.6.1.4.1.18.3.3.2.6.2.1.15 integer read-write
The number of exception free polling intervals which an object in a held state must pass before transitioning to a valid state.
         wfStaThresholdLowExceptions 1.3.6.1.4.1.18.3.3.2.6.2.1.16 counter read-only
The number of low threshold exceptions.
         wfStaThresholdLowAlarms 1.3.6.1.4.1.18.3.3.2.6.2.1.17 counter read-only
The number of low threshold alarms.
         wfStaThresholdMediumExceptions 1.3.6.1.4.1.18.3.3.2.6.2.1.18 counter read-only
The number of medium threshold exceptions.
         wfStaThresholdMediumAlarms 1.3.6.1.4.1.18.3.3.2.6.2.1.19 counter read-only
The number of medium threshold alarms.
         wfStaThresholdHighExceptions 1.3.6.1.4.1.18.3.3.2.6.2.1.20 counter read-only
The number of high threshold exceptions.
         wfStaThresholdHighAlarms 1.3.6.1.4.1.18.3.3.2.6.2.1.21 counter read-only
The number of high threshold alarms.
         wfStaThresholdLabel 1.3.6.1.4.1.18.3.3.2.6.2.1.22 displaystring read-write
The threshold lable string configurable by user. The string would be returned in the trap and will show in the log as string wfSyncRxOctets.2.1 instead of the ASN.1 form.