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=0000000000000001, hostA=10.10.10.0/24, 
hostB=192.168.10.0/24
  $ curl -X POST -d '{"address":"10.10.10.1/24"}' 
http://localhost:8080/router/0000000000000001
  $ curl -X POST -d '{"address":"192.168.10.1/24"}' 
http://localhost:8080/router/0000000000000001
--------------------------------------

The following mail and the comment of rest_router.py is also helpful.
http://sourceforge.net/mailarchive/message.php?msg_id=31147622


And, a document called Ryu-book is released.
http://osrg.github.io/ryu-book/ja/html/rest_router.html

although it is only a Japanese version now,
the release of the English edition is also planned.


thanks.


On Sat, 18 Jan 2014 09:09:31 -0500
Nilabja Chattopadhyay <[email protected]> wrote:
> 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 mentioned.
>
> Regards
> Nilabja Chattopadhyay
>
>
> On Sat, Jan 18, 2014 at 9:01 AM, FUJITA Tomonori 
> <[email protected] <mailto:[email protected]>> wrote:
>
>     Hi,
>
>     On Sat, 18 Jan 2014 08:49:15 -0500
>     Nilabja Chattopadhyay <[email protected] 
> <mailto:[email protected]>> 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
>      > not getting the pings to work)
>
>     What you want to do with the topology? rest_router.py is an
>     application to make OpenFlow switch L3 router so you need some
>     configuration (e.g. an L3 router has IP addresses).
>
>     If you want to ping between hosts with the topology, then try
>     simple_swith.py:
>
>     https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial
>
>
>
>
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
>
>
>
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>




------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to