783
edits
Line 21: | Line 21: | ||
== (30P) Create your own Fattree == | == (30P) Create your own Fattree == | ||
** copy dcfat.py ([https:// | ** copy dcfat.py ([https://projects.gwdg.de/projects/mayutan-public/repository/raw/courses/SDN/2017_2018_WS/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 --custom dcfat.py --topo fat | $ sudo mn --custom dcfat.py --topo fat |
edits