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.

...

Supported NIOS AppliancesMaximum Hard Drive Space for DNS Query/Response Capture (MB)
Trinzic 815 and IB-V815900
Trinzic 825 and IB-V8253100
Trinzic 1415 and IB-V14156000
Trinzic 1425 and IB-V142510000
Trinzic 2215 and IB-V221512000
Trinzic 2225 and IB-V222528000
PT-140510000
PT-220528000

...

Capture DNS Queries/Responses
(Inclusion List)
Exclude the Following Domains
(Exclusion List)
Queried DomainCaptured Queries/ResponsesResults
foo.comit.foo.com
  • foo.com
  • finance.foo.com
YesDoes 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
NoMatches 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.comfoo.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.comit.foo.com

Domain is added to both the exclusion and the 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.comcorp1.com

Domain added to the inclusion list is not the subdomain of the domain added to the exclusion list. This is a redundant configuration as the outcome is the same even if the domain is removed from the Exclusion list. The appliance displays a warning message for such invalid configuration.
foo.com
  • foo.com
  • finance.foo.com
YesExclusion list is empty and therefore matches the Inclusion list. NIOS captures queries/responses made to foo.com and finance.foo.com


  • corp1.com
NoNIOS does not capture queries/responses made to corp1.com as this domain is not mentioned in the inclusion list.
Capture Allfoo.com
  • foo.com
NoMatches the exclusion list and NIOS does not capture queries made to foo.com.


  • finance.foo.com
NoSubdomain matches the exclusion list and NIOS does not capture queries/responses made to finance.foo.com.


  • corp1.com
YesDoes not match the exclusion list. Matches the inclusion list and therefore NIOS captures queries/responses made to corp1.com.