Issue: the name servers have been configured as explained in this article
http://support.citrix.com/article/CTX109556
using the following commands:
From Command Line Interface
- Run the following command to add the DNS name server entries to the NetScaler appliance:
add dns nameServer <Name_Serve_IP_Address> - Run the following command to add the DNS suffix, such as example.com, to be used for all host queries:
add dns suffix <DNS_Suffix>
Solution:
Netscaler was looking for ICMP echo/reply from Name server and hence it was showing the effective state as down.
I enabled the ICMP between Netscalers and Names servers and after that the effective state has changed to UP. Now I am able to resolve DNS host names.
Have a nice Day!