Switch configuration.

Hi all,

does anyone know whether is possible to limit bandwidth port by port on a switch Catalyst 4006. I mean I would limit bandwidth under 1Mbits/sec (sometimes 256 other 512) for a particular port. This for an experiment.

Thanks, Alex.

Reply to
AM
Loading thread data ...

You can do it with a Supervisor III on IOS. Create a policer and apply it to the port:

policy-map 1meg_port class default police 1000000 8000 8000 conform-action transmit exceed-action drop

int f0/1 service-policy input 1meg_port

formatting link

-DW

AM wrote:

Reply to
David West

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.