HPE Aruba Networking & ProVision-based
1833611 Members
3420 Online
110062 Solutions
New Discussion

MSR3012 rate-limit

 
SOLVED
Go to solution
grandprix
Occasional Contributor

MSR3012 rate-limit

Hello! please tell me how to set the speed limit(rate-limit command doesn't work) on the router, there is a limitation of 20 mb / s, I need to increase it to 50, nowhere can't find information how to do this.

6 REPLIES 6
Ivan_B
HPE Pro

Re: MSR3012 rate-limit

Hi @grandprix !

It would greatly help if you could be so kind to share more details about the current configuration that works with speed-limit set to 20 Mbps and how exactly did you try to raise the limit to 50 Mbps. Also, I couldn't understand if the link that you are trying to "increase" can handle the desired bandwidth at all. Did you try to remove all the limits and see if that link is capable of 50 Mbps?

Another point - what is that misterious "rate-limit" command that "doesn't work"? You can set the rate limit in Comware 7 either by QoS policy or directly on the interface by "qos lr ..." or "qos car ..."" commands, but I am not aware about any "rate-limit" command you are referring to...

 

I am an HPE employee

Accept or Kudo

grandprix
Occasional Contributor

Re: MSR3012 rate-limit

This is the problem that I don't know how to view and configure the speed limit on this router, all I found in the manuals is the rate-limit command. please tell me if there is a detailed manual on the commands for this router?

Ivan_B
HPE Pro

Re: MSR3012 rate-limit

I am afraid you are reading a guide for some other product, not the MSR30xx. But there is something I don't understand - you said there is a rate limit of 20 Mbps configured in the router. Can't you see how is it configured and just change it to 50 Mbps? If you think it is the "rate-limit" command, may be I am missing something here, let's see the configuration together - post it here, at least the rate-limit part.

Anyhow, let me point you to the correct guides:

ACL and QoS configuraiton guide - https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c05028094
ACL and QoS command reference guide - https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c05370672

 

I am an HPE employee

Accept or Kudo

grandprix
Occasional Contributor

Re: MSR3012 rate-limit

Hello!

vlan 1
#
traffic classifier DATA_GREEN_CLINIC operator and
if-match acl 3020
#
traffic classifier DATA_SHIPAGER operator and
if-match acl 3010
#
traffic behavior GREEN_CLINIC
car cir 80000 cbs 5000000 ebs 0 green pass red discard yellow pass
#
traffic behavior SHIPAGER
car cir 20000 cbs 625000 ebs 0 green pass red discard yellow pass
#
qos policy INTERNET
classifier DATA_SHIPAGER behavior SHIPAGER
classifier DATA_GREEN_CLINIC behavior GREEN_CLINIC

Ivan_B
HPE Pro

Re: MSR3012 rate-limit

Hi @grandprix !

I saw your last message, but if you have any question, please, ask it. The part of configuration provided in the message is ok, but not complete - you didn't mention contents of ACL 3020 and 3010 and also I don't see in which direction you applied that ACL and on which port.

 

I am an HPE employee

Accept or Kudo

grandprix
Occasional Contributor
Solution

Re: MSR3012 rate-limit

Hello! thanks for the help, I will study