783
edits
Line 15: | Line 15: | ||
== (40P) Create your own simple tree (binary, i.e. each node will connect to two nodes below it) == | == (40P) Create your own simple tree (binary, i.e. each node will connect to two nodes below it) == | ||
** copy dcsimple.py ([https:// | ** copy dcsimple.py ([https://projects.gwdg.de/projects/mayutan-public/repository/raw/courses/SDN/2017_2018_WS/exercises/ex1/dcsimple.py]) to mininet/custom/ | ||
** modify dcsimple.py to create hosts, switches and connections for a three level tree | ** modify dcsimple.py to create hosts, switches and connections for a three level tree | ||
$ sudo mn --custom dcsimple.py --topo simple | $ sudo mn --custom dcsimple.py --topo simple |
edits