Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-portscanning


Ignore:
Timestamp:
10/30/17 16:20:35 (6 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-portscanning

    v4 v5  
    1111 }}}
    1212
    13 %We use the same PI control for load balancing as in [wiki:GENIExperimenter/Tutorials/NFV/Ryu/LoadBalancePIwithRyu Experiment 2], and you can find details about the PI control there.
    1413
    1514== (1) RINA Distributed Application ==
    16 (Same as Part (1) RINA Distributed Application in [wiki:GENIExperimenter/Tutorials/NFV/Ryu/LoadBalancePIwithRyu Experiment 2]. )
    17 
    18 First we will run a RINA distributed application to collect the VNF load information on the controller node.
     15
     16RINA distributed application collects the CPU load of VNF1 and VNF2, as well as any Snort alerts generated by Snort applications running on VNF1 and VNF2. These Snort alerts are collected on Controller node and saved in file /tmp/snortalerts by RINA distributed application.
     17
    1918
    2019{{{
     
    3231
    3332      - ''' cd ~ '''
    34       - '''  wget !http://csr.bu.edu/rina/grw-bu2016/nfv_ryu/rina/Control.tar.gz '''
     33      - '''  wget !https://raw.githubusercontent.com/akhtarnabeel/public/master/RINA/Control.tar.gz '''
    3534      - ''' tar -xvf Control.tar.gz '''
    3635
     
    4241
    4342      - ''' cd ~ '''
    44       - '''  wget !http://csr.bu.edu/rina/grw-bu2016/nfv_ryu/rina/VNF1.tar.gz '''
     43      - '''  wget !https://raw.githubusercontent.com/akhtarnabeel/public/master/RINA/VNF1.tar.gz '''
    4544      - ''' tar -xvf VNF1.tar.gz '''
    4645
     
    4948
    5049      - ''' cd ~ '''
    51       - '''  wget !http://csr.bu.edu/rina/grw-bu2016/nfv_ryu/rina/VNF2.tar.gz '''
     50      - '''  wget https://raw.githubusercontent.com/akhtarnabeel/public/master/RINA/VNF2.tar.gz '''
    5251      - ''' tar -xvf VNF2.tar.gz '''
    5352
     
    133132
    134133== (2) PI Controller ==
    135 (Same as Part (2) PI Controller in [wiki:GENIExperimenter/Tutorials/NFV/Ryu/LoadBalancePIwithRyu Experiment 2]. )
    136134
    137135{{{
     
    146144
    147145 
    148 
    149146 The figure below shows the block diagram of the Proportional Integral (PI) controlled NFV system.
    150147