Basic onos: Difference between revisions

From NET Wiki
Jump to navigation Jump to search
Line 12: Line 12:
** 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
** 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.
*** 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.
** Hosts
 
*** h1x is used to denote hosts connected to switch mac id ending with "b"
** 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
**** 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
**** Similarly, h12 represents 10.0.0.2

Revision as of 13:21, 16 March 2016

(100P) Basic ONOS

  • Aim: To do the basic tutorial provided in ONOS [1]
  • Hopefully, all of you have the image required for this exercise
  • Start the VM
    • Userid: tutorial1
    • pwd: tutorial1
  • Lets follow the steps provided in the ONOS tutorial [2]
  • 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.
    • 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"