Link to home
Start Free TrialLog in
Avatar of fntech2009
fntech2009

asked on

Cisco 2960 Inbound Rate Limiting Command

Hi,

I used srr-que command to do outbound bandwidth limit and I've used this command example to do inbound rate limiting on Cisco 2960.

mls qos

ip access-list extended ACL_SLAP
 permit ip any any

class-map match-all CLASS_SLAP
  match access-group name ACL_SLAP

policy-map POLICY_SLAP
  class CLASS_SLAP
    police 8000000 100000 exceed-action drop

interface GigabitEthernet0/2
 service-policy input POLICY_SLAP

I dont really understand whats the correct burst size that need to be configure for 1mb, 10mb, 100mb or so. Need an expert advise to enlighten the correct burst size and for each rate limiting mentioned above.

ASKER CERTIFIED SOLUTION
Avatar of equarando
equarando

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fntech2009
fntech2009

ASKER

case close