[nox-dev] FW: Help: LAVI and NOX's nox-gui.py

2011-12-02 Thread ztom


Hi~ alls,
I used LAVI and nox-gui.py(another front-end as ENVI), and 
tested some cases with NOX and openvswitch, one switch links to one 
host,  my cmd is "$ ./nox_core -v -i ptcp:6633 monitoring pyswitch lavi 
", but there's no host icon and hs2sw link in nox-gui's view, just 
swicth icon.  Could someone help me...

---
thanks a lot
  ___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


Re: [nox-dev] Linkdown Event

2011-12-02 Thread Zoltán Lajos Kis
Given that this is a status flag, presumably the presence of it means the link 
is down, and the absence of it means the link is up.

Z.


From: Harshil Anil Kumar Shah [mailto:harshil_s...@infosys.com]
Sent: Friday, December 02, 2011 5:37 AM
To: Zoltán Lajos Kis; nox-dev@noxrepo.org
Subject: RE: Linkdown Event

Thanks Zoltan for a quick reply.

One more thing I wanted to ask is:
If I connect cable again . So is the same message going with OFPAT_PORT_STATUS 
with ofp_phy_port with different flag value.
Because I checked in openflow.h, there is flag for Down event: OFPPS_LINK_DOWN 
but for Up event, there is no such flag.


From: Zoltán Lajos Kis [mailto:zoltan.lajos@ericsson.com]
Sent: Thursday, December 01, 2011 3:48 PM
To: Harshil Anil Kumar Shah; nox-dev@noxrepo.org
Subject: RE: Linkdown Event

Hi,
I think that should be an OFPT_PORT_STATUS message, with reason=OFPPR_MODIFY, 
and the attached ofp_phy_port (OF 1.0) or of_port (OF 1.1) structure would have 
the OFPPS_LINK_DOWN status flag set.

Z.


From: nox-dev-boun...@noxrepo.org [mailto:nox-dev-boun...@noxrepo.org] On 
Behalf Of Harshil Anil Kumar Shah
Sent: Thursday, December 01, 2011 11:13 AM
To: nox-dev@noxrepo.org
Subject: [nox-dev] Linkdown Event
Hi,
If physical link is down (i.e. Cable is removed), what event is generated by 
openflow. Is it the same as PORT_DOWN event?

Thanks in advance.

Regards,
Harshil Shah,
Convergence Lab, Infosys Labs
Infosys | Bangalore
Mob # : +91 97428 87966.


 CAUTION - Disclaimer *

This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely

for the use of the addressee(s). If you are not the intended recipient, please

notify the sender by e-mail and delete the original message. Further, you are 
not

to copy, disclose, or distribute this e-mail or its contents to any other 
person and

any such actions are unlawful. This e-mail may contain viruses. Infosys has 
taken

every reasonable precaution to minimize this risk, but is not liable for any 
damage

you may sustain as a result of any virus in this e-mail. You should carry out 
your

own virus checks before opening the e-mail or attachment. Infosys reserves the

right to monitor and review the content of all messages sent to or from this 
e-mail

address. Messages sent to or from this e-mail address may be stored on the

Infosys e-mail system.

***INFOSYS End of Disclaimer INFOSYS***


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


[nox-dev] Watch inside the IP Option field with Openflow

2011-12-02 Thread Hyogi Jung
Hi all.

I am trying to do some experiments with Openflow.
And I would like to know
if it is possible to watch inside the IP Header Option field?

There is ip header length. So I can find that there is header option.
But How do I watch inside the IP Header Option?
If I read the IP option something like 'x.x.x.x', then I will modify
destination's address.
Can I do this in nox controller?

Thank you! Hope you could help me

- Hyogi
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


Re: [nox-dev] FW: Help: LAVI and NOX's nox-gui.py

2011-12-02 Thread Kyriakos Zarifis
Hi,

the hosts should appear when they talk to the network. Did you try
generating some traffic? A simple ping should do it

(btw, I think "lavi" is not required as an argument as IIRC it's a
dependency of monitoring anyway)

On Fri, Dec 2, 2011 at 1:21 AM, ztom  wrote:

>
> Hi~ alls,
> I used LAVI and nox-gui.py(another front-end as ENVI), and tested some
> cases with NOX and openvswitch, one switch links to one host,  my cmd is "$
> ./nox_core -v -i ptcp:6633 monitoring pyswitch lavi ", but there's no host
> icon and hs2sw link in nox-gui's view, just swicth icon.  Could someone
> help me...
>
> ---
> thanks a lot
>
> ___
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev
>
>
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


Re: [nox-dev] FW: Help: LAVI and NOX's nox-gui.py

2011-12-02 Thread Kyriakos Zarifis
Oh, also, there is one component that is responsible for tracking host
traffic, and that's what feeds the host information to LAVI and eventually
to the GUI
I can't remember if it is there as a dependency, so you might need to run
that manually. I think the name is "trackhost_pktin" (can't check right now
unfortunately). So maybe try adding that too after "monitoring" and
"pyswitch" ?

On Fri, Dec 2, 2011 at 11:24 AM, Kyriakos Zarifis wrote:

> Hi,
>
> the hosts should appear when they talk to the network. Did you try
> generating some traffic? A simple ping should do it
>
> (btw, I think "lavi" is not required as an argument as IIRC it's a
> dependency of monitoring anyway)
>
> On Fri, Dec 2, 2011 at 1:21 AM, ztom  wrote:
>
>>
>> Hi~ alls,
>> I used LAVI and nox-gui.py(another front-end as ENVI), and tested some
>> cases with NOX and openvswitch, one switch links to one host,  my cmd is "$
>> ./nox_core -v -i ptcp:6633 monitoring pyswitch lavi ", but there's no host
>> icon and hs2sw link in nox-gui's view, just swicth icon.  Could someone
>> help me...
>>
>> ---
>> thanks a lot
>>
>> ___
>> nox-dev mailing list
>> nox-dev@noxrepo.org
>> http://noxrepo.org/mailman/listinfo/nox-dev
>>
>>
>
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev