MIBs Depot

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

FromSymbols
CISCO-SMIciscoMgmt
INET-ADDRESS-MIBInetPortNumber
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDateAndTime, 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

NameOIDSyntaxAccessStatus
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

NameOIDSyntaxAccessStatus
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.1not-accessiblecurrent
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.1not-accessiblecurrent
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.1InetPortNumber (1..65535)not-accessiblecurrent
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.2CaaStateread-onlycurrent
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.3Counter32read-onlycurrent
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.4Counter32read-onlycurrent
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.5Counter32read-onlycurrent
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.6Counter32read-onlycurrent
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.7DateAndTimeread-onlycurrent
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.8Counter32read-onlycurrent
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.9Counter32read-onlycurrent
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.10Counter32read-onlycurrent
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.11Counter32read-onlycurrent
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.12Counter32read-onlycurrent
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.13Counter32read-onlycurrent
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.14Counter32read-onlycurrent
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.15Counter32read-onlycurrent
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.16Counter32read-onlycurrent
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.17Counter32read-onlycurrent
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.18Counter32read-onlycurrent
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.19Counter32read-onlycurrent
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.20Counter32read-onlycurrent
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.21Counter32read-onlycurrent
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.1TruthValueread-writecurrent
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

NameOIDStatus
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.1current

Conformance

NameOIDStatus
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.1current
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.1current
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.2current
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.3current