Software Defined Networking
1828243 Members
2736 Online
109975 Solutions
New Discussion

Want to use hardware flow-table on my HPE Openflow switch

 
jovo_92
Occasional Visitor

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

1 REPLY 1
ShaunWackerly
HPE Pro

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?

  1. An example of the flow you're trying to push (showing matches + actions)
  2. 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

I am an HPE Employee