From: Fred Danson (fred190044@xxxxxxxxxxx)
Date: Mon Jan 07 2002 - 09:58:28 GMT-3
I would recommend setting the line delay to about 1250 and the character
delay to 0. If you try to balance the delay between lines and characters
(line 100 and character 100), it will take longer to paste your script in.
This is because you have 100 ms delay for every character, including the
character on lines with ping statements. So a line with 13 characters like
"ping 1.1.1.1" would take 1.3 seconds to paste in. Also, the amount of time
that it takes to paste in a ping line would vary depending on how many
characters are in the IP address. So "ping 192.168.115.113" would take 800
ms longer than "ping 1.1.1.1"
On the other hand, if you set the line delay to 1250 and the character delay
to 0, the "ping 1.1.1.1" statement would be pasted to the hyperterminal
window exactly 1250 ms after the previous line was pasted. This should add
up to a lot of time when executing a ping script.
Brian Dignan
Sr. Network Engineer
CCIE #8248
PlanetGov
>From: "Ben-Shalom, Omer" <omer.ben-shalom@intel.com>
>Reply-To: "Ben-Shalom, Omer" <omer.ben-shalom@intel.com>
>To: ccielab@groupstudy.com
>Subject: RE: Ping Script
>Date: Mon, 7 Jan 2002 11:12:01 +0200
>
>I have found that using delays of 100ms in both categories in the lab and
>making my ping script look like the following worked perfectly for me:
>
> ping 1.1.1.1
>!
> ping 2.2.2.2
>!
> ping 3.3.3.3
>
>the chars that get lost are always the spaces and the routers don't mind a
>few leading spaces when they do go through.
>
>Cheers.
>
>Omer Ben-Shalom
>Senior network analyst
>CCIE #8540
>Intel GER NMWG.
>
>Disclaimer: The opinions expressed are my own, I am
>Not speaking for Intel corp. or representing it in any way.
>
>
>-----Original Message-----
>From: David Vu [mailto:dd_vu@yahoo.com]
>Sent: Fri, December 28, 2001 8:33 AM
>To: Hansang Bae; ccielab@groupstudy.com
>Subject: Re: Ping Script
>
>
>I used HyperTerminal Private Edition. I was not able to copy & paste all
>the commands at once. Hence, I have to do it one by one. I know that the
>lab is using a different kind of Terminal Emulation. Has anyone able to
>get this work in the lab?
>
>
> >It was for general knowledge (at work etc.) and not just for the
> >lab. Besides, the 'script' could be as simple as
> >
> >ping 192.168.1.1
> >ping 172.16.1.1
> >ping 10.1.1.1
> >
> >in a text file that you can just cut&paste.
> >
> >hsb
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:56:18 GMT-3