yes exaclty this scenraion.

i thought controllers simple part of my project. but i'm not a prgrammer
for write code python or c++ . i'm networker
can u help me about this ?
my status this:

. install fedora 17 on server 1 ( physical server)
. install openvswtch on server1
. install fedora 17 on server 2 ( physical server)
. install floodlight on  server2 - . for install floodlight , write this
command, java -jar floodlight0.9.jar
.this two server ,  connect each other with hub switch
. i downloaded a avior for connect floodlight and install on server 2

but when i install floodlight , command write , "sending LLDP out on all
port"


you opinion, use ovs.vsctl of floodlight ?
then i asked next Question about my scenario



On Sun, Jan 6, 2013 at 7:05 PM, Naman Muley <naman.g.mu...@gmail.com> wrote:

> if I understand you correctly, you want to isolate all traffic that
> carries specific port numbers, say X. Say if there are multiple traffic
> flows going through, you will allow flows that carry only your chosen port
> number. is that correct?
>
> If that is what you are aiming for, yes you can do that. For that you must
> specify such a flow entry in your application. The scenario will be
> something like this: Once a packet comes in the switch, the switch will
> send the packet's headers to the controller. your application will install
> a flow inside the switch saying all packets that carry X port number will
> be allowed. I am not sure which parameter you will have to use. I have not
> coded for that. But I am pretty sure you can do that.
>
>
>
>
> On Sun, Jan 6, 2013 at 10:15 AM, behnam saberi <b.saberi7...@gmail.com>wrote:
>
>> plz help me .
>> i use openflow for isolate network traffic with port number . a very very
>> simple scenraio.
>> for my thesis , and then , draw a graph for this kind of isolation
>> with ovs-vsctl can i use this isolating with port number?
>>
>>
>>
>> On Sun, Jan 6, 2013 at 6:41 PM, Naman Muley <naman.g.mu...@gmail.com>wrote:
>>
>>> I did that using Pox. Pox doesn't take any configuration. You will just
>>> have to git clone the latest pox repo (betta when I did it). You can find
>>>    It in the open flow tutorials. All that you will have to do is ovs-vsctl
>>> set controller command
>>>
>>>
>>> On Sunday, January 6, 2013, behnam saberi wrote:
>>>
>>>> ho everyone
>>>> i will run openflow with openvswitch ,
>>>> can anyone help me  about select and running a OF controller can fast
>>>> deploy , and configured
>>>>
>>>> which controller ?
>>>>
>>>> thx
>>>>
>>>
>>
>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to