Diagnostic
The Network Diagnostics Tool makes it easy to check whether the internet connection is working or not. It provides three main functions: Ping, Traceroute, and NSLookup. As a cloud-based feature, there is no need to type commands on a local computer. All checks can be performed directly from the cloud, ensuring a simpler and more convenient process.
Accessing the Diagnostics Tool
- Log in to the account.
- Go to CE Device.
- Select the desired CE Device.
- Click on Diagnostics.
Here is a table summarizing the Diagnostics tool's three key functions:
| Tool | Purpose | Key Use Case | How to Use |
|---|---|---|---|
| Ping | To test connectivity and measure response time. | Checking if a device is online. | Enter an IP address, select Ping, and click START PING. |
| Traceroute | To track the path of data from its source to its destination. | Identifying network bottlenecks or points of failure. | Enter an IP address, select Traceroute, and click START TRACEROUTE. |
| NSLookup | To query the Domain Name System (DNS) for domain and IP mapping. | Verifying that a domain name resolves to the correct IP address. | Enter a domain name, select NSLookup, and click START NSLOOKUP. |
Ping
The Ping utility is used to test the reachability of a host on an Internet Protocol (IP) network and to measure the round-trip time for messages sent from the source to a destination computer. It helps determine if a device is online and responsive.
Steps to Perform a Ping Test:
-
Navigate to the Diagnostics section.
-
In the IP field, enter the desired IP address to test (e.g.,
8.8.8.8). -
From the dropdown menu, select Ping.
-
Click START PING to initiate the test.

-
The results, including response times and packet loss, will be displayed.

-
Click STOP PING to end the process once the necessary information is available.

Traceroute
Traceroute is a network diagnostic tool used to track the path of a packet from its source to its destination. It identifies all the intermediate routers and their response times, which is crucial for locating network bottlenecks or points of failure.
Steps to Perform a Traceroute:
-
Navigate to the Diagnostics section.
-
In the IP field, enter the desired IP address to test (e.g.,
8.8.8.8). -
From the dropdown menu, select Traceroute.
-
Click START TRACEROUTE to begin the trace.

-
The tool will display a list of all the routers and the time taken to reach each one.

-
Click STOP TRACEROUTE to end the process once the necessary information is available.

NSLookup
The NSLookup (Name Server Lookup) command-line tool is used to query the Domain Name System (DNS) to obtain domain name or IP address mapping or other DNS records. It's used to verify that a domain name resolves to the correct IP address.
Steps to Perform an NSLookup:
-
Navigate to the Diagnostics section.
-
In the Domain field, enter the domain name to query (e.g.,
www.google.com). -
From the dropdown menu, select NSLookup.
-
Click START NSLOOKUP to initiate the query.

-
The results will show the server, address, and authoritative answers related to the domain name.

-
Click STOP NSLOOKUP when finished.

Important Notes for Users
- Always ensure the IP address or domain name entered is correct before starting a test.
- Use Ping for simple connectivity checks, Traceroute to identify network paths, and NSLookup to validate DNS resolution.
- Tests may take a few seconds depending on network speed.
- Avoid running multiple diagnostics simultaneously on the same device to prevent conflicts.
- Only authorized users with access to the CE Device can perform diagnostics.
- Review results carefully; repeated packet loss or unreachable devices may indicate network issues that need further investigation.
FAQs
Q:1 What information does the Ping utility provide?
The Ping utility provides the following information: Reachability – Confirms whether the target host (IP address) is online and responsive. Round-trip time (RTT) – Measures how long it takes for packets to travel from the CE device to the destination and back. Packet loss – Shows if any packets failed to reach the destination or return, indicating possible network issues. Basic connectivity status – Helps determine if the device has internet access or if there are interruptions in the path. This makes Ping useful for quickly checking if a device or server is accessible and how responsive it is.
Q:2 When should I use the NSLookup function?
Use the NSLookup function when you need to verify DNS resolution. It checks whether a domain name (e.g., www.google.com) correctly maps to its IP address. Helps confirm that the DNS server is working properly and returning valid results. Useful for diagnosing issues where a device can reach an IP address but fails to resolve domain names. Can also be used to validate DNS records when troubleshooting domain-related connectivity problems.In short, NSLookup is best used when you suspect DNS issues or need to confirm that domain names resolve correctly to IP addresses.