Hi,

On Fri, 22 Nov 2013 11:46:23 +0100
Windhya Rankothge <windys...@gmail.com> 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-devel@lists.sourceforge.net/msg04625.html

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&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