Re: [pox-dev] SDN

2014-04-09 Thread Weiyang Mo
Hi, You may refer to misc.ip_loadbalancer in pox folder. Weiyang 2014-04-09 22:29 GMT-07:00 shads s shasi0...@gmail.com: Hello all I am new to networking and SDN. Although I have tried few examples in mininet using POX controller, I need guidance in executing a simple Loadbalancer.

[pox-dev] How to construct a LLC packet

2014-04-03 Thread Weiyang Mo
Hello, Would anyone guide me how to construct an LLC packet? I saw it is different form IPV4 and VLAN. I tried the following but get errors: ether = ethernet() ether.type=ethernet._llc ether.dst = EthAddr(11:11:11:11:11:11) ether.src = EthAddr(68:05:CA:04:D9:BE) ether.set_payload = Hello Thanks

[pox-dev] Some questions about discovery module.

2013-04-12 Thread Weiyang Mo
Hi, I always use the openflow.discovery as my topology module, however I met some strange behaviors recently and raise some questions. The strange behaviors are that link time_out appear unexpectedly, which causes flow entry deleted ( I'm using l2_multi). But actually the link is good. The