Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple pings from router command line - Batch process? Script?

Status
Not open for further replies.

boxplan

MIS
Oct 12, 1999
78
US
I need to ping several devices from a routers command line interface several times a day, over several days to gather response time statistics. This is a brainless repetitive task that begs automation. Is there a way to do this using a batch process or some sort of scripting instead of typing it in each telnet session?

Thanks in advance.
 
you need to configure "rsh" no your router.
and then you may use some script....

or use SNMP
 
ip rcmd rsh-enable
ip rcmd remote-host <USER> <IP ADDRESS> <USER> enable
no ip rcmd domain-lookup

 
HI.

Must you do the tests from the router itself?
Why not ping from a workstation/server?

You might be interested in MRTG for bandwidth usage monitoring, if you haven't implemented already:


* You might be interested in my KIT utility, that periodicaly pings a predefined list of hosts:
There are many other free ping utilities that can be found in the internet.

* And last (but maybe best) for you, can ITR help you?


This can be usefull unless your routers are in internal network.


Bye

Yizhar Hurwitz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top