MIBs Depot

CISCO-CONTENT-DELIVERY-STREAMING-MIB

Registered at
1.3.6.1.4.1.9.9.708
Last updated
2009-09-30 00:00
Organization
Cisco Systems, Inc.
Revisions
2009-09-30 00:00
Namespace
cisco
Source file
CISCO-CONTENT-DELIVERY-STREAMING-MIB
Digest
sha256:449827d4756de92dc3f7cf94ce20f6ed87d341b20032fa141fb9f5125e0729e8

Description

This MIB instrumentation is for managing the Content Delivery and Streaming functionality on Cisco devices. Contents are ingested into content delivery network and then distributed to clients. There are two types of contents in content delivery network - live and VOD. VOD contents can be pre-positioned or dynamically cached into the content delivery network. Live stream is ingested and delivered to a large audience using one-to-many split. Streaming protocols are supported, by different streaming modules. These include HTTP, RTSP, Microsoft Media Server, RTMP and their varieties. ACRONYM: CDN Content Delivery Network FMS Flash Media Streaming HC High Capacity MS Movie Streamer RTMP Real Time Messaging Protocol VOD Video On Demand WMT Window Media Technology GLOSSARY: Dynamic cache Content is dynamically ingested into Content Delivery Network when the server does not find a client's requested content in its local hard disk storage. Origin Server The server on which all original copies of content reside. It locates outside the CDN. Pre-position The content is ingested into Content Delivery Network at or near the point of planned use to reduce reaction time, and to ensure timely response to requests during initial phase of an operation. Real Time Messaging Protocol A multimedia streaming and RPC protocol primarily used in Adobe Flash. Upstream Server Upstream server is a server that is located higher in the Content Delivery Network hierarchy.

Contact

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

Imports

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

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-DELIVERY-STREAMING-MIB
CISCO-SMI
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
CiscoCdsBandwidthUnitType
TEXTUAL-CONVENTION
The unit of measurement for the bandwidth rate: bytesPerSec - number of bytes per second kiloBytesPerSec - number of kilobytes per second megaBytesPerSec - number of megabytes per second gigaBytesPerSec - number of gigabytes per second
current

Objects

NameOIDSyntaxAccessStatus
ciscoCdsMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.708.1
ccdsStreamingModule
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.708.1.1
ccdsStreamingStatsTable
OBJECT-TYPE
This table contains the general statistics information for all streaming modules in content delivery environment.
1.3.6.1.4.1.9.9.708.1.1.1not-accessiblecurrent
ccdsStreamingStatsEntry
OBJECT-TYPE
An entry (conceptual row) in the 'ccdsStreamingStatsTable'. Each row provides statistics for one streaming module or one live program. The ccdsStreamingStatsIndex identifies this entry. The ccdsStreamingStatsType indicates the entry type. If an entry represents a streaming module, it is created when the streaming module is enabled and delelted when the streaming module is disabled. If an entry represents a live program, it is created when the live program is added and deleted when the live program is removed.
1.3.6.1.4.1.9.9.708.1.1.1.1not-accessiblecurrent
ccdsStreamingStatsIndex
OBJECT-TYPE
An arbitrary index number to represent a statistics entry for a given type of streaming module instance or a live program. The type of this entry is identified by the value of the corresponding instance of 'ccdsStreamingStatsType'. The agent creates a row in this table when the streaming module is enabled and destroys it when the streaming module is disabled. The instance identifier value usage/re-usage and its management is implementation specific.
1.3.6.1.4.1.9.9.708.1.1.1.1.1Unsigned32 (1..2147483647)not-accessiblecurrent
ccdsStreamingStatsDescr
OBJECT-TYPE
This object indicates a human-readable string representing this streaming module instance or live program.
1.3.6.1.4.1.9.9.708.1.1.1.1.2SnmpAdminStringread-onlycurrent
ccdsStreamingStatsModuleType
OBJECT-TYPE
This object indicates the type of this statistic table entry. 'unknown' - If the module type is unknown, it is a module not yet defined at MIB design time. This is for extension purpose. 'http' - This is a http module. 'wmt' - This is a windows media technology module. 'ms' - This is a movie streamer module. 'fms' - This is a flash media streaming module.
1.3.6.1.4.1.9.9.708.1.1.1.1.3INTEGER {unknown(1), http(2), wmt(3), ms(4), fms(5)}read-onlycurrent
ccdsStreamingStatsRequests
OBJECT-TYPE
This object indicates the total number of end-user requests this streaming instance has received. The value of this object is sum total of the value of corresponding instance of 'ccdsStreamingStatsLiveRequests' and 'ccdsStreamingStatsVODRequests'.
1.3.6.1.4.1.9.9.708.1.1.1.1.4Counter32read-onlycurrent
ccdsStreamingStatsLiveRequests
OBJECT-TYPE
This object indicates the total number of end-user requests for live streams.
1.3.6.1.4.1.9.9.708.1.1.1.1.5Counter32read-onlycurrent
ccdsStreamingStatsVODRequests
OBJECT-TYPE
This object indicates the total number of end-user requests for Video On Demand contents.
1.3.6.1.4.1.9.9.708.1.1.1.1.6Counter32read-onlycurrent
ccdsStreamingStatsPrepHitRequests
OBJECT-TYPE
This object indicates the total number of end-user requests for which requested contents are pre-positioned into local cache beforehand. These requests are served from local cache.
1.3.6.1.4.1.9.9.708.1.1.1.1.7Counter32read-onlycurrent
ccdsStreamingStatsCacheHitRequests
OBJECT-TYPE
This object indicates the total number of end-user requests which are served from previously cached contents.
1.3.6.1.4.1.9.9.708.1.1.1.1.8Counter32read-onlycurrent
ccdsStreamingStatsMissRequests
OBJECT-TYPE
This object indicates the total number of end-user requests for which the requested contents are not available in local cache. These requests are either served by dynamically caching the content from origin server, or not served at all if the contents are not available on origin server.
1.3.6.1.4.1.9.9.708.1.1.1.1.9Counter32read-onlycurrent
ccdsStreamingStatsClientErrors
OBJECT-TYPE
This object indicates the total number of failed end-user requests due to errors from the client-side.
1.3.6.1.4.1.9.9.708.1.1.1.1.10Counter32read-onlycurrent
ccdsStreamingStatsServerErrors
OBJECT-TYPE
This object indicates the total number of failed end-user requests, due to errors encountered in either streaming module or upstream server, or the origin server.
1.3.6.1.4.1.9.9.708.1.1.1.1.11Counter32read-onlycurrent
ccdsStreamingStatsBlockedRequests
OBJECT-TYPE
This object indicates the total number of end-user requests blocked by this streaming module instance. Requests are refused and error response are sent. The reason might be one of, but not limited to, URL filtering, Authentication failure, or rule template match, etc.
1.3.6.1.4.1.9.9.708.1.1.1.1.12Counter32read-onlycurrent
ccdsStreamingStatsServedBytes
OBJECT-TYPE
This object indicates the total number of bytes in the response served by this streaming module instance. The value of this object is same as the value of the corresponding instance of 'ccdsStreamingStatsHCServedBytes' (64 bit version), differing only in the capacity.
1.3.6.1.4.1.9.9.708.1.1.1.1.13Counter32read-onlycurrent
ccdsStreamingStatsHCServedBytes
OBJECT-TYPE
This object indicates the total number of bytes in the response served by this streaming module instance. The value of this object is same as the value of the corresponding instance of 'ccdsStreamingStatsServedBytes' (32 bit version), differing only in the capacity.
1.3.6.1.4.1.9.9.708.1.1.1.1.14Counter64read-onlycurrent
ccdsStreamingStatsLiveBytes
OBJECT-TYPE
This object indicates total live stream bytes served by this streaming module instance. The value of this object is same as the value of the corresponding instance of 'ccdsStreamingStatsHCLiveBytes' (64 bit version), differing only in the capacity.
1.3.6.1.4.1.9.9.708.1.1.1.1.15Counter32read-onlycurrent
ccdsStreamingStatsHCLiveBytes
OBJECT-TYPE
This object indicates total live stream bytes served by this streaming module instance. The value of this object is same as the value of the corresponding instance of 'ccdsStreamingStatsLiveBytes' (32 bit version), differing only in the capacity.
1.3.6.1.4.1.9.9.708.1.1.1.1.16Counter64read-onlycurrent
ccdsStreamingStatsVODBytes
OBJECT-TYPE
This object indicates total bytes served for VOD requests, which are read from local cache, by this streaming module instance. The value of this object is same as the value of the corresponding instance of 'ccdsStreamingStatsHCVODBytes' (64 bit version), differing only in the capacity.
1.3.6.1.4.1.9.9.708.1.1.1.1.17Counter32read-onlycurrent
ccdsStreamingStatsHCVODBytes
OBJECT-TYPE
This object indicates total bytes served for VOD requests, which are read from local cache, by this streaming module instance. The value of this object is same as the value of the corresponding instance of 'ccdsStreamingStatsVODBytes' (32 bit version), differing only in the capacity.
1.3.6.1.4.1.9.9.708.1.1.1.1.18Counter64read-onlycurrent
ccdsStreamingStatsBandwidthUnit
OBJECT-TYPE
This object indicates the type unit for the bandwidth rate in the value of the corresponding instance of 'ccdsStreamingStatsBandwidthRate'.
1.3.6.1.4.1.9.9.708.1.1.1.1.19CiscoCdsBandwidthUnitTyperead-onlycurrent
ccdsStreamingStatsBandwidthRate
OBJECT-TYPE
This object indicates the current bandwidth rate occupied by this streaming module instance.
1.3.6.1.4.1.9.9.708.1.1.1.1.20Gauge32 (0..4294967295)read-onlycurrent
ccdsStreamingStatsConcurrentRequests
OBJECT-TYPE
This object indicates the number of concurrent requests this streaming module instance is serving at current time.
1.3.6.1.4.1.9.9.708.1.1.1.1.21Gauge32read-onlycurrent
ciscoCdsMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.708.2
ciscoCdsMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.708.2.1
ciscoCdsMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.708.2.2

Conformance

NameOIDStatus
ciscoCdsMIBCompliance
MODULE-COMPLIANCE
The compliance statement for Cisco Systems entities which implement CISCO-CONTENT-DELIVERY-STREAMING-MIB.
1.3.6.1.4.1.9.9.708.2.1.1current
ccdsStreamingStatsGeneralGroup
OBJECT-GROUP
A collection of objects providing general statistics information of streaming module.
1.3.6.1.4.1.9.9.708.2.2.1current