Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuring Bandwidth Control on CAT 3550

Status
Not open for further replies.

crisisman

ISP
Mar 6, 2003
1
SG
Hi,
I am trying to configure my Cisco Catalyst 3550 switch with bandwidth control function it is running 12.1(11)EA1 IOS.
What I did is to follow the examples provided in the cisco website: But I am trying to limit the outgoing bandwidth and not incoming and it is stated in the cisco site that only match ip dscp is support for that purposes. However, I have tried on the dscp number and none seems to work.
Below is my class-map:
class-map match-all BWC
match ip dscp 2

Below is my policy map:
policy-map EMb
class BWC
police 64000 8000 exceed-action drop

And this is the interface that I am working on:
interface FastEthernet0/2
no switchport
bandwidth 512
ip address x.x.x.x 255.255.255.240
duplex full
speed 100
service-policy output EMb
storm-control broadcast level 50.00

My aim is to limit the amount of outgoing bandwidth on my interface to 128kbps.
Any assistance would be greatly appreicated.

Regards,
Vincent
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top