An administrator is troubleshooting connectivity issues and needs to determine the IP address of a website. What is the best command to use to accomplish the task?
- nslookup
- show ipv6 route
- show ipv6 interface
- copy startup-config running-config
Explanation & Hint: For an administrator who needs to determine the IP address of a website, the most appropriate command to use is: nslookup This command is used to query Domain Name System (DNS) servers to find out the IP address associated with a domain name. By typing The other commands are more specific to network device configurations and are not typically used for resolving domain names to IP addresses:
|