cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
469
Views
0
Helpful
4
Replies

Bandwidth - RateLimit command

saquib.tandel
Level 1
Level 1

Hi All, Are the commands different for restricting bandwidth on Switch interface for Cisco2960 and cisco3560.

Wanna limit interface fa0/9 to 2MB

4 Replies 4

dankennedy
Level 1
Level 1

Hi Saquib. You could use a policy map to do this.

ip access-list extended ALL_TRAFFIC

permit ip any any

!

class-map match-all ALL_IP

match access-group name ALL_TRAFFIC

!

policy-map 2MB_LIMIT

class ALL_IP

police 2000000 50000 exceed-action drop

!

interface FastEthernet0/9

service-policy input 2MB_LIMIT

Thanks

Dan.

what does 50000 refers in command " police 2000000 50000 exceed-action drop

!

"

Looking similar with Rate-Limit for Cisco 2960 Switch

Its the burst value.

Review Cisco Networking products for a $25 gift card