Sdn ip onos: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= SDN IP Tutorial = * We will be following the ONOS SDN IP tutorial given in [https://wiki.onosproject.org/display/ONOS/SDN-IP+Tutorial] * Use the same VM ** userid: sdnip ** pas...") |
|||
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] till the beginning of "advertising a new route" | ||
* Use the same VM | * Use the same VM | ||
** userid: sdnip | ** userid: sdnip | ||
** password: sdnip | ** password: sdnip | ||
* Instead of "advertising a new route", we will try to remove a route | |||
** Bug: The problem is that quagga is not launching on r4 | |||
** 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, obtain the right port number by typing the following command: router bgp 65004 ) | |||
*** r3(config)# exit | |||
*** r3# exit | |||
** onos>routes | |||
** mininet> h1 ping h3 |
Revision as of 13:16, 16 March 2016
SDN IP Tutorial
- We will be following the ONOS SDN IP tutorial given in [1] till the beginning of "advertising a new route"
- Use the same VM
- userid: sdnip
- password: sdnip
- Instead of "advertising a new route", we will try to remove a route
- Bug: The problem is that quagga is not launching on r4
- 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, obtain the right port number by typing the following command: router bgp 65004 )
- r3(config)# exit
- r3# exit
- onos>routes
- mininet> h1 ping h3