On Jul 13, 2012, at 5:36 AM, Abdullah Alaraimi wrote: > 1. Why I am getting Connection reset by peer error, where everything seems to > be fine?
NOX doesn't do anything on its own -- you need to run some component that actually does something. For example, try: ./nox_core -i ptcp:6633 switch > 2. To view the flow table of the switch, we need dpctl utility...How to use > this utility ? dpctl isn't part of NOX -- you'll have to check with your vendor. (Also, you could write a simple NOX application to read and display the flow table -- dpctl is not the only way to do it) > 3.How do I test my NOX controller ? I don't have an easy answer for this one. What behavior is correct depends on what component(s) you're running... Hope that helps some. -- Murphy
