xStack® DES-3528/DES-3552 Series Layer 2 Managed Stackable Fast Ethernet Switch CLI Reference Guide
566
traceroute6
Purpose
Used to trace the IPv6 routed path between the Switch and a destination end station.
Syntax
traceroute6 <ipv6addr> {ttl <value 1-60> | port <value 30000-64900> | timeout <sec 1-
65535> | probe <value 1-9>}
Description
Used to trace the IPv6 routed path between the Switch and a destination end station.
Parameters
<
ipv6addr
> - Specifies the IPv6 address of the destination end station.
ttl
- (Optional) The time to live value of the trace route request. This is the maximum number
of routers that a trace route packet can pass. The traceroute command will cross while
seeking the network path between two devices. The range for the TTL is 1 to 60 hops.
<
value 1-60
> - Enter the time to live value here. This value must be between 1 and 60.
port
- (Optional) The port number. The value range is from 30000 to 64900.
<
value 30000-64900
> - Enter the port number here. This value must be between 30000 and
64900.
timeout
- (Optional) Defines the timeout period while waiting for a response from the remote
device. A value of 1 to 65535 seconds can be specified. The default is 5 seconds.
<
sec 1-65535
> - Enter the timeout period value here. This value must be between 1 and
65535 seconds.
probe
- (Optional) The number of probing. The range is from 1 to 9. If unspecified, the default
value is 1.
<
value 1-9
> - Enter the probing number value here. This value must be between 1 and 9.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
Trace the IPv6 routed path between the Switch and 3000::1:
DES-3528:admin# traceroute6 3000::1 probe 3
Command: traceroute6 3000::1 probe 3
1 <10 ms. 1345:142::11
2 <10 ms. 2011:14::100
3 <10 ms. 3000::1
Trace complete.
DES-3528:admin#
Trace the IPv6 routed path between the Switch and 1210:100::11 with port 40000:
DES-3528:admin# traceroute6 1210:100::11 port 40000
Command: traceroute6 1210:100::11 port 40000
1 <10 ms. 3100::25
2 <10 ms. 4130::100
3 <10 ms. 1210:100::11
Trace complete.
DES-3528:admin#