Re: [openflow-discuss] creating a learning switch

2012-12-06 Thread Salman Malik
Hi Parfulla, Take a look here: https://openflow.stanford.edu/display/ONL/POX+Wiki#POXWiki-InstallingPOX There are many variants of learning switch modules that can be loaded with POX. Regards, Salman Date: Fri, 7 Dec 2012 01:29:17 +0530 From: prafull...@gmail.com To: abhishek.li...@gmail.com

Re: [openflow-discuss] creating a learning switch

2012-12-06 Thread Suneth Namal Karunarathna
Hi Prafulla, Make sure you stop firewall in both switch and controller for simple prototyping, $ sudo iptables -F Good luck, Namal On 12/7/2012 1:19 AM, Abhishek Chanda wrote: Hi Prafulla, You can look at the Learning Switch module of FloodLight https://github.com/floodlight/floodlight/

Re: [openflow-discuss] creating a learning switch

2012-12-06 Thread Murphy McCauley
Are you trying to follow along with the OpenFlow Tutorial? POX comes with a partially-complete example that goes along with it (samples/of_tutorial.py). http://www.openflow.org/wk/index.php/OpenFlow_Tutorial POX also comes with several learning switches. As Zoltan suggested, forwarding/l2_learni

Re: [openflow-discuss] creating a learning switch

2012-12-06 Thread Prafulla Chandra
No, i am trying it with POX controller. Regards Prafulla Chandra On Fri, Dec 7, 2012 at 1:19 AM, Abhishek Chanda wrote: > Hi Prafulla, > > You can look at the Learning Switch module of FloodLight > > https://github.com/floodlight/floodlight/tree/master/src/main/java/net/floodlightcontroller/lea

Re: [openflow-discuss] creating a learning switch

2012-12-06 Thread Zoltán Lajos Kis
Did you check this one? https://github.com/noxrepo/pox/blob/master/pox/forwarding/l2_learning.py Zoltan. From: openflow-discuss-boun...@lists.stanford.edu [openflow-discuss-boun...@lists.stanford.edu] on behalf of Prafulla Chandra [prafull...@gmail.com] Sent: Thu

Re: [openflow-discuss] creating a learning switch

2012-12-06 Thread Abhishek Chanda
Hi Prafulla, You can look at the Learning Switch module of FloodLight https://github.com/floodlight/floodlight/tree/master/src/main/java/net/floodlightcontroller/learningswitch Thanks On Thu, Dec 6, 2012 at 11:47 AM, Prafulla Chandra wrote: > Hi > > Can anyone help me with creating a learning

[openflow-discuss] creating a learning switch

2012-12-06 Thread Prafulla Chandra
Hi Can anyone help me with creating a learning switch. It's very confusing. I am trying it with POX controller. Is there a sample code that i can try it with? It would be very helpful. with regrards Prafulla Chandra ___ openflow-discuss mailing list op

Re: [openflow-discuss] Floodlight inquiry

2012-12-06 Thread Yiannis Yiakoumis
SWIFT, This is a simple flow entry that has in-port=1,outport=2. I'd recommend you follow the openflow-tutorial ( http://www.openflow.org/wk/index.php/OpenFlow_Tutorial) using mininet first to get yourself familiar. Y. On Wed, Dec 5, 2012 at 9:09 PM, MP- SWIFT wrote: > Hi, > Can someone hel