Verifying DNS Proxy Feature 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.

show running-config profile dns-proxy profile1 
   query-type ipv4  
   timeout 5 
   servers serv1 
   round-robin-answers 
   servers serv1 
   ip 10.105.227.227 
   port 53  
   protocol tcp 
   priority 1 
   exit 
   servers serv2  
   ip 10.105.227.228  
   port 20  
   protocol udp  
   priority 2  
   randomise-answers 
   exit 
exit