Command Reference Network Connectivity Test Tool Commands
Commands
N/A N/A
Platform
Description
The command is supported by all equipments. Where, the VRF function can only be provided in the
RSR equipment.
traceroute ipv6
Use this command to show all gateways passed by the test packets from the source address to the
destination address.
traceroute [ ipv6 ] [ ip-address [ probe number ] [ timeout seconds ] [ ttl minimum maximum ] ]
Parameter
Description
Parameter Description
ipv6-address
Specifies an IPv6 address.
number
Specifies the number of probe packets to be sent.
seconds
Specifies the timeout time.
minimum maximum
Specifies the minimum and maximum TTL values.
Defaults
N/A
Command
Mode
Privileged EXEC mode.
Usage Guide Use the traceroute ipv6 command to test the connectivity of a network to exactly locate the network
connectivity problem when the network failure occurs. To use the function domain name, configure
the domain name server. For the concrete configuration, refer to the DNS Configuration part.
Configuration
Examples
The following is two examples of the application bout traceroute ipv6, the one is of the smooth
network, and the other is the network in which some gateways aren’t connected successfully.
1. When the network is connected smoothly:
Ruijie# traceroute ipv6 3004::1
< press Ctrl+C to break >
Tracing the route to 3004::1
1 3000::1 0 msec 0 msec 0 msec
2 3001::1 4 msec 4 msec 4 msec
3 3002::1 8 msec 8 msec 4 msec
4 3004::1 4 msec 28 msec 12 msec
From above result, it’s clear to know that the gateways passed by the packets sent to the host with an
IP address of 3004::1 (gateways 1~4) and the spent time are displayed. Such information is helpful
for network analysis.
2. When some gateways in the network fail:
Ruijie# traceroute ipv6 3004::1
< press Ctrl+C to break >