WCCP-MIB

File: WCCP-MIB.mib (4284 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
BLUECOAT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Counter64 TEXTUAL-CONVENTION
TimeStamp TruthValue DisplayString
MODULE-COMPLIANCE OBJECT-GROUP blueCoatMgmt

Defined Types

WccpServiceType  
Indicates the type of WCCP service being used. standard standard or well known service is being used. dynamic dynamic service is being used. unknown cannot determine the type of service being used.
TEXTUAL-CONVENTION    
  INTEGER standard(1), dynamic(2), unknown(3)  

WccpVersion  
Indicates the version of WCCP being used for a service. version1 WCCP version 1 being used for the service. version2 WCCP version 2 being used for the service. unknown unknown version.
TEXTUAL-CONVENTION    
  INTEGER version1(1), version2(2), unknown(3)  

DeviceWccpValueEntry  
SEQUENCE    
  deviceWccpIndex INTEGER
  deviceWccpServiceID Integer32
  deviceWccpServiceType WccpServiceType
  deviceWccpServiceVersion WccpVersion
  deviceWccpPacketsRedir Counter64
  deviceWccpPacketsLowRedir Counter32
  deviceWccpBytesRedir Counter64
  deviceWccpBytesLowRedir Counter32

Defined Values

deviceWccpMIB 1.3.6.1.4.1.3417.2.5
The deviceWccpMIB is used to monitor the status of the device's WCCP.
MODULE-IDENTITY    

deviceWccpEnabled 1.3.6.1.4.1.3417.2.5.1
This variable show whether WCCP is enabled or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

deviceWccpMIBObjects 1.3.6.1.4.1.3417.2.5.2
OBJECT IDENTIFIER    

deviceWccpValues 1.3.6.1.4.1.3417.2.5.2.1
OBJECT IDENTIFIER    

deviceWccpValueTable 1.3.6.1.4.1.3417.2.5.2.1.1
Table of WCCP services.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DeviceWccpValueEntry

deviceWccpValueEntry 1.3.6.1.4.1.3417.2.5.2.1.1.1
A deviceWccpValueTable entry describes the status of a WCCP service.
Status: current Access: not-accessible
OBJECT-TYPE    
  DeviceWccpValueEntry  

deviceWccpIndex 1.3.6.1.4.1.3417.2.5.2.1.1.1.1
An arbitrary value which uniquely identifies the WCCP service.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

deviceWccpServiceID 1.3.6.1.4.1.3417.2.5.2.1.1.1.2
This variable indicates WCCP's service id.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

deviceWccpServiceType 1.3.6.1.4.1.3417.2.5.2.1.1.1.3
This variable indicates WCCP's service type.
Status: current Access: read-only
OBJECT-TYPE    
  WccpServiceType  

deviceWccpServiceVersion 1.3.6.1.4.1.3417.2.5.2.1.1.1.4
This variable indicates the WCCP service's version.
Status: current Access: read-only
OBJECT-TYPE    
  WccpVersion  

deviceWccpPacketsRedir 1.3.6.1.4.1.3417.2.5.2.1.1.1.5
This variable indicates the how many WCCP packets have been redirected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

deviceWccpPacketsLowRedir 1.3.6.1.4.1.3417.2.5.2.1.1.1.6
This variable indicates the how many WCCP packets have been redirected - lower 32 bits.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

deviceWccpBytesRedir 1.3.6.1.4.1.3417.2.5.2.1.1.1.7
This variable indicates how many WCCP bytes have been redirected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

deviceWccpBytesLowRedir 1.3.6.1.4.1.3417.2.5.2.1.1.1.8
This variable indicates how many WCCP bytes have been redirected - lower 32 bits.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32