WF-HTTP-MIB

File: WF-HTTP-MIB.mib (11281 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

Counter TimeTicks OBJECT-TYPE
DisplayString wfHttpGroup

Defined Types

WfHttpRequestEntry  
SEQUENCE    
  wfHttpRequestMethodIndex INTEGER
  wfHttpRequestInCount Counter
  wfHttpRequestInLastTime TimeTicks
  wfHttpRequestOutCount Counter
  wfHttpRequestOutLastTime TimeTicks

WfHttpResponseEntry  
SEQUENCE    
  wfHttpResponseStatusIndex INTEGER
  wfHttpResponseInCount Counter
  wfHttpResponseInLastTime TimeTicks
  wfHttpResponseOutCount Counter
  wfHttpResponseOutLastTime TimeTicks

Defined Values

wfHttp 1.3.6.1.4.1.18.3.5.3.22.1
OBJECT IDENTIFIER    

wfHttpSrv 1.3.6.1.4.1.18.3.5.3.22.1.1
OBJECT IDENTIFIER    

wfHttpSrvDelete 1.3.6.1.4.1.18.3.5.3.22.1.1.1
Set to delete this server instance.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), delete(2)  

wfHttpSrvDisable 1.3.6.1.4.1.18.3.5.3.22.1.1.2
Used to enable/disable the server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfHttpSrvState 1.3.6.1.4.1.18.3.5.3.22.1.1.3
Current state of the server entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpresent(4)  

wfHttpSrvPort 1.3.6.1.4.1.18.3.5.3.22.1.1.4
The port number this server listens to requests on.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..4096  

wfHttpSrvMaxCacheCount 1.3.6.1.4.1.18.3.5.3.22.1.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 3..10  

wfHttpSrvMaxCacheAge 1.3.6.1.4.1.18.3.5.3.22.1.1.6
The maximumtime in seconds that an archive will be cached in system RAM.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

wfHttpSrvAuthType 1.3.6.1.4.1.18.3.5.3.22.1.1.7
The authentication type to use when authorizating requests
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER basic(1), digest(2)  

wfHttpSrvHostName 1.3.6.1.4.1.18.3.5.3.22.1.1.8
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfHttpSrvHelpBaseUrl 1.3.6.1.4.1.18.3.5.3.22.1.1.9
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfHttpStatistics 1.3.6.1.4.1.18.3.5.3.22.1.2
OBJECT IDENTIFIER    

wfHttpSummary 1.3.6.1.4.1.18.3.5.3.22.1.2.1
OBJECT IDENTIFIER    

wfHttpSummaryRequests 1.3.6.1.4.1.18.3.5.3.22.1.2.1.1
The total number of requests generated or received by this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpSummaryRequestErrors 1.3.6.1.4.1.18.3.5.3.22.1.2.1.2
Total number of request errors detected by this entity (as server).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpSummaryRequestDiscards 1.3.6.1.4.1.18.3.5.3.22.1.2.1.3
Total number of requests discarded by this entity (as server).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpSummaryResponses 1.3.6.1.4.1.18.3.5.3.22.1.2.1.4
Total number of responses generated or received by this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpSummaryResponseErrors 1.3.6.1.4.1.18.3.5.3.22.1.2.1.5
Total number of response errors detected by this entity (as client).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpSummaryResponseDiscards 1.3.6.1.4.1.18.3.5.3.22.1.2.1.6
The total number of responses discarded by this entity (as client).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpSummaryInUnknowns 1.3.6.1.4.1.18.3.5.3.22.1.2.1.7
The total number of unknown messages received by this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpSummaryInBytes 1.3.6.1.4.1.18.3.5.3.22.1.2.1.8
The total number of bytes received by this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpSummaryOutBytes 1.3.6.1.4.1.18.3.5.3.22.1.2.1.9
The total number of bytes transmitted by this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpSummaryTimeOuts 1.3.6.1.4.1.18.3.5.3.22.1.2.1.10
The number of timeouts for this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpSummaryStartTime 1.3.6.1.4.1.18.3.5.3.22.1.2.1.11
The value of sysUpTime at the time the server started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

wfHttpRequestTable 1.3.6.1.4.1.18.3.5.3.22.1.2.2
Table providing detailed request statistics broken out by request type.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfHttpRequestEntry

wfHttpRequestEntry 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1
An entry in the request table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfHttpRequestEntry  

wfHttpRequestMethodIndex 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1.1
The request method that these statistics apply to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER get(1), head(2), trace(3), post(4), options(5), put(6), delete(7)  

wfHttpRequestInCount 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1.2
The number of requests of this type received by the entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpRequestInLastTime 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1.3
The value of sysUpTime at the time the last request was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

wfHttpRequestOutCount 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1.4
The number of requests of this type generated by this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpRequestOutLastTime 1.3.6.1.4.1.18.3.5.3.22.1.2.2.1.5
The value of sysUpTime at the time the last request was generated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

wfHttpResponseTable 1.3.6.1.4.1.18.3.5.3.22.1.2.3
Response table, providing break-out of responses by response type.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfHttpResponseEntry

wfHttpResponseEntry 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1
An entry in the response table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfHttpResponseEntry  

wfHttpResponseStatusIndex 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1.1
The response code for this row of the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ok(200), created(201), accepted(202), no-content(204), moved-permanently(301), moved-temporarily(302), not-modified(304), bad-request(400), unauthorized(401), forbidden(403), not-found(404), internal-server-error(500), not-implemented(501), bad-gateway(502), service-unavailable(503)  

wfHttpResponseInCount 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1.2
The number of times this response was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpResponseInLastTime 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1.3
The value of sysUpTime when this response was last received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

wfHttpResponseOutCount 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1.4
The number of times this response was generated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfHttpResponseOutLastTime 1.3.6.1.4.1.18.3.5.3.22.1.2.3.1.5
The value of sysUpTime when this response was last sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks