Exercises dc: Difference between revisions

Jump to navigation Jump to search
Line 11: Line 11:
   $ h1 ping h8  
   $ h1 ping h8  
** (Q: What do you observe?)
** (Q: What do you observe?)


* (40P) Create your own simple tree (binary, i.e. each node will connect to two nodes below it)  
* (40P) Create your own simple tree (binary, i.e. each node will connect to two nodes below it)  
Line 17: Line 18:
   $ sudo mn --custom dcsimple.py --topo simple
   $ sudo mn --custom dcsimple.py --topo simple
** Check with ping
** Check with ping


* (30P) Create your own Fattree
* (30P) Create your own Fattree