blob: 89745060e7c9fd36f26732c8c9b39d39a066d651 [file] [log] [blame]
AntonySilvestera1080f22016-04-26 13:05:57 +05301
2ONOS BGPLS Feature Scripts
3***************************
4
5Brief :
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
14Prerequisites:
15**************
16
171] Scapy should be installed and running in OCN.
182] The Scapy version should be 2.3.1 and above.
193] Then git clone https://github.com/secdev/scapy.git
204] cd to scapy folder and run --- > sudo python setup.py install
215] Test TOPO : OCN --- OCI
226] OnosSystemTest folder should be under ~/
23
24
25Things to know :
26****************
27
281] We use Scapy tool, to send the BGPLS packet to ONOS.
292] The packets are already pre-captured.
303] ONOS reads those packet and displays the topology.
AntonySilvester02652382016-07-13 16:44:45 +0530314] We query the devices information in ONOS to check the devices/links are learned
AntonySilvestera1080f22016-04-26 13:05:57 +053032
33
34Steps :
35*******
36
37 1] run FUNCbgpls
38
39
40***************************************************************END************************************************************************
41
42