Hi Iwase,

I have a triangle topology as shown below. I have followed steps as shown
in RYU documentation and the interface router addresses are also same
except I have added a link between s1 [2]  to s3[2] interfaces as shown
below.

[image: Inline image 1]

Router Interface 1 Interface 2 Interface 3
s1 172.16.20.1/24 172.16.40.1/24 172.16.30.30/24
s2 172.16.10.1 172.16.30.1 192.168.10.1
s3 192.168.30.1 172.16.40.2 192.168.10.20

I have configured routes as following so that router s1 to s3 should be
able to route via link between them as shown below.
*For Router S1 --*
                "route": [
                    {
                        "route_id": 3,
                        "destination": "0.0.0.0/0",
                        "gateway": "172.16.40.2"
                    },
                    {
                        "route_id": 2,
                        "destination": "172.16.10.0/24",
                        "gateway": "172.16.30.1"
                    }
                ],
  *For Router S2*
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to