Tcl (Cisco) ping program.....
- From: "Lag" <clfarris@xxxxxxxxx>
- Date: 28 Nov 2006 07:47:24 -0800
I'm completely new to Tcl. I'm trying to come up with a program that
will be feed a list of IP addresses on the screen, one at a time (i.e.
192.168.1.20 - 192.168.1.55) and ping each IP. The program needs to
output the success or failure of the ping. This program will be
running on Cisco equipment! I really could use some help, please. And
if anyone knows any good links or books on Tcl Programming (besides
cisco.com, I've downloaded everything they have...LOL) it would be
appreciated.
Sample Output:
---------------------------------------------------------------------------
IP Successful Ping?
---------------------------------------------------------------------------
192.168.1.20 YES
192.168.1.21 YES
192.168.1.22 NO
192.168.1.23 YES
.......
---------------------------------------------------------------------------
.
- Follow-Ups:
- Re: Tcl (Cisco) ping program.....
- From: Jeff Smith
- Re: Tcl (Cisco) ping program.....
- From: Earl Greida
- Re: Tcl (Cisco) ping program.....
- Prev by Date: Re: proc needs to always calculate the following Saturday but fails Nov - Apr
- Next by Date: Re: questions about tktreectrl please?
- Previous by thread: tcl-trace
- Next by thread: Re: Tcl (Cisco) ping program.....
- Index(es):
Relevant Pages
|