Sdn ip onos: Difference between revisions

From NET Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
= SDN IP Tutorial =
= SDN IP Tutorial =
* We will be following the ONOS SDN IP tutorial given in [https://wiki.onosproject.org/display/ONOS/SDN-IP+Tutorial]"
* We will be following the ONOS SDN IP tutorial given in [https://wiki.onosproject.org/display/ONOS/SDN-IP+Tutorial]"
** In case the link is not working, you can follow this [https://dl.dropboxusercontent.com/u/1652374/SDN_Course/tutorials/SDN-IP%20Tutorial%20-%20ONOS%20-%20Wiki.pdf PDF]
* Use the same VM
* Use the same VM
** userid: sdnip
** userid: sdnip

Latest revision as of 21:02, 1 March 2017

SDN IP Tutorial

  • We will be following the ONOS SDN IP tutorial given in [1]"
    • In case the link is not working, you can follow this PDF
  • Use the same VM
    • userid: sdnip
    • password: sdnip


  • Once you are done with the tutorial, you can try the following:
  • Instead of "advertising a new route", we will try to remove a route
    • mininet> xterm r3
    • r3> telnet localhost 2605
      • pwd is "sdnip"
      • r3> enable
      • r3# configure terminal
      • r3(config)# no router bgp 65003 (Note: incase it doesn't work try no router bgp 65004 )
      • r3(config)# exit
      • r3# exit
    • onos>routes
    • mininet> h1 ping h3