beautypg.com

Command syntax netbootloader, Ping – Kontron NetBootLoader User Manual

Page 71

background image

ID 1022-8317, Rev. 2.0

Command Syntax

NetBootLoader

Page 63

PING

FUNCTION:

Verify operability of an Ethernet interface

SYNTAX:

ping [-c ] [-s ]

… [-w ]

where:

ping

command

parameter: string

IP address of target

-c

option: count

parameter: numeric string
<[n ... ]n>
number of packets to send

-s

option: size

parameter: numeric string
<[n ... ]n>
size of packet to send in bytes

-w

option: wait

parameter: numeric string
<[n ... ]n>
wait time between packets in seconds

DESCRIPTION:

To verify the operational status of an Ethernet interface the command

PING is used. This command tests the network connection and target

server’s ability to respond.
If no other parameters are specified, four requests will be sent. This

can be changed with the parameter “-c”. The typical size of a ping

packet can be changed with the parameter “-s” and the time between

requests, which is typically one second, can be changed with the pa-

rameter “-w”.
Responses to the PING command are dependent on the performance

of the network.

USAGE:

Send ten packets, 100 bytes long, and wait two seconds between
packets

COMMAND / RESPONSE:

ping 192.192.158.7 -c 10 -s 100 -w 2