Changes between Version 4 and Version 5 of Tutorials/i1Net/mgen
- Timestamp:
- Jun 12, 2018, 2:31:19 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/i1Net/mgen
v4 v5 100 100 The sender script file (udp_sender_script.mgn) configures the node to transmit UDP traffic to the receiver node which is configured to listen for UDP packet on port ranging from 5000 to 5004. 101 101 102 The format of the sender script is briefly described below.102 The format of the sender script is shown below separated into fields. 103 103 || Event time || Event || Flow id || Protocol || Source port || Destination IP and port || Traffic pattern || 104 104 || 0.0 || ON || 0 || UDP || SRC 5000 || DST 10.10.15.6/5000 || POISSON [10 1024:1200]|| … … 107 107 || Event time || Event || Protocol || Port list || 108 108 || 0.0 || LISTEN || UDP || 5000-5004 || 109 110 Check [https://downloads.pf.itd.nrl.navy.mil/docs/mgen/mgen.html#_MGEN_Script_Format MGEN SCRIPT Format section] of the reference page for an explanation of all the fields. 109 111 110 112 3) Run each script using the 'input' option of mgen and specify the oml options for recording.