ingress rate-limit problem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-02-2015 05:12 AM
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.
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-18-2016 02:55 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-12-2016 11:56 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-12-2016 05:29 AM
When this problem is on, there is no RX-trafic. Some TX-trafic goes, but only few bits.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-02-2015 07:12 AM
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.
I can check the port utilization at next time when this problem occurs. But sometimes it might get i while.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-02-2015 06:49 AM
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
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
