Re: [pox-dev] About Pox Strip Vlan

2014-02-11 Thread Murphy McCauley
It should work. Since you haven't provided details on what you've tried or in what way it doesn't work, it's hard to figure out how to help you. Please take a look at the last question of the POX FAQ, which is about getting help: http://www.noxrepo.org/pox/faq/ -- Murphy On Feb 11, 2014, at 1

[pox-dev] About Pox Strip Vlan

2014-02-11 Thread ㄜˊ ㄋㄣˋ ㄜˊ ㄋㄣˋ
Hi, I am facing the trouble about using strip_vlan First Qestion :POX can't use ofp_action_strip_vlan in the libopenflow_01.py ?I Found the action in the libopenflow_01.py but it's not work on my POX controllerPOX doesn't support ofp_action_strip_vlan ? or any tips that me use this function..

Re: [pox-dev] Code for creating router

2014-02-11 Thread durga
Hi Please refer to POX repo. They have provided a sample code for L3 switching https://github.com/noxrepo/pox/blob/carp/pox/forwarding/l3_learning.py Cheers! Durga On Wed, Feb 12, 2014 at 1:31 PM, prudhvi chandra wrote: > Hi list, > I am new to OpenFlow and mininet. I am working on the Ope

[pox-dev] Code for creating router

2014-02-11 Thread prudhvi chandra
Hi list,I am new to OpenFlow and mininet. I am working on the OpenFlow Tutorial using OpenFlow version 1.1.0 and mininet 2.0.I am stuck at creating a router using the POX controller. Can anyone please provide me a simple code for creating a router(Layer 3 forwarding/switch) using the POX control

Re: [pox-dev] POXDesk Terminal is Unable to Connect

2014-02-11 Thread Rizwan Jamil
Dear Murphy! The problem is solved by including both the openflow.discovery and poxdesk.tinytopo in the command line. Thanks alot for help. Regards! Subject: Re: POXDesk Terminal is Unable to Connect From: murphy.mccau...@gmail.com Date: Mon, 10 Feb 2014 13:18:31 -0800 CC: pox-dev@lists.no

[pox-dev] openflow.webservice question

2014-02-11 Thread Jorge Arasanz
Hi, I'm trying to gather information from POX using the json-rpc interface, but can't get any information... The python script used is: #!/usr/bin/env python import requests import json pox = 'http://69.69.69.1:8000/OF/' of_command = {'method':'get_switches'} r = requests.post(pox,data=json.dump