Specifications
B-10
Cisco TV CDS 2.5 ISA Software Configuration Guide
OL-24788-01
Appendix B Creating Bulk Configuration Files
Creating Route Table Bulk Configuration Files
Creating Route Table Bulk Configuration Files
The Route Table page allows you to define multiple subnets on a server. For more information, see the
“Configuring the Route Table” section on page 4-118.
Table B-5 defines the Bulk Configuration file elements for the Route Table page.
For information about the values of the attributes, see the “Configuring the Route Table” section on
page 4-118. 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 RouteType attributes possible values are: cServer Source, cServer Destination, or Stream
Control. These values are case sensitive.
Following is an example of the Bulk Configuration file used to populate the Route Table page:
<?xml version="1.0" encoding="UTF-8"?>
<RouteTableList xmlns="http://www.cisco.com/schemas/VCPBU/CDS-TV/R0/ciscowebsvcs" >
<RouteTable>
<Server ServerID="ALL" GroupID="ALL"/>
<Route Network="3.2.3.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="3.2.5.0" SubnetMask="255.255.255.0" Gateway="1.1.1.1" RouteType="cServer Source" />
<Route Network="3.2.6.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source"/>
<Route Network="4.2.7.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="5.2.8.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="2.2.9.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="6.2.10.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="7.2.21.0" SubnetMask="255.255.d255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
</RouteTable>
<RouteTable>
<Server ServerID="50" GroupID="1111"/>
<Server ServerID="51" GroupID="1111"/>
<Server ServerID="52" GroupID="1111"/>
<Server ServerID="53" GroupID="1111"/>
Table B-5 Bulk Configuration File Elements for Route Tables
Tag Elements Attributes Description
RouteTableList RouteTable — Marks beginning and end of defined routes.
RouteTable Server
Route
— Defines a route table.
Server — ServerID
GroupID
Identifies the CDS server.
Route — Network
SubnetMask
Gateway
RouteType
Defines a route.