CISCO-APPLICATION-ACCELERATION-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-APPLICATION-ACCELERATION-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
         caaMIBNotifications 1.3.6.1.4.1.9.9.594.0
             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.
         caaMIBObjects 1.3.6.1.4.1.9.9.594.1
             caaStats 1.3.6.1.4.1.9.9.594.1.1
                 caaStatTable 1.3.6.1.4.1.9.9.594.1.1.1 no-access
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.
                     caaStatEntry 1.3.6.1.4.1.9.9.594.1.1.1.1 no-access
An entry in caaStatTable and corresponds to the performance statistics and status of a condenser on the system.
                         caaPort 1.3.6.1.4.1.9.9.594.1.1.1.1.1 inetportnumber no-access
This object represents the port on which the condenser listens.
                         caaState 1.3.6.1.4.1.9.9.594.1.1.1.1.2 caastate read-only
This object represents the current state of the condenser.
                         caaRequests 1.3.6.1.4.1.9.9.594.1.1.1.1.3 counter32 read-only
This object represents the total number of end-user HTTP requests the condenser has received.
                         caaNoncondensableRequests 1.3.6.1.4.1.9.9.594.1.1.1.1.4 counter32 read-only
This object represents the total number of end-user HTTP requests the condenser has received, that cannot be optimized.
                         caaRequestedObjectSize 1.3.6.1.4.1.9.9.594.1.1.1.1.5 counter32 read-only
This object represents the accumulated size (in bytes) of each end-user requested object.
                         caaFinalResponseSize 1.3.6.1.4.1.9.9.594.1.1.1.1.6 counter32 read-only
This object represents the accumulated size (in bytes) of each responses, both for condensable and non-condensable end-user HTTP request.
                         caaLastRestartedTime 1.3.6.1.4.1.9.9.594.1.1.1.1.7 dateandtime read-only
This object represents the time when the condenser was last started.
                         caaTransformed 1.3.6.1.4.1.9.9.594.1.1.1.1.8 counter32 read-only
This object represents the total number of successful transformations for FlashForward Objects.
                         caaUntransformed 1.3.6.1.4.1.9.9.594.1.1.1.1.9 counter32 read-only
This object represents the total number of unsuccessful transformations for FlashForward Objects.
                         caaTransformedObjectRequests 1.3.6.1.4.1.9.9.594.1.1.1.1.10 counter32 read-only
This object represents the total number of HTTP requests (excluding the IMS requests) for the transformed FlashForward objects.
                         caaTransformedObjectIMSRequests 1.3.6.1.4.1.9.9.594.1.1.1.1.11 counter32 read-only
This object represents the total number of IMS requests for those transformed FlashForward objects.
                         caaStaticObjectHits 1.3.6.1.4.1.9.9.594.1.1.1.1.12 counter32 read-only
This object represents the total number of cacheable objects served from the cache, excluding the '304' ('not modified') replies.
                         caaStaticObjectHitSize 1.3.6.1.4.1.9.9.594.1.1.1.1.13 counter32 read-only
This object represents the accumulated size (in bytes) of the cacheable objects served from the cache, excluding '304' ('not modified') replies.
                         caaStaticObjectMisses 1.3.6.1.4.1.9.9.594.1.1.1.1.14 counter32 read-only
This object represents the total number of cacheable objects not found in the cache.
                         caaStaticObjectMissSize 1.3.6.1.4.1.9.9.594.1.1.1.1.15 counter32 read-only
This object represents the accumulated size (in bytes) of the cacheable objects not found in the cache.
                         caaRefreshHits 1.3.6.1.4.1.9.9.594.1.1.1.1.16 counter32 read-only
This object represents the total number of requests for stale objects that have the responses from the origin server as 'not modified'.
                         caaIMSHits 1.3.6.1.4.1.9.9.594.1.1.1.1.17 counter32 read-only
This object represents the total number of IMS requests for valid copies of objects in the cache.
                         caaIMSMisses 1.3.6.1.4.1.9.9.594.1.1.1.1.18 counter32 read-only
This object represents the total number of IMS requests for objects that either do not exist or are stale in the cache.
                         caaDirectRequests 1.3.6.1.4.1.9.9.594.1.1.1.1.19 counter32 read-only
This object represents the total number of non-cacheable object requests.
                         caaRequestSize 1.3.6.1.4.1.9.9.594.1.1.1.1.20 counter32 read-only
This object represents the accumulated size (in bytes) of each requests, both for condensable and non-condensable.
                         caaDeltaAbandons 1.3.6.1.4.1.9.9.594.1.1.1.1.21 counter32 read-only
This object represents the total number of abandons of delta optimization requests.
             caaNotificationObjects 1.3.6.1.4.1.9.9.594.1.2
                 caaStateChangeNotifEnabled 1.3.6.1.4.1.9.9.594.1.2.1 truthvalue read-write
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.
         caaMIBConformance 1.3.6.1.4.1.9.9.594.2
             caaMIBCompliances 1.3.6.1.4.1.9.9.594.2.1
                 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.
             caaMIBGroups 1.3.6.1.4.1.9.9.594.2.2
                 caaMIBStatsGroup 1.3.6.1.4.1.9.9.594.2.2.1
This collection of objects represent the performance statistics for a condenser.
                 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.
                 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.