Changes between Version 25 and Version 26 of GENIExperimenter/Tutorials/NFV/Ryu/LoadBalancePIwithRyu


Ignore:
Timestamp:
11/01/17 16:17:21 (6 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NFV/Ryu/LoadBalancePIwithRyu

    v25 v26  
    1717
    1818First we will run a RINA distributed application to collect the VNF load information on the controller node.
     19
    1920
    2021{{{
     
    3233
    3334      - ''' cd ~ '''
    34       - '''  wget !https://github.com/akhtarnabeel/public/raw/master/NFV-GENI/Control.tar.gz  '''
     35      - '''  wget !https://github.com/akhtarnabeel/public/raw/master/NFV-GENI/Control.tar.gz '''
    3536      - ''' tar -xvf Control.tar.gz '''
    3637
     
    4950
    5051      - ''' cd ~ '''
    51       - ''' wget !https://github.com/akhtarnabeel/public/raw/master/NFV-GENI/VNF2.tar.gz '''
     52      - '''  wget !https://github.com/akhtarnabeel/public/raw/master/NFV-GENI/VNF2.tar.gz '''
    5253      - ''' tar -xvf VNF2.tar.gz '''
    5354
     
    5556 In the VNF1 window, execute:
    5657
    57       - ''' cd ~/VNF1'''
     58      - ''' cd ~/VNF1/RINA'''
    5859      - ''' nano ipcVNF1.properties '''
    5960
     
    6768 In the VNF2 window, execute:
    6869
    69       - ''' cd ~/VNF2'''
     70      - ''' cd ~/VNF2/RINA'''
    7071      - ''' nano ipcVNF2.properties '''
    7172 
     
    9091  o   In the VNF1 window, execute the following commands:
    9192
    92       - '''cd ~/VNF1/'''
     93      - '''cd ~/VNF1/RINA'''
    9394      - ''' ./run_VNF1.sh '''
    9495
     
    9697  o   In the VNF2 window, execute the following commands:
    9798
    98       - '''cd ~/VNF2/'''
     99      - '''cd ~/VNF2/RINA'''
    99100      - ''' ./run_VNF2.sh '''
    100101
     
    118119
    119120'''Note: the RINA distributed application also passes the intrusion detection results from the VNFs to the Ryu controller. This information is not used in this experiment, but will be used in [wiki:GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-ping Experiment 3] when handling intrusion traffic.'''
    120 
    121121
    122122
     
    129129 </td></tr></table>
    130130}}} 
     131
    131132
    132133