Limiting bandwidth on an interface

From: Leigh Harrison (ccileigh@gmail.com)
Date: Tue Oct 18 2005 - 14:15:45 GMT-3


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