Changes between Version 13 and Version 14 of Tutorials/m0SDN/aHowTo
- Timestamp:
- Aug 20, 2009, 4:28:17 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/aHowTo
v13 v14 101 101 ./nox-core -v -i ptcp:6633 102 102 }}} 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]`. 104 104 105 105 == Other Resources == … … 129 129 130 130 === 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 :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 (-t specifies a sampling rate of 1000 msec, or 1 sample/sec): 132 132 133 133 {{{