CISCO-APPLICATION-ACCELERATION-MIB
- Registered at
- 1.3.6.1.4.1.9.9.594
- Last updated
- 2006-10-30 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2006-10-30 00:00
- Namespace
- cisco
- Source file
CISCO-APPLICATION-ACCELERATION-MIB- Digest
sha256:ed906f1078c53b8270264db6cb43d5daa1e1cd0256e5e9df24891cc68dfeeada
Description
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.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-avs@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| INET-ADDRESS-MIB | InetPortNumber |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DateAndTime, DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-APPLICATION-ACCELERATION-MIB CISCO-SMI INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CaaState TEXTUAL-CONVENTION 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. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| caaMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.594.0 | |||
| caaMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.594.1 | |||
| caaStats OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.594.1.1 | |||
| caaStatTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.594.1.1.1 | not-accessible | current | |
| caaStatEntry OBJECT-TYPE An entry in caaStatTable and corresponds to the performance statistics and status of a condenser on the system. | 1.3.6.1.4.1.9.9.594.1.1.1.1 | not-accessible | current | |
| caaPort OBJECT-TYPE This object represents the port on which the condenser listens. | 1.3.6.1.4.1.9.9.594.1.1.1.1.1 | InetPortNumber (1..65535) | not-accessible | current |
| caaState OBJECT-TYPE This object represents the current state of the condenser. | 1.3.6.1.4.1.9.9.594.1.1.1.1.2 | CaaState | read-only | current |
| caaRequests OBJECT-TYPE This object represents the total number of end-user HTTP requests the condenser has received. | 1.3.6.1.4.1.9.9.594.1.1.1.1.3 | Counter32 | read-only | current |
| caaNoncondensableRequests OBJECT-TYPE This object represents the total number of end-user HTTP requests the condenser has received, that cannot be optimized. | 1.3.6.1.4.1.9.9.594.1.1.1.1.4 | Counter32 | read-only | current |
| caaRequestedObjectSize OBJECT-TYPE This object represents the accumulated size (in bytes) of each end-user requested object. | 1.3.6.1.4.1.9.9.594.1.1.1.1.5 | Counter32 | read-only | current |
| caaFinalResponseSize OBJECT-TYPE This object represents the accumulated size (in bytes) of each responses, both for condensable and non-condensable end-user HTTP request. | 1.3.6.1.4.1.9.9.594.1.1.1.1.6 | Counter32 | read-only | current |
| caaLastRestartedTime OBJECT-TYPE This object represents the time when the condenser was last started. | 1.3.6.1.4.1.9.9.594.1.1.1.1.7 | DateAndTime | read-only | current |
| caaTransformed OBJECT-TYPE This object represents the total number of successful transformations for FlashForward Objects. | 1.3.6.1.4.1.9.9.594.1.1.1.1.8 | Counter32 | read-only | current |
| caaUntransformed OBJECT-TYPE This object represents the total number of unsuccessful transformations for FlashForward Objects. | 1.3.6.1.4.1.9.9.594.1.1.1.1.9 | Counter32 | read-only | current |
| caaTransformedObjectRequests OBJECT-TYPE This object represents the total number of HTTP requests (excluding the IMS requests) for the transformed FlashForward objects. | 1.3.6.1.4.1.9.9.594.1.1.1.1.10 | Counter32 | read-only | current |
| caaTransformedObjectIMSRequests OBJECT-TYPE This object represents the total number of IMS requests for those transformed FlashForward objects. | 1.3.6.1.4.1.9.9.594.1.1.1.1.11 | Counter32 | read-only | current |
| caaStaticObjectHits OBJECT-TYPE This object represents the total number of cacheable objects served from the cache, excluding the '304' ('not modified') replies. | 1.3.6.1.4.1.9.9.594.1.1.1.1.12 | Counter32 | read-only | current |
| caaStaticObjectHitSize OBJECT-TYPE This object represents the accumulated size (in bytes) of the cacheable objects served from the cache, excluding '304' ('not modified') replies. | 1.3.6.1.4.1.9.9.594.1.1.1.1.13 | Counter32 | read-only | current |
| caaStaticObjectMisses OBJECT-TYPE This object represents the total number of cacheable objects not found in the cache. | 1.3.6.1.4.1.9.9.594.1.1.1.1.14 | Counter32 | read-only | current |
| caaStaticObjectMissSize OBJECT-TYPE This object represents the accumulated size (in bytes) of the cacheable objects not found in the cache. | 1.3.6.1.4.1.9.9.594.1.1.1.1.15 | Counter32 | read-only | current |
| caaRefreshHits OBJECT-TYPE This object represents the total number of requests for stale objects that have the responses from the origin server as 'not modified'. | 1.3.6.1.4.1.9.9.594.1.1.1.1.16 | Counter32 | read-only | current |
| caaIMSHits OBJECT-TYPE This object represents the total number of IMS requests for valid copies of objects in the cache. | 1.3.6.1.4.1.9.9.594.1.1.1.1.17 | Counter32 | read-only | current |
| caaIMSMisses OBJECT-TYPE This object represents the total number of IMS requests for objects that either do not exist or are stale in the cache. | 1.3.6.1.4.1.9.9.594.1.1.1.1.18 | Counter32 | read-only | current |
| caaDirectRequests OBJECT-TYPE This object represents the total number of non-cacheable object requests. | 1.3.6.1.4.1.9.9.594.1.1.1.1.19 | Counter32 | read-only | current |
| caaRequestSize OBJECT-TYPE This object represents the accumulated size (in bytes) of each requests, both for condensable and non-condensable. | 1.3.6.1.4.1.9.9.594.1.1.1.1.20 | Counter32 | read-only | current |
| caaDeltaAbandons OBJECT-TYPE This object represents the total number of abandons of delta optimization requests. | 1.3.6.1.4.1.9.9.594.1.1.1.1.21 | Counter32 | read-only | current |
| caaNotificationObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.594.1.2 | |||
| caaStateChangeNotifEnabled OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.594.1.2.1 | TruthValue | read-write | current |
| caaMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.594.2 | |||
| caaMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.594.2.1 | |||
| caaMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.594.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| caaStateChange NOTIFICATION-TYPE This object represents the notification to be generated when a condenser undergoes a state change. caaState represents the new state of the condenser. | 1.3.6.1.4.1.9.9.594.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| caaMIBCompliance MODULE-COMPLIANCE The compliance statement for the SNMP entities that implement the ciscoApplicationAccelerationMIB module. | 1.3.6.1.4.1.9.9.594.2.1.1 | current |
| caaMIBStatsGroup OBJECT-GROUP This collection of objects represent the performance statistics for a condenser. | 1.3.6.1.4.1.9.9.594.2.2.1 | current |
| caaMIBNotificationsGroup NOTIFICATION-GROUP This collection of objects represent the notifications generated by the system to provide information about the condensers. | 1.3.6.1.4.1.9.9.594.2.2.2 | current |
| caaMIBNotifObjectGroup OBJECT-GROUP This collection of objects represent the information carried by those condenser-related notifications generated by the system. | 1.3.6.1.4.1.9.9.594.2.2.3 | current |