BLUECOAT-SG-WCCP-MIB
16 objects
The deviceWccpMIB is used to monitor the status of the device's WCCP.
Imported Objects
| BLUECOAT-MIB | blueCoatMgmt |
| SNMPv2-SMI | Counter32 Counter64 Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.3417.2.5 | IdentitydeviceWccpMIB | The deviceWccpMIB is used to monitor the status of the device's WCCP. | ||
| 1.3.6.1.4.1.3417.2.5.1 | ScalardeviceWccpEnabled | read-only | current | When this variable is true(1) then WCCP is enabled. When it is false(2) then WCCP is not enabled. |
| 1.3.6.1.4.1.3417.2.5.2 | NodedeviceWccpMIBObjects | |||
| 1.3.6.1.4.1.3417.2.5.2.1 | NodedeviceWccpValues | |||
| 1.3.6.1.4.1.3417.2.5.2.1.1 | TabledeviceWccpValueTable | not-accessible | current | Table of WCCP services. |
| 1.3.6.1.4.1.3417.2.5.2.1.1.1 | RowdeviceWccpValueEntry | not-accessible | current | A deviceWccpValueTable entry describes the status of a WCCP service. |
| 1.3.6.1.4.1.3417.2.5.2.1.1.1.1 | ColumndeviceWccpIndex | not-accessible | current | An arbitrary value which uniquely identifies the WCCP service. |
| 1.3.6.1.4.1.3417.2.5.2.1.1.1.2 | ColumndeviceWccpServiceID | read-only | current | This variable indicates WCCP's service id. |
| 1.3.6.1.4.1.3417.2.5.2.1.1.1.3 | ColumndeviceWccpServiceType | read-only | current | This variable indicates WCCP's service type. |
| 1.3.6.1.4.1.3417.2.5.2.1.1.1.4 | ColumndeviceWccpServiceVersion | read-only | current | This variable indicates the WCCP service's version. |
| 1.3.6.1.4.1.3417.2.5.2.1.1.1.5 | ColumndeviceWccpPacketsRedir | read-only | current | This variable indicates how many WCCP packets have been redirected. |
| 1.3.6.1.4.1.3417.2.5.2.1.1.1.6 | ColumndeviceWccpPacketsLowRedir | read-only | current | This variable indicates how many WCCP packets have been redirected - lower 32 bits. |
| 1.3.6.1.4.1.3417.2.5.2.1.1.1.7 | ColumndeviceWccpBytesRedir | read-only | current | This variable indicates how many WCCP bytes have been redirected. |
| 1.3.6.1.4.1.3417.2.5.2.1.1.1.8 | ColumndeviceWccpBytesLowRedir | read-only | current | This variable indicates how many WCCP bytes have been redirected - lower 32 bits. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| WccpServiceType | INTEGER { standard(1), dynamic(2), unknown(3) } | current | Indicates the type of WCCP service being used. standard(1) - standard or well known service is being used. dynamic(2) - dynamic service is being used. unknown(3) - cannot determine the type of service being used. |
| WccpVersion | INTEGER { version1(1), version2(2), unknown(3) } | current | Indicates the version of WCCP being used for a service. version1(1) - WCCP version 1 being used for the service. version2(2) - WCCP version 2 being used for the service. unknown(3) - unknown version. |