Specifications
xStack DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
Example usage:
To ping the IP address 10.48.74.121 four times:
DGS-3400:4#ping 10.48.74.121 times 4
Command: ping 10.48.74.121
Reply from 10.48.74.121, time<10ms
Reply from 10.48.74.121, time<10ms
Reply from 10.48.74.121, time<10ms
Reply from 10.48.74.121, time<10ms
Ping statistics for 10.48.74.121
Packets: Sent =4, Received =4, Lost =0
DGS-3400:4#
ping6
Purpose Used to test the connectivity between IPv6 ready network devices.
Syntax
ping6 <ipv6addr> {times <value 0-255> | size <value 1-6000>}
{timeout <value 1-10>}
Description The ping6 command sends Internet Control Message Protocol
(ICMPv6) echo messages to a remote IPv6 address. The remote IP
address will then “echo” or return the message. This is used to
confirm connectivity between the Switch and the remote device.
Parameters <ipv6addr> - Specifies the IP address of the host.
times <value 0-255> - The number of individual ICMP echo
messages to be sent. The maximum value is 255.
size <value 1-6000> - Use this parameter to set the datagram size of
the packet, or in essence, the number of bytes in each ping packet.
Users may set a size between 1 and 6000 bytes with a default
setting of 100 bytes.
timeout <value 1-10> - Select a timeout period between 1 and 10
seconds for this Ping message to reach its destination. If the packet
fails to find the IPv6 address in this specified time, the Ping packet
will be dropped.
Restrictions None.
Example usage:
To ping the IPv6 address 2009::280:C8FF:FE3C:5C8A four times:
DGS-3400:4#ping6 2009::280:C8FF:FE3C:5C8A times 4 timeout 100
Command: ping6 2009::280:C8FF:FE3C:5C8A times 4 timeout 100
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-3400:4#
59