Cisco Cisco ASA 5555-X Adaptive Security Appliance 技术手册

下载
页码 26
 
16
XML Examples for the Cisco Application Centric Infrastructure Security Device Package, Version 1.2(3)
 
  Network Time Protocol
Network Time Protocol 
This XML example turns on the Network Time Protocol (NTP) feature that defines the server to use.
ASA Configuration
ntp server 192.168.100.100 prefer
XML Example
<polUni>
    <fvTenant name="tenant1">
        <vnsLDevVip name="Firewall">
            <vnsDevFolder key="NTP" name="NTP">
                <vnsDevFolder key="NTPServer" name="NTPServer">
                    <vnsDevParam key="server" name="server" value="192.168.100.100"/>
      <vnsDevParam key="prefer" name="prefer" value="enable"/>
                </vnsDevFolder>
            </vnsDevFolder>
        </vnsLDevVip>
    </fvTenant>
</polUni>
Smart Call-Home
This XML example turns on the Smart Call-Home feature with anonymous reporting. 
ASA Configuration
call-home reporting anonymous
XML Example
<polUni>
    <fvTenant name="tenant1">
        <vnsLDevVip name="Firewall">
            <vnsDevFolder key="SmartCallHome" name="SmartCallHome">
                <vnsDevParam key="anonymous_reporting" name="anonymous_reporting" value="enable"/>
            </vnsDevFolder>
        </vnsLDevVip>
    </fvTenant>
</polUni>
Domain Name System 
This XML example turns on the Domain Name System (DNS) feature, links it to the utility interface, 
and specifies which domain name and server IP to use.