Network Diagnostics
  • 12 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Network Diagnostics

  • Dark
    Light
  • PDF

Article Summary

The CTERA Edge Filer provides diagnostic tools directly through the user interface for network troubleshooting:
Ping – Tests the reachability of a host on the network.
DNS lookup – Queries the DNS.
Traceroute – Displays the route packets across the network.
TCP Connect – Tests whether a specific TCP port is open.
Wake – Remotely awakens computers using the WoL (Wake on LAN) command.
iPerf – Measures the maximum achievable upload and download bandwidths using either TCP or UDP.

To use network diagnostics:

  1. In the Configuration view, select System > Network in the navigation pane.
    The Network page is displayed.
    image.png
  2. Click Diagnostics.
    The Network Diagnostics window is displayed.
    image.png
  3. In the Diagnostic Tool field, select the tool you want to use.
    image.png
    The window changes to reflect the diagnostic test requested. Ping, DNS Lookup, and Traceroute all require an address.
    Ping – Tests the reachability of a host on the network.
    DNS Lookup – Queries the DNS.
    Traceroute – Displays the route packets across the network. For example:
    image.png
    TCP Connect – Tests whether a specific TCP port is open.
    image.png
    Wake – Remotely awakens computers using the WoL (Wake on LAN) command based on the MAC address of the computer. For more details, see Remotely Awakening Computers.
    image.png
    iPerf – Measures the maximum achievable upload and download bandwidths using either TCP or UDP.
    image.png
    where:
    Address – The address of the computer to measure.
    Port – The port to measure.
    Threads – The number of threads to test the connection.
    TCP or UDP – The protocol to measure.
    Measure Upload or Measure Download – The direction to measure.
    The following command is run: iperf -c {Address} -fM -m -i5 -t25 -p {Port}
    If the number of threads is changed from the default, 1, the command is run with the -P flag with the thread number. For example, iperf -c {Address} -fM -m -i5 -t25 -p {Port} -P 10
    If UDP is specified, the command is run with the -u flag. For example: iperf -c {Address} -fM -m -i5 -t25 -p {Port} -u
  4. Enter the information required for the test, such as the IP address you want to ping.
  5. Click Go.
    The test results appear in the Network Diagnostics window.
  6. Click Close when you have completed the diagnostic tests.

Was this article helpful?