783
edits
Line 109: | Line 109: | ||
* Create your own simple tree | * Create your own simple tree | ||
** copy dcsimple.py to mininet/custom/ | ** copy dcsimple.py ([https://dl.dropboxusercontent.com/u/1652374/SDN_course_WS2015-2016/Exercises/Ex1/dcsimple.py]) to mininet/custom/ | ||
** modify dcsimple.py to create hosts, switches and connections | ** modify dcsimple.py to create hosts, switches and connections for a three level tree | ||
** $ sudo mn –-custom dcsimple.py -–topo simple | |||
==== Exercise II: | |||
edits