Cisco Cisco Email Security Appliance C160 Mode D'Emploi

Page de 1197
 
33-8
User Guide for AsyncOS 9.7 for Cisco Email Security Appliances
 
Chapter 33      System Administration
  Managing the Configuration File
FTP Push log subscriptions' passwords
IPMI LAN password
Updater server URLs
You can also configure this in the command-line interface using the 
saveconfig
 command. 
Mailing the Configuration File
Use the Email file to field in the System Administration > Configuration File or use the m
ailconfig
 
command to email the current configuration to a user as an attachement. 
Loading a Configuration File
Use the Load Configuration section of the System Administration > Configuration File page to load 
new configuration information into the appliance. You can also configure this in the command-line 
interface using the 
loadconfig
 command.
You can load information in one of three methods: 
Placing information in the 
configuration
 directory and uploading it.
Uploading the configuration file directly from your local machine.
Pasting configuration information directly. 
Note
Configuration files with masked passwords cannot be loaded.
Note
In cluster mode, you can either choose to load the configuration for a cluster or an appliance. For 
instructions to load cluster configuration, see 
Regardless of the method, you must include the following tags at the top of your configuration:
The closing 
</config>
 tag should follow your configuration information. The values in XML syntax are 
parsed and validated against the DTD (document type definition) located in the 
configuration
 directory 
on your 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 sub-section of the configuration file, 
as long as it contains the declaration tags (above) and is contained within the 
<config></config>
 tags. 
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE config SYSTEM "config.dtd">
<config>
 ... your configuration information in valid XML
</config>