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

Скачать
Страница из 590
 
Chapter 11      Common Administrative Tasks
11-96
Cisco IronPort AsyncOS 7.2.0 for Security Management User Guide
OL-21768-01
“Unique” means that the subsection of the configuration file being uploaded or 
pasted is not ambiguous for the configuration. For example, a system can have 
only one hostname, so uploading the following code (including the declarations 
and 
<config></config>
 tags) is allowed: 
However, a system can have multiple listeners defined, each with different 
Recipient Access Tables defined, so uploading only the following code is 
considered ambiguous:
Because it is ambiguous, it is not allowed, even though it is “complete” syntax.
Warning
When uploading or pasting a configuration file or subsections of a 
configuration file, you have the potential to erase uncommitted changes that 
may be pending. 
<config>
  <autosupport_enabled>0</autosupport_enabled>
</config>
<hostname>mail4.example.com</hostname>
     <rat>
        <rat_entry>
          <rat_address>ALL</rat_address>
          <access>RELAY</access>
        </rat_entry>
      </rat>