- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Meter Rate Limiters
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2014 03:55 AM
10-10-2014 03:55 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2014 05:52 AM
10-21-2014 05:52 AM
Re: Meter Rate Limiters
Hello Sridhar,
Please have a look on the cases mentioned in below links see if this helps.
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