783
edits
(Created page with "= Exercise I: Data Centers = * (30P) Warmup (simple Tree) ($ => commands on VM, > => commands on mininet/pox, Q => Question) ** $ sudo mn --topo tree,3 --mac --arp --switch ovsk...") |
|||
Line 17: | Line 17: | ||
* (30P) Create your own Fattree | * (30P) Create your own Fattree | ||
** 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: | ** 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 –-custom dcfat.py -–topo fat | ** $ sudo mn –-custom dcfat.py -–topo fat | ||
** check with ping | ** check with ping |
edits