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
Sahil, If ICQ traffic uses fixed well known IP address and/or sockets then you can cap bandwidth with the "traffic-shape" IOS interface command. I don't know if this is the case or not. For example, here's how we cap SMTP traffic at 128K. First setup an extended access-list defining the IP addresses/sockets you want to cap. ! SMTP mail no access-list 125 access-list 125 permit tcp any any eq smtp access-list 125 permit tcp any eq smtp any The apply it to your interfaces - interface serial0 traffic-shape group 125 128000 interface ethernet0 traffic-shape group 125 128000 This will cap all SMTP at 128K in & out. regards Denis Gordon Network Administrator Information Systems Technical Support Dunedin City Council 50 The Octagon, PO Box 5045, Dunedin, New Zealand Ph: +64-3-474 3566 Fax: +64-3-474 3503 Mobile: 025 845 583 Email: denis(a)dcc.govt.nz WWW: http://www.CityOfDunedin.com/ -----Original Message----- From: Dean Pemberton [mailto:dean(a)flatnet.gen.nz] Sent: Wednesday, 27 February 2002 10:24am To: Sahil Gupta - NET4U Cc: nznog(a)list.waikato.ac.nz Subject: Re: Traffic Shaping 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 - To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog