BLUECOAT-SG-ICAP-MIB
- Registered at
- 1.3.6.1.4.1.3417.2.14
- Last updated
- 2013-02-08 14:00
- Organization
- Blue Coat Systems, Inc.
- Revisions
- 2013-02-08 14:00
- Namespace
- bluecoat
- Source file
BLUECOAT-SG-ICAP-MIB- Digest
sha256:b71c31db941d5a0672f4e54327d2f54df90890ad43b38848afdc194d03283577
Description
Internet Content Adaptation Protocol (ICAP) is an open standard protocol that allows content engines to send HTTP-based content to an ICAP server for performing value added services. The ProxySG appliance, when integrated with a supported ICAP server such as the Proxy-AV, provides content scanning, filtering, and repair service for Internet-based malicious code, in addition to reducing bandwidth usage and latency. This is the MIB module for ProxySG ICAP feature.
Contact
support.services@bluecoat.com http://www.bluecoat.com
Imports
| From | Symbols |
|---|---|
| BLUECOAT-MIB | blueCoatMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter64, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BLUECOAT-MIB BLUECOAT-SG-ICAP-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ICAPServiceEntityType TEXTUAL-CONVENTION In the ProxySG appliance, an ICAP service is a collection of attributes that defines the communication between the appliance and the ICAP server. Similar ICAP scanning services can then be grouped together to create a service group that helps to distribute and load balance scanning requests. This data type distinguishes an ICAP service entity between a service group and service. service (1) - A single service entity which may or may not be part a service group serviceGroup (2) - a collection of services of same type of operation. | current | |||
| ICAPServiceNotificationType TEXTUAL-CONVENTION This TC enumerates an event related to ProxySG ICAP service. The events are sent as part of ICAP service notification. The events include: queuedRequestsAboveThreshold(1) - The number of queued ICAP requests for a service has gone above the permissible threshold. This event denotes an impending service impact for new requests. New requests may be rejected and can cause serviceability issues for users. This problem usually occur because there is insufficient number of ICAP connections for the load the ProxySG is handling. queuedRequestsBelowThreshold(2) - The number of queued ICAP requests has fallen below the alert threshold. This event indicates that the number of queued requests is now within normal limits and that the ICAP service has returned to a healthy state. deferredRequestsAboveThreshold(3) - The number of deferred requests for a service has gone above the permissible threshold. This event denotes an impending service impact for new connections. deferredRequestsBelowThreshold(4) - The number of deferred ICAP requests has fallen below the threshold. This event indicates that the number of deferred ICAP requests is now within normal limits and that the ICAP service has returned to a healthy state. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| bluecoatSgICAPMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.3417.2.14.1 | |||
| bluecoatSgICAPValues OBJECT-IDENTITY | 1.3.6.1.4.1.3417.2.14.1.1 | |||
| icapService OBJECT-IDENTITY | 1.3.6.1.4.1.3417.2.14.1.1.1 | |||
| icapServiceStatsTable OBJECT-TYPE This table represents various operational statistics of ICAP services and service groups in an ProxySG appliance. | 1.3.6.1.4.1.3417.2.14.1.1.1.1 | not-accessible | current | |
| icapServiceStatsTableEntry OBJECT-TYPE An entry in this table represents the statistics for an ICAP service entity. An entity is uniquely identified by the service name (icapServiceStatsEntityName). | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1 | not-accessible | current | |
| icapServiceStatsIndex OBJECT-TYPE This is the index of the table and is an unique identifier of the entity. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.1 | Unsigned32 (0..255) | not-accessible | current |
| icapServiceStatsName OBJECT-TYPE This attribute represents the configured name of the service or the service group. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.2 | OCTET STRING (SIZE(1..64)) | read-only | current |
| icapServiceStatsEntityType OBJECT-TYPE This attribute defines the entity type: service or service group. The service group statistics represent the sum of all the services that are members of the group. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.3 | ICAPServiceEntityType | read-only | current |
| icapServiceStatsPlainConns OBJECT-TYPE Number of ICAP scanning transactions that are not encrypted. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.4 | Gauge32 | read-only | current |
| icapServiceStatsSecuredConns OBJECT-TYPE Number of ICAP scanning transactions that are encrypted and tunneled over SSL. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.5 | Gauge32 | read-only | current |
| icapServiceStatsPlainActvReqs OBJECT-TYPE Line of communication between the ProxySG appliance and an ICAP server across which plain ICAP scanning requests are sent. This statistic is not tracked for service groups. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.6 | Gauge32 | read-only | current |
| icapServiceStatsSecureActvReqs OBJECT-TYPE Secure line of communication between the ProxySG appliance and an ICAP server across which encrypted ICAP scanning requests are sent. This statistic is not tracked for service groups. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.7 | Gauge32 | read-only | current |
| icapServiceStatsQueuedReqs OBJECT-TYPE ICAP scanning transactions that are waiting for an available connection. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.8 | Gauge32 | read-only | current |
| icapServiceStatsDeferredReqs OBJECT-TYPE Number of ICAP scanning transactions that have been deferred until the full object has been received. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.9 | Gauge32 | read-only | current |
| icapServiceStatsRcvdBytes OBJECT-TYPE Number of data bytes received from the ICAP service or service group. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.10 | Counter64 | read-only | current |
| icapServiceStatsSentBytes OBJECT-TYPE Number of bytes of ICAP data sent to the ICAP service or service group. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.11 | Counter64 | read-only | current |
| icapServiceStatsFailedReqs OBJECT-TYPE Number of ICAP scanning transactions that failed because of a scanning timeout, connection failure, server error, or a variety of other situations. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.12 | Counter64 | read-only | current |
| icapServiceStatsSuccessfullReqs OBJECT-TYPE Number of ICAP scanning transactions that completed successfully. | 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.13 | Counter64 | read-only | current |
| sgICAPNotification OBJECT-TYPE A notification type that describes an ICAP event. | 1.3.6.1.4.1.3417.2.14.1.1.2 | ICAPServiceNotificationType | read-only | current |
| bluecoatSgICAPMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.3417.2.14.2 | |||
| sgICAPMIBNotificationsPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.3417.2.14.2.0 | |||
| bluecoatSgICAPMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.3417.2.14.3 | |||
| bluecoatSgICAPMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.3417.2.14.3.1 | |||
| bluecoatSgICAPMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.3417.2.14.3.2 | |||
| bluecoatSgICAPMIBNotifGroups OBJECT-IDENTITY | 1.3.6.1.4.1.3417.2.14.3.3 |
Notifications
| Name | OID | Status |
|---|---|---|
| sgICAPTrap NOTIFICATION-TYPE A notification that represents an ICAP- related event on an ProxySG appliance. The attributes of an ICAP notification include: sgICAPNotification - defines the event type. icapServiceStatsName - the service on which the event has occurred icapServiceStatsDeferredReqs - the number of deferred connections on the service, at the time of event icapServiceStatsQueuedReqs - the number of queued connections on the service, at the time of event. | 1.3.6.1.4.1.3417.2.14.2.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| bluecoatSgICAPMIBCompliance MODULE-COMPLIANCE The compliance statement for ICAP Module. | 1.3.6.1.4.1.3417.2.14.3.1.1 | current |
| bluecoatSgICAPMIBGroup OBJECT-GROUP Group of ICAP-related objects implemented in ProxySG appliances. | 1.3.6.1.4.1.3417.2.14.3.2.1 | current |
| bluecoatSgICAPMIBNotifGroup NOTIFICATION-GROUP Group of ICAP notifications implemented in ProxySG appliances. | 1.3.6.1.4.1.3417.2.14.3.3.1 | current |