Tracert

Introduction

Tracert (also called Traceroute) enables retrieval of the IP addresses of Layer 3 devices in the path to a destination. In the event of network failure, use tracert to test network connectivity and identify failed nodes. You can specify the IP address or host name of the destination when you perform a tracert operation.

After identifying network failure with the ping utility, you can use the tracert utility to locate failed nodes.

The tracert operation result includes IP addresses of all the Layer 3 devices that the packets traverse from source to destination. Asterisks (* * *) are displayed if the device cannot reply with an ICMP error message. The reason might be the destination is unreachable or sending ICMP timeout/destination unreachable packets is disabled.

IPv4 tracert-ICMP destination unreachable messages

Before starting a tracert operation, you must enable sending of ICMP destination unreachable messages on the intermediate devices between the source and destination (see the ip unreachables enable command). The tracert operation stops if any of the following ICMP destination unreachable messages is received:

IPv6 tracert-ICMP destination unreachable messages

Before starting an IPv6 tracert operation, you must enable sending of ICMPv6 destination unreachable messages on the intermediate devices between the source and destination (see the ipv6 unreachables enable command). The IPv6 tracert operation stops if any of the following ICMPv6 destination unreachable messages is received:

vSystem support information

Support of non-default vSystems for this feature depends on the device model. This feature is available on the Web interface only if it is supported.

Restrictions and guidelines

To perform the tracert operation by specifying the destination by its host name, configure the DNS settings on the device first. If the DNS settings are not configured, the tracert operation fails.

Use the tracert utility

Tracert is used to detect the path that packets traverse from your computer to the destination host. It can help you understand each hop the data passes through and the time required to reach each hop.

  1. Click the Monitor tab.

  2. In the navigation pane, select Diagnosis Center > Tracert.

  3. Figure-1 Tracert

  1. Select an IP version. IPv4 indicates to trace the path that the IPv4 packets traverse from source to destination. IPv6 indicates to trace the path that the IPv6 packets traverse from source to destination.

  2. Enter the destination IP address or host name. The host name is case insensitive and can contain only letters, digits, hyphens (-), underscores (_), and dots (.).

  3. Click Start to start the tracert operation.

    Figure-2 Starting the tracert operation

  1. In the Result area, view the tracert result.