187 | | |
188 | | === Starting the Mininet-Optical Network === |
189 | | |
190 | | All of these commands should be run in a terminal window for the VM or server where Mininet-Optical is installed. |
191 | | |
192 | | 1. We will run Mininet-Optical from the top directory of the source tree. You should be able to run the tutorial script to create the emulated network by running the following command: |
193 | | |
194 | | {{{#!shell-session |
195 | | root@node:~/mininet-optical# sudo PYTHONPATH=. examples/sigcommtutorial.py |
196 | | }}} |
197 | | |
198 | | 2. This should start up Mininet-Optical, create the tutorial network, and start the CLI: |
199 | | |
200 | | {{{#!shell-session |
201 | | SIGCOMM22 mini-tutorial topology |
202 | | |
203 | | |
204 | | comb1 -> rdm1co1 <--10km--> rdm1lg1 || rdm2lg1 <--34km--> rdm2co1 <- comb2 |
205 | | | | | |
206 | | swda_co1 swda_lg1--------------------------| |
207 | | | | | |
208 | | srv1-co1 srv1-lg1 srv2-lg1 |
209 | | |
210 | | This is for the SIGCOMM22 mini-tutorial at: |
211 | | https://wiki.cosmos-lab.org/wiki/Workshops/SigComm2022/MininetOptical |
212 | | |
213 | | *** Starting CLI: |
214 | | mininet-optical> |
215 | | }}} |
216 | | |
217 | | Mininet-Optical CLI commands may be entered at the `mininet-optical>` prompt. |
218 | | |
219 | | ---- |
| 323 | === Starting the Mininet-Optical Network === |
| 324 | |
| 325 | All of these commands should be run in a terminal window for the VM or server where Mininet-Optical is installed. |
| 326 | |
| 327 | 1. We will run Mininet-Optical from the top directory of the source tree. You should be able to run the tutorial script to create the emulated network by running the following command: |
| 328 | |
| 329 | {{{#!shell-session |
| 330 | root@node:~/mininet-optical# sudo PYTHONPATH=. examples/sigcommtutorial.py |
| 331 | }}} |
| 332 | |
| 333 | 2. This should start up Mininet-Optical, create the tutorial network, and start the CLI: |
| 334 | |
| 335 | {{{#!shell-session |
| 336 | SIGCOMM22 mini-tutorial topology |
| 337 | |
| 338 | |
| 339 | comb1 -> rdm1co1 <--10km--> rdm1lg1 || rdm2lg1 <--34km--> rdm2co1 <- comb2 |
| 340 | | | | |
| 341 | swda_co1 swda_lg1--------------------------| |
| 342 | | | | |
| 343 | srv1-co1 srv1-lg1 srv2-lg1 |
| 344 | |
| 345 | This is for the SIGCOMM22 mini-tutorial at: |
| 346 | https://wiki.cosmos-lab.org/wiki/Workshops/SigComm2022/MininetOptical |
| 347 | |
| 348 | *** Starting CLI: |
| 349 | mininet-optical> |
| 350 | }}} |
| 351 | |
| 352 | Mininet-Optical CLI commands may be entered at the `mininet-optical>` prompt. |
| 353 | |