CISCO-WAN-OPTIMIZATION-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-WAN-OPTIMIZATION-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
 ciscoWanOptimizationMIB 1.3.6.1.4.1.9.9.762
This MIB is for managing Wide Area Network (WAN) Optimization systems. The objective of WAN optimization system is to reduce as much traffic as possible on WAN link and improve the application response time for various applications, which gets affected due to bandwidth, packet loss, congestion and latency limitations of WAN link. WAN optimization system is generally peer based system. They are located at both end of WAN link and peer with each other to perform optimization. This MIB provides instrumentation for monitoring statistics for various features implemented for WAN optimization. WAN optimization features includes TCP protocol optimizations and various Application Optimizers (AOs). AOs include SMB AO, HTTP AO, CIFS AO, NFS AO, MAPI AO, VIDEO AO, SSL AO and EPM AO. Acronyms and Terminology used in this MIB are: AO : Application Optimizer TFO : Traffic Flow Optimization SMB : Server Message Block CIFS : Common Internet File System HTTP : Hyper Text Transfer Protocol NFS : Network File System SSL : Secure Socket Layer MAPI : Messaging Application Programming Interface EPM : End Point Mapper RA : Read Ahead MD : Meta Data PT : Pass Through AD : Auto Discovery RTT : Round Trip Time Conn : Connections File Server : SMB/CIFS file server peer : It refers to peer WAN optimization system located on other end of WAN and registered with this device to optimize the traffic. SharePoint : SharePoint is a Microsoft Application that provides a collaborative environment for using Microsoft Office and related applications. Typical deployments of Microsoft SharePoint use one or more SharePoint servers in a server farm for scalability. The actual data for the various documents, etc. are usually stored in a backend database. The SharePoint server(s) communicate with the backend database using SharePoint Back-end protocols. Clients (either Microsoft Office Applications like Word, Excel, PowerPoint or Web Browsers) typically connect to the SharePoint server and communicate using SOAP over HTTP. Fast Connections : End to end connections which uses existing TCP connection over WAN and reconstructs only LAN connection is fast connection. DRE : Data Redundancy Elimination. LZ : Lemple-Ziv data compression. PLZ : Persistent Lemple-Ziv data compression.
         ciscoWanOptimizationMIBNotifs 1.3.6.1.4.1.9.9.762.0
             cwoTfoConnectionOverload 1.3.6.1.4.1.9.9.762.0.1
This notification indicates that the device has reached its limit of number of connections it can optimize. No new connections will be picked-up for optimization, while the device is in this state.
             cwoPeerOverload 1.3.6.1.4.1.9.9.762.0.2
This notification indicates the device has reached its limit of number of peer devices with which it can optimize connections. While the device is in this state, connections from new peer device will not be picked-up for optimization.
             cwoCpuThrottlingOn 1.3.6.1.4.1.9.9.762.0.3
This notification indicates that the device has detected that the current CPU utilization (stored in cpmCPUTotalMonIntervalValue) is higher than the cwoGeneralCpuThrottleHigh. As a result the device has entered into a throttling mode due to which connections under optimization may experience slowdown. This notification is generated the moment it occurs after a time lapse of 30 minutes since the previous notification.
             cwoCpuThrottlingOff 1.3.6.1.4.1.9.9.762.0.4
This notification indicates that device has detected that the CPU utilization of device (stored in cpmCPUTotalMonIntervalValue) has fallen below the cwoGeneralCpuThrottleLow from cwoGeneralCpuThrottleHigh. As a result the device has come out of the throttling mode and there should not be any negative impact of CPU usage on connection under optimization. This notification is generated the moment it occurs after a time lapse of 30 minutes since the previous notification.
             cwoLicenseExpired 1.3.6.1.4.1.9.9.762.0.5
This notification is generated when the license on the system expires after the period for which it was installed.
             cwoLicenseRevoked 1.3.6.1.4.1.9.9.762.0.6
This notification is generated when a requested revoke ticket is obtained. This ticket could have been requested in order to move the license to a different system.
             cwoLicenseDeleted 1.3.6.1.4.1.9.9.762.0.7
This notification is generated when the license on the system is cleared.
         ciscoWanOptimizationMIBObjects 1.3.6.1.4.1.9.9.762.1
             cwoGeneral 1.3.6.1.4.1.9.9.762.1.1
                 cwoGeneralActivePeers 1.3.6.1.4.1.9.9.762.1.1.1 gauge32 read-only
This object contains total number of active peers connected with this device for WAN optimization.
                 cwoGeneralMaxActivePeers 1.3.6.1.4.1.9.9.762.1.1.2 unsigned32 read-only
This object contains maximum number of peers that this device can peer with for WAN optimization.
                 cwoGeneralCpuThrottleHigh 1.3.6.1.4.1.9.9.762.1.1.3 unsigned32 read-write
This object contains high threshold (percentage) value of CPU usage of system when WAN optimization feature is running. The current CPU utilization, stored in cpmCPUTotalMonIntervalValue, is compared against this value. A cwoCpuThrottlingOn notification is generated whenever cpmCPUTotalMonIntervalValue exceeds cwoGeneralCpuThrottleHigh for cwoGeneralCpuThrottlPeriod.
                 cwoGeneralCpuThrottleLow 1.3.6.1.4.1.9.9.762.1.1.4 unsigned32 read-write
This object contains low threshold (percentage) value of CPU usage of system when WAN optimization feature is running. The current CPU utilization, stored in cpmCPUTotalMonIntervalValue, is compared against this value. A cwoCpuThrottlingOff notification is generated if a prior cwoCpuThrottlingOn notification was generated, and the current value of cpmCPUTotalMonIntervalValue is below cwoGeneralCpuThrottleLow for cwoGeneralCpuThrottlPeriod. Note that the value of cwoGeneralCpuThrottleLow must be less than or equal to cwoGeneralCpuThrottleHigh.
                 cwoGeneralCpuThrottlPeriod 1.3.6.1.4.1.9.9.762.1.1.5 timeinterval read-write
This Object indicates CPU throttling observation period. The value of the CPU utilization for this period is stored in cpmCPUTotalMonIntervalValue. If the value of cpmCPUTotalMonIntervalValue object is above cwoGeneralCPUThrottleHigh, a cwoCPUThrottlingOn notification is sent. If it is below cwoGeneralCPUThrottleLow, a cwoCPUThrottlingOff notification is sent to the NMS.
             cwoTfo 1.3.6.1.4.1.9.9.762.1.2
                 cwoTfoStats 1.3.6.1.4.1.9.9.762.1.2.1
                     cwoTfoStatsTotalOptConn 1.3.6.1.4.1.9.9.762.1.2.1.1 counter64 read-only
This object contains total number of TCP connections optimized since TFO was started or its statistics were last reset.
                     cwoTfoStatsActiveOptConn 1.3.6.1.4.1.9.9.762.1.2.1.2 counterbasedgauge64 read-only
This object contains number of currently active TCP connections getting optimized.
                     cwoTfoStatsMaxActiveConn 1.3.6.1.4.1.9.9.762.1.2.1.3 unsigned64 read-only
This object contains maximum number of active TCP connections that this device can optimize.
                     cwoTfoStatsActiveOptTCPPlusConn 1.3.6.1.4.1.9.9.762.1.2.1.4 counterbasedgauge64 read-only
This object contains number of active TCP connections going through TCP plus other optimization.
                     cwoTfoStatsActiveOptTCPOnlyConn 1.3.6.1.4.1.9.9.762.1.2.1.5 counterbasedgauge64 read-only
This object contains number of active connections going through only TCP optimization.
                     cwoTfoStatsActiveOptTCPPrepConn 1.3.6.1.4.1.9.9.762.1.2.1.6 counterbasedgauge64 read-only
This object contains number of current active TCP connections that were originated by an accelerator to acquire data in anticipation of its future use.
                     cwoTfoStatsActiveADConn 1.3.6.1.4.1.9.9.762.1.2.1.7 counterbasedgauge64 read-only
This object contains number of current active TCP connections in the auto-discovery state.
                     cwoTfoStatsReservedConn 1.3.6.1.4.1.9.9.762.1.2.1.8 unsigned64 read-only
This object contains number of TCP connections reserved for the MAPI accelerator.
                     cwoTfoStatsPendingConn 1.3.6.1.4.1.9.9.762.1.2.1.9 counterbasedgauge64 read-only
This object contains number of TCP connections, which are pending in queue of connections to be optimized.
                     cwoTfoStatsActivePTConn 1.3.6.1.4.1.9.9.762.1.2.1.10 counterbasedgauge64 read-only
This object contains number of active Pass Through TCP connections. Connections which are not selected for optimization are called Pass Through.
                     cwoTfoStatsTotalNormalClosedConn 1.3.6.1.4.1.9.9.762.1.2.1.11 counter64 read-only
This object contains total number of optimized TCP connections which were closed normally since TFO was started or its statistics were last reset.
                     cwoTfoStatsResetConn 1.3.6.1.4.1.9.9.762.1.2.1.12 counter64 read-only
This object contains total number of optimized TCP connections, which are reset since TFO was started or its statistics were last reset.
                     cwoTfoStatsLoadStatus 1.3.6.1.4.1.9.9.762.1.2.1.13 cwoloadstates read-only
This object indicates the load status of Traffic Flow Optimizer (TFO).
             cwoAo 1.3.6.1.4.1.9.9.762.1.3
                 cwoAoStatsTable 1.3.6.1.4.1.9.9.762.1.3.1 no-access
This table gives statistics of Application Optimizers.
                     cwoAoStatsEntry 1.3.6.1.4.1.9.9.762.1.3.1.1 no-access
An entry containing statistics for particular Application optimizer. An entry will be created during system startup and will include AOs, which are supported by this system.
                         cwoAoStatsName 1.3.6.1.4.1.9.9.762.1.3.1.1.1 cwoaoname no-access
This object represents name of the AO.
                         cwoAoStatsIsConfigured 1.3.6.1.4.1.9.9.762.1.3.1.1.2 truthvalue read-only
This object indicates whether the AO is configured or not. If AO is not configured then the operational state (cwoAoStatsOperationalState) of AO would be 'shutdown'.
                         cwoAoStatsIsLicensed 1.3.6.1.4.1.9.9.762.1.3.1.1.3 truthvalue read-only
This object indicates whether license for the AO is valid or not. If License for AO is not valid then operational state (cwoAoStatsOperationalState) of AO would be 'shutdown'.
                         cwoAoStatsOperationalState 1.3.6.1.4.1.9.9.762.1.3.1.1.4 cwoaooperationalstate read-only
This object indicates operational state of the AO. If AO is not configured or license is not valid for this AO then operational state of AO would be 'shutdown'.
                         cwoAoStatsStartUpTime 1.3.6.1.4.1.9.9.762.1.3.1.1.5 dateandtime read-only
This object contains date and time when AO was started. This object will hold NULL value when AO is in shutdown state.
                         cwoAoStatsLastResetTime 1.3.6.1.4.1.9.9.762.1.3.1.1.6 dateandtime read-only
This object contains date and time when statistics of AO were set to reset last time. When statistics of AO set to reset then all statistics counters will also set to reset. This object will hold NULL value when AO is in shutdown state.
                         cwoAoStatsTotalHandledConns 1.3.6.1.4.1.9.9.762.1.3.1.1.7 counter32 read-only
This object contains total number of connections handled by AO since it was started or its statistics were last reset.
                         cwoAoStatsTotalOptConns 1.3.6.1.4.1.9.9.762.1.3.1.1.8 counter32 read-only
This object contains total number of connections optimized by AO since it was started or its statistics were last reset.
                         cwoAoStatsTotalHandedOffConns 1.3.6.1.4.1.9.9.762.1.3.1.1.9 counter32 read-only
This object contains total number of connections handed off to Generic optimization by AO since it was started or its statistics last reset.
                         cwoAoStatsTotalDroppedConns 1.3.6.1.4.1.9.9.762.1.3.1.1.10 counter32 read-only
This object contains total number of connections dropped by AO since it was started or its statistics were last reset.
                         cwoAoStatsActiveOptConns 1.3.6.1.4.1.9.9.762.1.3.1.1.11 gauge32 read-only
This object contains number of active connections which are getting optimized by AO.
                         cwoAoStatsPendingConns 1.3.6.1.4.1.9.9.762.1.3.1.1.12 gauge32 read-only
This object contains number of connections currently pending in queue of connections to be optimized by AO.
                         cwoAoStatsMaxActiveOptConns 1.3.6.1.4.1.9.9.762.1.3.1.1.13 unsigned32 read-only
This object contains maximum number of active TCP connections that AO can optimize.
                         cwoAoStatsLoadStatus 1.3.6.1.4.1.9.9.762.1.3.1.1.14 cwoloadstates read-only
This object indicates the load status of an AO.
                         cwoAoStatsBwOpt 1.3.6.1.4.1.9.9.762.1.3.1.1.15 gauge32 read-only
This object indicates the percentage bandwidth optimization achieved due to optimizations done by an AO.
                 cwoAoSmbxStats 1.3.6.1.4.1.9.9.762.1.3.2
                     cwoAoSmbxStatsBytesReadCache 1.3.6.1.4.1.9.9.762.1.3.2.1 counter64 read-only
This object contains total number of bytes read from SMB Application Optimizer cache (Read-ahead and Metadata cache) since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsBytesWriteCache 1.3.6.1.4.1.9.9.762.1.3.2.2 counter64 read-only
This object contains total number of bytes written to SMB Application Optimizer cache (Read-ahead and Metadata) since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsBytesReadServer 1.3.6.1.4.1.9.9.762.1.3.2.3 counter64 read-only
This object contains total number of bytes read from file servers by SMB Application Optimizer since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsBytesWriteServer 1.3.6.1.4.1.9.9.762.1.3.2.4 counter64 read-only
This object contains total number of bytes written to file servers by SMB Application Optimizer since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsBytesReadClient 1.3.6.1.4.1.9.9.762.1.3.2.5 counter64 read-only
This object contains total number of bytes read by SMB Application Optimizer clients since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsBytesWriteClient 1.3.6.1.4.1.9.9.762.1.3.2.6 counter64 read-only
This object contains total number of bytes written by SMB Application optimizer clients since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsProcessedReqs 1.3.6.1.4.1.9.9.762.1.3.2.7 counter64 read-only
This object contains total number of requests processed by SMB Application Optimizer since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsActiveReqs 1.3.6.1.4.1.9.9.762.1.3.2.8 counterbasedgauge64 read-only
This object contains total number of active requests getting processed by SMB Application Optimizer.
                     cwoAoSmbxStatsTotalTimedOutReqs 1.3.6.1.4.1.9.9.762.1.3.2.9 unsigned64 read-only
This object contains total number of requests timed out in SMB Application Optimizer since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsTotalRemoteReqs 1.3.6.1.4.1.9.9.762.1.3.2.10 counter64 read-only
This object contains total number of SMB requests sent to remote file server since SMB AO was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsTotalLocalReqs 1.3.6.1.4.1.9.9.762.1.3.2.11 counter64 read-only
This object contains total number of SMB requests served locally by SMB Application Optimizer since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsRemoteAvgTime 1.3.6.1.4.1.9.9.762.1.3.2.12 ciscomilliseconds read-only
This object contains average duration of time taken by SMB Application Optimizer to process all remote requests since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsLocalAvgTime 1.3.6.1.4.1.9.9.762.1.3.2.13 ciscomilliseconds read-only
This object contains average duration of time taken by SMB Application Optimizer to process all local requests since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsRACacheHitCount 1.3.6.1.4.1.9.9.762.1.3.2.14 counter64 read-only
This object contains SMB Application Optimizer Read Ahead Cache hit count since SMB AO was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsMDCacheHitCount 1.3.6.1.4.1.9.9.762.1.3.2.15 counter64 read-only
This object contains SMB Application Optimizer Metadata cache hit count since SMB AO was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsRACacheHitRate 1.3.6.1.4.1.9.9.762.1.3.2.16 gauge32 read-only
This object contains SMB Application Optimizer Read Ahead cache hit rate since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsMDCacheHitRate 1.3.6.1.4.1.9.9.762.1.3.2.17 gauge32 read-only
This object contains SMB Application Optimizer Metadata cache hit rate since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsMaxRACacheSize 1.3.6.1.4.1.9.9.762.1.3.2.18 unsigned64 read-only
This object contains Maximum disk space that can be allocated for Read Ahead data in SMB Application Optimizer cache.
                     cwoAoSmbxStatsMaxMDCacheSize 1.3.6.1.4.1.9.9.762.1.3.2.19 unsigned64 read-only
This object contains maximum disk space that can be allocated for Metadata in SMB Application Optimizer cache.
                     cwoAoSmbxStatsMDCacheSize 1.3.6.1.4.1.9.9.762.1.3.2.20 counterbasedgauge64 read-only
This object contains current size of Metadata cache in SMB Application Optimizer.
                     cwoAoSmbxStatsRAEvictedAge 1.3.6.1.4.1.9.9.762.1.3.2.21 ciscomilliseconds read-only
This object contains amount of time spent in the SMB Application Optimizer Read Ahead cache by the resource that was last evicted since last update. If this amount is too short or too long, it is recommended to modify the size of the cache.
                     cwoAoSmbxStatsRTT 1.3.6.1.4.1.9.9.762.1.3.2.22 timeintervalsec read-only
This object contains total round trip time for all SMB connections since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsTotalRespTimeSaving 1.3.6.1.4.1.9.9.762.1.3.2.23 timeintervalsec read-only
This object contains total response time saved due to SMB AO optimizations since it was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsOpenFiles 1.3.6.1.4.1.9.9.762.1.3.2.24 gauge32 read-only
This object contains number of files currently opened by SMB Application Optimizer.
                     cwoAoSmbxStatsTotalFilesInRACache 1.3.6.1.4.1.9.9.762.1.3.2.25 gauge32 read-only
This object contains total number of files in SMB Application optimizer Read Ahead cache.
                     cwoAoSmbxStatsRdL4SignWANBytes 1.3.6.1.4.1.9.9.762.1.3.2.26 counter64 read-only
This object contains the total number of Layer 4 (L4) optimized signed bytes read from WAN by SMB Application Optimizer since the SMB Application Optimizer was started. L4 optimization comprises of TFO, DRE and LZ optimizations. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsWrL4SignWANBytes 1.3.6.1.4.1.9.9.762.1.3.2.27 counter64 read-only
This object contains the total number of Layer 4 (L4) optimized signed bytes written to WAN by SMB Application Optimizer since SMB Application Optimizer was started. L4 optimization comprises of TFO, DRE and LZ optimizations. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsRdSignLANBytes 1.3.6.1.4.1.9.9.762.1.3.2.28 counter64 read-only
This object contains the total number of signed bytes read from LAN by SMB Application Optimizer since the SMB Application Optimizer was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                     cwoAoSmbxStatsWrSignLANBytes 1.3.6.1.4.1.9.9.762.1.3.2.29 counter64 read-only
This object contains the total number of original signed bytes written to LAN by SMB Application Optimizer since SMB Application Optimizer was started. Discontinuities in the value of this counter can occur at re-initialization of the SMB AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the SMB AO.
                 cwoAoHttpxStats 1.3.6.1.4.1.9.9.762.1.3.3
                     cwoAoHttpxStatsTotalSavedTime 1.3.6.1.4.1.9.9.762.1.3.3.1 ciscomilliseconds read-only
This object indicates total time saved due to optimizations done by HTTP AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the HTTP AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the HTTP AO.
                     cwoAoHttpxStatsTotalRTT 1.3.6.1.4.1.9.9.762.1.3.3.2 ciscomilliseconds read-only
This object indicates total Round Trip Time (RTT) for all the connections going through HTTP AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the HTTP AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the HTTP AO.
                     cwoAoHttpxStatsTotalMDCMTime 1.3.6.1.4.1.9.9.762.1.3.3.3 ciscomilliseconds read-only
This object indicates total time for Meta Data Cache Misses (MDCM) for HTTP AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the HTTP AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the HTTP AO.
                     cwoAoHttpxStatsEstSavedTime 1.3.6.1.4.1.9.9.762.1.3.3.4 gauge32 read-only
This object indicates percentage estimated time saved due to optimizations done by HTTP AO since it was started.
                     cwoAoHttpxStatsTotalSPSessions 1.3.6.1.4.1.9.9.762.1.3.3.5 counter64 read-only
This object indicates the total number of SharePoint Optimized HTTP sessions. This counter is incremented for every session on which SharePoint optimization can be performed. An HTTP session is tagged as a SharePoint Session based on the information present in the HTTP request.
                     cwoAoHttpxStatsTotalSPPFSessions 1.3.6.1.4.1.9.9.762.1.3.3.6 counter64 read-only
This object indicates the total number of SharePoint Pre-fetch optimized HTTP sessions. This counter is incremented for every session on which SharePoint pre-fetch optimization can be performed. An HTTP session is tagged as a SharePoint pre-fetch Session based on the information present in the HTTP request. A pre-fetch operation is one where the edge WAAS device fetches the next set of data (which it anticipates the client will request later) from the server based on the current HTTP Request information.
                     cwoAoHttpxStatsTotalSPPFObjects 1.3.6.1.4.1.9.9.762.1.3.3.7 counter64 read-only
This object indicates the total number of pre-fetched objects served locally for SharePoint pre-fetch sessions. The edge WAAS device maintains a local cache where the pre-fetched responses are saved. This object is incremented whenever the SharePoint client request is served from the pre-fetch cache.
                     cwoAoHttpxStatsTotalSPRTTSaved 1.3.6.1.4.1.9.9.762.1.3.3.8 counter64 read-only
This object contains total Round Trip Time (RTT) saved due to SharePoint pre-fetch optimizations since SharePoint pre-fetch optimization was started. Discontinuities in the value of this counter can occur at re-initialization of the HTTP AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the HTTP AO.
                     cwoAoHttpxStatsTotalSPPFMissTime 1.3.6.1.4.1.9.9.762.1.3.3.9 counter64 read-only
This object indicates total time for SharePoint pre-fetch Cache Misses since SharePoint pre-fetch optimization was started. Discontinuities in the value of this counter can occur at re-initialization of the HTTP AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the HTTP AO.
                     cwoAoHttpxStatsAKC 1.3.6.1.4.1.9.9.762.1.3.3.10
                           cwoAoHttpxStatsAKCBypassEntry 1.3.6.1.4.1.9.9.762.1.3.3.10.1
                               cwoAoHttpxStatsAKCBypassCacheTrans 1.3.6.1.4.1.9.9.762.1.3.3.10.1.1 counter64 read-only
This object indicates the Akamai connected cache statistics for total number of cache-bypass transactions that were handled in bypass mode transparent cache profile. When bypass mode transparent cache profile is set for a particular hostname, the caching for the hostname specified in a rule is suppressed. In this mode, the cache-engine turns off caching for one or more configured sites.
                               cwoAoHttpxStatsAKCBypassRespBytes 1.3.6.1.4.1.9.9.762.1.3.3.10.1.2 counter64 read-only
This object indicates the total number of response bytes saved for cache-hit HTTP transactions in bypass mode transparent cache profile.
                               cwoAoHttpxStatsAKCBypassCacheTransPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.1.3 gauge32 read-only
This object indicates the percentage of total number of cache-hit HTTP transactions in bypass mode transparent cache profile.
                               cwoAoHttpxStatsAKCBypassRespBytesPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.1.4 gauge32 read-only
This object indicates the percentage of total number of response bytes saved for cache-hit HTTP transactions in bypass mode transparent cache profile.
                               cwoAoHttpxStatsAKCBypassCacheRespTimeSaved 1.3.6.1.4.1.9.9.762.1.3.3.10.1.5 ciscomilliseconds read-only
This object indicates the total response time saved for cache-hit HTTP transactions in bypass mode transparent cache profile, in milli-seconds.
                               cwoAoHttpxStatsAKCBypassAvgCacheRespTimeSaved 1.3.6.1.4.1.9.9.762.1.3.3.10.1.6 ciscomilliseconds read-only
This object indicates the average response time saved per cache-hit HTTP transaction in bypass mode transparent cache profile, in milli-seconds.
                               cwoAoHttpxStatsAKCBypassRespTimeSavedPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.1.7 gauge32 read-only
This object indicates the percentage of total response time saved for cache-hit HTTP transactions in bypass mode transparent cache profile.
                           cwoAoHttpxStatsAKCStdEntry 1.3.6.1.4.1.9.9.762.1.3.3.10.2
                               cwoAoHttpxStatsAKCStdCacheTrans 1.3.6.1.4.1.9.9.762.1.3.3.10.2.1 counter64 read-only
This object indicates the Akamai connected cache statistics for total number of cache-hit transactions that were served from cache in standard mode transparent cache profile. This is a default mode.In this mode, the cache engine also follows the RFC-2616 behavior for cache control headers with the exception of not honoring the client cache override behavior.
                               cwoAoHttpxStatsAKCStdRespBytes 1.3.6.1.4.1.9.9.762.1.3.3.10.2.2 counter64 read-only
This object indicates the total number of response bytes saved for cache-hit HTTP transactions in standard mode transparent cache profile.
                               cwoAoHttpxStatsAKCStdCacheTransPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.2.3 gauge32 read-only
This object indicates the percentage of total number of cache-hit HTTP transactions in standard mode transparent cache profile.
                               cwoAoHttpxStatsAKCStdRespBytesPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.2.4 gauge32 read-only
This object indicates the percentage of total number of response bytes saved for cache-hit HTTP transactions in standard mode transparent cache profile.
                               cwoAoHttpxStatsAKCStdCacheRespTimeSaved 1.3.6.1.4.1.9.9.762.1.3.3.10.2.5 ciscomilliseconds read-only
This object indicates the total response time saved for cache-hit HTTP transactions in standard mode transparent cache profile, in milli-seconds.
                               cwoAoHttpxStatsAKCStdAvgCacheRespTimeSaved 1.3.6.1.4.1.9.9.762.1.3.3.10.2.6 ciscomilliseconds read-only
This object indicates the average response time saved per cache-hit HTTP transaction in standard mode transparent cache profile, in milli-seconds.
                               cwoAoHttpxStatsAKCStdRespTimeSavedPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.2.7 gauge32 read-only
This object indicates the percentage of total response time saved for cache-hit HTTP transactions in standard mode transparent cache profile.
                           cwoAoHttpxStatsAKCBasicEntry 1.3.6.1.4.1.9.9.762.1.3.3.10.3
                               cwoAoHttpxStatsAKCBasicCacheTrans 1.3.6.1.4.1.9.9.762.1.3.3.10.3.1 counter64 read-only
This object indicates the Akamai connected cache statistics for total number of cache-hit transactions that were served from cache in basic mode transparent cache profile. In this mode, the cache engine works in strict RFC-2616 behavior, and therefore, only caches responses that are marked explicitly as cacheable with cache-control headers or responses that have an expiry header to service and accelerate traffic from a datacenter to a branch office over any type of IP network.
                               cwoAoHttpxStatsAKCBasicRespBytes 1.3.6.1.4.1.9.9.762.1.3.3.10.3.2 counter64 read-only
This object indicates the total number of response bytes saved for cache-hit HTTP transactions in basic mode transparent cache profile.
                               cwoAoHttpxStatsAKCBasicCacheTransPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.3.3 gauge32 read-only
This object indicates the percentage of total number of cache-hit HTTP transactions in basic mode transparent cache profile.
                               cwoAoHttpxStatsAKCBasicRespBytesPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.3.4 gauge32 read-only
This object indicates the percentage of total number of response bytes saved for cache-hit HTTP transactions in basic mode transparent cache profile.
                               cwoAoHttpxStatsAKCBasicCacheRespTimeSaved 1.3.6.1.4.1.9.9.762.1.3.3.10.3.5 ciscomilliseconds read-only
This object indicates the total response time saved for cache-hit HTTP transactions in basic mode transparent cache profile, in milli-seconds.
                               cwoAoHttpxStatsAKCBasicAvgCacheRespTimeSaved 1.3.6.1.4.1.9.9.762.1.3.3.10.3.6 ciscomilliseconds read-only
This object indicates the average response time saved per cache-hit HTTP transaction in basic mode transparent cache profile, in milli-seconds.
                               cwoAoHttpxStatsAKCBasicRespTimeSavedPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.3.7 gauge32 read-only
This object indicates the percentage of total response time saved for cache-hit HTTP transactions in basic mode transparent cache profile.
                           cwoAoHttpxStatsAKCAdvEntry 1.3.6.1.4.1.9.9.762.1.3.3.10.4
                               cwoAoHttpxStatsAKCAdvCacheTrans 1.3.6.1.4.1.9.9.762.1.3.3.10.4.1 counter64 read-only
This object indicates the Akamai connected cache statistics for total number of cache-hit transactions that were served from cache in advanced mode transparent cache profile. In advanced mode,the cache engine caches media types more aggressively, and caches all object types for longer time (when there is no explicit expiration time).
                               cwoAoHttpxStatsAKCAdvRespBytes 1.3.6.1.4.1.9.9.762.1.3.3.10.4.2 counter64 read-only
This object indicates the total number of response bytes saved for cache-hit HTTP transactions in advanced mode transparent cache profile.
                               cwoAoHttpxStatsAKCAdvCacheTransPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.4.3 gauge32 read-only
This object indicates the percentage of total number of cache-hit HTTP transactions in advanced mode transparent cache profile.
                               cwoAoHttpxStatsAKCAdvRespBytesPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.4.4 gauge32 read-only
This object indicates the percentage of total number of response bytes saved for cache-hit HTTP transactions in advanced mode transparent cache profile.
                               cwoAoHttpxStatsAKCAdvCacheRespTimeSaved 1.3.6.1.4.1.9.9.762.1.3.3.10.4.5 ciscomilliseconds read-only
This object indicates the total response time saved for cache-hit HTTP transactions in advanced mode transparent cache profile, in milli-seconds.
                               cwoAoHttpxStatsAKCAdvAvgCacheRespTimeSaved 1.3.6.1.4.1.9.9.762.1.3.3.10.4.6 ciscomilliseconds read-only
This object indicates the average response time saved per cache-hit HTTP transaction in advanced mode transparent cache profile, in milli-seconds.
                               cwoAoHttpxStatsAKCAdvRespTimeSavedPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.4.7 gauge32 read-only
This object indicates the percentage of total response time saved for cache-hit HTTP transactions in advanced mode transparent cache profile.
                           cwoAoHttpxStatsAKCTotalEntry 1.3.6.1.4.1.9.9.762.1.3.3.10.5
                               cwoAoHttpxStatsAKCTotalCacheTrans 1.3.6.1.4.1.9.9.762.1.3.3.10.5.1 counter64 read-only
This object indicates the aggregation of all the statistics related to various Akamai Connected Cache profile types - Bypass, Standard, Basic and Advanced.
                               cwoAoHttpxStatsAKCTotalRespBytes 1.3.6.1.4.1.9.9.762.1.3.3.10.5.2 counter64 read-only
This object indicates the total number of response bytes saved for cache-hit HTTP transactions in all transparent cache profile modes.
                               cwoAoHttpxStatsAKCTotalCacheTransPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.5.3 gauge32 read-only
This object indicates the percentage of total number of cache-hit HTTP transactions in all transparent cache profile modes.
                               cwoAoHttpxStatsAKCTotalRespBytesPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.5.4 gauge32 read-only
This object indicates the percentage of total number of response bytes saved for cache-hit HTTP transactions in all transparent cache profile modes.
                               cwoAoHttpxStatsAKCTotalCacheRespTimeSaved 1.3.6.1.4.1.9.9.762.1.3.3.10.5.5 ciscomilliseconds read-only
This object indicates the total response time saved for cache-hit HTTP transactions in all transparent cache profile modes, in milli-seconds.
                               cwoAoHttpxStatsAKCTotalAvgCacheRespTimeSaved 1.3.6.1.4.1.9.9.762.1.3.3.10.5.6 ciscomilliseconds read-only
This object indicates the average response time saved per cache-hit HTTP transaction in all transparent cache profile modes, in milli-seconds.
                               cwoAoHttpxStatsAKCTotalRespTimeSavedPercent 1.3.6.1.4.1.9.9.762.1.3.3.10.5.7 gauge32 read-only
This object indicates the percentage of total response time saved for Cache-hit HTTP transactions in all transparent cache profile modes.
                           cwoAoHttpxStatsAKCPrepTable 1.3.6.1.4.1.9.9.762.1.3.3.10.6 no-access
This table gives statistics of Akamai Preposition tasks.
                               cwoAoHttpxStatsAKCPrepEntry 1.3.6.1.4.1.9.9.762.1.3.3.10.6.1 no-access
An entry containing statistics for a particular Akamai Preposition task.
                                   cwoAoHttpxStatsAKCPrepTaskName 1.3.6.1.4.1.9.9.762.1.3.3.10.6.1.1 octet string no-access
This object indicates the name of the preposition task in Akamai connected cache preposition operation.
                                   cwoAoHttpxStatsAKCPrepStatus 1.3.6.1.4.1.9.9.762.1.3.3.10.6.1.2 cwohttpakcprepstatus read-only
This object indicates the current status of the preposition task in Akamai connected cache preposition operation.
                                   cwoAoHttpxStatsAKCPrepCacheStoreBytes 1.3.6.1.4.1.9.9.762.1.3.3.10.6.1.3 gauge32 read-only
This object indicates the total number of response bytes stored in the cache for a particular preposition task in Akamai connected cache preposition operation.
                                   cwoAoHttpxStatsAKCPrepUncacheStoreBytes 1.3.6.1.4.1.9.9.762.1.3.3.10.6.1.4 gauge32 read-only
This object indicates the total number of response bytes not stored in the cache for a particular preposition task in Akamai connected cache preposition operation.
                 cwoAoMapixStats 1.3.6.1.4.1.9.9.762.1.3.4
                     cwoAoMapixStatsUnEncrALRT 1.3.6.1.4.1.9.9.762.1.3.4.1 ciscomilliseconds read-only
This object indicates Average Local Response Time (ALRT) for unencrypted connections of MAPI AO since it was started.
                     cwoAoMapixStatsEncrALRT 1.3.6.1.4.1.9.9.762.1.3.4.2 ciscomilliseconds read-only
This object indicates Average Local Response Time (ALRT) for encrypted connections of MAPI AO since it was started.
                     cwoAoMapixStatsUnEncrARRT 1.3.6.1.4.1.9.9.762.1.3.4.3 ciscomilliseconds read-only
This object indicates Average Remote Response Time (ARRT) for unencrypted connections of MAPI AO since it was started.
                     cwoAoMapixStatsEncrARRT 1.3.6.1.4.1.9.9.762.1.3.4.4 ciscomilliseconds read-only
This object indicates Average Remote Response Time (ARRT) for encrypted connections of MAPI AO since it was started.
                     cwoAoMapixStatsTotalUnEncrLRs 1.3.6.1.4.1.9.9.762.1.3.4.5 counter64 read-only
This object indicates total requests served locally for unencrypted connections by MAPI AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the MAPI AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the MAPI AO.
                     cwoAoMapixStatsTotalEncrLRs 1.3.6.1.4.1.9.9.762.1.3.4.6 counter64 read-only
This object indicates total requests served locally for encrypted connections by MAPI AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the MAPI AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the MAPI AO.
                     cwoAoMapixStatsTotalUnEncrRRs 1.3.6.1.4.1.9.9.762.1.3.4.7 counter64 read-only
This object indicates total Remote Requests(RR) served by remote servers for unencrypted connections of MAPI AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the MAPI AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the MAPI AO.
                     cwoAoMapixStatsTotalEncrRRs 1.3.6.1.4.1.9.9.762.1.3.4.8 counter64 read-only
This object indicates total Remote Requests(RR) served by remote servers for encrypted connections by MAPI AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the MAPI AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the MAPI AO.
                     cwoAoMapixStatsUnEncrAvgRedTime 1.3.6.1.4.1.9.9.762.1.3.4.9 ciscomilliseconds read-only
This object indicates average time reduced for unencrypted connections due to optimizations done by MAPI AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the MAPI AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the MAPI AO.
                     cwoAoMapixStatsEncrAvgRedTime 1.3.6.1.4.1.9.9.762.1.3.4.10 ciscomilliseconds read-only
This object indicates average time reduced for encrypted connections due to optimizations done by MAPI AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the MAPI AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the MAPI AO.
                 cwoAoNfsxStats 1.3.6.1.4.1.9.9.762.1.3.5
                     cwoAoNfsxStatsALRT 1.3.6.1.4.1.9.9.762.1.3.5.1 ciscomilliseconds read-only
This object indicates Average Local Response Time (ALRT) for NFS AO since it was started.
                     cwoAoNfsxStatsARRT 1.3.6.1.4.1.9.9.762.1.3.5.2 ciscomilliseconds read-only
This object indicates Average Remote Response Time (ARRT) for NFS AO since it was started.
                     cwoAoNfsxStatsTotalLRs 1.3.6.1.4.1.9.9.762.1.3.5.3 counter64 read-only
This object indicates total requests served locally by NFS AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the NFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the NFS AO.
                     cwoAoNfsxStatsTotalRRs 1.3.6.1.4.1.9.9.762.1.3.5.4 counter64 read-only
This object indicates total Remote Requests (RR) served by remote servers for NFS AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the NFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the NFS AO.
                     cwoAoNfsxStatsEstTimeSaved 1.3.6.1.4.1.9.9.762.1.3.5.5 gauge32 read-only
This object indicates percentage estimated time saved due to optimizations done by NFS AO since it was started.
                 cwoAoVideoxStats 1.3.6.1.4.1.9.9.762.1.3.6
                     cwoAoVideoxStatsTotalInBytes 1.3.6.1.4.1.9.9.762.1.3.6.1 counter64 read-only
This object indicates total incoming bytes for Video AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the Video AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the Video AO.
                     cwoAoVideoxStatsTotalOutBytes 1.3.6.1.4.1.9.9.762.1.3.6.2 counter64 read-only
This object indicates total outgoing bytes for Video AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the Video AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the Video AO.
                 cwoAoCifsxStats 1.3.6.1.4.1.9.9.762.1.3.7
                     cwoAoCifsxStatsTotalReadBytes 1.3.6.1.4.1.9.9.762.1.3.7.1 counter32 read-only
This object indicates the total bytes read by clients from the client side (via cache or remotely) using CIFS AO since CIFS AO was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsTotalWrittenBytes 1.3.6.1.4.1.9.9.762.1.3.7.2 counter32 read-only
This object indicates the total bytes written to the client-side using the CIFS AO since CIFS AO was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsTotalRemoteReqs 1.3.6.1.4.1.9.9.762.1.3.7.3 counter32 read-only
This object indicates the total requests sent to remote file server since CIFS AO was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsTotalLocalReqs 1.3.6.1.4.1.9.9.762.1.3.7.4 counter32 read-only
This object indicates the total number requests served locally by CIFS AO since it was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsTotalRemoteTime 1.3.6.1.4.1.9.9.762.1.3.7.5 ciscomilliseconds read-only
This object indicates the total duration of time taken by CIFS AO to process all remote requests since CIFS AO was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsTotalLocalTime 1.3.6.1.4.1.9.9.762.1.3.7.6 ciscomilliseconds read-only
This object indicates the total duration of time taken by CIFS AO to process all local requests since CIFS AO was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsConnectedSessions 1.3.6.1.4.1.9.9.762.1.3.7.7 gauge32 read-only
This object indicates the number of currently connected CIFS sessions.
                     cwoAoCifsxStatsOpenFiles 1.3.6.1.4.1.9.9.762.1.3.7.8 gauge32 read-only
This object indicates the number of currently open CIFS files.
                     cwoAoCifsxStatsMaxCacheSize 1.3.6.1.4.1.9.9.762.1.3.7.9 gauge32 read-only
This object indicates the maximum disk space (in KB) allocated for data in the CIFS AO cache.
                     cwoAoCifsxStatsCurrentCacheSize 1.3.6.1.4.1.9.9.762.1.3.7.10 gauge32 read-only
This object indicates the amount of disk space (in KB), currently being used for data in the CIFS AO cache.
                     cwoAoCifsxStatsMaxCacheResources 1.3.6.1.4.1.9.9.762.1.3.7.11 gauge32 read-only
This object indicates the maximum number of cache resources (files and directories) supported by the CIFS AO cache, regardless of the size of these resources.
                     cwoAoCifsxStatsCacheResources 1.3.6.1.4.1.9.9.762.1.3.7.12 gauge32 read-only
This object indicates the number of cache resources (files and directories) currently held in the CIFS AO cache.
                     cwoAoCifsxStatsEvictedResources 1.3.6.1.4.1.9.9.762.1.3.7.13 counter32 read-only
This object indicates the number of cache resources (files and directories) that have been evicted from the cache since CIFS AO was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsLastEvictedTime 1.3.6.1.4.1.9.9.762.1.3.7.14 timestamp read-only
This object indicates the time when cache resources (files and directories) were last evicted from the CIFS AO cache. 00:00 is displayed if no cache resources have been evicted since CIFS AO was started.
                     cwoAoCifsxStatsVolHiWatermark 1.3.6.1.4.1.9.9.762.1.3.7.15 gauge32 read-only
This object indicates the disk usage high watermark in percentage that triggers the eviction of resources from the CIFS AO cache.
                     cwoAoCifsxStatsVolLoWatermark 1.3.6.1.4.1.9.9.762.1.3.7.16 gauge32 read-only
This object indicates the target disk usage low watermark percentage to be reached via cache eviction when triggered by cfVolHiWatermark. When this low watermark is reached, cache eviction stops.
                     cwoAoCifsxStatsAmntHiWatermark 1.3.6.1.4.1.9.9.762.1.3.7.17 gauge32 read-only
This object indicates the target percentage of maximum cache resources (defined by cfMaxCacheResources) that triggers the eviction of resources from the CIFS AO cache.
                     cwoAoCifsxStatsAmntLoWatermark 1.3.6.1.4.1.9.9.762.1.3.7.18 gauge32 read-only
This object indicates the target percentage of maximum cache resources (defined by cfMaxCacheResources) to be reached via cache eviction when triggered by cfAmntHiWatermark. When this low watermark is reached, cache eviction stops.
                     cwoAoCifsxStatsEvictedAge 1.3.6.1.4.1.9.9.762.1.3.7.19 timeinterval read-only
This object indicates the amount of time spent in the CIFS AO cache by the resource that was last evicted. If this amount is too short or too long, it is recommended to modify the size of the cache.
                     cwoAoCifsxStatsEvictedLastAccess 1.3.6.1.4.1.9.9.762.1.3.7.20 timestamp read-only
This object indicates the value of sysUpTime when the resource, which was last evicted from the CIFS AO cache has been last accessed.
                     cwoAoCifsxStatsFFTotalReqs 1.3.6.1.4.1.9.9.762.1.3.7.21 counter64 read-only
This object contains total number of FindFirst (FF) requests since CIFS AO was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsFFRemoteReqs 1.3.6.1.4.1.9.9.762.1.3.7.22 counter64 read-only
This object contains total number of FindFirst (FF) requests sent to the remote file-server since CIFS AO was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsFFLocalRespTime 1.3.6.1.4.1.9.9.762.1.3.7.23 ciscomilliseconds read-only
This object contains the average local response time for FindFirst (FF) requests replied locally since CIFS AO was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsFFRemoteRespTime 1.3.6.1.4.1.9.9.762.1.3.7.24 ciscomilliseconds read-only
This object contains the average remote response time for FindFirst (FF) requests replied remotely since CIFS AO was started. Discontinuities in the value of this counter can occur at re-initialization of the CIFS AO. The last discontinuity time is indicated by the value of cwoAoStatsLastResetTime for the CIFS AO.
                     cwoAoCifsxStatsDirResources 1.3.6.1.4.1.9.9.762.1.3.7.25 gauge32 read-only
This object contains the total number of currently allocated Directory Resources in CIFS AO.
             cwoApp 1.3.6.1.4.1.9.9.762.1.4
                 cwoAppStatsTable 1.3.6.1.4.1.9.9.762.1.4.1 no-access
This table lists the statistics for applications configured on the wan optimization system.
                     cwoAppStatsEntry 1.3.6.1.4.1.9.9.762.1.4.1.1 no-access
An entry describing statistics for applications configured on the WAN optimization system. The WAN opimitization system creates an entry when a user configures an application for optimization. The WAN optimization system deletes an entry, when user removes the application from the configuration.
                         cwoAppStatsAppName 1.3.6.1.4.1.9.9.762.1.4.1.1.1 snmpadminstring no-access
This object indicates the name of a particular application, which is configured for optimization.
                         cwoAppStatsOriginalBytes 1.3.6.1.4.1.9.9.762.1.4.1.1.2 counter64 read-only
This object indicates total original traffic (uncompressed) in bytes of a particular application that has entered into the system.
                         cwoAppStatsOptimizedBytes 1.3.6.1.4.1.9.9.762.1.4.1.1.3 counter64 read-only
This object indicates total optimized traffic in bytes of a particular application.
                         cwoAppStatsPTBytes 1.3.6.1.4.1.9.9.762.1.4.1.1.4 counter64 read-only
This object indicates total pass-through traffic in bytes of a particular application.
             cwoPmap 1.3.6.1.4.1.9.9.762.1.5
                 cwoPmapStatsTable 1.3.6.1.4.1.9.9.762.1.5.1 no-access
This table lists the staistics for active policy maps.
                     cwoPmapStatsEntry 1.3.6.1.4.1.9.9.762.1.5.1.1 no-access
An entry describing statistics related with an active policy map of a given type. The WAN optimization system creates/deletes an entry for a policy map when it is made active/inactive through configuration changes.
                         cwoPmapStatsType 1.3.6.1.4.1.9.9.762.1.5.1.1.1 cwotypes no-access
This object indicates type of the policy map.
                         cwoPmapStatsName 1.3.6.1.4.1.9.9.762.1.5.1.1.2 snmpadminstring no-access
This object indicates name of the policy map.
                         cwoPmapStatsDescr 1.3.6.1.4.1.9.9.762.1.5.1.1.3 snmpadminstring read-only
This object indicates the descriptive information of the policy map configured on the WAN optimization system. If the description is not configured for a given policy map then this string will contain a NULL string.
                         cwoPmapStatsTotalConns 1.3.6.1.4.1.9.9.762.1.5.1.1.4 counter64 read-only
This object indicates total number of connections processed by the policy map since it is active.
                         cwoPmapStatsTotalBytes 1.3.6.1.4.1.9.9.762.1.5.1.1.5 counter64 read-only
This object indicates total bytes processed by the policy map since it is active.
                         cwoPmapStatsTotalPTConns 1.3.6.1.4.1.9.9.762.1.5.1.1.6 counter64 read-only
This object indicates total connections, which are made as pass-through due to some reason by the policy map since it is active.
                         cwoPmapStatsTotalPTBytes 1.3.6.1.4.1.9.9.762.1.5.1.1.7 counter64 read-only
This object indicates total bytes which are made pass-through by the policy map since it is active.
             cwoCmap 1.3.6.1.4.1.9.9.762.1.6
                 cwoCmapStatsTable 1.3.6.1.4.1.9.9.762.1.6.1 no-access
This table lists the staistics for class maps associated with the active policy map.
                     cwoCmapStatsEntry 1.3.6.1.4.1.9.9.762.1.6.1.1 no-access
An entry describes statistics for the class maps associated with active policy maps. A new entry will be created for the class map when a new class map gets associated to the policy map through the configuration changes. An entry will be deleted, when the class map is disassociated from the active policy map through the configuration changes.
                         cwoCmapStatsType 1.3.6.1.4.1.9.9.762.1.6.1.1.1 cwotypes no-access
This object indicates the type of the class map.
                         cwoCmapStatsName 1.3.6.1.4.1.9.9.762.1.6.1.1.2 snmpadminstring no-access
This object indicates the name of the class map.
                         cwoCmapStatsDescr 1.3.6.1.4.1.9.9.762.1.6.1.1.3 snmpadminstring read-only
This object indicates the descriptive information of the class map configured on the WAN optimization system. If the description is not configured for a given class map then this string will contain a NULL string.
                         cwoCmapStatsTotalConns 1.3.6.1.4.1.9.9.762.1.6.1.1.4 counter64 read-only
This object indicates the total number of connections processed by the class map.
                         cwoCmapStatsTotalBytes 1.3.6.1.4.1.9.9.762.1.6.1.1.5 counter64 read-only
This object indicates the total bytes processed by the class map.
                         cwoCmapStatsTotalPTConns 1.3.6.1.4.1.9.9.762.1.6.1.1.6 counter64 read-only
This object indicates total connections, which are made as pass-through due to some reason by the class map.
                         cwoCmapStatsTotalPTBytes 1.3.6.1.4.1.9.9.762.1.6.1.1.7 counter64 read-only
This object indicates the total bytes which are made pass-through by the class map.
             cwoDre 1.3.6.1.4.1.9.9.762.1.7
                 cwoDreCacheStats 1.3.6.1.4.1.9.9.762.1.7.1
                     cwoDreCacheStatsStatus 1.3.6.1.4.1.9.9.762.1.7.1.1 cwodrecachestatus read-only
This object describes the status of the portion of the disk that is meant for DRE cache.
                     cwoDreCacheStatsAge 1.3.6.1.4.1.9.9.762.1.7.1.2 snmpadminstring read-only
This object indicates the age of the oldest data present in the DRE cache. For example, let us say that the portion of the disk space allocated for DRE cache is 1GB and it is full. Now, if new data is written onto this cache, then it would replace the oldest data in the cache in First-In-First-Out (FIFO) order. This object will specify what is the oldest data now present in the cache. It takes the format of dhm, where 'x' is an integer number. For example, 6d20h30m means that the oldest data's age is 6 days, 20 hours and 30 minutes.
                     cwoDreCacheStatsTotal 1.3.6.1.4.1.9.9.762.1.7.1.3 unsigned32 read-only
This object indicates the percentage of available disk space for DRE cache. For example, if the total disk space is 202 GB and let us say that 20% of this disk space is allocated for DRE cache, then this would mean that 40GB (40960 MB) out of the total disk space is allocated for DRE cache.
                     cwoDreCacheStatsUsed 1.3.6.1.4.1.9.9.762.1.7.1.4 gauge32 read-only
This object indicates the percentage of DRE disk space currently used out of the total space allocated for DRE cache. For example, if the disk space allocated for DRE cache is 972798MB and if this object indicates 1%, it means that 9727 MB is used and remaining approximate 963071 MB of disk space is free.
                     cwoDreCacheStatsDataUnitUsage 1.3.6.1.4.1.9.9.762.1.7.1.5 unsigned32 read-only
This object indicates DRE disk space currently used by data unit. DRE stores the actual data as data units in data block and the metadata (chuck signature) in signature block.
                     cwoDreCacheStatsReplacedOneHrDataUnit 1.3.6.1.4.1.9.9.762.1.7.1.6 unsigned32 read-only
This object indicates the amount of data unit replaced in the last one hour in DRE cache. DRE stores the actual data as data units in the cache data block. If new data units have to be stored in the cache, the older data units in the cache are evicted in First-In-First-Out (FIFO) order. This object would also indicate how much new data units have been stored in the DRE cache in the past one hour.
                     cwoDreCacheStatsDataUnitAge 1.3.6.1.4.1.9.9.762.1.7.1.7 snmpadminstring read-only
This object indicates the age of oldest data unit in the data block. DRE stores the actual data as data units in the data block and the metadata (chuck signature) in signature block. If new data unit should be written to the data block when it is full, then the oldest data unit currently present in the data block will be evicted. So this object would indicate the age of the oldest data unit present in the DRE cache. It takes the format of dhm, where 'x' is an integer number. For example, 6d20h30m means that the oldest data's age is 6 days, 20 hours and 30 minutes.
                     cwoDreCacheStatsSigblockUsage 1.3.6.1.4.1.9.9.762.1.7.1.8 unsigned32 read-only
This object indicates DRE disk space currently used by sigblock or signature block. DRE stores the actual data as data units in cache data block and the metadata (chuck signature) in signature block.
                     cwoDreCacheStatsReplacedOneHrSigblock 1.3.6.1.4.1.9.9.762.1.7.1.9 unsigned32 read-only
This object indicates the amount of signatures replaced in last one hour in sigblock. DRE stores the metadata (chuck signature) in signature block of DRE cache. If new signatures have to be stored in the cache, the older signatures in the sigblock are evicted in First-In-First-Out (FIFO) order. This object would also indicate how much new signatures have been stored in the DRE cache sigblock in the past one hour.
                     cwoDreCacheStatsSigblockAge 1.3.6.1.4.1.9.9.762.1.7.1.10 snmpadminstring read-only
This object indicates the age of oldest signature in the sigblock. DRE stores the actual data as data units in the data block and the metadata (chuck signature) in signature block. If a new signature should be written to the sigblock when it is full, then the oldest signature currently present in the sigblock will be evicted. So this object would indicate the age of the oldest signature present in the DRE cache. It takes the format of dhm, where 'x' is an integer number. For example, 6d20h30m means that the oldest data's age is 6 days, 20 hours and 30 minutes.
                 cwoDrePerfStats 1.3.6.1.4.1.9.9.762.1.7.2
                     cwoDrePerfStatsEncodeCompressionRatio 1.3.6.1.4.1.9.9.762.1.7.2.1 gauge32 read-only
This object indicates the total compression ratio provided by all the DRE components - DRE, LZ and PLZ (if applicable), during the encoding process. It is the ratio of the number of bytes entering the DRE module (from LAN side) and the number of bytes exiting the DRE module (from WAN side). This object indicates the value that is calculated since the last time the counter was cleared. The calculation is not based on per-connection or per-peer basis.
                     cwoDrePerfStatsEncodeCompressionLatency 1.3.6.1.4.1.9.9.762.1.7.2.2 unsigned32 read-only
This object indicates the processing latency that is introduced by DRE/LZ/PLZ processes during the encoding of data that is coming into the DRE module. The encoding process comprises of dividing the input data into chunks and calculating the signature of every chunk. This encoding process would add certain latency. Then the LZ compression would add further latency. This object indicates the value that is calculated since the last time the counter was cleared. The calculation is not based on per-connection or per-peer basis.
                     cwoDrePerfStatsEncodeAvgMsgSize 1.3.6.1.4.1.9.9.762.1.7.2.3 unsigned32 read-only
This object indicates the average size of all the messages handled by DRE during encoding (i.e., for all the messages received from the LAN side). The message size is an important factor in performance of DRE. This object indicates the value that is calculated since the last time the counter was cleared. The calculation is not based on per-connection or per-peer basis.
                     cwoDrePerfStatsDecodeCompressionRatio 1.3.6.1.4.1.9.9.762.1.7.2.4 gauge32 read-only
This object indicates the total compression ratio provided by all the DRE components - DRE, LZ and PLZ (if applicable), during the decoding process. It is the ratio of the number of bytes entering the DRE module (from WAN side) and the number of bytes exiting the DRE module (from LAN side). This object indicates the value that is calculated since the last time the counter was cleared. The calculation is not based on per-connection or per-peer basis.
                     cwoDrePerfStatsDecodeCompressionLatency 1.3.6.1.4.1.9.9.762.1.7.2.5 unsigned32 read-only
This object indicates the processing latency that is introduced by DRE/LZ/PLZ processes during the decoding of data that is coming into the DRE module. The LZ decompression (for applicable data) would add certain latency. Then the decoding process that involves a lot of signature look-up for disk IO and data fetch from the data unit for recreation of original data, would add further latency. This object indicates the value that is calculated since the last time the counter was cleared. The calculation is not based on per-connection or per-peer basis.
                     cwoDrePerfStatsDecodeAvgMsgSize 1.3.6.1.4.1.9.9.762.1.7.2.6 unsigned32 read-only
This object indicates the average size of all the messages handled by DRE during decoding (i.e., for all the messages received from the WAN side). The message size is an important factor in performance of DRE. This object indicates the value that is calculated since the last time the counter was cleared. The calculation is not based on per-connection or per-peer basis.
         ciscoWanOptimizationMIBConform 1.3.6.1.4.1.9.9.762.3
             ciscoWanOptimizationMIBCompliances 1.3.6.1.4.1.9.9.762.3.1
                 ciscoWanOptimizationMIBCompliance 1.3.6.1.4.1.9.9.762.3.1.1
This is a default module-compliance containing default object groups.
                 ciscoWanOptimizationMIBCompliance1 1.3.6.1.4.1.9.9.762.3.1.2
This is a default module-compliance containing default object groups.
                 ciscoWanOptimizationMIBComplianceRev2 1.3.6.1.4.1.9.9.762.3.1.3
This is a default module-compliance containing default object groups. This compliance module deprecates ciscoWanOptimizationMIBCompliance1.
                 ciscoWanOptimizationMIBComplianceRev3 1.3.6.1.4.1.9.9.762.3.1.4
This is a default module-compliance containing default object groups. This compliance module deprecates ciscoWanOptimizationMIBComplianceRev2.
                 ciscoWanOptimizationMIBComplianceRev4 1.3.6.1.4.1.9.9.762.3.1.5
This is a default module-compliance containing default object groups. This compliance module deprecates ciscoWanOptimizationMIBComplianceRev3.
                 ciscoWanOptimizationMIBComplianceRev5 1.3.6.1.4.1.9.9.762.3.1.6
This is a default module-compliance containing default object groups. This compliance module deprecates ciscoWanOptimizationMIBComplianceRev4.
             ciscoWanOptimizationMIBGroups 1.3.6.1.4.1.9.9.762.3.2
                 cwoGeneralGroup 1.3.6.1.4.1.9.9.762.3.2.1
This collection of objects represent the general statistics of WAN optimization system/sub-system.
                 cwoTfoBaseGroup 1.3.6.1.4.1.9.9.762.3.2.2
This collection of objects represent the common statistics for TFO.
                 cwoTfoExtGroup 1.3.6.1.4.1.9.9.762.3.2.3
This collection of objects represent the statistics for TFO, which are optional.
                 cwoAoStatsGroup 1.3.6.1.4.1.9.9.762.3.2.4
This group includes statistics for AO. Which are common for all AOs.
                 cwoOverloadNotificationGroup 1.3.6.1.4.1.9.9.762.3.2.5
This group contains notifications event for various overload condition on wan optimization system.
                 cwoCpuNotificationGroup 1.3.6.1.4.1.9.9.762.3.2.6
This group contains notifications event for wan optimization system, which are specific to some WAN optimization systems.
                 cwoAoSmbExtendedStatsGroup 1.3.6.1.4.1.9.9.762.3.2.7
This Group contains statistics which are specific to SMB AO.
                 cwoLicenseNotificationGroup 1.3.6.1.4.1.9.9.762.3.2.8
This group contains notifications event for actions on licensing on wan optimization systems.
                 cwoAoHttpExtendedStatsGroup 1.3.6.1.4.1.9.9.762.3.2.9
This group contains statistics which are specific to HTTP AO.
                 cwoAoMapiExtendedStatsGroup 1.3.6.1.4.1.9.9.762.3.2.10
This group contains statistics which are specific to MAPI AO.
                 cwoAoNfsExtendedStatsGroup 1.3.6.1.4.1.9.9.762.3.2.11
This group contains statistics which are specific to NFS AO.
                 cwoAoVideoExtendedStatsGroup 1.3.6.1.4.1.9.9.762.3.2.12
This group contains statistics which are specific to Video AO. This group is deprecated as all the objects in cwoAoVideoxStats table are deprecated.
                 cwoAoCifsExtendedStatsGroup 1.3.6.1.4.1.9.9.762.3.2.13
This group contains statistics which are specific to CIFS AO. This group is deprecated as all the objects in cwoAoCifsxStats table are deprecated.
                 cwoAoApplicationStatsGroup 1.3.6.1.4.1.9.9.762.3.2.14
This group contains statistics for applications associated with AO.
                 cwoAoPolicyMapStatsGroup 1.3.6.1.4.1.9.9.762.3.2.15
This group contains statistics for active policy map.
                 cwoAoClassMapStatsGroup 1.3.6.1.4.1.9.9.762.3.2.16
This group contains statistics for class maps associated with active policy map.
                 cwoAoStatsGroupRev1 1.3.6.1.4.1.9.9.762.3.2.17
This group includes statistics, which are common for all AOs.
                 cwoAoTfoExtGroupRev1 1.3.6.1.4.1.9.9.762.3.2.18
This collection of objects represent the statistics for TFO, which are optional.
                 cwoAoHttpExtendedStatsGroupRev1 1.3.6.1.4.1.9.9.762.3.2.19
This group contains statistics specific to cwoAoHttpxStats group enhancement and SharePoint AO.
                 cwoAoCifsExtendedStatsGroupRev1 1.3.6.1.4.1.9.9.762.3.2.20
This group contains statistics specific to CIFS Atkins feature. This group is deprecated as all the objects in cwoAoCifsxStats table are deprecated.
                 cwoAoSmbExtendedStatsGroupRev1 1.3.6.1.4.1.9.9.762.3.2.21
This group contains statistics specific to Signed Bytes Statistics feature for SMB AO.
                 cwoAoHttpExtendedStatsGroupRev2 1.3.6.1.4.1.9.9.762.3.2.22
This group contains statistics specific to cwoAoHttpxStats group enhancement and HTTP Akamai Cache.
                 cwoDreCacheStatsGroup 1.3.6.1.4.1.9.9.762.3.2.23
This group contains statistics specific to DRE cache statistics.
                 cwoDrePerfStatsGroup 1.3.6.1.4.1.9.9.762.3.2.24
This group contains statistics specific to DRE performance statistics.