cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
368
Views
3
Helpful
2
Replies

BandwidthControl catalyst 3750

nahas7211
Level 1
Level 1

Hi all,

I had posted this question earlier.I want to do bandwidth control on a catalyst 3750 series per port through snmp(which mibs,oids to use etc).Please help

2 Replies 2

s-doyle
Level 3
Level 3

To limit bandwidth on an L2 interface you will need to configure policing using a policy map. Below is a sample config:

!

qos aggregate-policer TestLimit 128000 bps 1000 byte conform-action transmit

exceed-action' drop

!

class-map match-all Test

match access-group 110

!

policy-map Test

class Test

police aggregate TestLimit

!

interface FastEthernet5/1

service-policy input Test

!

access-list 110 permit ip host 10.10.10.0 any

Configuring QoS on the Catalyst 3550:

http://www.cisco.com/univercd/cc/td/doc/product/lan/c3550/1218ea1/3550scg/swqos.htm

Classifying, Policing, and Marking Traffic by Using Policy Maps:

http://www.cisco.com/univercd/cc/td/doc/product/lan/c3550/1218ea1/3550scg/swqos.htm#94135

Tnx for the reply,i was wondering if anyone had tried it using snmp,basically i am looking for what oids to use and which mibs to load.Pls help