RE: Bandwidth restrictions on serial ports [7:26188]

2001-11-14 Thread Munzir Khan

Sounds like you're trying to use traffic SHAPING, not CAR

CAR uses a different type of Token Bucket than Shaping

The command on IOS should be frightfully similar to:

config terminal
access-list 101 permit tcp any any
interface serial 0/0 (your seiral#)
ip access-group 101 out
traffic-shape group 101 64000





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



Re: Bandwidth restrictions on serial ports [7:26188]

2001-11-13 Thread C Dry

Do a search for CAR (committed access rate) on CCO,
and police traffic based on an ACL.


Vajira Wijesinghe  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello Group,

 We have a small ISP which gives few 128k Leased lines (ppp
 configuration) from a Cisco 3640 router. This same router also the
 gateway to the international pipeline.
 Our requirement is to RESTRICT the international line usage by the
 Leased line customers.
 Preferably we look at limiting 128k leased lines to an effective 64k
 from our 3640, without making it appear to the customer end.
 Please let me know, is there a way to do the above restriction.

 Thanks,
 Vajira




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