cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
365
Views
5
Helpful
1
Replies

Best Way To Regulate Data Rate For A Single Port

alexb
Level 1
Level 1

Hi All,

I have a 3750 vlan'ed but need to reduce the speed of a single port below 10mb...what is the best way to regulate the throughput of a single port when a specific rate is needed (i.e. when the max desired throughput is not 10mb or 100mb)?

Thanks in advance!

1 Reply 1

Hello,

you can use the interface command:

storm-control unicast level 10.00

or

storm-control unicast bps 10000000

The first command will limit bandwidth to 10% of what is available, the second will limit bandwidth to 10Mbps, effectively achieving the same thing.

Check this link to the relevant configuration reference:

Configuring Storm Control

http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_guide_chapter09186a00802c10bc.html#wp1063295

HTH,

GP