Re: [Ryu-devel] Queries on implementing rest_router.py

2014-01-19 Thread watanabe.fumitaka
Hi On the topology (1 Switch - 1 controller and 2 hosts), it works following commands and settings. -- * Runnning $ ryu-manager rest_router.py * Settings case switch's DPID=0001, hostA=10.10.10.0/24, hostB=192.168.10.0/24 $ curl -X POST -d '

Re: [Ryu-devel] Queries on implementing rest_router.py

2014-01-18 Thread Nilabja Chattopadhyay
Hi Fujita Thanks for the update. I am able to ping with the simple_switch.py. My question is how do I get stated with the L3 router configurations so as to get the Open switch to start working as a router? I have read the open flow tutorial but I dont know where those commands/configs are mention

Re: [Ryu-devel] Queries on implementing rest_router.py

2014-01-18 Thread FUJITA Tomonori
Hi, On Sat, 18 Jan 2014 08:49:15 -0500 Nilabja Chattopadhyay wrote: > I have a small topology (1 Switch - 1 controller and 2 hosts). I can get > the simple switch to work, but am having problems with rest_router.py. > > What are the steps prior to running ; ryu-manager rest_router.py ? (I am >

[Ryu-devel] Queries on implementing rest_router.py

2014-01-18 Thread Nilabja Chattopadhyay
Hi Experts I am a Masters student at Cornell exploring RYU as a controller for my project. I have a small topology (1 Switch - 1 controller and 2 hosts). I can get the simple switch to work, but am having problems with rest_router.py. What are the steps prior to running ; ryu-manager rest_router