Sorry for the newbie question, but is there any command within Cisco's IOS
to perform a continuous ping? For example, if I wanted to test connectivity
from a windows 2k machine's command line, I would type [ping x.x.x.x -t] and
it would keep pinging until I did the break sequence. Anything like is in
the IOS? I'm using 12.1 on a Cisco 2612 router.
Thanks,
>Mike
router#ping
Protocol [ip]:
Target IP address: 10.200.100.65
Repeat count [5]: 10000 <- enter here as much as you like
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 10000, 100-byte ICMP Echos to 10.200.100.65, timeout is 2 seconds:
Leave everything to default and change only the "Repeat count" number...
--
***************************
Chatzithomaoglou Anastasios
Network Operations Center
FORTHnet S.A.
<ach...@forthnet.gr>
***************************
No not really continous, but you can use the exec version of ping and
specify a very large number for the count. The syntax is...
Router# ping
Protocol [IP]:
Target IP address: x.x.x.x
Repeat count [5]: very large number here
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]:
Sweep range of sizes [n]:
HTH
--
John Hardman CCNP MCSE
"Mike" <dontt...@all.com> wrote in message
news:jJe77.66699$Lc3.12...@typhoon.jacksonville.mediaone.net...
Good luck and have fun!
Vincent C Jones
In article <Pff77.39711$Cy.48...@news1.rdc1.az.home.com>,
--
VCJ...@NetworkingUnlimited.com Author of the Addison-Wesley book
Computer Network Consultant High Availability Networking with
http://www.networkingunlimited.com Cisco, see the web link for info.
Also have a look if you have the rtr command available you may need IP-Plus
but later IOS versions have it as standard. With rtr you can set up up to
500 constant pings. The router will keep track of response times. The router
will also send you a trap when connectivity is lost or respone time goes
over threshold. In addition min and average response times are held in thr
router and are available to the command line and snmp polling.
Hope this helps
Commsbloke
"Mike" <dontt...@all.com> wrote in message
news:jJe77.66699$Lc3.12...@typhoon.jacksonville.mediaone.net...