RE: ICMP Traffic [7:61453]

2003-01-21 Thread Andrew Larkins
What exactly are you after - ICMP and telnet are very different!! -Original Message- From: Johan Bornman [mailto:[EMAIL PROTECTED]] Sent: 21 January 2003 15:58 To: [EMAIL PROTECTED] Subject: ICMP Traffic [7:61453] How do I prioritize ICMP (Telnet) traffic on a 1601, no routing protocol i

Re: ICMP Traffic [7:61453]

2003-01-21 Thread Captian Lance
You can use queuing to accomplish priority by protocol, however ICMP and Telnet are two different protocols. Telnet, an application layer protocol, does not use ICMP. ICMP, a network layer protocol, is used for message delivery, such as Echo requests and echo replies (PING). If you need addition

Re: ICMP Traffic [7:61453]

2003-01-21 Thread Priscilla Oppenheimer
Captian Lance wrote: > > You can use queuing to accomplish priority by protocol, however > ICMP and > Telnet are two different protocols. Telnet, an application > layer protocol, > does not use ICMP. ICMP, a network layer protocol, is used for > message > delivery, such as Echo requests and echo

Re: ICMP Traffic [7:61453]

2003-01-21 Thread Barbu Alexandru
Either with queuing or by turning on the nagle algorithm. service nagle Alexandru Barbu CCAI --- Johan Bornman wrote: > How do I prioritize ICMP (Telnet) traffic on a 1601, > no routing protocol > involved. [EMAIL PROTECTED] __ Do You Yahoo

Re: ICMP Traffic [7:61453]

2003-01-21 Thread Priscilla Oppenheimer
Nobody caught the typo! :-) In the priority list for ICMP (which I copied from the Telent example), I left in the keyword TCP. Obviously, it shouldn't be there. ICMP runs directly above IP and does not use TCP. Priscilla Priscilla Oppenheimer wrote: > > Captian Lance wrote: > > > > You can use

Re: ICMP Traffic [7:61453]

2003-01-21 Thread Priscilla Oppenheimer
=?iso-8859-1?q?Barbu=20Alexandru?= wrote: > > Either with queuing or by turning on the nagle > algorithm. > > service nagle The Nagle algorithm won't prioritize Telnet. It will make it more efficent and also avoid congestion caused by Telnet, but on modern networks, Telnet is not likely to be a

RE: ICMP Traffic [7:61453]

2003-01-21 Thread Johan Bornman
[mailto:[EMAIL PROTECTED]] Sent: 21 January 2003 22:08 To: [EMAIL PROTECTED] Subject: Re: ICMP Traffic [7:61453] Captian Lance wrote: > > You can use queuing to accomplish priority by protocol, however > ICMP and > Telnet are two different protocols. Telnet, an application > layer

RE: ICMP Traffic [7:61453]

2003-01-22 Thread Priscilla Oppenheimer
Johan Bornman wrote: > > Priscilla and the rest of the group, > > Thanks for your reply. > > No, I don't want to prioritize ICMP, my mistake, only telnet > traffic. > > More questions though. > 1. Do I have to add the "priority-list 1 protocol ip high tcp > telnet" on both sides of the link as