5.3 Diagnostics—Traceroute (IPv4)
Use this command to perform a Traceroute test over IPv4 towards a remote host.
Command Syntax:
traceroute ip { <domain_name> | <ip_addr> } [ dscp <dscp> ] [ timeout <timeout> ] [ { saddr <src_addr> | sif { <port_type> <src_if> | vlan <vlan_id> } } ] [ probes <probes> ] [ firstttl <firstttl> ] [ maxttl <maxttl> ] [ icmp ] [ numeric ]
Argument | Description | |
Parameter |
| Destination hostname or FQDN |
| Destination IPv4 address | |
| DSCP value (decimal value, default 0) | |
| Time to wait for a response in seconds. The default value is 3. | |
| Source Address of interface | |
| Port type in GigabitEthernet, 2.5GigabitEthernet | |
| Port ID in the format of switch-no/port-no | |
| Source VLAN interface | |
| Number of probes per hop. The default value is 3. | |
| First number of hops. The default value is 1. | |
| Max number of hops. The default value is 30. | |
Default | N.A | |
Mode | User EXEC mode | |
Usage | Perform a Traceroute test | |
Example | Example 1: Traceroute to 192.168.0.2 with 5 probes.
|