Re: [Ryu-devel] Links Discovery

2015-03-02 Thread Chandra Satriana
Thank you, this one works. Actually I was trying to get the links to the hosts, but I realized could just get it from the mac_to_port lists. Anyway, I have a different question. Is it possible to know if 2 different interfaces belong to the same host ? for example is if this host is connected to a

Re: [Ryu-devel] Links Discovery

2015-03-01 Thread Yusuke Iwase
Hi Chandra, On 2015年02月28日 02:26, Chandra Satriana wrote: > Hello, > > I am trying to get the topology of a network, composed of a user space switch > (https://github.com/CPqD/ofsoftswitch13), mininet (version 2.1.0), and ryu > controller. To get the topology I run the rest_topology.py, like so

[Ryu-devel] Links Discovery

2015-02-27 Thread Chandra Satriana
Hello, I am trying to get the topology of a network, composed of a user space switch (https://github.com/CPqD/ofsoftswitch13), mininet (version 2.1.0), and ryu controller. To get the topology I run the rest_topology.py, like so: ~/ryu/ryu/app$ ryu-manager --verbose --observe-links rest_topology.py