CISCO-APPLICATION-ACCELERATION-MIB

File: CISCO-APPLICATION-ACCELERATION-MIB.mib (17821 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF INET-ADDRESS-MIB
SNMPv2-TC CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
NOTIFICATION-TYPE MODULE-COMPLIANCE NOTIFICATION-GROUP
OBJECT-GROUP InetPortNumber DateAndTime
TruthValue TEXTUAL-CONVENTION ciscoMgmt

Defined Types

CaaState  
This textual convention provides the current state of the condenser. The semantics are as follows. 'active' : condenser is running and serving HTTP requests. 'impaired' : condenser is running, but not serving any HTTP requests. 'down' : condenser is not running.
TEXTUAL-CONVENTION    
  INTEGER active(1), impaired(2), down(3)  

CaaStatEntry  
SEQUENCE    
  caaPort InetPortNumber
  caaState CaaState
  caaRequests Counter32
  caaNoncondensableRequests Counter32
  caaRequestedObjectSize Counter32
  caaFinalResponseSize Counter32
  caaLastRestartedTime DateAndTime
  caaTransformed Counter32
  caaUntransformed Counter32
  caaTransformedObjectRequests Counter32
  caaTransformedObjectIMSRequests Counter32
  caaStaticObjectHits Counter32
  caaStaticObjectHitSize Counter32
  caaStaticObjectMisses Counter32
  caaStaticObjectMissSize Counter32
  caaRefreshHits Counter32
  caaIMSHits Counter32
  caaIMSMisses Counter32
  caaDirectRequests Counter32
  caaRequestSize Counter32
  caaDeltaAbandons Counter32

Defined Values

ciscoApplicationAccelerationMIB 1.3.6.1.4.1.9.9.594
This is a MIB for managing Application Acceleration System(s). This MIB includes instrumentation for providing the performance statistics and status of the condenser which is the core of the Application Acceleration System. A condenser is a software accelerator that applies several optimization techniques to accelerate Web application access. The condenser application accelerates and optimizes any HTML or XML-based application over HTTP resulting in response time improvements and decrease in bandwidth requirements. This application shall reside in a content switching module or appliance. Acronyms and terminology: HTTP In this MIB it refers to both secure ('HTTPS') as well as non-secure ('HTTP') web traffic. IMS If-Modified-Since is an HTTP request type. The If-Modified-Since request-header field is used with a method to make it conditional: if the requested variant has not been modified since the time specified in this field, an entity will not be returned from the server; instead, a '304' ('not modified') response will be returned without any message-body. Delta It is the ability of condenser to dynamically update client browser caches directly with content differences, or deltas, resulting in faster page downloads. FlashForward FlashForward is a object acceleration technology that eliminates network delays associated with embedded cacheable web objects such as images, style sheets, JavaScript files, etc. FlashForward object acceleration places the responsibility for validating object freshness on the condenser, rather than on the client, making it more efficient. With FlashForward, the client never needs to validate the freshness of browser-cached objects with the origin server, thus significantly accelerating page downloads, and reducing both upstream and downstream traffic associated with object validation requests. Transformation It is the change applied on the incoming web traffic, as part of specific optimization method like delta or flashforward, to achieve web traffic acceleration. Objects All the non-textual embedded components of a web page are referred to as Objects in this MIB. Condensable It refers to all objects that can be subjected to optimization by condenser. Non-Condensable It refers to all objects that cannot be subjected to optimization by condenser. REFERENCE [1] Hypertext Transfer Protocol -- HTTP/1.1, RFC 2616 Section 14.25 If-Modified-Since.
MODULE-IDENTITY    

caaMIBNotifications 1.3.6.1.4.1.9.9.594.0
OBJECT IDENTIFIER    

caaMIBObjects 1.3.6.1.4.1.9.9.594.1
OBJECT IDENTIFIER    

caaMIBConformance 1.3.6.1.4.1.9.9.594.2
OBJECT IDENTIFIER    

caaStats 1.3.6.1.4.1.9.9.594.1.1
OBJECT IDENTIFIER    

caaNotificationObjects 1.3.6.1.4.1.9.9.594.1.2
OBJECT IDENTIFIER    

caaStatTable 1.3.6.1.4.1.9.9.594.1.1.1
This table provides the information about the performance related statistics and the status of the condenser on this system. An entry is added to this system automatically by the agent when the system boots up.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CaaStatEntry

caaStatEntry 1.3.6.1.4.1.9.9.594.1.1.1.1
An entry in caaStatTable and corresponds to the performance statistics and status of a condenser on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CaaStatEntry  

caaPort 1.3.6.1.4.1.9.9.594.1.1.1.1.1
This object represents the port on which the condenser listens.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber 1..65535  

caaState 1.3.6.1.4.1.9.9.594.1.1.1.1.2
This object represents the current state of the condenser.
Status: current Access: read-only
OBJECT-TYPE    
  CaaState  

caaRequests 1.3.6.1.4.1.9.9.594.1.1.1.1.3
This object represents the total number of end-user HTTP requests the condenser has received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaNoncondensableRequests 1.3.6.1.4.1.9.9.594.1.1.1.1.4
This object represents the total number of end-user HTTP requests the condenser has received, that cannot be optimized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaRequestedObjectSize 1.3.6.1.4.1.9.9.594.1.1.1.1.5
This object represents the accumulated size (in bytes) of each end-user requested object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaFinalResponseSize 1.3.6.1.4.1.9.9.594.1.1.1.1.6
This object represents the accumulated size (in bytes) of each responses, both for condensable and non-condensable end-user HTTP request.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaLastRestartedTime 1.3.6.1.4.1.9.9.594.1.1.1.1.7
This object represents the time when the condenser was last started.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

caaTransformed 1.3.6.1.4.1.9.9.594.1.1.1.1.8
This object represents the total number of successful transformations for FlashForward Objects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaUntransformed 1.3.6.1.4.1.9.9.594.1.1.1.1.9
This object represents the total number of unsuccessful transformations for FlashForward Objects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaTransformedObjectRequests 1.3.6.1.4.1.9.9.594.1.1.1.1.10
This object represents the total number of HTTP requests (excluding the IMS requests) for the transformed FlashForward objects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaTransformedObjectIMSRequests 1.3.6.1.4.1.9.9.594.1.1.1.1.11
This object represents the total number of IMS requests for those transformed FlashForward objects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaStaticObjectHits 1.3.6.1.4.1.9.9.594.1.1.1.1.12
This object represents the total number of cacheable objects served from the cache, excluding the '304' ('not modified') replies.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaStaticObjectHitSize 1.3.6.1.4.1.9.9.594.1.1.1.1.13
This object represents the accumulated size (in bytes) of the cacheable objects served from the cache, excluding '304' ('not modified') replies.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaStaticObjectMisses 1.3.6.1.4.1.9.9.594.1.1.1.1.14
This object represents the total number of cacheable objects not found in the cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaStaticObjectMissSize 1.3.6.1.4.1.9.9.594.1.1.1.1.15
This object represents the accumulated size (in bytes) of the cacheable objects not found in the cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaRefreshHits 1.3.6.1.4.1.9.9.594.1.1.1.1.16
This object represents the total number of requests for stale objects that have the responses from the origin server as 'not modified'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaIMSHits 1.3.6.1.4.1.9.9.594.1.1.1.1.17
This object represents the total number of IMS requests for valid copies of objects in the cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaIMSMisses 1.3.6.1.4.1.9.9.594.1.1.1.1.18
This object represents the total number of IMS requests for objects that either do not exist or are stale in the cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaDirectRequests 1.3.6.1.4.1.9.9.594.1.1.1.1.19
This object represents the total number of non-cacheable object requests.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaRequestSize 1.3.6.1.4.1.9.9.594.1.1.1.1.20
This object represents the accumulated size (in bytes) of each requests, both for condensable and non-condensable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaDeltaAbandons 1.3.6.1.4.1.9.9.594.1.1.1.1.21
This object represents the total number of abandons of delta optimization requests.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

caaStateChangeNotifEnabled 1.3.6.1.4.1.9.9.594.1.2.1
This object represents the status of generation of the caaStateChange notification in response to a change in the state of condenser. A value of 'true' indicates that the notification generation is enabled and the caaStateChange notification is to be generated when the state changes. A value of 'false' indicates that the notification generation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

caaStateChange 1.3.6.1.4.1.9.9.594.0.1
This object represents the notification to be generated when a condenser undergoes a state change. caaState represents the new state of the condenser.
Status: current Access: read-write
NOTIFICATION-TYPE    

caaMIBCompliances 1.3.6.1.4.1.9.9.594.2.1
OBJECT IDENTIFIER    

caaMIBGroups 1.3.6.1.4.1.9.9.594.2.2
OBJECT IDENTIFIER    

caaMIBCompliance 1.3.6.1.4.1.9.9.594.2.1.1
The compliance statement for the SNMP entities that implement the ciscoApplicationAccelerationMIB module.
Status: current Access: read-write
MODULE-COMPLIANCE    

caaMIBStatsGroup 1.3.6.1.4.1.9.9.594.2.2.1
This collection of objects represent the performance statistics for a condenser.
Status: current Access: read-write
OBJECT-GROUP    

caaMIBNotificationsGroup 1.3.6.1.4.1.9.9.594.2.2.2
This collection of objects represent the notifications generated by the system to provide information about the condensers.
Status: current Access: read-write
NOTIFICATION-GROUP    

caaMIBNotifObjectGroup 1.3.6.1.4.1.9.9.594.2.2.3
This collection of objects represent the information carried by those condenser-related notifications generated by the system.
Status: current Access: read-write
OBJECT-GROUP