Hello, Would anyone know how to rate Morpheus and IRC etc as low priority traffic and capped to 128k on a Cisco 2501 with IOS 11.1? Regards, Sahil Gupta NET4U Limited ------------------------------------ NET4U -- www.net4u.co.nz Home of the new - $24.95 128k ADSL Nationwide Internet Service Provider ------------------------------------ - To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
Hello, Would anyone know how to rate Morpheus and IRC etc as low priority traffic and capped to 128k on a Cisco 2501 with IOS 11.1?
Regards,
Sahil Gupta NET4U Limited
------------------------------------ NET4U -- www.net4u.co.nz Home of the new - $24.95 128k ADSL Nationwide Internet Service Provider ------------------------------------
- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
I didn't think a 2501 passed packets any faster than that anyway? Dean (Ok that was low. Really low. But I think this groups needs some humour at the moment, so I'm gonna let it slide) On Tue, Feb 26, 2002 at 09:02:25PM +0000, Sahil Gupta - NET4U wrote: - To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
Is it possible to specidy a proxy? That means all the packets flowing through will automatically go through a specified proxy server? Regards, Sahil Gupta NET4U Limited ------------------------------------ NET4U -- www.net4u.co.nz Home of the new - $24.95 128k ADSL Nationwide Internet Service Provider ------------------------------------ On Wed, 27 Feb 2002, Dean Pemberton wrote:
I didn't think a 2501 passed packets any faster than that anyway?
Dean
(Ok that was low. Really low. But I think this groups needs some humour at the moment, so I'm gonna let it slide)
On Tue, Feb 26, 2002 at 09:02:25PM +0000, Sahil Gupta - NET4U wrote:
Hello, Would anyone know how to rate Morpheus and IRC etc as low priority traffic and capped to 128k on a Cisco 2501 with IOS 11.1?
Regards,
Sahil Gupta NET4U Limited
------------------------------------ NET4U -- www.net4u.co.nz Home of the new - $24.95 128k ADSL Nationwide Internet Service Provider ------------------------------------
- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
Is it possible to specidy a proxy? That means all the packets flowing through will automatically go through a specified proxy server?
Regards,
Sahil Gupta NET4U Limited
------------------------------------ NET4U -- www.net4u.co.nz Home of the new - $24.95 128k ADSL Nationwide Internet Service Provider ------------------------------------
On Wed, 27 Feb 2002, Dean Pemberton wrote:
I didn't think a 2501 passed packets any faster than that anyway?
Dean
(Ok that was low. Really low. But I think this groups needs some humour at the moment, so I'm gonna let it slide)
On Tue, Feb 26, 2002 at 09:02:25PM +0000, Sahil Gupta - NET4U wrote:
Hello, Would anyone know how to rate Morpheus and IRC etc as low priority
You could bounce/NAT the traffic transparently i guess..
and pass it out another link.. eg a jetstart circuit haha! (i didnt say
that)
----- Original Message -----
From: "Sahil Gupta - NET4U"
and capped to 128k on a Cisco 2501 with IOS 11.1?
Regards,
Sahil Gupta NET4U Limited
------------------------------------ NET4U -- www.net4u.co.nz Home of the new - $24.95 128k ADSL Nationwide Internet Service Provider ------------------------------------
- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
I don't think asking "how do I do something on a Cisco" is really what this
list is designed for....
No idea what Version of IOS you are running but look up the command
rate-limit on the Cisco Web Site (http://www.cisco.com) And do something
like this (if your version supports it)
Int Ethernet 0
rate-limit output access-group 150 64000 8000 8000 conform-action
continue exceed-action drop
!
access-list 150 permit tcp any any eq 1214
(Limits port 1214 (Kazaa) to 64K) (but its a lot better to read up the docs
yourself as I did this from memory)
Thanks
Craig Whitmore
Orcon Internet
http://www.orcon.net.nz
----- Original Message -----
From: "Sahil Gupta - NET4U"
Is it possible to specidy a proxy? That means all the packets flowing through will automatically go through a specified proxy server?
- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
What I am trying to do is make all traffic go via the proxy server for a net cafe. I was wondering, if it is possible to add a command on the Cisco 2501 running IOS 11.1 that'd proxy all the traffic via a proxy server on the local network. Otherwise, we'll simply rate-limit particular ports. Regards, Sahil Gupta NET4U Limited ------------------------------------ NET4U -- www.net4u.co.nz Home of the new - $24.95 128k ADSL Nationwide Internet Service Provider ------------------------------------ On Wed, 27 Feb 2002, Craig Whitmore wrote:
I don't think asking "how do I do something on a Cisco" is really what this list is designed for....
No idea what Version of IOS you are running but look up the command rate-limit on the Cisco Web Site (http://www.cisco.com) And do something like this (if your version supports it)
Int Ethernet 0 rate-limit output access-group 150 64000 8000 8000 conform-action continue exceed-action drop ! access-list 150 permit tcp any any eq 1214
(Limits port 1214 (Kazaa) to 64K) (but its a lot better to read up the docs yourself as I did this from memory)
Thanks Craig Whitmore Orcon Internet http://www.orcon.net.nz
----- Original Message ----- From: "Sahil Gupta - NET4U"
To: "Dean Pemberton" Cc: Sent: Wednesday, February 27, 2002 10:46 AM Subject: Re: Traffic Shaping Is it possible to specidy a proxy? That means all the packets flowing through will automatically go through a specified proxy server?
- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
What I am trying to do is make all traffic go via the proxy server for a net cafe.
I was wondering, if it is possible to add a command on the Cisco 2501 running IOS 11.1 that'd proxy all the traffic via a proxy server on the local network.
Otherwise, we'll simply rate-limit particular ports.
As I previously said, use WCCP. As I also previously said, this is not the forum for this discussion. Cheers. James Tyson. "Upgrade your grey matter, 'coz one day it may matter." - To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
On Wed, Feb 27, 2002 at 02:34:49PM +1300, James Tyson wrote: As I previously said, use WCCP. You don't have too --- you can, if you wish, use a policy route. As I also previously said, this is not the forum for this discussion. Sure it is. --cw - To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
A policy route will happily redirect traffic, even if the proxy is down i.e. if the proxy dies, so does web access. WCCP or a layer 4 switch are better solutions, in this case... Cheers, Gordon
-----Original Message----- From: owner-nznog(a)list.waikato.ac.nz [mailto:owner-nznog(a)list.waikato.ac.nz]On Behalf Of Chris Wedgwood Sent: Wednesday, 27 February 2002 16:27 To: James Tyson Cc: Sahil Gupta - NET4U; Craig Whitmore; Dean Pemberton; nznog(a)list.waikato.ac.nz Subject: Re: Traffic Shaping
On Wed, Feb 27, 2002 at 02:34:49PM +1300, James Tyson wrote:
As I previously said, use WCCP.
You don't have too --- you can, if you wish, use a policy route.
As I also previously said, this is not the forum for this discussion.
Sure it is.
--cw -
- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
Craig Whitmore wrote:
I don't think asking "how do I do something on a Cisco" is really what this list is designed for....
There might be better lists, but certainly this type of discussion *is* of interest to many network operators. I'd hate to see technical discussion curtailed so that this list becomes nothing more than a place for ISPs to post their latest BGP filter lists. Post on! -Craig - To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
On Tuesday, February 26, 2002, at 09:05 , Craig Anderson wrote:
Craig Whitmore wrote:
I don't think asking "how do I do something on a Cisco" is really what this list is designed for....
There might be better lists, but certainly this type of discussion *is* of interest to many network operators. I'd hate to see technical discussion curtailed so that this list becomes nothing more than a place for ISPs to post their latest BGP filter lists.
cisco-nsp is arguably a better list to ask the question: http://puck.nether.net/lists/cisco-nsp/ And Google is arguably a better place to find an answer: http://www.google.ca/search?q=redirect+traffic+to+a+proxy+on+a+cisco Joe - To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
On Wed, Feb 27, 2002 at 11:01:58AM +1300, Craig Whitmore wrote: I don't think asking "how do I do something on a Cisco" is really what this list is designed for.... Sure it is... surely it's better than the standard tirades and rants here? Even this reply deserves to be moderated out of existence. --cw - To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
On Tue, Feb 26, 2002 at 09:46:31PM +0000, Sahil Gupta - NET4U wrote: Is it possible to specidy a proxy? That means all the packets flowing through will automatically go through a specified proxy server? See cisco docs on policy routes... you can do this based on some ACL or whatever. For comples ACLs, you'll eat alot of CPU though. --cw - To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog
participants (9)
-
Chris Wedgwood
-
Craig Anderson
-
Craig Spiers
-
Craig Whitmore
-
Dean Pemberton
-
Gordon Smith
-
James Tyson
-
Joe Abley
-
Sahil Gupta - NET4U