Hello,

I am configuring flows in HP switch with OF 1.3. As I understand, that I
can only insert flows in table 100, 200,200+.

The network is like this:
h1-(port 3)s1(port 15) - (port 15)s2(port 4)-h2

Below is the flow  which I have inserted with ofctl rest previously:

bash-4.1$ ovs-ofctl -O OpenFlow13 dump-flows tcp:10.10.10.15:6633
OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x0, duration=202.439s, table=200, n_packets=0, n_bytes=0,
priority=1,in_port=4 actions=output:15
 cookie=0x0, duration=202.441s, table=200, n_packets=0, n_bytes=0,
priority=1,in_port=15 actions=output:4

bash-4.1$ ovs-ofctl -O OpenFlow13 dump-flows tcp:10.10.10.12:6633
OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x0, duration=208.583s, table=200, n_packets=0, n_bytes=0,
priority=1,in_port=3 actions=output:15
 cookie=0x0, duration=208.579s, table=200, n_packets=0, n_bytes=0,
priority=1,in_port=15 actions=output:3
bash-4.1$

Also below is the output of flow-table from the switch:
# show openflow instance aggregate flow-table

 OpenFlow Instance Flow Table Information

 Table
 ID     Table Name  Flow Count Miss Count   Goto Table
 ------ ---------------------- ---------- --------------------
---------------
 0      Start                  0          0                    *
 100    Policy Table           0          0                    200
 200    SW Table 1             2          0                    *

 * Denotes that the pipeline could end here.


I tried ping test from h1 to h2 and it fails. But actually, I tried before
with the same switch and network, but with OF 1.0, and the ping test from
h1 to h2 works.

Anyone with HP experience maybe can help me ?

Thanks
Chandra
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to