Changes between Version 10 and Version 11 of GENIExperimenter/Tutorials/NFV/Ryu


Ignore:
Timestamp:
05/16/17 19:08:04 (7 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

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

    v10 v11  
    6868
    69693.1. First we need to download the source code and configuration files for the NFV  Ryu controller onto the controller VM. In the window of controller, run the following:
    70           - '''cd ~'''
    7170          - '''wget !http://csr.bu.edu/rina/grw-bu2016/nfv_ryu/setup_nfv_ryu_controller.sh'''
    7271          -  '''chmod 755 setup_nfv_ryu_controller.sh '''
     
    7473
    75743.2. Now you should have all files needed for the NFV Ryu controller. Open ''nfv.config'' file to configure the system parameters. You can use any editor to edit the file, and we use nano here as an example.
    76          -  '''nano ~/ryu/ryu/app/nfv.config'''
     75         -  '''nano /tmp/ryu/ryu/app/nfv.config'''
    7776
    78773.3. You will see the details of this configuration file as follows.  Change the values of ''vnf1_interface'' and ''vnf2_interface'' to the values that you noted down in ''Section 3.3.1'' in the '''[wiki:GENIExperimenter/Tutorials/NFV/DesignSetup Design/Setup]''' section of this tutorial. These values will tell the controller which interfaces are connected to VNF1 and VNF2.