Re: [Ryu-devel] Running ryu on a different port and Ryu python prompt
Brought to you by:
nz_gizmoguy
|
From: FUJITA T. <fuj...@la...> - 2013-11-22 23:26:29
|
Hi, On Fri, 22 Nov 2013 11:46:23 +0100 Windhya Rankothge <win...@gm...> wrote: > Even though I have been working with SDN for sometime now, I am very new to > Ryu.. Since Ryu supports openflow 1.3, I would like to do some experiments > with Ryu.. > > I followed the setup guide and used the command > > "% PYTHONPATH=. ./bin/ryu-manager" to invoke a Ryu module.. > > As I understood, with this command, Ryu will be started on default port > 6633.. > > Is there anyway I can give a different port, so that Ryu can run on that > port ? You can use 'ofp-tcp-listen-port' boot option like: ryu-manager --ofp-tcp-listen-port 5000 simple_switch.py > Also how can I get the Ryu python prompt ? (For an example, in POX, if we > give "./pox.py py" it will give me the POX> prompt) http://www.mail-archive.com/ryu...@li.../msg04625.html |