Thank you I appreciate your kind support Sent from my iPhone
> On ٠١/٠١/٢٠١٥, at ١:١١ ص, Murphy McCauley <murphy.mccau...@gmail.com> wrote: > > You might also be interested in riplpox. Here's my fork: > https://github.com/MurphyMc/riplpox > > Also, the Nicira "bundle" action is useful for this sort of thing. POX > doesn't currently support it, unfortunately (I started it, but haven't had > time to finish it). > > -- Murphy > >> On Dec 31, 2014, at 2:01 PM, tim huang <pds...@gmail.com> wrote: >> >> Hi, >> >> There isn't any command you can enable that. >> >> Based on my understanding, you could do the binding for the ports on the >> switch, but from controller standpoint view the binding ports should be one >> logical port. The round-robin you can do on controller is based on the flow. >> >> I implemented the round-robin and hash based on flow around half year ago. >> Here is the link https://github.com/timhuanggithub/pox_load_balancing. >> However, when I did the implementing, I was new to programming and >> Open-flow. I have to admit that the way I implemented isn't good at all, but >> It works. Hope it give you a rough idea about how to start. >> >> If you want to do weight round-robin routing, you need to use other >> algorithm to replace the Floyd-Warshall in POX. >> >>> On Wed, Dec 31, 2014 at 12:56 AM, Amer <amer7...@hotmail.com> wrote: >>> Hello, >>> >>> I want to understand the idea behind implementing ECMP in OF switches. >>> Is there a command that is enabling OF to do hashing and counter based >>> routing? >>> Is there a way to do round-robin routing or weight round-robin routing in >>> OF and POX? May you please tell me how? >>> >>> Best regards, >>> Amer >>> >>> Sent from my iPhone >> >> >> >> -- >> Thanks >> Tim >