- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: Want to use hardware flow-table on my HPE Open...
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
12-12-2016 06:58 AM - last edited on 12-13-2016 08:59 PM by Parvez_Admin
12-12-2016 06:58 AM - last edited on 12-13-2016 08:59 PM by Parvez_Admin
Want to use hardware flow-table on my HPE Openflow switch
Hi,
I want to use hardware flow-table on my HP openflow switch, but when I type command flow-location hardware-only, I get next message on the controller:
[openflow.of_01 ] [2c-41-38-1b-43-80|30 8] connected
[openflow.of_01 ] [2c-41-38-1b-43-80|30 8] OpenFlow Error:
[2c-41-38-1b-43-80|30 8] Error: header:
[2c-41-38-1b-43-80|30 8] Error: version: 1
[2c-41-38-1b-43-80|30 8] Error: type: 1 (OFPT_ERROR)
[2c-41-38-1b-43-80|30 8] Error: length: 76
[2c-41-38-1b-43-80|30 8] Error: xid: 229
[2c-41-38-1b-43-80|30 8] Error: type: OFPET_FLOW_MOD_FAILED (3)
[2c-41-38-1b-43-80|30 8] Error: code: OFPFMFC_EPERM (2)
[2c-41-38-1b-43-80|30 8] Error: datalen: 64
[2c-41-38-1b-43-80|30 8] Error: 0000: 01 0e 00 50 00 00 00 e5 00 10 00 07 00 00 00 00 ...P............
[2c-41-38-1b-43-80|30 8] Error: 0010: 00 00 00 00 01 23 20 00 00 01 00 00 00 00 88 cc .....# .........
[2c-41-38-1b-43-80|30 8] Error: 0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
[2c-41-38-1b-43-80|30 8] Error: 0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Do you know how to enable it?
Greetings,
Jovo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016 06:33 AM
12-14-2016 06:33 AM
Re: Want to use hardware flow-table on my HPE Openflow switch
Hi Jovo,
Could you please provide the following information so that we can give an accurate answer to your question?
- An example of the flow you're trying to push (showing matches + actions)
- The switch model and firmware you are using
When you enter the command "flow-location hardware-only" it will cause the switch to reject any flows which cannot be supported in the hardware table. The OFPT_ERROR message you're receiving below is sent because the flow you attempted to push cannot be supported in the hardware table.
Is there a specific reason that you are using OpenFlow 1.0 rather than OpenFlow 1.3?
Shaun