I'm having problem with access-list that i'm using for user ports ingress-limit. Sometimes access-list just seems to fail. User get IP-address, but no trafic will flood.
Only way to solve that problem is unconfigure access-list for that user port and put it back.
Meter that i use is:
create meter meter10M
configure meter meter10M committed-rate 11000 Kbps max-burst-size 500 Kb out-actions drop
And my policy-file:
entry policy {
if match all {
}
then {
permit;
meter meter10M ;
}}
How i use it under port:
configure access-list in_10M port 2 ingress
Does anyone have same problem? Or am i doing something wrong?
I have x460, x440, x430 switches and it's same problem with all of them.