Changes between Version 13 and Version 14 of Tutorials/m0SDN/aHowTo


Ignore:
Timestamp:
Aug 20, 2009, 4:28:17 PM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/aHowTo

    v13 v14  
    101101./nox-core -v -i ptcp:6633
    102102}}}
    103 In the !OpenFlow reference system, a log of the verbose output can be saved by appending `--log-file [filename]`.   
     103`ptcp:6633` refers to a passive connection to TCP 6633, the default !OpenFlow port. An active connection method using standard TCP exists, however this does not work on this setup. In the !OpenFlow reference system, a log of the verbose output can be saved by appending `--log-file [filename]`.   
    104104
    105105== Other Resources ==
     
    129129
    130130=== BWM-ng ===
    131 By default, the tool will monitor all interfaces on the Console. To monitor just the !OpenFlow interface, you must specify `eth1.100`. To output this to a csv, use the following command:
     131By default, the tool will monitor all interfaces on the Console. To monitor just the !OpenFlow interface, you must specify `eth1.100`. To output this to a csv, use the following command (-t specifies a sampling rate of 1000 msec, or 1 sample/sec):
    132132
    133133{{{