Changes between Version 29 and Version 30 of JBSsandbox/PlasticSlices
- Timestamp:
- 04/22/14 15:07:06 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JBSsandbox/PlasticSlices
v29 v30 545 545 done 546 546 }}} 547 548 = Use NOX =549 550 Run NOX for plastic-101, with the learning switch ('switch') module and LAVI:551 552 {{{553 subnet=101554 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 getnodes561 }}}