Specifications
B-12
Cisco TV CDS 2.5 ISA Software Configuration Guide
OL-24788-01
Appendix B Creating Bulk Configuration Files
Creating DNS Server Bulk Configuration Files
<SNMPCommunity Name="public2" Permissions="Read-Only" />
<SNMPTrapStation TrapStation="77.77.77.77" Version="v1"/>
<SNMPTrapStation TrapStation="177.77.77.77" Version="v2"/>
</SNMPAgent>
<SNMPAgent Contact="XXXX" Location="YYYY">
<Server ServerID="71" GroupID="1111"/>
<Server ServerID="72" GroupID="1111"/>
<Server ServerID="73" GroupID="1111"/>
<Server ServerID="74" GroupID="1111"/>
<Server ServerID="75" GroupID="1111"/>
<SNMPCommunity Name="XXXX" Permissions="Read-Only" />
<SNMPCommunity Name="YYYY" Permissions="Read-Only" />
<SNMPTrapStation TrapStation="5.99.99.9" Version="v1"/>
<SNMPTrapStation TrapStation="55.77.77.77" Version="v2"/>
</SNMPAgent>
</SNMPAgentList>
Creating DNS Server Bulk Configuration Files
The Server DNS page is used to configure the DNS servers. Table B-7 defines the Bulk Configuration
file elements for the Server DNS page.
For information about the values of the attributes, see the “Configuring the Server Level DNS” section
on page 4-125. 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 Server DNS page:
<<?xml version="1.0" encoding="UTF-8"?>
<DNSList
xmlns="http://www.cisco.com/schemas/VCPBU/CDS-TV/R0/ciscowebsvcs" >
<DNS>
<Server ServerID="ALL" GroupID="ALL"/>
Table B-7 Bulk Configuration File Elements for DNS Server
Tag Elements Attributes Description
DNSList DNS — Marks the beginning and ending of the DNS settings.
DNS Server
DomainSuffix
DNSServer
— Defines the DNS server settings.
Server — ServerID
GroupID
Identifies the CDS server.
DomainSuffix — — Defines the domain suffix.
DNSServer — — Defines the DNS server.