RE: Ping script

From: JHays (nomad@gfoyle.org)
Date: Fri Dec 12 2003 - 16:18:44 GMT-3


I searched with "tcl" and then put "Cisco IOS Scripting with TCL" and
2691 into the Feature Navigator and it is clear that the IP-only feature
set is not going to work. There are a lot of other that do, however. Do
you know how to use this tool? It's come a long way and is pretty easy
to use.

http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp

You don't need a special login or anything. I used the same login I use
for the CCIE Lab scheduling page.

HTH

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Kenneth Wygand
Sent: Friday, December 12, 2003 1:50 PM
To: Jason Viera; Stuart Reabow; ccielab@groupstudy.com
Subject: RE: Ping script

I know this is an old email, but I haven't had the chance to test this
until now.

I'm trying to get this to run on a 2691 with 12.3(5) IOS (IP only
featureset), but it doesn't recognize the command "tclsh". Help anyone?

tclsh
foreach pl {
172.16.10.1
172.16.80.8
} {ping $pl}

Thanks in advance!

Kenneth E. Wygand
Systems Engineer, Project Services
CISSP #37102, CCNP, CCDP, ACSP, Cisco IPT Design Specialist, MCP, CNA,
Network+, A+
Custom Computer Specialists, Inc.
"Real Engineers Debug in Binary."
-kw

-----Original Message-----
From: Jason Viera [mailto:jasonviera@avenuecable.com]
Sent: Tuesday, October 21, 2003 6:34 AM
To: Stuart Reabow; ccielab@groupstudy.com
Subject: Re: Ping script

This should work depending on the IOS version(12.2) and router model (I
know
it works on 2600 and 3600's):

tclsh
foreach pl {
172.16.10.1
172.16.80.8
} {ping $pl}

If not you can change the Hyperterminal settings (TCLSH is much
faster!!):
File
Properties
Settings
ASCII Setup
Line Delay (increase this time)
Character Delay (increase this time)

I'm sure there are many other ways to manipulate the Telnet software you
are
using but I would have to say that the TCLSH works great especially in
the
lab!!
HTH Jason
----- Original Message -----
From: "Stuart Reabow" <stuartbr@hotmail.com>
To: <ccielab@groupstudy.com>
Sent: Tuesday, October 21, 2003 2:19 AM
Subject: Ping script

> Hi,
>
> Does anyone know how to run a script on a router to ping ip's. I've
seen
this
> somewhere before , but can't seem find it now.
>
> Thanks
>
> Stuart
>
>



This archive was generated by hypermail 2.1.4 : Sat Jan 03 2004 - 08:25:39 GMT-3