User manual

Chapter 2 - General Purpose Command Set Ping Command
Alvarion BreezeNET B130/B300 GigE 16 Operational User Manual
2.7 Ping Command
The command sends test packets.
Syntax:
ping IP [size|-s size_in_bytes] [count|-c count_packets]
[source|-S IP]
Description:
Sends test packets (ICMP_ECHO_REQUEST) to the given IP-address. Enables to
estimate attainability of a host and the destination response time. The command
has the following parameters:
IP-address - the IP-address of the tested host;
size - the test packet length within the range of 10 to 8000 bytes (optional, 64
by default);
count - the number of the test packets (optional, 5 by default).
source - replaces sender own IP-address with the specified one
Example:
ping 192.168.1.1 -s 20 -c 7 -s 192.168.1.9