Applies To:
Show VersionsBIG-IP LTM
- 13.0.1, 13.0.0
BIG-IP DNS
- 13.0.1, 13.0.0
Overview: Setting up and viewing DNS statistics
You can view DNS AVR and DNS global statistics on the BIG-IP® system to help you manage and report on the DNS traffic on your network.
- DNS AVR Statistics
- You must configure an AVR sampling rate on a DNS profile and assign it to a listener or
virtual server before the BIG-IP system can gather DNS AVR statistics. An AVR Analytics profile
is not required for the BIG-IP system to gather and display DNS AVR statistics. The DNS AVR
statistics include DNS queries per:
- Application
- Virtual server
- Query name
- Query type
- Client IP address
- (You can also filter the statistics by time period.)
- DNS Global Statistics
- The BIG-IP system automatically collects DNS global statistics about the DNS traffic the
system processes. The DNS global statistics include:
- Total DNS queries and responses
- Details about DNS queries and responses
- Details about DNS Services rate-limited license
- The number of wide IP requests
- Details about BIG-IP DNS rate-limited license
- The number of DNS Express™ requests and NOTIFY announcements and messages
- The number of DNS cache requests
- The number of DNS IPv6 to IPv4 requests, rewrites, and failures
- The number of unhandled query actions per specific actions
Task Summary
Creating a DNS profile for AVR statistics collection
Viewing DNS AVR statistics
Viewing DNS AVR statistics in tmsh
- Log on to the command-line interface of the BIG-IP system.
- At the BASH prompt, type tmsh.
-
At the tmsh prompt, type one of these commands and then
press Enter.
Option Description show analytics dns report view-by query-name limit 3 Displays the three most common query names. show analytics dns report view-by query-type limit 3 Displays the three most common query types. show analytics dns report view-by client-ip limit 3 Displays the three client IP addresses from which the most DNS queries originate. show analytics dns report view-by query-name drilldown { { entity query-type values {A}}} limit 3 Displays the three most common query names for query type A records. show analytics dns report view-by query-type drilldown { { entity query-name values {www.f5.com}}} limit 3 Displays the three most common query types for query name www.f5.com. show analytics dns report view-by client-ip drilldown { { entity query-type values {A}}} limit 3 Displays the three most common client IP addresses requesting query type A records.
Viewing DNS global statistics
Viewing DNS statistics for a specific virtual server
Implementation result
You now have an implementation in which the BIG-IP® system gathers both DNS AVR and DNS global statistics. You can view these statistics to help you understand DNS traffic patterns and manage the flow of your DNS traffic, especially when your network is under a DDoS attack.