Changes between Version 29 and Version 30 of JBSsandbox/PlasticSlices


Ignore:
Timestamp:
04/22/14 15:07:06 (10 years ago)
Author:
Josh Smift
Comment:

Removed obsolete docs about NOX.

Legend:

Unmodified
Added
Removed
Modified
  • JBSsandbox/PlasticSlices

    v29 v30  
    545545done
    546546}}}
    547 
    548 = Use NOX =
    549 
    550 Run NOX for plastic-101, with the learning switch ('switch') module and LAVI:
    551 
    552 {{{
    553 subnet=101
    554 port=33$subnet ; (cd /usr/bin && /usr/bin/nox_core --info=/home/jbs/nox/nox-${port}.info -i ptcp:$port switch lavi_switches jsonmessenger=tcpport=11$subnet,sslport=0)
    555 }}}
    556 
    557 In another window, ask the plastic-101 NOX (via LAVI) what datapaths are connected:
    558 
    559 {{{
    560 subnet=101 ; nox-console -n localhost -p 11$subnet getnodes
    561 }}}