RE: Limiting bandwidth on an interface

From: Brian McGahan (bmcgahan@internetworkexpert.com)
Date: Tue Oct 18 2005 - 14:52:09 GMT-3


Leigh,

        Unless you want to drop excess traffic you should shape. If
this is your own outbound link and the other side is policing inbound it
is more appropriate to shape, as this will reduce the need for end hosts
to retransmit. Furthermore you can simplify your configuration by using
the default class in the policy-map:

policy-map SHAPE
  class class-default
   shape average 5000000

HTH,

Brian McGahan, CCIE #8593
bmcgahan@internetworkexpert.com

Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987 x 705
Outside US: 775-826-4344 x 705
24/7 Support: http://forum.internetworkexpert.com
Live Chat: http://www.internetworkexpert.com/chat/

> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf
Of
> Leigh Harrison
> Sent: Tuesday, October 18, 2005 12:16 PM
> To: FORUM
> Subject: Limiting bandwidth on an interface
>
> All,
>
> When asked to configure an interface so that only 5meg is allocated
for
> all traffic would it be better to do this:-
>
> class-map ALLtraffic
> match any
> policy-map anything5MEG
> class ALLtraffic
> police 5000000
> interface f0/0
> service-policy input anything5MEG
> service-policy output anything5MEG
>
> Or should I opt for the more simple:-
>
> interface f0/0
> bandwidth 5000000
>
> Both would have the desired squeezing effect.
>
> Comments ?
>
> LH
>
>



This archive was generated by hypermail 2.1.4 : Sun Nov 06 2005 - 22:00:51 GMT-3