Re: [openflow-discuss] connect my pronto switch to openflow contrller

2012-03-21 Thread Dan Talayco
The datapath ID is a unique id for the switch. It is normally based on the MAC address but may be any 64-bit value. The log level determines how much debug output is sent to the log files. It is one of error, warn, verboseā€¦. -Dan On Wednesday, March 21, 2012 at 3:20 PM, Weiyang Mo wrote: >

Re: [openflow-discuss] oftest exposed likely (small corner case) bug in OVS

2012-03-21 Thread Ben Pfaff
[adding ovs-discuss to make sure that the bug report gets seen] On Wed, Mar 21, 2012 at 05:02:57PM -0700, Rob Sherwood wrote: > Hiya, > > If you aren't familiar, OFTest is a set of conformance tests for > openflow switches. We used it heavily at the ONF interop event two > weeks ago and as a res

[openflow-discuss] oftest exposed likely (small corner case) bug in OVS

2012-03-21 Thread Rob Sherwood
Hiya, If you aren't familiar, OFTest is a set of conformance tests for openflow switches. We used it heavily at the ONF interop event two weeks ago and as a result a few of us have started running it against other switches available to us, including OVS. Fwiw, it's available for download from `g

[openflow-discuss] connect my pronto switch to openflow contrller

2012-03-21 Thread Weiyang Mo
Hi,all: Thanks very much for your advice about installing Pronto. Now I come to the final steps but get some problems. I log in to switch configuration panel via broswer. But I have no ideas about how to set OpenFlow Controller IP address and Datapath ID of the switch. I use OpenFlow tutoria

Re: [openflow-discuss] Floodlight Virtual Machine Image not booting

2012-03-21 Thread Irfan Khan
Dear Mike, Yeah you are right, that was the problem, the IDE and SATA thing.. now changing to IDE works fine Thanks a lot. Sincerely, Irfan From: Mike Cohen To: Irfan Khan Cc: "openflow-discuss@lists.stanford.edu" Sent: Wednesday, March 21, 2012

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Rob Sherwood
Totally different tack: If you look at how flowvisor is invoked in the ./scripts/flowvisor.sh script, you need to set -Dorg.flowvisor.config_dir=$config_dir -Dorg.flowvisor.install_dir=$install_dir" as jvm options. The config dir and the install dir get set by default in the ./scripts/envs.sh f

[openflow-discuss] Trouble with Vlan Tagging and mininet

2012-03-21 Thread roshini paul
Hi I am using mininet based ovs swicth, and installing rules to slap in a vlan in the action. The rule seems to be installed properly. But however, the swicth does not seem to insert the vlan header in the packet, when I capture via wireshark. Any idea why this could be and if I need any special c

Re: [openflow-discuss] Floodlight Virtual Machine Image not booting

2012-03-21 Thread Mike Cohen
Can you check that the disk in the VM is set up as IDE (not SATA). We haven't used VirtualBox much internally and when I set it up just now, it defaulted the disk to SATA, which won't work. VirtualBox works fine for me now with the latest vm. On Wed, Mar 21, 2012 at 3:40 AM, Irfan Khan wrote:

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Xuan-Nam Nguyen
Hi Ali, Thanks for your suggestion. I'm using the source code version 0.8.1 After running with your option and change the value of jettyPort = -1 to I got such error : Setting debugging mode: all logs to stderr --- Setting logging level to NOTE CRIT:2012-03-21T17:15:32.076:none:: log level

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Ali Al-Shabibi
Hi Nam, What version of FlowVisor are you trying to run? Also could you start flowvisor with the following options: flowvisor -l DEBUG Try this from within eclipse. -- Ali Al-Shabibi On 21 mars 2012, at 06:30, Xuan-Nam Nguyen wrote: > Thank you, but I used netstat -ltnup to check and I se

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Xuan-Nam Nguyen
Thank you, but I used netstat -ltnup to check and I see nothing run on port 8080 and I still got that error. In Bug track : https://openflow.stanford.edu/bugs/browse/FLOWVISOR-30?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel it said also that is a problem with port I think

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Aaron Rosen
Do you have anything already binding on port 8080? Flowvisor also uses that port for an RPC service. Aaron On Wed, Mar 21, 2012 at 6:49 AM, Xuan-Nam Nguyen wrote: > Thanks Aaron, > > I changed to a different port (6633 -> 6635) but I still got the same > error. > > (I can build Flowvisor by 'mak

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Xuan-Nam Nguyen
Thanks Aaron, I changed to a different port (6633 -> 6635) but I still got the same error. (I can build Flowvisor by 'make install' command and it runs well and I'm trying to import the source to Eclipse to understand more and to modify a bit) Nam - Original Message - From: "Aa

[openflow-discuss] Floodlight Virtual Machine Image not booting

2012-03-21 Thread Irfan Khan
Hello, I downloaded the Virtual Machine Image including mininet and floodlight controller from the link http://floodlight.openflowhub.org/files/floodlight-vm.zip but the image is failing to boot on Oracle Virtual box, while booting up gives the message: Virtualbox guru meditation and stucks...

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Aaron Rosen
I've gotten that error if something is already binded on the same port that flowvisor is trying to use (or maybe you already have flowvisor running somewhere else on the machine using the same port). Aaron On Wed, Mar 21, 2012 at 6:11 AM, Xuan-Nam Nguyen wrote: > Hi all, > > I have checked out t

[openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Xuan-Nam Nguyen
Hi all, I have checked out the source code of FlowVisor from https://openflow.stanford.edu/display/DOCS/Flowvisor and imported it to Eclipse using the option "Java Project from Existing Ant buildfile". When I run or debug, I get the following error --- Setting logging level to NOTE respawni