Specifications
B-3
Cisco TV CDS 2.5 ISA Software Configuration Guide
OL-24788-01
Appendix B Creating Bulk Configuration Files
Creating QAM Gateway and Headend Setup Bulk Configuration Files
For information about the values of the attributes, see the “Configuring QAM Gateways” section on
page 4-4. The ServerID and GroupID attributes are assigned during the initial configuration of the server
and are displayed as server ID and group ID on the Server Setup page. For more information, see the
“Configuring the Servers” section on page 4-112.
Note The ServerID and GroupID attributes can have the value ALL if the configuration applies to all servers
in the CDS. The ALL value is case sensitive.
The Preference attribute can have a value of High or None. These values are case sensitive.
Following is an example of the Bulk Configuration file used to populate the QAM Gateway page when
gigabit Ethernet is configured as the streaming mode. The example is for a Layer 2 network and uses the
optional QAMMAC attribute for the QAMStreamGroupPreference and the optional Server element to
specify the next hop MAC address.
<QAMList xmlns="http://www.cisco.com/schemas/VCPBU/CDS-TV/R0/ciscowebsvcs" >
<QAM IP="1.1.1.1">
<QAMStreamGroupPreference StreamGroupName="SG1" QAMMAC="00:00:00:00:00:01" Preference="High">
<Server ServerID="50" GroupID="1" QAMMAC="00:00:00:00:00:11" />
</QAMStreamGroupPreference>
<QAMStreamGroupPreference StreamGroupName="SG2" QAMMAC="00:00:00:00:00:02" Preference="None">
<Server ServerID="55" GroupID="1" QAMMAC="00:00:00:00:00:11" />
</QAMStreamGroupPreference >
<QAMStreamGroupPreference StreamGroupName="SG3" QAMMAC="00:00:00:00:00:03" Preference="None"/>
</QAM>
<QAM IP="1.1.1.2">
<QAMStreamGroupPreference StreamGroupName="SG1" QAMMAC="00:00:00:00:00:01" Preference="None"/>
<QAMStreamGroupPreference StreamGroupName="SG2" QAMMAC="00:00:00:00:00:02" Preference="High"/>
</QAM>
</QAMList>
Headend Setup with Gigabit Ethernet Streaming Bulk Configuration
The Bulk Configuration file for the Headend Setup page consist of service groups to Stream Groups
mappings. Table B-2 defines the Bulk Configuration file elements for headend setup for gigabit Ethernet
streaming.
For information about the values of the attributes, see the “Configuring the Headend Setup” section on
page 4-9. Following is an example of the Bulk Configuration file used to populate the Headend Setup
page when gigabit Ethernet is configured as the streaming mode:
<?xml version="1.0" encoding="UTF-8"?>
<Headend
xmlns="http://www.cisco.com/schemas/VCPBU/CDS-TV/R0/ciscowebsvcs" >
<ServiceGroupToStreamGroup ServiceGroup="4666669" StreamGroup="NEWTEST" />
<ServiceGroupToStreamGroup ServiceGroup="4666668" StreamGroup="s234" />
Table B-2 Bulk Configuration File Elements for Gigabit Ethernet Streaming Headend Setup
Tag Elements Attributes Description
Headend ServiceGroupToStreamGroup — Marks beginning and end of mapping of
service groups to Stream Groups
ServiceGroupToStreamGroup — ServiceGroup
StreamGroup
Maps service groups to Stream Groups