![D-Link DES-3528 - xStack Switch - Stackable Скачать руководство пользователя страница 561](http://html.mh-extra.com/html/d-link/des-3528-xstack-switch-stackable/des-3528-xstack-switch-stackable_cli-reference-manual_76439561.webp)
xStack® DES-3528/DES-3552 Series Layer 2 Managed Stackable Fast Ethernet Switch CLI Reference Guide
561
ping6
Purpose
The ping6 command sends IPv6 Internet Control Message Protocol (ICMP) echo messages
to a remote IPv6 address.
Syntax
ping6 <ipv6addr> {times <value 1-255> | size <value 1-6000> | timeout <sec 1-99>}
Description
The remote IPv6 address will then “echo” or return the message. This is used to confirm the
IPv6 connectivity between the Switch and the remote device.
Parameters
<
ipv6addr
> - Enter the IPv6 address here.
times
- (Optional) The number of individual ICMP echo messages to be sent. A value of 0 will
send an infinite ICMP echo messages. The maximum value is 255. The default is 0,
indicating infinity. Press the "CTRL+C” to break the ping test.
<
value 1-255
> - Enter the number of individual ICMP echo messages to be sent here. This
value must be between 1 and 255.
size
- (Optional) Size of the test packet.
<
value 1-6000
> - Enter the size of the test packet here. This value must be between 1 and
6000.
timeout
- (Optional) Defines the time-out period while waiting for a response from the remote
device. A value of 1 to 10 seconds can be specified. The default is 1 second.
<
sec 1-99
> - Enter the time-out period here. This value must be between 1 and 99 seconds.
Restrictions
None.
Example usage:
To send ICMP echo message to “3000::1” for 4 times:
DES-3528:admin# ping6 3000::1 times 4
Command: ping6 3000::1 times 4
Reply from 3000::1, bytes=200, time<10ms
Reply from 3000::1, bytes=200, time<10ms
Reply from 3000::1, bytes=200, time<10ms
Reply from 3000::1, bytes=200, time<10ms
Ping Statistics for 3000::1
Packets: Sent =4, Received =4, Lost =0
DES-3528:admin#