Verifying DNS Proxy Configuration

This section describes how to verify the DNS Proxy feature configuration.

Use the show running-config profile dns-proxy command to confirm the configuration of DNS Proxy feature.

The following is an example output of show running-config profile dns-proxy command with configuration for two DNS servers, serv1 and serv2.


query-type ipv4 
timeout 205
servers serv1
round-robin-answers 
randomise-answers 

servers serv1
 ip 209.165.200.240
 port 53 
 protocol tcp
 priority 1
exit
servers serv2 
 ip 209.165.200.241 
 port 20 
 protocol udp 
 priority 2 
exit