783
edits
Line 15: | Line 15: | ||
** copy dcsimple.py ([https://dl.dropboxusercontent.com/u/1652374/SDN_course_WS2015-2016/Exercises/Ex1/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 for a three level tree | ** modify dcsimple.py to create hosts, switches and connections for a three level tree | ||
$ sudo mn | $ sudo mn --custom dcsimple.py --topo simple | ||
** Check with ping | ** Check with ping | ||
Line 21: | Line 21: | ||
** copy dcfat.py ([https://dl.dropboxusercontent.com/u/1652374/SDN_course_WS2015-2016/Exercises/Ex1/dcfat.py]) to mininet/custom/ | ** copy dcfat.py ([https://dl.dropboxusercontent.com/u/1652374/SDN_course_WS2015-2016/Exercises/Ex1/dcfat.py]) to mininet/custom/ | ||
** modify dcfat.py to create a fat tree (level 0: so & s1, level 1: s2 & s3, level 2: s4, s5, s6, s7, Level 3: Hosts) | ** modify dcfat.py to create a fat tree (level 0: so & s1, level 1: s2 & s3, level 2: s4, s5, s6, s7, Level 3: Hosts) | ||
$ sudo mn | $ sudo mn --custom dcfat.py --topo fat | ||
** check with ping | ** check with ping | ||
$ sudo mn | $ sudo mn --custom dcfat.py --topo fat --controller remote | ||
$ ./pox/pox.py samples.spanning_tree | $ ./pox/pox.py samples.spanning_tree | ||
** check with ping | ** check with ping |
edits