Re: [pox-dev] Suggestions! Whats wrong with 2nd code?

2014-12-14 Thread Murphy McCauley
I'm not actually sure how the controller works at all in your example. This section of the Mininet documentation discusses using external OpenFlow controllers: https://github.com/mininet/mininet/wiki/Introduction-to-Mininet#external-openflow-controllers Basically you can give it an external IP a

Re: [pox-dev] Suggestions! Whats wrong with 2nd code?

2014-12-14 Thread chaitanya tanwar
Can you suggest some points. Where should i run my POX controller? Where you generally run your POX controller when using mininet? On Mon, Dec 15, 2014 at 12:14 PM, Murphy McCauley wrote: > > Yup. I'm sure there's something wrong with it. > > But trying to program POX without being able to read

Re: [pox-dev] Suggestions! Whats wrong with 2nd code?

2014-12-14 Thread Murphy McCauley
Yup. I'm sure there's something wrong with it. But trying to program POX without being able to read the log is like trying to do a puzzle in the dark. Figure out how to read the log. -- Murphy On Dec 14, 2014, at 10:36 PM, chaitanya tanwar wrote: > But there is some problem due to my 2nd c

Re: [pox-dev] Suggestions! Whats wrong with 2nd code?

2014-12-14 Thread chaitanya tanwar
But there is some problem due to my 2nd code becuase when I ran the pox without my 2nd code. All host were able to ping each other. Its when i installed a rule to the switch they stop pinging. On Mon, Dec 15, 2014 at 12:00 PM, Murphy McCauley wrote: > > I don't know that. Seems like a Mininet qu

Re: [pox-dev] Suggestions! Whats wrong with 2nd code?

2014-12-14 Thread Murphy McCauley
I don't know that. Seems like a Mininet question. I always set up Mininet to use a remote controller and then just run POX myself. By default, POX displays its log on standard output. -- Murphy On Dec 14, 2014, at 10:27 PM, chaitanya tanwar wrote: > I am new to SDN. How can i check to POX

Re: [pox-dev] Suggestions! Whats wrong with 2nd code?

2014-12-14 Thread chaitanya tanwar
I am new to SDN. How can i check to POX logs? In mininet its just showing that POX is up and POX controller is connected to all the switches. Thanks. On Mon, Dec 15, 2014 at 11:53 AM, Murphy McCauley wrote: > > Does your POX log have any warnings or errors in it? Those can be really > informati

Re: [pox-dev] Suggestions! Whats wrong with 2nd code?

2014-12-14 Thread Murphy McCauley
Does your POX log have any warnings or errors in it? Those can be really informative. -- Murphy On Dec 14, 2014, at 9:56 PM, chaitanya tanwar wrote: > I have created a network using the following code, and pox as remote > controller with l2.learning module. > > > #!/usr/bin/python > from

[pox-dev] Suggestions! Whats wrong with 2nd code?

2014-12-14 Thread chaitanya tanwar
*I have created a network using the following code, and pox as remote controller with l2.learning module.* #!/usr/bin/python from mininet.net import Mininet from mininet.node import Controller, RemoteController, OVSController from mininet.node import CPULimitedHost, Host, Node from mininet.node i

Re: [pox-dev] Information from the host

2014-12-14 Thread Amer
Hello, Dear All I have checked the pox archive I found this helpful discussion: http://lists.noxrepo.org/htdig.cgi/pox-dev-noxrepo.org/2014-April/003259.html Best regards, Amer Sent from my iPhone > On ١٣‏/١٢‏/٢٠١٤, at ١١:٤٤ م, Amer wrote: > > Hello, > > Dear Folks > Same question > I want