Changes between Version 18 and Version 19 of Workshops/Sig Comm2022/Mininet Optical


Ignore:
Timestamp:
Aug 19, 2022, 4:04:20 PM (2 years ago)
Author:
rajag
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/Sig Comm2022/Mininet Optical

    v18 v19  
    185185
    186186= Setting Up the Optical Topology =
    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 ----
    220187
    221188In the COSMOS optical testbed, all devices are connected to a Calient S320 space switch. This switch serves as a programmable patch panel that allows any port to be connected to any other port, enabling realization of arbitrary topologies with fast re-connection between experiments.
     
    354321}}}
    355322
     323=== Starting the Mininet-Optical Network ===
     324
     325All of these commands should be run in a terminal window for the VM or server where Mininet-Optical is installed.
     326
     3271. 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
     330root@node:~/mininet-optical# sudo PYTHONPATH=. examples/sigcommtutorial.py
     331}}}
     332
     3332. This should start up Mininet-Optical, create the tutorial network, and start the CLI:
     334
     335{{{#!shell-session
     336SIGCOMM22 mini-tutorial topology
     337
     338
     339comb1 -> rdm1co1 <--10km--> rdm1lg1 || rdm2lg1 <--34km--> rdm2co1 <- comb2
     340           |                  |                              |
     341        swda_co1           swda_lg1--------------------------|
     342           |                  |                              |
     343        srv1-co1           srv1-lg1                       srv2-lg1
     344
     345This is for the SIGCOMM22 mini-tutorial at:
     346https://wiki.cosmos-lab.org/wiki/Workshops/SigComm2022/MininetOptical
     347
     348*** Starting CLI:
     349mininet-optical>
     350}}}
     351
     352Mininet-Optical CLI commands may be entered at the `mininet-optical>` prompt.
     353
    356354= Controller Configuration =
    357355