Re: [Ryu-devel] Flow Matching in HP 3500 yl with OF 1.3

2015-04-09 Thread Chandra Satriana
did not work here. >> >> I'm not quite sure what has to be in table 0. I was told it was some >> kind of "special" table but don't know what it is really used for. >> >> Hope this helps. >> Cheers >> >> Marvin >> >>

[Ryu-devel] Flow Matching in HP 3500 yl with OF 1.3

2015-04-08 Thread Chandra Satriana
Hello, I am configuring flows in HP switch with OF 1.3. As I understand, that I can only insert flows in table 100, 200,200+. The network is like this: h1-(port 3)s1(port 15) - (port 15)s2(port 4)-h2 Below is the flow which I have inserted with ofctl rest previously: bash-4.1$ ovs-ofctl -O Ope

[Ryu-devel] Disabling a port

2015-03-11 Thread Chandra Satriana
Hello, Do you know how to disable a port ? Is it by setting ofppc_port_down to the config of port ? Best regards, Chandra -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and de

Re: [Ryu-devel] Links Discovery

2015-03-02 Thread Chandra Satriana
a switch through 2 different interface. Best regards, Chandra On Mon, Mar 2, 2015 at 6:16 AM, Yusuke Iwase wrote: > 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 &

[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

[Ryu-devel] Routing in Fat Tree Network

2014-09-23 Thread Chandra Satriana
Hi, Can you tell me if there's an existing multipath routing module in Ryu for a Fat Tree Network, to utilize all the available routes instead of using STP ? Also, is it possible to know the location of the hosts, without firstly sending ARP requests? such as by taking it from the topology infor