WF-HTTP-MIB: View SNMP OID List / Download MIB

VENDOR: WELLFLEET


 Home MIB: WF-HTTP-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
 wfHttp 1.3.6.1.4.1.18.3.5.3.22.1
     wfHttpSrv 1.3.6.1.4.1.18.3.5.3.22.1.1
         wfHttpSrvDelete 1.3.6.1.4.1.18.3.5.3.22.1.1.1 integer read-write
Set to delete this server instance. Enumeration: 'create': 1, 'delete': 2.
         wfHttpSrvDisable 1.3.6.1.4.1.18.3.5.3.22.1.1.2 integer read-write
Used to enable/disable the server. Enumeration: 'disabled': 2, 'enabled': 1.
         wfHttpSrvState 1.3.6.1.4.1.18.3.5.3.22.1.1.3 integer read-only
Current state of the server entity. Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpresent': 4.
         wfHttpSrvPort 1.3.6.1.4.1.18.3.5.3.22.1.1.4 integer read-write
The port number this server listens to requests on.
         wfHttpSrvMaxCacheCount 1.3.6.1.4.1.18.3.5.3.22.1.1.5 integer read-write
The maximum number of archives that will be cached in system RAM. Increasing this value will improve performance for multiple simultaneous request at the cost of memory utilization.
         wfHttpSrvMaxCacheAge 1.3.6.1.4.1.18.3.5.3.22.1.1.6 integer read-write
The maximumtime in seconds that an archive will be cached in system RAM.
         wfHttpSrvAuthType 1.3.6.1.4.1.18.3.5.3.22.1.1.7 integer read-write
The authentication type to use when authorizating requests Enumeration: 'digest': 2, 'basic': 1.
         wfHttpSrvHostName 1.3.6.1.4.1.18.3.5.3.22.1.1.8 displaystring read-write
The fully qualified domain name used for the HTTP server. If the name is set it domain name service must also by provided to allow clients to resolve the name. If this parameter is not configured the IP address of one of the router's interface will be used as the host name.
         wfHttpSrvHelpBaseUrl 1.3.6.1.4.1.18.3.5.3.22.1.1.9 displaystring read-write
A url that is used in all BASE tags that reside in help pages. This base url combined with a relative url points to more detailed information too large for storage on the router.
     wfHttpStatistics 1.3.6.1.4.1.18.3.5.3.22.1.2
         wfHttpSummary 1.3.6.1.4.1.18.3.5.3.22.1.2.1
             wfHttpSummaryRequests 1.3.6.1.4.1.18.3.5.3.22.1.2.1.1 counter read-only
The total number of requests generated or received by this entity.
             wfHttpSummaryRequestErrors 1.3.6.1.4.1.18.3.5.3.22.1.2.1.2 counter read-only
Total number of request errors detected by this entity (as server).
             wfHttpSummaryRequestDiscards 1.3.6.1.4.1.18.3.5.3.22.1.2.1.3 counter read-only
Total number of requests discarded by this entity (as server).
             wfHttpSummaryResponses 1.3.6.1.4.1.18.3.5.3.22.1.2.1.4 counter read-only
Total number of responses generated or received by this entity.
             wfHttpSummaryResponseErrors 1.3.6.1.4.1.18.3.5.3.22.1.2.1.5 counter read-only
Total number of response errors detected by this entity (as client).
             wfHttpSummaryResponseDiscards 1.3.6.1.4.1.18.3.5.3.22.1.2.1.6 counter read-only
The total number of responses discarded by this entity (as client).
             wfHttpSummaryInUnknowns 1.3.6.1.4.1.18.3.5.3.22.1.2.1.7 counter read-only
The total number of unknown messages received by this entity.
             wfHttpSummaryInBytes 1.3.6.1.4.1.18.3.5.3.22.1.2.1.8 counter read-only
The total number of bytes received by this entity.
             wfHttpSummaryOutBytes 1.3.6.1.4.1.18.3.5.3.22.1.2.1.9 counter read-only
The total number of bytes transmitted by this entity.
             wfHttpSummaryTimeOuts 1.3.6.1.4.1.18.3.5.3.22.1.2.1.10 counter read-only
The number of timeouts for this entity.
             wfHttpSummaryStartTime 1.3.6.1.4.1.18.3.5.3.22.1.2.1.11 timeticks read-only
The value of sysUpTime at the time the server started.
         wfHttpRequestTable 1.3.6.1.4.1.18.3.5.3.22.1.2.2 no-access
Table providing detailed request statistics broken out by request type.
             wfHttpRequestEntry 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1 no-access
An entry in the request table.
                 wfHttpRequestMethodIndex 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1.1 integer read-only
The request method that these statistics apply to. Enumeration: 'head': 2, 'trace': 3, 'get': 1, 'put': 6, 'post': 4, 'options': 5, 'delete': 7.
                 wfHttpRequestInCount 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1.2 counter read-only
The number of requests of this type received by the entity.
                 wfHttpRequestInLastTime 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1.3 timeticks read-only
The value of sysUpTime at the time the last request was received.
                 wfHttpRequestOutCount 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1.4 counter read-only
The number of requests of this type generated by this entity.
                 wfHttpRequestOutLastTime 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1.5 timeticks read-only
The value of sysUpTime at the time the last request was generated.
         wfHttpResponseTable 1.3.6.1.4.1.18.3.5.3.22.1.2.3 no-access
Response table, providing break-out of responses by response type.
             wfHttpResponseEntry 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1 no-access
An entry in the response table.
                 wfHttpResponseStatusIndex 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1.1 integer read-only
The response code for this row of the table. Enumeration: 'ok': 200, 'unauthorized': 401, 'moved-temporarily': 302, 'internal-server-error': 500, 'forbidden': 403, 'no-content': 204, 'moved-permanently': 301, 'created': 201, 'not-found': 404, 'not-implemented': 501, 'bad-request': 400, 'accepted': 202, 'bad-gateway': 502, 'not-modified': 304, 'service-unavailable': 503.
                 wfHttpResponseInCount 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1.2 counter read-only
The number of times this response was received.
                 wfHttpResponseInLastTime 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1.3 timeticks read-only
The value of sysUpTime when this response was last received.
                 wfHttpResponseOutCount 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1.4 counter read-only
The number of times this response was generated.
                 wfHttpResponseOutLastTime 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1.5 timeticks read-only
The value of sysUpTime when this response was last sent.