Let's start! Just key in nslookup in command prompt window, you will enter interactive mode with > symbol. It also shows the DNS server (202.188.0.133) is being used to serve you. You can then enter the domain name which you want to check its IP address. For example, enter www.cisco.com and pressEnter key, it will be resolved to 198.133.219.25. In another example, www.dlink.com will be resolved to 64.7.210.132.
Sometimes multiple IP addresses can share same domain name. Those domain names are usually popular domain names, such as www.yahoo.com, www.aol.com, www.microsoft.com, www.ebay.com, etc.
If you enter invalid domain name, the Non-existent domain message will be shown.
If you receive DNS request timed out messages which are shown as below, that means the domain name is failed to be resolved at the time being. The DNS server might be down or not valid, try to resolve using other DNS servers.
If you wish to check address translation by other DNS servers, such as your secondary DNS server, just enter this command server new-DNS-server-IP. I changed to DNS server 216.28.158.11.
You can type help command to list down all available commands. At last, typeexit if you wish to exit this interactive mode.