Specifications

B-11
Cisco TV CDS 2.5 ISA Software Configuration Guide
OL-24788-01
Appendix B Creating Bulk Configuration Files
Creating SNMP Agent Bulk Configuration Files
<Route Network="120.2.3.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="120.2.4.0" SubnetMask="255.255.255.0" Gateway="1.1.1.11" RouteType="cServer Source" />
<Route Network="120.2.5.0" SubnetMask="255.255.255.0" Gateway="1.1.1.1" RouteType="cServer Source" />
<Route Network="120.120.2.6" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="120.2.7.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="120.2.8.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="120.2.9.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="120.2.10.0" SubnetMask="255.255.255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
<Route Network="120.2.21.0" SubnetMask="255.255.d255.0" Gateway="1.1.1.10" RouteType="cServer Source" />
</RouteTable>
</RouteTableList>
Creating SNMP Agent Bulk Configuration Files
The SNMP Agent page is used to configure SNMP communication. Table B-6 defines the Bulk
Configuration file elements for the SNMP Agent page.
For information about the values of the attributes, see the “Configuring the SNMP Agent” section on
page 4-121. 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 Permission attribute can have the value of Read-Only
or Read-Write.
Following is an example of the Bulk Configuration file used to populate the SNMP Agent page:
<?xml version="1.0" encoding="UTF-8"?>
<SNMPAgentList
xmlns="http://www.cisco.com/schemas/VCPBU/CDS-TV/R0/ciscowebsvcs" >
<SNMPAgent Contact="TestContact" Location="TestLocation">
<Server ServerID="ALL" GroupID="ALL"/>
<SNMPCommunity Name="public" Permissions="Read-Only" />
Table B-6 Bulk Configuration File Elements for SNMP Agent
Tag Elements Attributes Description
SNMPAgentList SNMPAgent Marks beginning and end of defined SNMP
agents.
SNMPAgent Server
SNMPCommunity
SNMPTrapStation
Contact
Location
Defines an SNMP agent .
Server ServerID
GroupID
Identifies the CDS server.
SNMPCommunity Name
Permissions
Defines the community for the SNMP agent.
SNMPTrapStation TrapStation
Ver s io n
Defines the trap station for the SNMP agent.