BLUECOAT-SG-ICAP-MIB

File: BLUECOAT-SG-ICAP-MIB.mib (15415 bytes)

Imported modules

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

Imported symbols

MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Gauge32 Counter64
TEXTUAL-CONVENTION blueCoatMgmt

Defined Types

ICAPServiceEntityType  
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.
TEXTUAL-CONVENTION    
  INTEGER service(1), servivceGroup(2)  

ICAPServiceNotificationType  
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.
TEXTUAL-CONVENTION    
  INTEGER queuedRequestsAboveThreshold(1), queuedRequestsBelowThreshold(2), deferredRequestsAboveThreshold(3), deferredRequestsBelowThreshold(4)  

IcapServiceStatsTableEntry  
SEQUENCE    
  icapServiceStatsIndex Unsigned32
  icapServiceStatsName OCTET STRING
  icapServiceStatsEntityType ICAPServiceEntityType
  icapServiceStatsPlainConns Gauge32
  icapServiceStatsSecuredConns Gauge32
  icapServiceStatsPlainActvReqs Gauge32
  icapServiceStatsSecureActvReqs Gauge32
  icapServiceStatsQueuedReqs Gauge32
  icapServiceStatsDeferredReqs Gauge32
  icapServiceStatsRcvdBytes Counter64
  icapServiceStatsSentBytes Counter64
  icapServiceStatsFailedReqs Counter64
  icapServiceStatsSuccessfullReqs Counter64

Defined Values

bluecoatSGICAPMIB 1.3.6.1.4.1.3417.2.14
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.
MODULE-IDENTITY    

bluecoatSgICAPMIBObjects 1.3.6.1.4.1.3417.2.14.1
OBJECT IDENTIFIER    

bluecoatSgICAPMIBNotifications 1.3.6.1.4.1.3417.2.14.2
OBJECT IDENTIFIER    

sgICAPMIBNotificationsPrefix 1.3.6.1.4.1.3417.2.14.2.0
OBJECT IDENTIFIER    

bluecoatSgICAPMIBConformance 1.3.6.1.4.1.3417.2.14.3
OBJECT IDENTIFIER    

bluecoatSgICAPValues 1.3.6.1.4.1.3417.2.14.1.1
OBJECT IDENTIFIER    

icapService 1.3.6.1.4.1.3417.2.14.1.1.1
OBJECT IDENTIFIER    

icapServiceStatsTable 1.3.6.1.4.1.3417.2.14.1.1.1.1
This table represents various operational statistics of ICAP services and service groups in an ProxySG appliance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IcapServiceStatsTableEntry

icapServiceStatsTableEntry 1.3.6.1.4.1.3417.2.14.1.1.1.1.1
An entry in this table represents the statistics for an ICAP service entity. An entity is uniquely identified by the service name (icapServiceStatsEntityName).
Status: current Access: not-accessible
OBJECT-TYPE    
  IcapServiceStatsTableEntry  

icapServiceStatsIndex 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.1
This is the index of the table and is an unique identifier of the entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..255  

icapServiceStatsName 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.2
This attribute represents the configured name of the service or the service group.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

icapServiceStatsEntityType 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  ICAPServiceEntityType  

icapServiceStatsPlainConns 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.4
Number of ICAP scanning transactions that are not encrypted.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

icapServiceStatsSecuredConns 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.5
Number of ICAP scanning transactions that are encrypted and tunneled over SSL.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

icapServiceStatsPlainActvReqs 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

icapServiceStatsSecureActvReqs 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

icapServiceStatsQueuedReqs 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.8
ICAP scanning transactions that are waiting for an available connection.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

icapServiceStatsDeferredReqs 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.9
Number of ICAP scanning transactions that have been deferred until the full object has been received.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

icapServiceStatsRcvdBytes 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.10
Number of data bytes received from the ICAP service or service group.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

icapServiceStatsSentBytes 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.11
Number of bytes of ICAP data sent to the ICAP service or service group.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

icapServiceStatsFailedReqs 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.12
Number of ICAP scanning transactions that failed because of a scanning timeout, connection failure, server error, or a variety of other situations.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

icapServiceStatsSuccessfullReqs 1.3.6.1.4.1.3417.2.14.1.1.1.1.1.13
Number of ICAP scanning transactions that completed successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

sgICAPNotification 1.3.6.1.4.1.3417.2.14.1.1.2
A notification type that describes an ICAP event.
Status: current Access: read-only
OBJECT-TYPE    
  ICAPServiceNotificationType  

sgICAPTrap 1.3.6.1.4.1.3417.2.14.2.0.1
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.
Status: current Access: read-only
NOTIFICATION-TYPE    

bluecoatSgICAPMIBCompliances 1.3.6.1.4.1.3417.2.14.3.1
OBJECT IDENTIFIER    

bluecoatSgICAPMIBGroups 1.3.6.1.4.1.3417.2.14.3.2
OBJECT IDENTIFIER    

bluecoatSgICAPMIBNotifGroups 1.3.6.1.4.1.3417.2.14.3.3
OBJECT IDENTIFIER    

bluecoatSgICAPMIBCompliance 1.3.6.1.4.1.3417.2.14.3.1.1
The compliance statement for ICAP Module.
Status: current Access: read-only
MODULE-COMPLIANCE    

bluecoatSgICAPMIBGroup 1.3.6.1.4.1.3417.2.14.3.2.1
Group of ICAP-related objects implemented in ProxySG appliances.
Status: current Access: read-only
OBJECT-GROUP    

bluecoatSgICAPMIBNotifGroup 1.3.6.1.4.1.3417.2.14.3.3.1
Group of ICAP notifications implemented in ProxySG appliances.
Status: current Access: read-only
NOTIFICATION-GROUP