08-06-2019 06:38 PM - edited 08-06-2019 06:38 PM
Thank you all your suggestions In advance,
I would like to limit bandwidth on 2960s
so, it works for egress
srr-queue bandwidth limit 20 ( for 200mbps / giga int)
However, How to limit bandwidth for ingress on 2960s ?
Thank you.
Solved! Go to Solution.
08-07-2019 05:57 AM
08-06-2019 07:52 PM
08-06-2019 08:52 PM - edited 08-07-2019 05:56 PM
Thank you so much for the suggestion Francesco,
Would you check it up for the config below ? (150mbps limit for both direction on giga int)
mls qos
access-list 199 permit ip any any
class-map match-all 150m
match access-group 199
policy-map 150-limit
class 150m
police 150000000 500000 exceed-action drop (don't know exactly calculate Bursting size, so I just took it as big as 500000)
interface GigabitEthernet1/0/31
srr-queue bandwidth limit 20 ( it works for egress I know)
service-policy input 150-limit
Egress is good, but can't handling Ingress.
burst size on my 2960s CLI is below
7F_SW3(config-pmap-c)#police 150000000 ?
<8000-1000000> Normal burst bytes
08-07-2019 05:57 AM
08-07-2019 06:03 PM
I guess there's some bug or h/w problem on my switch.
anyway,
thank you for ur kind and specific reply Francesco.
Best regards.
08-08-2019 07:32 PM
08-11-2019 06:35 PM
Hello Francesco,
Thank you for your reply
I'm using 2960s with ISO (C2960S-UNIVERSALK9-M, Version 15.0(2)SE11, RELEASE SOFTWARE (fc3)
srr bandwidth limit works, but policing not.
srr works great without policing config.
however policing with srr combination didn't work together on my 2960s
Can't be using together.
and,
using just only policing config ?
It doesn't work too.
just only srr limit is work.
08-12-2019 02:47 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide