cancel
Showing results for 
Search instead for 
Did you mean: 

ingress rate-limit problem

ingress rate-limit problem

Tuomas_Rasku
New Contributor
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.
9 REPLIES 9

Pa_Trick
New Contributor
Hi,
We can confirm this problem.
We use the Software 15.5.3.4 patch1-6 on Extreme x460-24x.
We have the problem when we put the access-list with ingress policy on an interface away.
The other interfaces with an different acl they are affected.
As workaround we have load an other acl on an interface, so all interface with acl worked again.

But thats not a solution, is there something else that we can do.

Regards
Patrick

Jarek
New Contributor II
Hi Tuomas,

you wrote that sometimes ACL fail to install and you must unconfigure ACL's.
Maybe the ACL manager has a problem to install ACL because it has no space for it.

Could you show us:
for 24 port switch
sh access-list usage acl-slice port 1

For 48 port switch
sh access-list usage acl-slice port 1
sh access-list usage acl-slice port 25

and write on what model you have execute that command

Do you have ACL on ports only or mixed ports and vlan's ?

Regards
--
Jarek

Tuomas_Rasku
New Contributor
When this problem is on, there is no RX-trafic. Some TX-trafic goes, but only few bits.

Tuomas_Rasku
New Contributor
We have different EXOS versions on switshes, 15.3.1.4, 15.5.2.9 pathc1-5, 15.7.1.4. Same problem with all.
I can check the port utilization at next time when this problem occurs. But sometimes it might get i while.

Vellachery__Sum
Extreme Employee
Tuomas Rasku,

I have reviewed the configuration, the meter configuration looks fine. During the failed state, you have mentioned that no traffic will flood, can you please clarify this part?
Also, did you get a chance to look at the port utilization during a working condition and non-working condition? Command to check the port utilization "show ports utilization".
What is the EXOS Release running on the switch?

Regards,
Sumeesh.v

GTM-P2G8KFN