Changes between Version 3 and Version 4 of GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-ping


Ignore:
Timestamp:
11/01/17 12:07:27 (6 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

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

    v3 v4  
    1010 }}}
    1111
    12 
    1312== (1) RINA Distributed Application ==
    14 (Same as Part (1) RINA Distributed Application in [wiki:GENIExperimenter/Tutorials/NFV/Ryu/LoadBalancePIwithRyu Experiment 2]. )
    15 
    16 First we will run a RINA distributed application to collect the VNF load information on the controller node.
     13
     14The RINA distributed application collects the CPU load of VNF1 and VNF2, as well as any Snort alerts generated by the Snort applications running on VNF1 and VNF2. These Snort alerts are collected on the Controller node and saved in file /tmp/snortalerts by the RINA distributed application.
     15
    1716
    1817{{{
     
    3029
    3130      - ''' cd ~ '''
    32       - '''  wget !http://csr.bu.edu/rina/grw-bu2016/nfv_ryu/rina/Control.tar.gz '''
     31      - '''  wget !https://github.com/akhtarnabeel/public/raw/master/NFV-GENI/Control.tar.gz '''
    3332      - ''' tar -xvf Control.tar.gz '''
    3433
     
    4039
    4140      - ''' cd ~ '''
    42       - '''  wget !http://csr.bu.edu/rina/grw-bu2016/nfv_ryu/rina/VNF1.tar.gz '''
     41      - '''  wget !https://github.com/akhtarnabeel/public/raw/master/NFV-GENI/VNF1.tar.gz '''
    4342      - ''' tar -xvf VNF1.tar.gz '''
    4443
     
    4746
    4847      - ''' cd ~ '''
    49       - '''  wget !http://csr.bu.edu/rina/grw-bu2016/nfv_ryu/rina/VNF2.tar.gz '''
     48      - '''  wget !https://github.com/akhtarnabeel/public/raw/master/NFV-GENI/VNF2.tar.gz '''
    5049      - ''' tar -xvf VNF2.tar.gz '''
    5150
     
    5352 In the VNF1 window, execute:
    5453
    55       - ''' cd ~/VNF1'''
     54      - ''' cd ~/VNF1/RINA'''
    5655      - ''' nano ipcVNF1.properties '''
    5756
     
    6564 In the VNF2 window, execute:
    6665
    67       - ''' cd ~/VNF2'''
     66      - ''' cd ~/VNF2/RINA'''
    6867      - ''' nano ipcVNF2.properties '''
    6968 
     
    8887  o   In the VNF1 window, execute the following commands:
    8988
    90       - '''cd ~/VNF1/'''
     89      - '''cd ~/VNF1/RINA'''
    9190      - ''' ./run_VNF1.sh '''
    9291
     
    9493  o   In the VNF2 window, execute the following commands:
    9594
    96       - '''cd ~/VNF2/'''
     95      - '''cd ~/VNF2/RINA'''
    9796      - ''' ./run_VNF2.sh '''
    9897