Pinging all the way!!! [7:34611]

2002-02-06 Thread Tel Khan

Hi folks, 
As far as i know if you ping an address it will usally responsed with 4
lines TTL. If i want to continue the ping lets say for over an hour is there
a command to do this?

Thanks in advance.

Tel

Example:

C:\ping cisco.com

Pinging cisco.com [198.133.219.25] with 32 bytes of data:

Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
Reply from 198.133.219.25: bytes=32 time=161ms TTL=238

Ping statistics for 198.133.219.25:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 160ms, Maximum =  161ms, Average =  160ms


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34611t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Pinging all the way!!! [7:34611]

2002-02-06 Thread Scott Baron

ping -t 198.133.219.25

-Original Message-
From: Tel Khan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 9:22 AM
To: [EMAIL PROTECTED]
Subject: Pinging all the way!!! [7:34611]


Hi folks, 
As far as i know if you ping an address it will usally responsed with 4
lines TTL. If i want to continue the ping lets say for over an hour is
there
a command to do this?

Thanks in advance.

Tel

Example:

C:\ping cisco.com

Pinging cisco.com [198.133.219.25] with 32 bytes of data:

Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
Reply from 198.133.219.25: bytes=32 time=161ms TTL=238

Ping statistics for 198.133.219.25:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 160ms, Maximum =  161ms, Average =  160ms




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34612t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Pinging all the way!!! [7:34611]

2002-02-06 Thread Patrick Ramsey

Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] destination-list

Options:
-t Ping the specified host until stopped.
   To see statistics and continue - type Control-Break;
   To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count   Number of echo requests to send.
-l sizeSend buffer size.
-f Set Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count   Record route for count hops.
-s count   Timestamp for count hops.
-j host-list   Loose source route along host-list.
-k host-list   Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.


 Tel Khan  02/06/02 09:21AM 
Hi folks, 
As far as i know if you ping an address it will usally responsed with 4
lines TTL. If i want to continue the ping lets say for over an hour is there
a command to do this?

Thanks in advance.

Tel

Example:

C:\ping cisco.com

Pinging cisco.com [198.133.219.25] with 32 bytes of data:

Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
Reply from 198.133.219.25: bytes=32 time=161ms TTL=238

Ping statistics for 198.133.219.25:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 160ms, Maximum =  161ms, Average =  160ms
  Confidentiality Disclaimer   
This email and any files transmitted with it may contain confidential and
/or proprietary information in the possession of WellStar Health System,
Inc. (WellStar) and is intended only for the individual or entity to whom
addressed.  This email may contain information that is held to be
privileged, confidential and exempt from disclosure under applicable law. If
the reader of this message is not the intended recipient, you are hereby
notified that any unauthorized access, dissemination, distribution or
copying of any information from this email is strictly prohibited, and may
subject you to criminal and/or civil liability. If you have received this
email in error, please notify the sender by reply email and then delete this
email and its attachments from your computer. Thank you.






Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34614t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Pinging all the way!!! [7:34611]

2002-02-06 Thread Gaz

ping 10.10.10.10 -t
or
ping 10.10.10.10 -n 3600 should do about an hour (ish) (very ish)

(In fact I nearly deleted the hour bit, because I'm sure it will open me up
to mass corrections - This is probably very inaccurate and dependant on
platform, but works for me)

Gaz

Tel Khan  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi folks,
 As far as i know if you ping an address it will usally responsed with 4
 lines TTL. If i want to continue the ping lets say for over an hour is
there
 a command to do this?

 Thanks in advance.

 Tel

 Example:

 C:\ping cisco.com

 Pinging cisco.com [198.133.219.25] with 32 bytes of data:

 Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
 Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
 Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
 Reply from 198.133.219.25: bytes=32 time=161ms TTL=238

 Ping statistics for 198.133.219.25:
 Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
 Approximate round trip times in milli-seconds:
 Minimum = 160ms, Maximum =  161ms, Average =  160ms




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34619t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Pinging all the way!!! [7:34611]

2002-02-06 Thread W. Alan Robertson

Sure, that's one way, but the preferred method is to format C:, and
install Linux.  (Warning: This may cause data loss...)

;)

- Original Message -
From: Scott Baron 
To: 
Sent: Wednesday, February 06, 2002 9:27 AM
Subject: RE: Pinging all the way!!! [7:34611]


 ping -t 198.133.219.25

 -Original Message-
 From: Tel Khan [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 06, 2002 9:22 AM
 To: [EMAIL PROTECTED]
 Subject: Pinging all the way!!! [7:34611]


 Hi folks,
 As far as i know if you ping an address it will usally responsed
with 4
 lines TTL. If i want to continue the ping lets say for over an hour
is
 there
 a command to do this?

 Thanks in advance.

 Tel

 Example:

 C:\ping cisco.com

 Pinging cisco.com [198.133.219.25] with 32 bytes of data:

 Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
 Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
 Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
 Reply from 198.133.219.25: bytes=32 time=161ms TTL=238

 Ping statistics for 198.133.219.25:
 Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
 Approximate round trip times in milli-seconds:
 Minimum = 160ms, Maximum =  161ms, Average =  160ms
[EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34625t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Pinging all the way!!! [7:34611]

2002-02-06 Thread Surya Prakash

Yeah right ;) Nice one.!


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
W. Alan Robertson
Sent: Wednesday, February 06, 2002 8:49 PM
To: [EMAIL PROTECTED]
Subject: Re: Pinging all the way!!! [7:34611]


Sure, that's one way, but the preferred method is to format C:, and
install Linux.  (Warning: This may cause data loss...)

;)

- Original Message -
From: Scott Baron 
To: 
Sent: Wednesday, February 06, 2002 9:27 AM
Subject: RE: Pinging all the way!!! [7:34611]


 ping -t 198.133.219.25

 -Original Message-
 From: Tel Khan [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 06, 2002 9:22 AM
 To: [EMAIL PROTECTED]
 Subject: Pinging all the way!!! [7:34611]


 Hi folks,
 As far as i know if you ping an address it will usally responsed
with 4
 lines TTL. If i want to continue the ping lets say for over an hour
is
 there
 a command to do this?

 Thanks in advance.

 Tel

 Example:

 C:\ping cisco.com

 Pinging cisco.com [198.133.219.25] with 32 bytes of data:

 Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
 Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
 Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
 Reply from 198.133.219.25: bytes=32 time=161ms TTL=238

 Ping statistics for 198.133.219.25:
 Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate 
 round trip times in milli-seconds:
 Minimum = 160ms, Maximum =  161ms, Average =  160ms
[EMAIL PROTECTED]
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34635t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Pinging all the way!!! [7:34611]

2002-02-06 Thread Tel Khan

Thanks for getting back to me. 


Tel khan


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34638t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Pinging all the way!!! [7:34611]

2002-02-06 Thread Chuck Larrieu

so when will the Linux IOS be ready for prime time?

I'm all in favor of open source code for Cisco routers ;-



W. Alan Robertson  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Sure, that's one way, but the preferred method is to format C:, and
 install Linux.  (Warning: This may cause data loss...)

 ;)

 - Original Message -
 From: Scott Baron
 To:
 Sent: Wednesday, February 06, 2002 9:27 AM
 Subject: RE: Pinging all the way!!! [7:34611]


  ping -t 198.133.219.25
 
  -Original Message-
  From: Tel Khan [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, February 06, 2002 9:22 AM
  To: [EMAIL PROTECTED]
  Subject: Pinging all the way!!! [7:34611]
 
 
  Hi folks,
  As far as i know if you ping an address it will usally responsed
 with 4
  lines TTL. If i want to continue the ping lets say for over an hour
 is
  there
  a command to do this?
 
  Thanks in advance.
 
  Tel
 
  Example:
 
  C:\ping cisco.com
 
  Pinging cisco.com [198.133.219.25] with 32 bytes of data:
 
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=161ms TTL=238
 
  Ping statistics for 198.133.219.25:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
  Approximate round trip times in milli-seconds:
  Minimum = 160ms, Maximum =  161ms, Average =  160ms
 [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34649t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Pinging all the way!!! [7:34611]

2002-02-06 Thread Kent Hundley

It's already prime time if you have a 2500.  Check it out:

http://www.mcvax.org/~koen/uClinux-cisco2500/

Probably not something you want to run in production, but pretty darn cool
nonetheless.

Regards,
Kent

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 9:30 AM
To: [EMAIL PROTECTED]
Subject: Re: Pinging all the way!!! [7:34611]


so when will the Linux IOS be ready for prime time?

I'm all in favor of open source code for Cisco routers ;-



W. Alan Robertson  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Sure, that's one way, but the preferred method is to format C:, and
 install Linux.  (Warning: This may cause data loss...)

 ;)

 - Original Message -
 From: Scott Baron
 To:
 Sent: Wednesday, February 06, 2002 9:27 AM
 Subject: RE: Pinging all the way!!! [7:34611]


  ping -t 198.133.219.25
 
  -Original Message-
  From: Tel Khan [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, February 06, 2002 9:22 AM
  To: [EMAIL PROTECTED]
  Subject: Pinging all the way!!! [7:34611]
 
 
  Hi folks,
  As far as i know if you ping an address it will usally responsed
 with 4
  lines TTL. If i want to continue the ping lets say for over an hour
 is
  there
  a command to do this?
 
  Thanks in advance.
 
  Tel
 
  Example:
 
  C:\ping cisco.com
 
  Pinging cisco.com [198.133.219.25] with 32 bytes of data:
 
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=161ms TTL=238
 
  Ping statistics for 198.133.219.25:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
  Approximate round trip times in milli-seconds:
  Minimum = 160ms, Maximum =  161ms, Average =  160ms
 [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34659t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Pinging all the way!!! [7:34611]

2002-02-06 Thread Sean Knox

Also, check out GNU Zebra, which basically turns a linux box into a IOS-ish
router. It has a pretty complete BGP, OSPF, and RIP implementation. Very
cool, getting better all the time. Plus, it's free and open source :)

GNU Zebra
http://www.zebra.org

- Sean

-Original Message-
From: Kent Hundley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 10:39 AM
To: [EMAIL PROTECTED]
Subject: RE: Pinging all the way!!! [7:34611]


It's already prime time if you have a 2500.  Check it out:

http://www.mcvax.org/~koen/uClinux-cisco2500/

Probably not something you want to run in production, but pretty darn cool
nonetheless.

Regards,
Kent

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 9:30 AM
To: [EMAIL PROTECTED]
Subject: Re: Pinging all the way!!! [7:34611]


so when will the Linux IOS be ready for prime time?

I'm all in favor of open source code for Cisco routers ;-



W. Alan Robertson  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Sure, that's one way, but the preferred method is to format C:, and
 install Linux.  (Warning: This may cause data loss...)

 ;)

 - Original Message -
 From: Scott Baron
 To:
 Sent: Wednesday, February 06, 2002 9:27 AM
 Subject: RE: Pinging all the way!!! [7:34611]


  ping -t 198.133.219.25
 
  -Original Message-
  From: Tel Khan [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, February 06, 2002 9:22 AM
  To: [EMAIL PROTECTED]
  Subject: Pinging all the way!!! [7:34611]
 
 
  Hi folks,
  As far as i know if you ping an address it will usally responsed
 with 4
  lines TTL. If i want to continue the ping lets say for over an hour
 is
  there
  a command to do this?
 
  Thanks in advance.
 
  Tel
 
  Example:
 
  C:\ping cisco.com
 
  Pinging cisco.com [198.133.219.25] with 32 bytes of data:
 
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=161ms TTL=238
 
  Ping statistics for 198.133.219.25:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
  Approximate round trip times in milli-seconds:
  Minimum = 160ms, Maximum =  161ms, Average =  160ms
 [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34665t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Pinging all the way!!! [7:34611]

2002-02-06 Thread Sean Knox

Looks like the Zebra site is down. If anyone is interested, I believe you
can download it from here: http://www.gnu.org/software/zebra/zebra.html

- Sean

-Original Message-
From: Sean Knox [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 11:30 AM
To: [EMAIL PROTECTED]
Subject: RE: Pinging all the way!!! [7:34611]


Also, check out GNU Zebra, which basically turns a linux box into a IOS-ish
router. It has a pretty complete BGP, OSPF, and RIP implementation. Very
cool, getting better all the time. Plus, it's free and open source :)

GNU Zebra
http://www.zebra.org

- Sean

-Original Message-
From: Kent Hundley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 10:39 AM
To: [EMAIL PROTECTED]
Subject: RE: Pinging all the way!!! [7:34611]


It's already prime time if you have a 2500.  Check it out:

http://www.mcvax.org/~koen/uClinux-cisco2500/

Probably not something you want to run in production, but pretty darn cool
nonetheless.

Regards,
Kent

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 9:30 AM
To: [EMAIL PROTECTED]
Subject: Re: Pinging all the way!!! [7:34611]


so when will the Linux IOS be ready for prime time?

I'm all in favor of open source code for Cisco routers ;-



W. Alan Robertson  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Sure, that's one way, but the preferred method is to format C:, and
 install Linux.  (Warning: This may cause data loss...)

 ;)

 - Original Message -
 From: Scott Baron
 To:
 Sent: Wednesday, February 06, 2002 9:27 AM
 Subject: RE: Pinging all the way!!! [7:34611]


  ping -t 198.133.219.25
 
  -Original Message-
  From: Tel Khan [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, February 06, 2002 9:22 AM
  To: [EMAIL PROTECTED]
  Subject: Pinging all the way!!! [7:34611]
 
 
  Hi folks,
  As far as i know if you ping an address it will usally responsed
 with 4
  lines TTL. If i want to continue the ping lets say for over an hour
 is
  there
  a command to do this?
 
  Thanks in advance.
 
  Tel
 
  Example:
 
  C:\ping cisco.com
 
  Pinging cisco.com [198.133.219.25] with 32 bytes of data:
 
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=160ms TTL=238
  Reply from 198.133.219.25: bytes=32 time=161ms TTL=238
 
  Ping statistics for 198.133.219.25:
  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
  Approximate round trip times in milli-seconds:
  Minimum = 160ms, Maximum =  161ms, Average =  160ms
 [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=34669t=34611
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]