cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
570
Views
0
Helpful
7
Replies

traffic shape on a switch 3550

rezaalikhani
Level 3
Level 3

Hi,

How can I limit bandwidth to 64k for example on the interface 0/1 in a switch 3550?

Thanx

7 Replies 7

pkhatri
Level 11
Level 11

Hi Reza,

If you wish to limit both inbound and outbound traffic to 64k, you can do the following:

policy-map Policer

class class-default

police 64000

!

interface FastEthernet0/1

service-policy output Policer

service-policy input Policer

!

Hope that helps - pls rate posts that help.

Regards,

Paresh

thanks for your reply, but that did not work.

Hello,

you might want to try unicast stormcontrol:

interface FastEthernet0/1

storm-control unicast level 0.06

This would limit the unicast traffic to 60K (unfortunately you cannot set this value to anything more specific, since it has only three digits)...

Regards,

GP

Thanx

you mean we are unable to limit bandwidth on an interface in a 3550? right?

your suggession about using "storm-control", what does happen when I want to limit a Gig Ethernet to 64 K?

Hi Reza,

I did not include the burst parameter in that config. If you apply the following, it should work - I've justr tried it on a 3550 myself...

policy-map Policer

class class-default

police 64000 8000 exceed-action drop

!

interface FastEthernet0/1

service-policy output Policer

service-policy input Policer

!

Hope that helps - pls rate posts that help.

Regards,

Paresh

Thanks

Hi Rezam

Out of curiosity, could you advise if that worked.

Paresh

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: