Specifications
180 Version 2.0
ping
Summary
Ping the target host with IPv4 stack.
Usage
Ping [-n count] [-l size] TargetIp
Options
-n
Number of echo request datagram to be sent.
-l
Size of data buffer in echo request datagram.
TargetIp
IPv4 address of the target machine.
Description
This command uses the ICMPv4 ECHO_REQUEST datagram to elicit ECHO_REPLY from
a host.
Examples
To ping the target host with 64 bytes data:
Shell:\> ping -l 64 192.168.0.1
To ping the target host by sending 20 echo request datagram:
Shell:\> ping -n 20 202.120.100.1
Status Codes Returned
SHELL_SUCCESS The action was completed as requested.
SHELL_INVALID_PARAMETER One of the passed in parameters was incorrectly formatted or
its value was out of bounds.










