Tools
Using the Tools page, one can view the statistics to diagnose the connectivity problem, network problem and test network communication. It assists in troubleshooting issues such as hangs, packet loss, connectivity, discrepancies in the network.
Ping
Ping is the most common network administration utility 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 originating host to a destination computer.
Ping sends ICMP echo request/replies to test the connectivity to other hosts. Use standard ICMP ping to confirm that the server is responding. Ping confirms that the server can respond to an ICMP ping request.
- Ensure that a host computer you are trying to reach is actually operating or the address is reachable or not
- Check how long it takes to get a response
- Get the IP address from the domain name
- Check for the packet loss
The parameters used are:
- IP address/Hostname
- Specify the IP address (IPv4/IPv6) or fully qualified domain name to be pinged.
- IP family
- Select the type of IP family from the options available:
- Interface
- Select the interface through which the ICMP echo requests are to be sent.
- Size
- Specify the ping packet size, in bytes.
Traceroute
Traceroute is a useful tool to determine if a packet or communication stream is being stopped at the device, or is lost on the internet by tracing the path taken by a packet from the source system to the destination system, over the internet.
- find any discrepancies in the network or the ISP network within milliseconds.
- trace the path taken by a packet from the source system to the destination system, over the internet.
- IP address/Hostname
- Specify the IP address (IPv4/IPv6) or fully qualified domain name.
- IP family
- Select the type of IP family from the options available:
- Interface
- Select the interface through which the requests are to be sent.
Name lookup
Name lookup is used to query the domain name service for information about domain names and IP addresses. It sends a domain name query packet to a configured domain name system (DNS) server. If a domain name is entered, the return is an IP address to which it corresponds, and if an IP address is entered, then the domain name is returned to which it corresponds. In other words, name lookup reaches out over the internet to do a DNS lookup from an authorized name server, and displays the information in user understandable format.
- IP address/Hostname
- IP address (IPv4/IPv6) or fully qualified domain name that needs to be resolved.
- DNS server IP
- Select the DNS server to which the query is to be sent.
Route lookup
If you have routable networks and wish to search through which interface the device routes the traffic then lookup the route for the IP address (IPv4/IPv6).
Consolidated troubleshooting report
To help the support team to debug the system problems, a troubleshooting report can be generated which consists of the system’s current status file and log files. The file contains details like a list of all the processes currently running on the system, resource usage etc. in encrypted form.
The administrator has to generate and mail the saved file to support for diagnosing and troubleshooting the issue.
- APPKEY is the device key of the device for which the report is generated
- MM_DD_YY is the date (month date year) on which the report is generated
- HH_MM_SS is the time (hour minute second) at which the report is generated
console> diagnostics subsystems <subsystem name> debug on
- Generate CTR for
- Enable the option(s) for which CTR should be generated.
- Reason
- Specify the reason for generating CTR.
- Generate
- Click to generate the CTR.