CISCO-CDSTV-INGESTMGR-MIB
- Registered at
- 1.3.6.1.4.1.9.9.739
- Last updated
- 2010-05-27 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2010-05-27 00:00
- Namespace
- cisco
- Source file
CISCO-CDSTV-INGESTMGR-MIB- Digest
sha256:7169e735c210b0e0f23e821f81b0ce03babe2b34649c4e6cabe0243834b9e76e
Description
This MIB module defines ingest manager configuration objects that faciliate the management of the Cisco Content Delivery System for TV (CDS-TV) product family. CDS-TV is a suite of products and software applications providing ingest, storage, caching, streaming, playout and on-demand delivery of video to television or set-top-box clients. Abbreviations: CCP Cache Control Protocol CDS Content Delivery System CORBA Common Object Request Broker Architecture ISA Interactive Services Architecture ISV Integrated Streamer-Vault FSI File Service Interface FTP File Transfer Protocol MPEG Motion Picture Experts Group MSA Managed Services Architecture RTSP Real-Time Streaming Protocol STB Set-Top Box Common terms: Catcher: Device responsible for receiving content (typically via satellite dishes and antennae) from content providers or from a Headend-In-The-Sky. Content Ingest: Acquisition of content from a source such as a catcher or an FTP server for storing it locally and making it available to streamers as needed. Ingest Manager: CDS module that takes care of provisioned content objects by collecting metadata, sending messages to the appropriate subsystem to ingest the content, and sending messages to expire the content when the expiration period has passed. Device Roles: Vault: Content delivery application responsible for ingesting and storing video content and making it available to streamers and/or caching nodes. Caching Nodes: Content delivery application responsible for caching content from vault (using CCP) and then streaming content out to streamers over HTTP or CCP. Streamer: Content delivery application responsible for streaming video out to STB's. ISV: Content delivery application capable of acting as both a vault and as a streamer in a single device.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-cds@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | CiscoURLString, CiscoURLStringOrEmpty, TimeIntervalMin, TimeIntervalSec |
| INET-ADDRESS-MIB | InetAddress, InetAddressType, InetPortNumber |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
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-CDSTV-INGESTMGR-MIB CISCO-SMI CISCO-TC INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoCdstvIngestMgrMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.739.0 | |||
| ciscoCdstvIngestMgrMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.739.1 | |||
| cdstvIngestMgrGeneralSettings OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.739.1.1 | |||
| cdstvIngestMgrHostAddressType OBJECT-TYPE This object specifies the type of the IP address (specified by cdstvIngestMgrHostAddress) of the Ingest Manager. | 1.3.6.1.4.1.9.9.739.1.1.1 | InetAddressType | read-write | current |
| cdstvIngestMgrHostAddress OBJECT-TYPE This object specifies the IP address of the Ingest Manager. The type of this address is specified by cdstvIngestMgrHostAddressType. | 1.3.6.1.4.1.9.9.739.1.1.2 | InetAddress | read-write | current |
| cdstvIngestMgrPort OBJECT-TYPE This object specifies the port number to use for listening for inbound connections. | 1.3.6.1.4.1.9.9.739.1.1.3 | InetPortNumber (0..65535) | read-write | current |
| cdstvIngestMgrFsiCallbackPort OBJECT-TYPE This object specifies the port number to use for File Services Interface (FSI) callbacks. | 1.3.6.1.4.1.9.9.739.1.1.4 | InetPortNumber (0..65535) | read-write | current |
| cdstvIngestMgrAdditionalPackageWindow OBJECT-TYPE This object specifies the additional amount of time to wait once the package expiration window has ended before destroying the stored content package. Typically, when the package expiration window ends, the ingested content package is destroyed from the device. The additional package window adds a grace period to the expiration window. | 1.3.6.1.4.1.9.9.739.1.1.5 | Unsigned32 | read-write | current |
| cdstvIngestMgrFtpTimeout OBJECT-TYPE This object specifies the maximum period the Ingest Manager waits before timing out an FTP session and terminating the process. | 1.3.6.1.4.1.9.9.739.1.1.6 | TimeIntervalSec | read-write | current |
| cdstvIngestMgrUseAssetIdEnable OBJECT-TYPE This object specifies whether to use the Asset ID (a unique ID assigned to each content ingested into the CDS) for the content name. 'true' indicates that Asset ID is used for the content name. 'false' indicates Asset ID is not used for the content name. | 1.3.6.1.4.1.9.9.739.1.1.7 | TruthValue | read-write | current |
| cdstvIngestMgrManageCorbaServices OBJECT-TYPE This object specifies whether the CDS manages the CORBA services. 'true' indicates that CDS manages CORBA services. 'false' indicates that CDS does not manage CORBA services. | 1.3.6.1.4.1.9.9.739.1.1.8 | TruthValue | read-write | current |
| cdstvIngestMgrRequireNotifyService OBJECT-TYPE This object specifies whether the CDS requires the use of ISA Notify Service. 'true' indicates that CDS requires the use of ISA Notify Service. 'false' indicates that CDS does not require the use of ISA Notify Service. | 1.3.6.1.4.1.9.9.739.1.1.9 | TruthValue | read-write | current |
| cdstvIngestMgrDebugLevel OBJECT-TYPE This object specifies the amount of debugging information logged. errors(1) - Only error messages are logged. all(2) - Errors, warnings and success message are all logged. off(3) - Debugging is disabled. | 1.3.6.1.4.1.9.9.739.1.1.10 | INTEGER {errors(1), all(2), off(3)} | read-write | current |
| cdstvIngestMgrMetaDataPublish OBJECT-TYPE This object specifies whether content metadata is published or not. 'true' indicates that content metadata is published. 'false' indicates that content metadata is not published. | 1.3.6.1.4.1.9.9.739.1.1.11 | TruthValue | read-write | current |
| cdstvIngestMgrMetaPublishUrl OBJECT-TYPE This object specifies the URL where the metadata is published, typically the back-office. | 1.3.6.1.4.1.9.9.739.1.1.12 | CiscoURLString | read-write | current |
| cdstvIngestMgrMetaPublishBackupUrl OBJECT-TYPE This object specifies the URL of the backup server where the metadata is published. This string is empty if a backup server URL is not configured. | 1.3.6.1.4.1.9.9.739.1.1.13 | CiscoURLStringOrEmpty | read-write | current |
| cdstvIngestMgrIngestSettings OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.739.1.2 | |||
| cdstvIngestMgrIngestInterface OBJECT-TYPE This object specifies all ingest interfaces (methods) available, i.e. ISA, Cisco SOAP, Prodis SOAP or any combination of the three. isa(0) - ISA. ciscoSoap(1) - Cisco SOAP prodisSoap(2) - Prodis SOAP. | 1.3.6.1.4.1.9.9.739.1.2.1 | Bits {isa(0), ciscoSoap(1), prodisSoap(2)} | read-write | current |
| cdstvIngestMgrCiscoSoapUrl OBJECT-TYPE This object specifies the URL (IP address, port, and directory) on the Vault used to receive content using the Cisco SOAP (Simple Object Access Protocol). An example of the Cisco SOAP URL is http://10.22.216.251:8793/CiscoAIM. This string is empty if Cisco SOAP is not used. | 1.3.6.1.4.1.9.9.739.1.2.2 | CiscoURLStringOrEmpty | read-write | current |
| cdstvIngestMgrProdisSoapUrl OBJECT-TYPE This object specifies the URL (IP address, port, and directory) on the Vault used to receive content using the Prodis SOAP(Simple Object Access Protocol). An example of the Prodis SOAP URL is http://10.22.216.251:8793/ProdisAIM. This string is empty if Prodis SOAP is not used. | 1.3.6.1.4.1.9.9.739.1.2.3 | CiscoURLStringOrEmpty | read-write | current |
| cdstvIngestMgrBackOfficeSettings OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.739.1.3 | |||
| cdstvIngestMgrBackOfficeMaxRetries OBJECT-TYPE This object specifies the maximum number of times to retry a failed communication with the back-office. | 1.3.6.1.4.1.9.9.739.1.3.1 | Unsigned32 (0..1000) | read-write | current |
| cdstvIngestMgrBackOfficeRetryInterval OBJECT-TYPE This object specifies the amount of time to wait before retrying a failed communication with the back-office. | 1.3.6.1.4.1.9.9.739.1.3.2 | TimeIntervalMin | read-write | current |
| cdstvIngestMgrBackOfficeTimeout OBJECT-TYPE This object specifies the amount of time to wait for the back-office to respond to a communication attempt. | 1.3.6.1.4.1.9.9.739.1.3.3 | TimeIntervalSec | read-write | current |
| cdstvIngestMgrBackOfficeTable OBJECT-TYPE A table containing the back-office type and URL settings. | 1.3.6.1.4.1.9.9.739.1.3.4 | not-accessible | current | |
| cdstvIngestMgrBackOfficeEntry OBJECT-TYPE An entry (conceptual row) in the table of back-office type and URL settings. Rows are added if new back-offices are configured and deleted if back-offices are disabled. | 1.3.6.1.4.1.9.9.739.1.3.4.1 | not-accessible | current | |
| cdstvIngestMgrBackOfficeIndex OBJECT-TYPE This object uniquely identifies a back-office. | 1.3.6.1.4.1.9.9.739.1.3.4.1.1 | Unsigned32 | not-accessible | current |
| cdstvIngestMgrBackOfficeType OBJECT-TYPE This object specifies the type of back-office support used. none(1) - No back-office support. totalManage(2) - Use TotalManage back-office support. | 1.3.6.1.4.1.9.9.739.1.3.4.1.2 | INTEGER {none(1), totalManage(2)} | read-write | current |
| cdstvIngestMgrBackOfficeUrl OBJECT-TYPE This object specifies the location (URL) of the back-office. This string is empty if back-office support is disabled. | 1.3.6.1.4.1.9.9.739.1.3.4.1.3 | CiscoURLStringOrEmpty | read-write | current |
| cdstvIngestMgrContentStoreSettings OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.739.1.4 | |||
| cdstvIngestMgrContentStore OBJECT-TYPE This object specifies the type of content store used. none(1) - Content store is disabled. isa(2) - Use ISA content store. fsi(3) - Use FSI content store. ngod(4) - Use Next-Generation On-Demand (NGOD) content store. openStream(5) - Use OpenStream content store. | 1.3.6.1.4.1.9.9.739.1.4.1 | INTEGER {none(1), isa(2), fsi(3), ngod(4), openStream(5)} | read-write | current |
| cdstvIngestMgrContentStoreUrl OBJECT-TYPE This object specifies the URL where the content store is located. This string is empty if content store is disabled. | 1.3.6.1.4.1.9.9.739.1.4.2 | CiscoURLStringOrEmpty | read-write | current |
| cdstvIngestMgrEncryptionSettings OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.739.1.5 | |||
| cdstvIngestMgrEncryptionType OBJECT-TYPE This object specifies the type of encryption used. none(1) - Encryption is disabled. verimatrix(2) - Use Verimatrix encryption. widevine(3) - Use Widevine encryption. | 1.3.6.1.4.1.9.9.739.1.5.1 | INTEGER {none(1), verimatrix(2), widevine(3)} | read-write | current |
| cdstvIngestMgrEncryptionTargetUrl OBJECT-TYPE This object specifies the location on the encryption server used to send MPEG files for encryption, for example, http://192.168.128.54:7898/files/encrypted. This string will be empty if encryption is disabled. | 1.3.6.1.4.1.9.9.739.1.5.2 | CiscoURLStringOrEmpty | read-write | current |
| cdstvIngestMgrEncryptionRetrievalUrl OBJECT-TYPE This object specifies the location on the encryption server used to retrieve encrypted MPEG files, for example, ftp://192.168.128.54:7899/files/encrypted. This string will be empty if encryption is disabled. | 1.3.6.1.4.1.9.9.739.1.5.3 | CiscoURLStringOrEmpty | read-write | current |
| ciscoCdstvIngestMgrMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.739.2 | |||
| ciscoCdstvIngestMgrMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.739.2.1 | |||
| ciscoCdstvIngestMgrMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.739.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoCdstvIngestMgrMIBCompliance MODULE-COMPLIANCE The compliance statement for the entities which implement the Cisco CDS TV Ingest Manager MIB. | 1.3.6.1.4.1.9.9.739.2.1.1 | current |
| ciscoCdstvIngestMgrMIBMainObjectGroup OBJECT-GROUP A collection of objects that provide the configuration of CDS-TV ingest manager. | 1.3.6.1.4.1.9.9.739.2.2.1 | current |
| ciscoCdstvIngestMgrMIBIngestSettingsGroup OBJECT-GROUP A collection of objects that provide the ingest settings of the CDS-TV ingest manager. | 1.3.6.1.4.1.9.9.739.2.2.2 | current |
| ciscoCdstvIngestMgrMIBBackOfficeSettingsGroup OBJECT-GROUP A collection of objects that provide the back-office settings of the CDS-TV ingest manager. | 1.3.6.1.4.1.9.9.739.2.2.3 | current |
| ciscoCdstvIngestMgrMIBContentStoreSettingsGroup OBJECT-GROUP A collection of objects that provide the content store settings of the CDS-TV ingest manager. | 1.3.6.1.4.1.9.9.739.2.2.4 | current |
| ciscoCdstvIngestMgrMIBEncryptionSettingsGroup OBJECT-GROUP A collection of objects that provide the encryption settings of the CDS-TV ingest manager. | 1.3.6.1.4.1.9.9.739.2.2.5 | current |