Hi,
I have a question about RYU and OpenStack.
I have already succeeded in setting up OpenStack with RYU plugin.
There are 3 compute nodes, 1 network node, 1 controller node.
My data network is that 3 compute nodes and 1 network node connect to one
legacy switch(172.16.0.0/24), and my management network is that all nodes
are connect to one switch(192.168.3.0/24). These settings are great for me.
However, I want to see the efficiency by replacing legacy switch to
OpenFlow switch in my data network. After I set controller IP to OpenFlow
Switch, and I try to ping one compute node to another, something strange
happened. The OpenFlow Controller I run on controller node print sequence
of messages:

EVENT ofp_event->PortSet EventOFPPacketIn
EVENT PortSet->GRETunnel EventOFPPacketIn
packet in ev <ryu.controller.ofp_event.EventOFPPacketIn object at
0x2a2f090> msg version: 0x1 msg_type 0xa xid 0x0
OFPPacketIn(buffer_id=258,data='\xff\xff\xff\xff\xff\xff\x90+4Q\xb7\x81\x08\x06\x00\x01\x08\x00\x06\x04\x00\x01\x90+4Q\xb7\x81\xac\x10\x00\x0b\x00\x00\x00\x00\x00\x00\xac\x10\x00\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',in_port=3,reason=0,total_len=60)
EVENT ofp_event->PortSet EventOFPPacketIn
EVENT PortSet->GRETunnel EventOFPPacketIn
packet in ev <ryu.controller.ofp_event.EventOFPPacketIn object at
0x2a2f690> msg version: 0x1 msg_type 0xa xid 0x0
OFPPacketIn(buffer_id=259,data='\xff\xff\xff\xff\xff\xff\x90+4Q\xb7\x81\x08\x06\x00\x01\x08\x00\x06\x04\x00\x01\x90+4Q\xb7\x81\xac\x10\x00\x0b\x00\x00\x00\x00\x00\x00\xac\x10\x00\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00',in_port=3,reason=0,total_len=60)

I want to figure out whether I can use real OpenFlow switch in my data
network.
My technology is GRE tunneling, I also wonder that if VLAN or MAC address
based L2 isolation can use OpenFlow switches in data network.

my 
RYU_APPS=ryu.app.gre_tunnel,ryu.app.quantum_adapter,ryu.app.rest,ryu.app.rest_conf_switch,ryu.app.rest_tunnel,ryu.app.tunnel_port_updater,ryu.app.rest_quantum,ryu.app.rest_conf_switch

I don't know if I miss some apps?

THX!!!!


Amy
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to