Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColorgreen
bgColortransparent
borderWidth2
Noprint

Back to Table of Contents

Back to CLI System-Level Mode

Back to request Command Details

Additional section:

request addressContext zone

...

Code Block
languagenone
> request addressContext <addressContext name> dnsGroup <dnsGroup name> 
	clearCache
		domainName <domain name>
		recordType <a | aaaa | default | naptr | ns | srv>
	dnsServerReset
	query
		dnsServer <server name>
		fqdn <FQDN>
		recordType <a | aaaa | naptr | ns | srv>
	updateTtl
		fqdn <FQDN>
		recordType <a | aaaa | naptr | ns | srv>
		ttl <vaLue>

Command Parameters

Caption
0Table
1dnsGroup request Parameters

Parameter

Description

clearCache

Clear the cache of the matching record.

  • domainName <domain name> – Enter the name of the domain from which to clear the cache.
  • recordType – Choose the DNS record type. 
    • a
    • aaaa
    • default
    • naptr
    • ns
    • srv
dnsServerResetReset all DNS server statistics.
query

Perform a DNS query to the server, with following additional configurations.

  • dnsServer <server name> – DNS server to use to perform lookup.
  • fqdn <FQDN> – Domain to use for lookup.
  • recordType – Specify whether to use the DNS server for just A-record lookups, or for full NAPTR/SRV/A lookup as specified in RFC3263. 
    • a
    • aaaa
    • naptr
    • ns
    • srv
updateTtl

Updates the cache of the matching record with the new TTL value.

  • fqdn <FQDN> – FQDN to be updated from the Cache.
  • recordType – Specifies whether to use the DNS server for just A-record lookups, or for full NAPTR/SRV/A lookup as specified in RFC3263.
    • a
    • aaaa
    • naptr
    • ns
    • srv
  • ttl <value> – Enter new TTL value (time the Time To Live (TTL) duration, in seconds, to cache a particular record).

Command Examples

To send the manual DNS query with server:

...