xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
73
Example usage:
To ping the IPv6 address 2009::280:C8FF:FE3C:5C8A four times:
DGS-3627:5#ping6 2009::280:C8FF:FE3C:5C8A times 4 timeout 10
Command: ping6 2009::280:C8FF:FE3C:5C8A times 4 timeout 10
Reply from 2009::280:C8FF:FE3C:5C8A, bytes=100 time<10 ms
Reply from 2009::280:C8FF:FE3C:5C8A, bytes=100 time<10 ms
Reply from 2009::280:C8FF:FE3C:5C8A, bytes=100 time<10 ms
Reply from 2009::280:C8FF:FE3C:5C8A, bytes=100 time<10 ms
Ping statistics for 2009::280:C8FF:FE3C:5C8A
Packets: Sent =4, Received =4, Lost =0
DGS-3627:5#
traceroute
Purpose
Used to trace the routed path between the Switch and a destination
endstation.
Syntax
traceroute <ipaddr> {ttl <value 1-60> | port <value 30000-64900> |
timeout <sec 1-65535> | probe <value <1-9>}
Description
The traceroute command will trace a route between the Switch and a
give host on the network.
Parameters
<ipaddr>
– Specifies the IP address of the host.
ttl <value 1-60>
– The time to live value of the trace route request. This
is the maximum number of routers the traceroute command will cross
while seeking the network path between two devices.
port <value 30000-64900>
–
The port number. Must be above 1024.The
value range is from
30000
to
64900
.
timeout <sec 1-65535>
– Defines the time-out period while waiting for a
response from the remote device. The user may choose an entry
between
1
and
65535
seconds.
probe <value 1-9>
– The probe value is the number of times the Switch
will send probe packets to the next hop on the intended traceroute path.
The default is
1
.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To trace the routed path between the Switch and 172.18.212.109.
DGS-3627:5#traceroute 172.18.212.109
Command: traceroute 172.18.212.109
10 ms 172.18.212.109
Trace complete.
DGS-3627:5#