cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
441
Views
0
Helpful
2
Replies

continious ping from router

iqbalkhan
Level 1
Level 1

HI

Can I continious ping from router like windows machine ?. like 192.168.10.1 -t

Thaks

Biplob

2 Replies 2

pkhatri
Level 11
Level 11

Howdy,

You sure can. You have one of two options when doing so:

- use the standard ping command with a timeout of 0 and a large repeat count:

e.g ping 10.1.1.1 timeout 0 repeat 10000000

- use the extended ping with a timeout of 0 and a large repeat:

e.g

router#ping

Protocol [ip]:

Target IP address: 10.1.1.1

Repeat count [5]: 100000000

Datagram size [100]:

Timeout in seconds [2]: 0

Extended commands [n]:

Sweep range of sizes [n]:

Type escape sequence to abort.

Sending 100000000, 100-byte ICMP Echos to 10.1.1.1, timeout is 0 seconds:

........

Hope that helps - pls rate posts that help.

Regards,

Paresh

You can surely use those two options, but I will not recommend that you set the timeout to 0 seconds. By setting the timeout to 0 seconds, you will most likely have a success rate of 0%. Increasing the repeat should be sufficient.