Specialization Software-defined Networking (Winter 2015/2016): Difference between revisions

Jump to navigation Jump to search
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 as shown in attached Figure
** modify dcsimple.py to create hosts, switches and connections for a three level tree
** $ sudo mn –-custom dcsimple.py -–topo simple


==== Exercise II: