Software Defined Networking
1828212 Members
2444 Online
109975 Solutions
New Discussion

Meter Rate Limiters

 
srisiv
Occasional Contributor

Meter Rate Limiters

Hi,

I am trying to rate limit the traffic matching certain flows. I am using the HP VAN SDN controller version 2.0.0 and a hp 2920 switch. I initially tried using OpenFlow 1.3 and was able add flows (without meter instructions) and a meter limiter. However, while I was able to add a meter id instruction to the OfmMutableFlowMod, I got an unsupported instruction error when I checked the result via a MessageFuture after sending the Ofmflowmod. There was no exception thrown by the controller. So I checked the HP2920 documentation and it says it supports rate limiters for OpenFlow 1.0.

 

So now if I were to re-write the code for the HP application using OpenFlow 1.0, how do I associate an OfmMutableFlowMod with a rate limiter id?

 

Thanks and Regards,

Sridhar

 

PS: Would you be aware of any HP switch models that support meter rate limiters for OpenFlow 1.3?

1 REPLY 1
sdnindia
Trusted Contributor

Re: Meter Rate Limiters

Hello Sridhar,

 

Please have a look on the cases mentioned in below links see if this helps.

http://h30499.www3.hp.com/t5/SDN-Development/QoS-Extension-add-limiter/m-p/6313129/highlight/true#M94

http://h30499.www3.hp.com/t5/SDN-Development/HP-3500yl-Attach-a-flow-to-a-meter-via-Ryu-controller/m-p/6614250/highlight/true#M432

Also please check the Controller Java API docs version 2.0 there is a package com.hp.util.rs.rate  which has two classes AbstractLimiterFilter and RateLimiter.

 

Please let us know if this solves your problem or you still face some issue.

 

Thanks,

HP SDN Team