AntonySilvester | a1080f2 | 2016-04-26 13:05:57 +0530 | [diff] [blame] | 1 | |
| 2 | ONOS BGPLS Feature Scripts |
| 3 | *************************** |
| 4 | |
| 5 | Brief : |
| 6 | ******* |
| 7 | BGPLS as a southbound plug-in in ONOS controller to collect the |
| 8 | topology information of the network. This network topology can be |
| 9 | used by some applications like PCE would benefit from visibility |
| 10 | outside one area or Autonomous System (AS) in order to make better |
| 11 | decisions for path computation. |
| 12 | |
| 13 | |
| 14 | Prerequisites: |
| 15 | ************** |
| 16 | |
| 17 | 1] Scapy should be installed and running in OCN. |
| 18 | 2] The Scapy version should be 2.3.1 and above. |
| 19 | 3] Then git clone https://github.com/secdev/scapy.git |
| 20 | 4] cd to scapy folder and run --- > sudo python setup.py install |
| 21 | 5] Test TOPO : OCN --- OCI |
| 22 | 6] OnosSystemTest folder should be under ~/ |
| 23 | |
| 24 | |
| 25 | Things to know : |
| 26 | **************** |
| 27 | |
| 28 | 1] We use Scapy tool, to send the BGPLS packet to ONOS. |
| 29 | 2] The packets are already pre-captured. |
| 30 | 3] ONOS reads those packet and displays the topology. |
AntonySilvester | 0265238 | 2016-07-13 16:44:45 +0530 | [diff] [blame] | 31 | 4] We query the devices information in ONOS to check the devices/links are learned |
AntonySilvester | a1080f2 | 2016-04-26 13:05:57 +0530 | [diff] [blame] | 32 | |
| 33 | |
| 34 | Steps : |
| 35 | ******* |
| 36 | |
| 37 | 1] run FUNCbgpls |
| 38 | |
| 39 | |
| 40 | ***************************************************************END************************************************************************ |
| 41 | |
| 42 | |