Hi,
I have this script that pings range of addresses, basically the output I get is like this:
172.24.58.1 is alive
172.24.58.2 is alive
172.24.58.3 is alive
no answer from 172.24.58.4
no answer from 172.24.58.5
no answer from 172.24.58.6
no answer from 172.24.58.7
no answer from 172.24.58.8
no answer from 172.24.58.9
172.24.58.10 is alive
no answer from 172.24.58.11
no answer from 172.24.58.12
I want to reduce the waiting time for those devices that didn't respond to ping. It's taking almost 20 seconds for the "no answer from <IP Address>" to appear in the screen.
Is it possible to reduce the waiting time to just at least 5 sec?
Hope somebody can help me.
Many thanks,
Maria
I have this script that pings range of addresses, basically the output I get is like this:
172.24.58.1 is alive
172.24.58.2 is alive
172.24.58.3 is alive
no answer from 172.24.58.4
no answer from 172.24.58.5
no answer from 172.24.58.6
no answer from 172.24.58.7
no answer from 172.24.58.8
no answer from 172.24.58.9
172.24.58.10 is alive
no answer from 172.24.58.11
no answer from 172.24.58.12
I want to reduce the waiting time for those devices that didn't respond to ping. It's taking almost 20 seconds for the "no answer from <IP Address>" to appear in the screen.
Is it possible to reduce the waiting time to just at least 5 sec?
Hope somebody can help me.
Many thanks,
Maria