Руководство Пользователя для Cisco Cisco Content Security Management Appliance M160

Скачать
Страница из 590
 
11-95
Cisco IronPort AsyncOS 7.2.0 for Security Management User Guide
OL-21768-01
Chapter 11      Common Administrative Tasks
The closing 
</config>
 tag should follow your configuration information. The 
values in XML syntax are parsed and validated against the DTD located in the 
configuration
 directory on your IronPort appliance. The DTD file is named
 
config.dtd
. If validation errors are reported at the command line when you use 
the 
loadconfig
 command, the changes are not loaded. You can download the 
DTD to validate configuration files outside of the appliance before uploading 
them.
In either method, you can import an entire configuration file (the information 
defined between the highest level tags: 
<config></config>
), or a complete and 
unique subsection of the configuration file, as long as it contains the declaration 
tags (above) and is contained within the 
<config></config>
 tags. 
“Complete” means that the entire start and end tags for a given subsection as 
defined by the DTD are included. For example, uploading or pasting the following 
code causes validation errors: 
However, uploading or pasting the following code does not cause validation 
errors:
<config>
 ... your configuration information in valid XML
</config>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE config SYSTEM "config.dtd">
<config>
  <autosupport_enabled>0</autosu
</config>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE config SYSTEM "config.dtd">