CISCO-CONTENT-DELIVERY-STREAMING-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-CONTENT-DELIVERY-STREAMING-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
 ciscoContentDeliveryStreamingMIB 1.3.6.1.4.1.9.9.708
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.
         ciscoCdsMIBObjects 1.3.6.1.4.1.9.9.708.1
             ccdsStreamingModule 1.3.6.1.4.1.9.9.708.1.1
                 ccdsStreamingStatsTable 1.3.6.1.4.1.9.9.708.1.1.1 no-access
This table contains the general statistics information for all streaming modules in content delivery environment.
                     ccdsStreamingStatsEntry 1.3.6.1.4.1.9.9.708.1.1.1.1 no-access
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.
                         ccdsStreamingStatsIndex 1.3.6.1.4.1.9.9.708.1.1.1.1.1 unsigned32 no-access
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.
                         ccdsStreamingStatsDescr 1.3.6.1.4.1.9.9.708.1.1.1.1.2 snmpadminstring read-only
This object indicates a human-readable string representing this streaming module instance or live program.
                         ccdsStreamingStatsModuleType 1.3.6.1.4.1.9.9.708.1.1.1.1.3 integer read-only
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. Enumeration: 'unknown': 1, 'http': 2, 'fms': 5, 'ms': 4, 'wmt': 3.
                         ccdsStreamingStatsRequests 1.3.6.1.4.1.9.9.708.1.1.1.1.4 counter32 read-only
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'.
                         ccdsStreamingStatsLiveRequests 1.3.6.1.4.1.9.9.708.1.1.1.1.5 counter32 read-only
This object indicates the total number of end-user requests for live streams.
                         ccdsStreamingStatsVODRequests 1.3.6.1.4.1.9.9.708.1.1.1.1.6 counter32 read-only
This object indicates the total number of end-user requests for Video On Demand contents.
                         ccdsStreamingStatsPrepHitRequests 1.3.6.1.4.1.9.9.708.1.1.1.1.7 counter32 read-only
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.
                         ccdsStreamingStatsCacheHitRequests 1.3.6.1.4.1.9.9.708.1.1.1.1.8 counter32 read-only
This object indicates the total number of end-user requests which are served from previously cached contents.
                         ccdsStreamingStatsMissRequests 1.3.6.1.4.1.9.9.708.1.1.1.1.9 counter32 read-only
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.
                         ccdsStreamingStatsClientErrors 1.3.6.1.4.1.9.9.708.1.1.1.1.10 counter32 read-only
This object indicates the total number of failed end-user requests due to errors from the client-side.
                         ccdsStreamingStatsServerErrors 1.3.6.1.4.1.9.9.708.1.1.1.1.11 counter32 read-only
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.
                         ccdsStreamingStatsBlockedRequests 1.3.6.1.4.1.9.9.708.1.1.1.1.12 counter32 read-only
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.
                         ccdsStreamingStatsServedBytes 1.3.6.1.4.1.9.9.708.1.1.1.1.13 counter32 read-only
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.
                         ccdsStreamingStatsHCServedBytes 1.3.6.1.4.1.9.9.708.1.1.1.1.14 counter64 read-only
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.
                         ccdsStreamingStatsLiveBytes 1.3.6.1.4.1.9.9.708.1.1.1.1.15 counter32 read-only
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.
                         ccdsStreamingStatsHCLiveBytes 1.3.6.1.4.1.9.9.708.1.1.1.1.16 counter64 read-only
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.
                         ccdsStreamingStatsVODBytes 1.3.6.1.4.1.9.9.708.1.1.1.1.17 counter32 read-only
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.
                         ccdsStreamingStatsHCVODBytes 1.3.6.1.4.1.9.9.708.1.1.1.1.18 counter64 read-only
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.
                         ccdsStreamingStatsBandwidthUnit 1.3.6.1.4.1.9.9.708.1.1.1.1.19 ciscocdsbandwidthunittype read-only
This object indicates the type unit for the bandwidth rate in the value of the corresponding instance of 'ccdsStreamingStatsBandwidthRate'.
                         ccdsStreamingStatsBandwidthRate 1.3.6.1.4.1.9.9.708.1.1.1.1.20 gauge32 read-only
This object indicates the current bandwidth rate occupied by this streaming module instance.
                         ccdsStreamingStatsConcurrentRequests 1.3.6.1.4.1.9.9.708.1.1.1.1.21 gauge32 read-only
This object indicates the number of concurrent requests this streaming module instance is serving at current time.
         ciscoCdsMIBConformance 1.3.6.1.4.1.9.9.708.2
             ciscoCdsMIBCompliances 1.3.6.1.4.1.9.9.708.2.1
                 ciscoCdsMIBCompliance 1.3.6.1.4.1.9.9.708.2.1.1
The compliance statement for Cisco Systems entities which implement CISCO-CONTENT-DELIVERY-STREAMING-MIB.
             ciscoCdsMIBGroups 1.3.6.1.4.1.9.9.708.2.2
                 ccdsStreamingStatsGeneralGroup 1.3.6.1.4.1.9.9.708.2.2.1
A collection of objects providing general statistics information of streaming module.