ping Flashcards

1
Q

Change wait between sending packets interval

A

ping -i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Ping localhost (check whether local network is up and running>

A

ping 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Send n packets and stop

A

ping -c <address>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Print only ping command summary stats

A

ping -c -q <address>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Change ping packet size

A

ping -s <address>
Like in $ ping -s 100 localhost
PING localhost (127.0.0.1) 100(128) bytes of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Specify path for ping to send the packet

A

ping hop1 hop2 hop3 .. hopN destination as IP . If one of hops is unreachable, ping will fail.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly