Versions Compared

Key

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

You can capture DNS queries and responses for later analysis. When configuring this feature, you can choose to save the capture file locally on your appliance, as well as on the FTP (File Transfer Protocol) or SCP (Secure Copy) server. When you save it locally, you can use show query_capture to view the contents of the capture file. You can also use filter commands to exclude certain queries and view only the desired ones. Note that using multiple CLI commands to filter data for the appliances with large number of captured DNS queries and responses can significantly affect the system performance, protocol performance, and CLI command performance. 

A capture file for logging DNS queries and responses is rolled over based on the configured time limit or when the file reaches 100 MB in size, whichever is sooner. The default time limit is 10 minutes. The capture file is automatically saved and exported to an FTP or SCP server based on your configuration. When you configure the appliance to save the capture file locally and later enable FTP or SCP, the appliance copies all the data starting with the oldest data. Infoblox recommends that you constantly monitor the FTP or SCP server to ensure that it has sufficient disk space. DNS queries and responses are stored on the appliance if the FTP or SCP server becomes unreachable. The maximum storage capacity varies based on the appliance model. After reaching the maximum limit, the appliance overwrites the old data with the new one. For information about the maximum hard drive space, see the table below. The amount of data captured depends on the DNS query rate and the domains that are included in or excluded from the capture. For information about how to exclude domains, see Excluding Domains From Query and Response Capture.

...

The following table lists the maximum hard drive space required for capturing DNS queries and responses for supported Infoblox appliance models. 

Excluding Domains From Query and Response Capture

...

The following table provides examples of domains and subdomains added to the Inclusion and Exclusion lists and the corresponding effects on the query and response capture operations:

...

Capture DNS Queries/ Responses
(Inclusion List)

...

Exclude the following domains (Exclusion List)

...

foo.com

...

...

  • foo.com
  • finance.foo.com

...

Yes

...

Exclusion list is empty and therefore matches the Inclusion list. NIOS captures queries/responses made to foo.com and finance.foo.com

...

...

  • corp1.com

...

No

...

NIOS does not capture queries/responses made to corp1.com as this domain is not mentioned in the Inclusion list.

...

Capture All

...

foo.com

...

  • foo.com

...

No

...

Matches the Exclusion list and NIOS does not capture queries made to foo.com.

...

  • finance.foo.com

...

No

...

Subdomain matches the Exclusion list and NIOS does not capture queries/responses made to finance.foo.com.

...

  • corp1.com

...

Yes

...

Does not match the Exclusion list. Matches the Inclusion list and therefore NIOS captures queries/responses made to corp1.com.

...

foo.com

...

it.foo.com

...

  • foo.com
  • finance.foo.com

...

Yes

...

Does not match the Exclusion list and therefore NIOS captures queries/responses made to foo.com and finance.foo.com.

...

  • it.foo.com
  • ms.it.foo.com

...

No

...

Matches the Exclusion list and excludes their subdomains. NIOS does not capture queries/responses made to it.foo.com and ms.it.foo.com.

...

it.foo.com

...

foo.com

...

Domain is added to the Exclusion list and its subdomain is added to the Inclusion list. Therefore, this is not a valid configuration as queries/responses are not captured. The appliance displays a warning message for such invalid configuration.

...

it.foo.com

...

it.foo.com

...

Domain is added to both the Exclusion and Inclusion lists. This is not a valid configuration as queries/responses are not captured. The appliance displays a warning message for such invalid configuration.

...

foo.com

...

corp1.com

...