Specifications

B-6
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
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 TSIDInLinkStatus, TSIDOutLinkStatus, and Status attributes have either the Enable value or the
Disable value. The Enable and Disable values are case sensitive.
The ASI#, RFNumber, and Index attributes have specific numbers that correspond to the Headend Setup
page for the QAM Type, They are as follows:
ASI#—Possible value range is 1–4
RFNumber—For QAMLink, the possible value range is 1–18. For GQAMLink, the possible value
range for the RFNumber and associated Index attribute are the following:
RFNumber 1—Index attribute values of 0–3
RFNumber 2—Index 4–7
RFNumber 3—Index 8–11
RFNumber 4—Index 12–15
The Preference attribute can have a value of High or None for single-site steering, and a value of High
Medium, Low, or None for multi-site steering. These values are case sensitive.
Following is an example of the Bulk Configuration file used to populate the QAM Gateway page and
Headend Setup page when ASI 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" >
<QAM IP="191.191.191.191" Type="NSG-8204">
<QAMStreamGroupPreference StreamGroupName="NEWTEST" QAMMAC="00:00:00:00:00:01" Preference="High"/>
<QAMASILink Number="1" TSIDIn="771" TSIDInLinkStatus="Enable">
<TSIDOutLink TSIDOut="91" TSIDOutLinkStatus="Enable" ServiceGroup="1"/>
<TSIDOutLink TSIDOut="92" TSIDOutLinkStatus="Enable" ServiceGroup="2"/>
<TSIDOutLink TSIDOut="93" TSIDOutLinkStatus="Enable" ServiceGroup="3"/>
<TSIDOutLink TSIDOut="94" TSIDOutLinkStatus="Enable" ServiceGroup="4"/>
</QAMASILink>
<QAMASILink Number="2" TSIDIn="7721" TSIDInLinkStatus="Enable">
<TSIDOutLink TSIDOut="9111" TSIDOutLinkStatus="Enable" ServiceGroup="11"/>
<TSIDOutLink TSIDOut="9211" TSIDOutLinkStatus="Enable" ServiceGroup="21"/>
<TSIDOutLink TSIDOut="9311" TSIDOutLinkStatus="Enable" ServiceGroup="31"/>
<TSIDOutLink TSIDOut="9411" TSIDOutLinkStatus="Enable" ServiceGroup="41"/>
</QAMASILink>
<QAMASILink Number="3" TSIDIn="7731" TSIDInLinkStatus="Enable">
<TSIDOutLink TSIDOut="9131" TSIDOutLinkStatus="Enable" ServiceGroup="113"/>
<TSIDOutLink TSIDOut="9231" TSIDOutLinkStatus="Enable" ServiceGroup="213"/>
<TSIDOutLink TSIDOut="9331" TSIDOutLinkStatus="Enable" ServiceGroup="313"/>
<TSIDOutLink TSIDOut="9431" TSIDOutLinkStatus="Enable" ServiceGroup="413"/>
</QAMASILink>
<QAMASILink Number="4" TSIDIn="7741" TSIDInLinkStatus="Enable">
<TSIDOutLink TSIDOut="9141" TSIDOutLinkStatus="Enable" ServiceGroup="1134"/>
<TSIDOutLink TSIDOut="9241" TSIDOutLinkStatus="Enable" ServiceGroup="2134"/>
<TSIDOutLink TSIDOut="9341" TSIDOutLinkStatus="Enable" ServiceGroup="3134"/>
<TSIDOutLink TSIDOut="9441" TSIDOutLinkStatus="Enable" ServiceGroup="4134"/>
</QAMASILink>