Specifications

B-13
Cisco TV CDS 2.5 ISA Software Configuration Guide
OL-24788-01
Appendix B Creating Bulk Configuration Files
Creating NTP Server Bulk Configuration Files
<DomainSuffix>first.sp.com</DomainSuffix>
<DomainSuffix>second.abc.com</DomainSuffix>
<DomainSuffix>third.xyz.com</DomainSuffix>
<DNSServer>152.1.1.10</DNSServer>
<DNSServer>222.2.2.11</DNSServer>
</DNS>
</DNSList>
Creating NTP Server Bulk Configuration Files
The NTP Server page is used to configure the NTP servers. Table B-8 defines the Bulk Configuration
file elements for the NTP Server page.
For information about the values of the attributes, see the “Configuring the Server Level NTP” section
on page 4-126. 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.
Following is an example of the Bulk Configuration file used to populate the NTP Server page:
<<?xml version="1.0" encoding="UTF-8"?>
<NTPServerList
xmlns="http://www.cisco.com/schemas/VCPBU/CDS-TV/R0/ciscowebsvcs" >
<NTPServer>
<Server ServerID="ALL" GroupID="ALL"/>
<NTPServerIP>198.168.1.10</NTPServerIP>
<NTPServerIP>172.31.2.11</NTPServerIP>
</NTPServer>
</NTPServerList>
Table B-8 Bulk Configuration File Elements for NTP Server
Tag Elements Attributes Description
NTPServerList NTPServer Marks the beginning and ending of the NTP settings.
NTPServer Server
NTPServerIP
Defines the NTP settings.
Server ServerID
GroupID
Identifies the CDS server.
NTPServerIP Defines the NTP server.