Basic onos: Difference between revisions

1,485 bytes added ,  1 March 2017
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
= (100P) Basic ONOS =
= (100P) Basic ONOS =
* Aim: To do the basic tutorial provided in ONOS [https://wiki.onosproject.org/display/ONOS/Basic+ONOS+Tutorial]
* Aim: To do the basic tutorial provided in ONOS [https://wiki.onosproject.org/display/ONOS/Basic+ONOS+Tutorial]
**  In case the link is not working, you can follow this [https://dl.dropboxusercontent.com/u/1652374/SDN_Course/tutorials/Basic%20ONOS%20Tutorial%20-%20ONOS%20-%20Wiki.pdf PDF]
* Hopefully, all of you have the image required for this exercise
* Hopefully, all of you have the image required for this exercise


Line 8: Line 9:


* Lets follow the steps provided in the ONOS tutorial [https://wiki.onosproject.org/display/ONOS/Basic+ONOS+Tutorial]
* Lets follow the steps provided in the ONOS tutorial [https://wiki.onosproject.org/display/ONOS/Basic+ONOS+Tutorial]
* Hints/Tips/Watchout:
** Clicking on "reset" just resets ONOS. You will have to then click on "ONOS Gui" icon or "ONOS" icon to open a console into ONOS
*** Sometimes, clicking on "ONOS" icon does not launch anything. You will have to retry or try starting the "ONOS Gui" first and then the "ONOS" terminal.
*** Before the part starting with "flows commands", reactivate the onos app so that ping can work
*** When you do the last part, i.e. the GUI part, try to remove links (in mininet) and bring them back on and see the changes in the GUI
** Notations used for switches
*** s1: switch mac id ending with "1"
*** s2: switch mac id ending with "2"
*** s11: switch mac id ending with "b"
*** s12: switch mac id ending with "d"
*** s21: switch mac id ending with "c"
*** s22: switch mac id ending with "e"
** Notations used for Hosts
*** h1x is used to denote hosts connected to switch mac id ending with "b", i.e. to switch s11
**** E.g. h11 means the node with the smallest IP connected to switch MAC id ending with "b", i.e. 10.0.0.1
**** Similarly, h12 represents 10.0.0.2
*** h2x is used to denote hosts connected to switch mac id ending with "c"
*** h3x is used to denote hosts connected to switch mac id ending with "d"
*** h4x is used to denote hosts connected to switch mac id ending with "e"
783

edits