Cisco Cisco Email Security Appliance C390 기술 참조

다운로드
페이지 326
 
3-52
CLI Reference Guide for AsyncOS 9.8 for Cisco Email Security Appliances
 
Chapter 3      The Commands: Reference Examples
  DNS
;; AUTHORITY SECTION:
example.com.                     10800   IN      NS      test.example.com.
;; ADDITIONAL SECTION:
example.com. 10800 IN      A       111.111.111.111
example.com. 10800 IN      AAAA    2620:101:2004:4201::bd
example.com.   300     IN      A       111.111.111.111
;; Query time: 6 msec
;; SERVER: 10.92.144.4#53(10.92.144.4)
;; WHEN: Fri Dec  9 23:37:42 2011
;; MSG SIZE  rcvd: 143
Note
The 
dig
 command filters out the information in the Authority and Additional sections if you do not 
explicitly specify the DNS server when using the command.
dnsconfig
Description
Configure DNS setup
Usage
Commit: This command requires a ‘commit’.
Cluster Management: This command can be used in all three machine modes (cluster, group, machine).
Batch Command: This command supports a batch format.
Batch Format
The batch format of the 
dnsconfig
 command can be used to perform all the functions of the traditional 
CLI command.
Configuring DNS to use a local nameserver cache:
Command arguments:
<ns_ip>
 - The IP address of the nameserver. Separate multiple IP addresses with commas.
<priority>
 - The priority for this entry.
Deleting the local nameserver cache:
Configuring alternate DNS caches to use for specific domains:
dnsconfig parent new <ns_ip> <priority>
dnsconfig parent delete <ns_ip>
dnsconfig alt new <domains> <ns_ip>