Changes between Version 91 and Version 92 of GENIExperimenter/Tutorials/OpenFlowOVS/Execute


Ignore:
Timestamp:
11/04/14 21:26:48 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowOVS/Execute

    v91 v92  
    127127  cd /tmp/pox
    128128  ./pox.py --verbose forwarding.l2_learning
    129   }}}
    130 
    131    '' Note: "l2" above uses the letter `l` as in level and is not the number one.''[[BR]]
     129
     130  POX 0.1.0 (betta) / Copyright 2011-2013 James McCauley, et al.
     131  DEBUG:core:POX 0.1.0 (betta) going up...
     132  DEBUG:core:Running on CPython (2.7.3/Apr 20 2012 22:39:59)
     133  DEBUG:core:Platform is Linux-3.2.0-56-generic-x86_64-with-Ubuntu-12.04-precise
     134  INFO:core:POX 0.1.0 (betta) is up.
     135  DEBUG:openflow.of_01:Listening on 0.0.0.0:6633
     136  INFO:openflow.of_01:[9e-38-3e-8d-42-42 1] connected
     137  DEBUG:forwarding.l2_learning:Connection [9e-38-3e-8d-42-42 1]
     138
     139  }}}
     140
     141   '' Note: "l2" above uses the letter `l` as in level and is not the number one. And you should wait for the connected line to ensure that the switch and the controller are connected.''[[BR]]
    132142
    133143   '' Note:  In the event that you need to move the port of your controller, this is the command - sudo ./pox.py --verbose openflow.of_01 --port=443 forwarding.l2_learning -  Do not forget to tell the ovs switch that the controller will be listening on this new port, i.e change 6633 to 443.''