I have tried to shape the traffic over a hdlc connection, like 
Traffic-shape group 100 128000 128000 128000.

Well, it just limits the traffic to 128k and that's all, no burst accepted.
I wanted to set something like CIR and MIR.
Any thoughts ?
I use C2620, IOS 12. Ent

Merci,
Costin

-----Original Message-----
From: Mike Bernico [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 17, 2002 9:16 PM
To: [EMAIL PROTECTED]
Subject: RE: Bandwith [7:32264]

Actually that's not exactly true.  There are two different types of traffic
shaping, GTS and FRTS.  FRTS is specific to frame, but GTS as used in the
example below works just fine with any interface.  Very simular to traffic
shaping is policing, which can be accomplished by CAR (the rate-limit
command) or class based policing.  I would recommend class based policing if
possible because it will allow you to use CEF and possibly tag for QoS in
the future.  

So what's the difference between shaping and policing?  Policing is more
strict and more likely to be used on a service provider router limiting a
customer while shaping is more likely to be used on a customer router going
to a service provider.

Mike

-------------------
Mike Bernico                     [EMAIL PROTECTED]
Illinois Century Network      http://www.illinois.net
(217) 557-6555


> -----Original Message-----
> From: Dion, Thierry [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 17, 2002 10:53 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Bandwith [7:32264]
> 
> 
> traffic shapping is use with FR if U haven't FR, TR will not work.
> 
> T.dion
> CCNP certified
> 
> -----Message d'origine-----
> De : Hire, Ejay [mailto:[EMAIL PROTECTED]]
> Envoyi : jeudi 17 janvier 2002 16:04
> @ : [EMAIL PROTECTED]
> Objet : RE: Bandwith [7:32264]
> 
> 
> For Ios 11.3 you can restrict outbound traffic rates, using 
> the traffic
> shape command, but I don't know how to do incoming traffic.
> interface serial 0/0
>  traffic-shape rate 131072
> 
> In Ios 12.0, there is a handy feature that will do what you 
> want...you can
> rate-limit it. 
> 
> interface Serial 0/0
>  rate-limit input 131072 0 0 conform-action transmit 
> exceed-action drop
>  rate-limit output 131072 0 0 conform-action transmit 
> exceed-action drop
> 
> And, you can set burst sizes on these to allow your customer 
> to go above the
> maximum rate for short periods of time.  If you wanted to 
> give them 128k,
> but burstable to 256k, then it would be
> interface serial 0/0
>  rate-limit input 131072 131072 131072 conform-action 
> transmit exceed-action
> drop
>  rate-limit output 131072 131072 131072 conform-action transmit
> exceed-action drop
> 
> (The first 131072 is the 128k committed.  The second and 
> third 131072 is the
> additional 128k burstable.  the format of the command is rate-limit
> (input/output) (cir) (normal-cbr) (max-cbr) conform-action 
> (...) exceed
> action (...))
> 
> To verify the configuration 
> Show interface serial 0/0 rate-limit...
> 
> Let me know if you need more help.
> 
> -Ejay
> 
> p.s.  Expiring .net company Cisco Consultant for sale or rent 
> (me).  Contact
> off-list for $
> 
> -----Original Message-----
> From: kaushalender [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 17, 2002 2:24 AM
> To: [EMAIL PROTECTED]
> Subject: Bandwith [7:32264]
> 
> 
> Hi all,
> 
> 
> I have 2610 router on which i want that i can restrict bandwith to 
> 128kbs on  serial port which is directly connected to my customer's 
> router on HDSL encapsulation . How can i do that whithout 
> using modem in 
> between .Plz guide me .
> 
> Thanx in advance
> kaushalender




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

Reply via email to