MIBs Depot

CISCO-CONTENT-ENGINE-MIB

Registered at
1.3.6.1.4.1.9.9.178
Last updated
2004-04-21 00:00
Organization
Cisco Systems, Inc.
Revisions
2004-04-21 00:00, 2004-02-10 00:00, 2002-05-20 00:00, 2000-02-10 00:00
Namespace
cisco
Source file
CISCO-CONTENT-ENGINE-MIB
Digest
sha256:ab50822ef24264f4c16b14b8d5157195d76dde614ef037f34b4c0018699f9e3f

Description

The MIB module for the Cisco Content Engine from Cisco Systems, Inc.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134-1706 USA Tel: +1 800 553-NETS E-mail: cs-webcache@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeStamp

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-CONTENT-ENGINE-MIB
CISCO-SMI
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
AlarmSeverity
TEXTUAL-CONVENTION
Each alarm type defined by a vendor type employed by the system has an associated severity. Bellcore TR-NWT-000474 defines these severities as follows: 'critical' An alarm used to indicate a severe, service- affecting condition has occurred and that immediate corrective action is imperative, regardless of the time of day or day of the week. 'major' An alarm used for hardware or software conditions that indicate a serious disruption of service or the malfunctioning or failure of important hardware. These troubles require the immediate attention and response of a technician to restore or maintain system capability. The urgency is less than in critical situations because of a lesser immediate or impending effect on service or system performance. 'minor' An alarm used for troubles that do not have a serious effect on service to customers or for troubles in hardware that are not essential to the operation of the system.
current

Objects

NameOIDSyntaxAccessStatus
ciscoContentEngineMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1
cceHttpGroup
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.1
cceHttpRequests
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.1.1
cceHttpRequestsTotal
OBJECT-TYPE
Total number of end-user requests the HTTP proxy has received.
1.3.6.1.4.1.9.9.178.1.1.1.1Counter32read-onlycurrent
cceHttpRequestsNoCacheTotal
OBJECT-TYPE
Total number of end-user requests the HTTP proxy has received which contain a header directive indicating that the object cannot be cached.
1.3.6.1.4.1.9.9.178.1.1.1.2Counter32read-onlycurrent
cceHttpRequestsClientErrorTotal
OBJECT-TYPE
Total number of times the HTTP proxy has failed to fulfill a request due to errors caused by client connections.
1.3.6.1.4.1.9.9.178.1.1.1.3Counter32read-onlycurrent
cceHttpRequestsServerErrorTotal
OBJECT-TYPE
Total number of times the HTTP proxy has failed to fulfill a request due to errors while fetching objects not in cache from remote servers.
1.3.6.1.4.1.9.9.178.1.1.1.4Counter32read-onlycurrent
cceHttpRequestsBlocked
OBJECT-TYPE
The number of times the HTTP proxy has blocked a request due to URL filtering or rules template blocking.
1.3.6.1.4.1.9.9.178.1.1.1.5Counter32read-onlycurrent
cceHttpRequestsHits
OBJECT-TYPE
Total number of end-user requests whose response body was retrieved from the populated cache of the HTTP proxy.
1.3.6.1.4.1.9.9.178.1.1.1.6Counter32read-onlycurrent
cceHttpRequestsMisses
OBJECT-TYPE
Total number of end-user requests whose response body is retrieved from remote servers.
1.3.6.1.4.1.9.9.178.1.1.1.7Counter32read-onlycurrent
cceHttpRequestsBytesServedHits
OBJECT-TYPE
Total number of bytes in the response bodies the HTTP proxy retrieved directly from its populated cache.
1.3.6.1.4.1.9.9.178.1.1.1.8Counter32read-onlycurrent
cceHttpRequestsBytesServedMisses
OBJECT-TYPE
Total number of bytes in the response bodies the HTTP proxy retrieved from remote servers.
1.3.6.1.4.1.9.9.178.1.1.1.9Counter32read-onlycurrent
cceHttpRequestsImsInmTotalCache
OBJECT-TYPE
Total number of If-Modified-Since (IMS) and If-Not-Matched (INM) requests from the client served from the populated cache of the HTTP proxy without revalidation.
1.3.6.1.4.1.9.9.178.1.1.1.10Counter32read-onlycurrent
cceHttpRequestsImsInmTotalReval
OBJECT-TYPE
Total number of If-Modified-Since (IMS) and If-Not-Matched (INM) requests from the client served from the populated cache of the HTTP proxy and revalidated with an IMS to the server.
1.3.6.1.4.1.9.9.178.1.1.1.11Counter32read-onlycurrent
cceHttpRequestsBytesClientIn
OBJECT-TYPE
Total number of bytes received by the HTTP proxy from clients.
1.3.6.1.4.1.9.9.178.1.1.1.12Counter32read-onlycurrent
cceHttpRequestsBytesClientOut
OBJECT-TYPE
Total number of bytes delivered by the HTTP proxy to clients.
1.3.6.1.4.1.9.9.178.1.1.1.13Counter32read-onlycurrent
cceHttpRequestsBytesServerIn
OBJECT-TYPE
Total number of bytes received by the HTTP proxy from remote servers.
1.3.6.1.4.1.9.9.178.1.1.1.14Counter32read-onlycurrent
cceHttpRequestsBytesServerOut
OBJECT-TYPE
Total number of bytes transmitted by the HTTP proxy to remote servers.
1.3.6.1.4.1.9.9.178.1.1.1.15Counter32read-onlycurrent
cceHttpHCRequestsTotal
OBJECT-TYPE
Total number of end-user requests the HTTP proxy has received. This object is a 64-bit version of cceHttpRequestsTotal.
1.3.6.1.4.1.9.9.178.1.1.1.16Counter64read-onlycurrent
cceHttpHCRequestsNoCacheTotal
OBJECT-TYPE
Total number of end-user requests the HTTP proxy has received which contain a header directive indicating that the object cannot be cached. This object is a 64-bit version of cceHttpRequestsNoCacheTotal.
1.3.6.1.4.1.9.9.178.1.1.1.17Counter64read-onlycurrent
cceHttpHCRequestsClientErrorTotal
OBJECT-TYPE
Total number of times the HTTP proxy has failed to fulfill a request due to errors caused by client connections. This object is a 64-bit version of cceHttpRequestsClientErrorTotal.
1.3.6.1.4.1.9.9.178.1.1.1.18Counter64read-onlycurrent
cceHttpHCRequestsServerErrorTotal
OBJECT-TYPE
Total number of times the HTTP proxy has failed to fulfill a request due to errors while fetching objects not in cache from remote servers. This object is a 64-bit version of cceHttpRequestsServerErrorTotal.
1.3.6.1.4.1.9.9.178.1.1.1.19Counter64read-onlycurrent
cceHttpHCRequestsBlocked
OBJECT-TYPE
The number of times the HTTP proxy has blocked a request due to URL filtering or rules template blocking. This object is a 64-bit version of cceHttpRequestsBlocked.
1.3.6.1.4.1.9.9.178.1.1.1.20Counter64read-onlycurrent
cceHttpHCRequestsHits
OBJECT-TYPE
Total number of end-user requests whose response body was retrieved from the populated cache of the HTTP proxy. This object is a 64-bit version of cceHttpRequestsHits.
1.3.6.1.4.1.9.9.178.1.1.1.21Counter64read-onlycurrent
cceHttpHCRequestsMisses
OBJECT-TYPE
Total number of end-user requests whose response body is retrieved from remote servers. This object is a 64-bit version of cceHttpRequestsMisses.
1.3.6.1.4.1.9.9.178.1.1.1.22Counter64read-onlycurrent
cceHttpHCRequestsBytesServedHits
OBJECT-TYPE
Total number of bytes in the response bodies the HTTP proxy retrieved directly from its populated cache. This object is a 64-bit version of cceHttpRequestsBytesServedHits.
1.3.6.1.4.1.9.9.178.1.1.1.23Counter64read-onlycurrent
cceHttpHCRequestsBytesServedMisses
OBJECT-TYPE
Total number of bytes in the response bodies the HTTP proxy retrieved from remote servers. This object is a 64-bit version of cceHttpRequestsBytesServedMisses.
1.3.6.1.4.1.9.9.178.1.1.1.24Counter64read-onlycurrent
cceHttpHCRequestsImsInmTotalCache
OBJECT-TYPE
Total number of If-Modified-Since (IMS) and If-Not-Matched (INM) requests from the client served from the populated cache of the HTTP proxy without revalidation. This object is a 64-bit version of cceHttpRequestsImsInmTotalCache.
1.3.6.1.4.1.9.9.178.1.1.1.25Counter64read-onlycurrent
cceHttpHCRequestsImsInmTotalReval
OBJECT-TYPE
Total number of If-Modified-Since (IMS) and If-Not-Matched (INM) requests from the client served from the populated cache of the HTTP proxy and revalidated with an IMS to the server. This object is a 64-bit version of cceHttpRequestsImsInmTotalReval.
1.3.6.1.4.1.9.9.178.1.1.1.26Counter64read-onlycurrent
cceHttpHCRequestsBytesClientIn
OBJECT-TYPE
Total number of bytes received by the HTTP proxy from clients. This object is a 64-bit version of cceHttpRequestsBytesClientIn.
1.3.6.1.4.1.9.9.178.1.1.1.27Counter64read-onlycurrent
cceHttpHCRequestsBytesClientOut
OBJECT-TYPE
Total number of bytes delivered by the HTTP proxy to clients. This object is a 64-bit version of cceHttpRequestsBytesClientOut.
1.3.6.1.4.1.9.9.178.1.1.1.28Counter64read-onlycurrent
cceHttpHCRequestsBytesServerIn
OBJECT-TYPE
Total number of bytes received by the HTTP proxy from remote servers. This object is a 64-bit version of cceHttpRequestsBytesServerIn.
1.3.6.1.4.1.9.9.178.1.1.1.29Counter64read-onlycurrent
cceHttpHCRequestsBytesServerOut
OBJECT-TYPE
Total number of bytes transmitted by the HTTP proxy to remote servers. This object is a 64-bit version of cceHttpRequestsBytesServerOut.
1.3.6.1.4.1.9.9.178.1.1.1.30Counter64read-onlycurrent
cceHttpPerf
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.1.2
cceHttpPerfSamplingTime
OBJECT-TYPE
Number of seconds in the last sampling time interval used to calculate the value of the cceHttpPerfReqPerSec and cceHttpPerfBytesPerSec objects.
1.3.6.1.4.1.9.9.178.1.1.2.1Unsigned32 (0..4294967295)read-onlycurrent
cceHttpPerfReqPerSec
OBJECT-TYPE
Number of requests per second the HTTP proxy has been servicing in the last sampling time.
1.3.6.1.4.1.9.9.178.1.1.2.2Unsigned32 (0..4294967295)read-onlycurrent
cceHttpPerfBytesPerSec
OBJECT-TYPE
Bytes per second served in the last sampling time.
1.3.6.1.4.1.9.9.178.1.1.2.3Unsigned32 (0..4294967295)read-onlycurrent
cceHttpPerfServiceTime
OBJECT-TYPE
Average duration of each connection serviced by the HTTP proxy.
1.3.6.1.4.1.9.9.178.1.1.2.4Unsigned32 (0..4294967295)read-onlycurrent
cceHttpPerfHitServiceTime
OBJECT-TYPE
Average duration required for the HTTP proxy to send a hit response. A hit response is a response for which the object can be serviced from the populated cache of the HTTP proxy.
1.3.6.1.4.1.9.9.178.1.1.2.5Unsigned32 (0..4294967295)read-onlycurrent
cceHttpPerfMissServiceTime
OBJECT-TYPE
Average duration required for the HTTP proxy to send a miss response. A miss response is a response for which the object cannot be serviced from the populated cache of the HTTP proxy.
1.3.6.1.4.1.9.9.178.1.1.2.6Unsigned32 (0..4294967295)read-onlycurrent
cceHttpPerfObjectSize
OBJECT-TYPE
Average size of the object served from the HTTP proxy.
1.3.6.1.4.1.9.9.178.1.1.2.7Unsigned32 (0..4294967295)read-onlycurrent
cceHttpPerfCpuLoad
OBJECT-TYPE
Percentage of CPU load for the last 4 second sampling time interval.
1.3.6.1.4.1.9.9.178.1.1.2.8Unsigned32 (0..100)read-onlycurrent
cceWmtGroup
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.2
cceWmtRequests
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.2.1
cceWmtTotalRequests
OBJECT-TYPE
Total number of end-user requests the WMT proxy/server has received.
1.3.6.1.4.1.9.9.178.1.2.1.1Counter32read-onlycurrent
cceWmtTotalClientErrors
OBJECT-TYPE
Total number of times the WMT proxy/server has failed to fulfill a request due to errors caused by client connections.
1.3.6.1.4.1.9.9.178.1.2.1.2Counter32read-onlycurrent
cceWmtTotalServerErrors
OBJECT-TYPE
Total number of times the WMT proxy has failed to fulfill a request due to errors while fetching objects not in cache from remote servers.
1.3.6.1.4.1.9.9.178.1.2.1.3Counter32read-onlycurrent
cceWmtBlockedRequests
OBJECT-TYPE
The number of times the WMT proxy/server has blocked a request due to URL filtering or rules template blocking.
1.3.6.1.4.1.9.9.178.1.2.1.4Counter32read-onlycurrent
cceWmtRequestHits
OBJECT-TYPE
Total number of end-user requests whose response body was retrieved from the populated cache of the WMT proxy.
1.3.6.1.4.1.9.9.178.1.2.1.5Counter32read-onlycurrent
cceWmtRequestMisses
OBJECT-TYPE
Total number of end-user requests whose response body is retrieved from remote servers.
1.3.6.1.4.1.9.9.178.1.2.1.6Counter32read-onlycurrent
cceWmtRequestHitsBytesServed
OBJECT-TYPE
Total number of bytes in the response bodies the WMT proxy retrieved directly from its populated cache.
1.3.6.1.4.1.9.9.178.1.2.1.7Counter32read-onlycurrent
cceWmtRequestMissesBytesServed
OBJECT-TYPE
Total number of bytes in the response bodies the WMT proxy retrieved from remote servers.
1.3.6.1.4.1.9.9.178.1.2.1.8Counter32read-onlycurrent
cceWmtTotalLiveRequests
OBJECT-TYPE
Total number of end-user live requests the WMT proxy/server has received.
1.3.6.1.4.1.9.9.178.1.2.1.9Counter32read-onlycurrent
cceWmtLiveRequestBytes
OBJECT-TYPE
Total number of live splitting bytes served from the WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.1.10Counter32read-onlycurrent
cceWmtTotalMmsuRequests
OBJECT-TYPE
Total number of end-user MMSU (Microsoft Media Service over UDP) requests the WMT proxy/server has received.
1.3.6.1.4.1.9.9.178.1.2.1.11Counter32read-onlycurrent
cceWmtTotalMmsuBytes
OBJECT-TYPE
Total number of bytes served through MMSU from WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.1.12Counter32read-onlycurrent
cceWmtTotalMmstRequests
OBJECT-TYPE
Total number of end-user MMST (Microsoft Media Service over TCP) requests the WMT proxy/server has received.
1.3.6.1.4.1.9.9.178.1.2.1.13Counter32read-onlycurrent
cceWmtTotalMmstBytes
OBJECT-TYPE
Total number of bytes served through MMST from WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.1.14Counter32read-onlycurrent
cceWmtTotalHttpRequests
OBJECT-TYPE
Total number of end-user HTTP requests the WMT proxy/server has received.
1.3.6.1.4.1.9.9.178.1.2.1.15Counter32read-onlycurrent
cceWmtTotalHttpBytes
OBJECT-TYPE
Total number of bytes served through HTTP from WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.1.16Counter32read-onlycurrent
cceWmtTotalMulticastBytes
OBJECT-TYPE
Total number of bytes served through multicast from WMT server.
1.3.6.1.4.1.9.9.178.1.2.1.17Counter32read-onlycurrent
cceWmtTotalRtspuRequests
OBJECT-TYPE
Total number of end-user RTSPU (Microsoft Media Service over UDP) requests the WMT proxy/server has received.
1.3.6.1.4.1.9.9.178.1.2.1.18Counter32read-onlycurrent
cceWmtTotalRtspuBytes
OBJECT-TYPE
Total number of bytes served through RTSPU from WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.1.19Counter32read-onlycurrent
cceWmtTotalRtsptRequests
OBJECT-TYPE
Total number of end-user RTSPT (Microsoft Media Service over TCP) requests the WMT proxy/server has received.
1.3.6.1.4.1.9.9.178.1.2.1.20Counter32read-onlycurrent
cceWmtTotalRtsptBytes
OBJECT-TYPE
Total number of bytes served through RTSPT from WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.1.21Counter32read-onlycurrent
cceWmtHCRequests
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.2.2
cceWmtHCRequestHitsBytesServed
OBJECT-TYPE
Total number of bytes in the response bodies the WMT proxy retrieved directly from its populated cache.
1.3.6.1.4.1.9.9.178.1.2.2.1Counter64read-onlycurrent
cceWmtHCRequestMissesBytesServed
OBJECT-TYPE
Total number of bytes in the response bodies the WMT proxy retrieved from remote servers.
1.3.6.1.4.1.9.9.178.1.2.2.2Counter64read-onlycurrent
cceWmtHCLiveRequestBytes
OBJECT-TYPE
Total number of live splitting bytes served from the WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.2.3Counter64read-onlycurrent
cceWmtHCTotalMmsuBytes
OBJECT-TYPE
Total number of bytes served through MMSU from WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.2.4Counter64read-onlycurrent
cceWmtHCTotalMmstBytes
OBJECT-TYPE
Total number of bytes served through MMST from WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.2.5Counter64read-onlycurrent
cceWmtHCTotalHttpBytes
OBJECT-TYPE
Total number of bytes served through HTTP from WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.2.6Counter64read-onlycurrent
cceWmtHCTotalMulticastBytes
OBJECT-TYPE
Total number of bytes served through multicast from WMT server.
1.3.6.1.4.1.9.9.178.1.2.2.7Counter64read-onlycurrent
cceWmtHCTotalRtspuBytes
OBJECT-TYPE
Total number of bytes served through RTSPU from WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.2.8Counter64read-onlycurrent
cceWmtHCTotalRtsptBytes
OBJECT-TYPE
Total number of bytes served through RTSPT from WMT proxy/server.
1.3.6.1.4.1.9.9.178.1.2.2.9Counter64read-onlycurrent
cceWmtPerf
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.2.3
cceWmtPerfConcurrentRequests
OBJECT-TYPE
Number of concurrent requests the WMT proxy/server is servicing at the current time.
1.3.6.1.4.1.9.9.178.1.2.3.1Gauge32read-onlycurrent
cceWmtPerfKbitsPerSec
OBJECT-TYPE
Kilobits per second to end-users served at the current time.
1.3.6.1.4.1.9.9.178.1.2.3.2Gauge32read-onlycurrent
cceWmtPerfMulticastSessions
OBJECT-TYPE
Number of concurrent active multicast sessions at the current time.
1.3.6.1.4.1.9.9.178.1.2.3.3Gauge32read-onlycurrent
cceWmtPerfMulticastKbitsPerSec
OBJECT-TYPE
Kilobits per second served through multicast at current time.
1.3.6.1.4.1.9.9.178.1.2.3.4Gauge32read-onlycurrent
cceCseGroup
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.3
cceCseRequests
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.3.1
cceCseTotalRequests
OBJECT-TYPE
Total number of end-user requests the Cisco Streaming Engine has received.
1.3.6.1.4.1.9.9.178.1.3.1.1Counter32read-onlycurrent
cceCseRequestPacketsServed
OBJECT-TYPE
Total number of packets in the response served by the Cisco Streaming Engine.
1.3.6.1.4.1.9.9.178.1.3.1.2Counter32read-onlycurrent
cceCseRequestBytesServed
OBJECT-TYPE
Total number of bytes in the response served by the Cisco Streaming Engine.
1.3.6.1.4.1.9.9.178.1.3.1.3Counter32read-onlycurrent
cceCseHCRequests
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.3.2
cceCseHCRequestPacketsServed
OBJECT-TYPE
Total number of packets in the response served by the Cisco Streaming Engine.
1.3.6.1.4.1.9.9.178.1.3.2.1Counter64read-onlycurrent
cceCseHCRequestBytesServed
OBJECT-TYPE
Total number of bytes in the response served by the Cisco Streaming Engine.
1.3.6.1.4.1.9.9.178.1.3.2.2Counter64read-onlycurrent
cceCsePerf
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.3.3
cceCsePerfConcurrentReqs
OBJECT-TYPE
Number of concurrent requests the Cisco Streaming Engine is servicing at the current time.
1.3.6.1.4.1.9.9.178.1.3.3.1Gauge32read-onlycurrent
cceCsePerfCurrentBandwidth
OBJECT-TYPE
The bandwidth reserved(Kilobits) for the current requests the Cisco Streaming Engine is serving.
1.3.6.1.4.1.9.9.178.1.3.3.2Gauge32read-onlycurrent
cceRpGroup
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.4
cceRpRequests
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.4.1
cceRpTotalHits
OBJECT-TYPE
Total number of end-user requests whose response body was retrieved from the populated cache of the Real Proxy.
1.3.6.1.4.1.9.9.178.1.4.1.1Counter32read-onlycurrent
cceRpTotalMisses
OBJECT-TYPE
Total number of end-user requests whose response body was retrieved from remote servers.
1.3.6.1.4.1.9.9.178.1.4.1.2Counter32read-onlycurrent
cceRpTotalVodPassThroughs
OBJECT-TYPE
Total number of end-user VOD (Video On Demand) requests which cannot be cached by the Real Proxy.
1.3.6.1.4.1.9.9.178.1.4.1.3Counter32read-onlycurrent
cceRpTotalLiveSplitReqs
OBJECT-TYPE
Total number of end-user live requests for Real Proxy.
1.3.6.1.4.1.9.9.178.1.4.1.4Counter32read-onlycurrent
cceRpTotalLivePassThruSplitReqs
OBJECT-TYPE
Total number of end-user live requests, which Real Proxy cannot split.
1.3.6.1.4.1.9.9.178.1.4.1.5Counter32read-onlycurrent
cceRpTotalIncomingBytes
OBJECT-TYPE
Total bytes received by the Real Proxy from remote servers.
1.3.6.1.4.1.9.9.178.1.4.1.6Counter32read-onlycurrent
cceRpTotalOutgoingBytes
OBJECT-TYPE
Total bytes sent by the Real Proxy to end-users.
1.3.6.1.4.1.9.9.178.1.4.1.7Counter32read-onlycurrent
cceRpHCRequests
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.4.2
cceRpHCTotalHits
OBJECT-TYPE
Total number of end-user requests whose response body was retrieved from the populated cache of the Real Proxy.
1.3.6.1.4.1.9.9.178.1.4.2.1Counter64read-onlycurrent
cceRpHCTotalMisses
OBJECT-TYPE
Total number of end-user requests whose response body was retrieved from remote servers.
1.3.6.1.4.1.9.9.178.1.4.2.2Counter64read-onlycurrent
cceRpHCTotalVodPassThroughs
OBJECT-TYPE
Total number of end-user VOD (Video On Demand) requests which cannot be cached by the Real Proxy.
1.3.6.1.4.1.9.9.178.1.4.2.3Counter64read-onlycurrent
cceRpHCTotalLiveSplitReqs
OBJECT-TYPE
Total number of end-user live requests for Real Proxy.
1.3.6.1.4.1.9.9.178.1.4.2.4Counter64read-onlycurrent
cceRpHCTotalLivePassThruSplitReqs
OBJECT-TYPE
Total number of end-user live requests, which Real Proxy cannot split.
1.3.6.1.4.1.9.9.178.1.4.2.5Counter64read-onlycurrent
cceRpHCTotalIncomingBytes
OBJECT-TYPE
Total bytes received by the Real Proxy from remote servers.
1.3.6.1.4.1.9.9.178.1.4.2.6Counter64read-onlycurrent
cceRpHCTotalOutgoingBytes
OBJECT-TYPE
Total bytes sent by the Real Proxy to end-users.
1.3.6.1.4.1.9.9.178.1.4.2.7Counter64read-onlycurrent
cceNotificationInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.5
cceFailedDiskName
OBJECT-TYPE
The Name of the disk on which disk-failure event occurred.
1.3.6.1.4.1.9.9.178.1.5.1OCTET STRING (SIZE(0..32))accessible-for-notifycurrent
cceAlarmGroup
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.6
cceAlarmHistory
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.6.1
cceAlarmHistTableSize
OBJECT-TYPE
This object specifies the number of entries that the cceAlarmHistTable can contain. When a alarm gets generated, and the capacity of the cceAlarmHistTable has reached the value specified by this object, then the agent deletes the oldest entity in order to accommodate the new entry. A value of '0' prevents any history from being retained.
1.3.6.1.4.1.9.9.178.1.6.1.1INTEGER (0..500)read-writecurrent
cceAlarmHistTable
OBJECT-TYPE
This table contains a history of cceAlarmIndicate and cceAlarmClear traps generated by the agent.
1.3.6.1.4.1.9.9.178.1.6.1.2not-accessiblecurrent
cceAlarmHistEntry
OBJECT-TYPE
The information conveyed by a cceAlarmIndicate or cceAlarmClear trap.
1.3.6.1.4.1.9.9.178.1.6.1.2.1not-accessiblecurrent
cceAlarmHistIndex
OBJECT-TYPE
An integer value uniquely identifying the entry in the table. The value of this object starts at '1' and monotonically increases for each alarm condition transition monitored by the agent. If the value of this object is '4294967295', the agent will reset it to '1' upon monitoring the next alarm condition transition.
1.3.6.1.4.1.9.9.178.1.6.1.2.1.1Unsigned32not-accessiblecurrent
cceAlarmHistId
OBJECT-TYPE
This object specifies the type of alarm generated. Each error condition is mapped to an unique alarm-id.
1.3.6.1.4.1.9.9.178.1.6.1.2.1.2Unsigned32read-onlycurrent
cceAlarmHistModuleId
OBJECT-TYPE
This object specifies a ACNS Module-Id which generated the alarm.
1.3.6.1.4.1.9.9.178.1.6.1.2.1.3Unsigned32read-onlycurrent
cceAlarmHistType
OBJECT-TYPE
This object specifies whether the agent created the entry as the result of an alarm being Raised or cleared.
1.3.6.1.4.1.9.9.178.1.6.1.2.1.4INTEGER {raised(1), cleared(2)}read-onlycurrent
cceAlarmHistCategory
OBJECT-TYPE
This object specifies the probable cause that caused the alarm to be generated.
1.3.6.1.4.1.9.9.178.1.6.1.2.1.5Integer32 (1..256)read-onlycurrent
cceAlarmHistSeverity
OBJECT-TYPE
This object specifies the severity of the alarm generated.
1.3.6.1.4.1.9.9.178.1.6.1.2.1.6AlarmSeverityread-onlycurrent
cceAlarmHistInfo
OBJECT-TYPE
This object specifies a human-readable message describing the alarm.
1.3.6.1.4.1.9.9.178.1.6.1.2.1.7OCTET STRING (SIZE(0..255))read-onlycurrent
cceAlarmHistTimeStamp
OBJECT-TYPE
This object specifies the value of the sysUpTime object at the time the alarm was generated.
1.3.6.1.4.1.9.9.178.1.6.1.2.1.8TimeStampread-onlycurrent
cceAlarmMonitoring
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.1.6.2
cceAlarmCriticalCount
OBJECT-TYPE
The value of this object specifies the number of alarms currently raised with a severity of 'critical'.
1.3.6.1.4.1.9.9.178.1.6.2.1Gauge32read-onlycurrent
cceAlarmMajorCount
OBJECT-TYPE
The value of this object specifies the number of alarms currently raised with a severity of 'major'.
1.3.6.1.4.1.9.9.178.1.6.2.2Gauge32read-onlycurrent
cceAlarmMinorCount
OBJECT-TYPE
The value of this object specifies the number of alarms currently raised with a severity of 'minor'.
1.3.6.1.4.1.9.9.178.1.6.2.3Gauge32read-onlycurrent
ciscoContentEngineMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.2
ciscoContentEngineMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.2.0
ciscoContentEngineMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.3
ciscoContentEngineMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.3.1
ciscoContentEngineMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.178.3.2

Notifications

NameOIDStatus
ciscoContentEngineReadDiskError
NOTIFICATION-TYPE
First read error occurred on the disk that is being accessed. Additional information about the error is logged to syslog.
1.3.6.1.4.1.9.9.178.2.0.1current
ciscoContentEngineWriteDiskError
NOTIFICATION-TYPE
First write error occurred on the disk that is being accessed. Additional information about the error is logged to syslog.
1.3.6.1.4.1.9.9.178.2.0.2current
ciscoContentEngineWriteTransFailed
NOTIFICATION-TYPE
Failed writing to working transaction log located in /local1/working.log. Possible causes are system errors or the log having been removed.
1.3.6.1.4.1.9.9.178.2.0.3current
ciscoContentEngineDataDiskFailed
NOTIFICATION-TYPE
A Content Engine data drive failed. Additional information about the error is logged to syslog.
1.3.6.1.4.1.9.9.178.2.0.4deprecated
ciscoContentEngineOverloadBypass
NOTIFICATION-TYPE
A high watermark of percentage of capacity for transparent requests redirected to the Content Engine via WCCP (Web Cache Control Protocol) has been reached. Subsequent WCCP requests are rejected and forwarded to the Origin Server until the utilization falls below a low watermark.
1.3.6.1.4.1.9.9.178.2.0.5current
ciscoContentEngineDiskFailed
NOTIFICATION-TYPE
A Content Engine data drive failed. This object supersedes ciscoContentEngineDataDiskFailed. Additional information about the error is logged to syslog.
1.3.6.1.4.1.9.9.178.2.0.6current
cceAlarmCriticalRaised
NOTIFICATION-TYPE
The Agent generates this trap when any module raises a Critical alarm.
1.3.6.1.4.1.9.9.178.2.0.7current
cceAlarmCriticalCleared
NOTIFICATION-TYPE
The Agent generates this trap when any module clears a Critical alarm.
1.3.6.1.4.1.9.9.178.2.0.8current
cceAlarmMajorRaised
NOTIFICATION-TYPE
The Agent generates this trap when any module raises a Major alarm.
1.3.6.1.4.1.9.9.178.2.0.9current
cceAlarmMajorCleared
NOTIFICATION-TYPE
The Agent generates this trap when any module clears a Major alarm.
1.3.6.1.4.1.9.9.178.2.0.10current
cceAlarmMinorRaised
NOTIFICATION-TYPE
The Agent generates this trap when any module raises a Minor alarm.
1.3.6.1.4.1.9.9.178.2.0.11current
cceAlarmMinorCleared
NOTIFICATION-TYPE
The Agent generates this trap when any module clears a Minor alarm.
1.3.6.1.4.1.9.9.178.2.0.12current

Conformance

NameOIDStatus
ciscoContentEngineMIBCompliance
MODULE-COMPLIANCE
The compliance statement for Cisco Systems entities which implement the Content Engine applications.
1.3.6.1.4.1.9.9.178.3.1.1deprecated
ciscoContentEngineMIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement for Cisco Systems entities which implement the Content Engine applications.
1.3.6.1.4.1.9.9.178.3.1.2deprecated
ciscoContentEngineMIBComplianceRev2
MODULE-COMPLIANCE
The compliance statement for Cisco Systems entities which implement the Content Engine applications.
1.3.6.1.4.1.9.9.178.3.1.3deprecated
ciscoContentEngineMIBComplianceRev3
MODULE-COMPLIANCE
The compliance statement for Cisco Systems entities which implement the Content Engine applications.
1.3.6.1.4.1.9.9.178.3.1.4current
cceHttpReqGroup
OBJECT-GROUP
HTTP proxy request group with low capacity Counter32 objects.
1.3.6.1.4.1.9.9.178.3.2.1current
cceHttpHCReqGroup
OBJECT-GROUP
HTTP proxy request group with high capacity Counter64 objects.
1.3.6.1.4.1.9.9.178.3.2.2current
cceHttpPerfGroup
OBJECT-GROUP
HTTP proxy performance group.
1.3.6.1.4.1.9.9.178.3.2.3current
cceNotificationGroup
NOTIFICATION-GROUP
A collection of notifications used for monitoring errors.
1.3.6.1.4.1.9.9.178.3.2.4deprecated
cceWmtReqGroup
OBJECT-GROUP
A collection of objects providing request statistics of WMT proxy and server.
1.3.6.1.4.1.9.9.178.3.2.5deprecated
cceWmtHCGroup
OBJECT-GROUP
A collection of 64-bit WMT counters
1.3.6.1.4.1.9.9.178.3.2.6deprecated
cceWmtPerfGroup
OBJECT-GROUP
A collection of objects providing performance statistics of WMT proxy and server.
1.3.6.1.4.1.9.9.178.3.2.7current
cceCseReqGroup
OBJECT-GROUP
A collection of objects providing request statistics of a Cisco Streaming Engine.
1.3.6.1.4.1.9.9.178.3.2.8current
cceCseHCGroup
OBJECT-GROUP
A collection of 64 bit counters.
1.3.6.1.4.1.9.9.178.3.2.9current
cceCsePerfGroup
OBJECT-GROUP
A collection of objects providing performance statistics of a Cisco Streaming Engine.
1.3.6.1.4.1.9.9.178.3.2.10current
cceRpReqGroup
OBJECT-GROUP
A collection of objects providing request statistics of a Real Proxy.
1.3.6.1.4.1.9.9.178.3.2.11current
cceRpHCReqGroup
OBJECT-GROUP
A collection of 64-bit Real Proxy counters
1.3.6.1.4.1.9.9.178.3.2.12current
cceNotificationGroupRev1
NOTIFICATION-GROUP
A collection of notifications used for monitoring errors.
1.3.6.1.4.1.9.9.178.3.2.13current
cceAlarmInfoGroup
OBJECT-GROUP
A collection of objects which provides info about Cisco Content Engine alarms.
1.3.6.1.4.1.9.9.178.3.2.14current
cceNotificationInfoGroup
OBJECT-GROUP
A collection of objects which provides info about notifications.
1.3.6.1.4.1.9.9.178.3.2.15current
cceWmtReqGroupRev1
OBJECT-GROUP
A collection of objects providing request statistics of WMT proxy and server.
1.3.6.1.4.1.9.9.178.3.2.16current
cceWmtHCGroupRev1
OBJECT-GROUP
A collection of 64-bit WMT counters
1.3.6.1.4.1.9.9.178.3.2.17current