Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/NFV/Ryu/LoadBalancePIwithRyu


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

--

Legend:

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

    v6 v7  
    203203 1.     First we will update the ''port.config'' file to direct the controller to the ''NFV_ratio_PI.txt'' file generated by the PI-controller, which has the load balancing decision information. In a new controller window, execute:
    204204
    205          - ''' nano ~/ryu/ryu/app/nfv.config'''
     205         - ''' nano /tmp/ryu/ryu/app/nfv.config'''
    206206 
    207207   o   Change the value of '''controller_type''' to '''PI''' [[BR]]
     
    213213 2.     Now we can run the Ryu controller. Execute
    214214
    215         - ''' ~/ryu/bin/ryu-manager --verbose ~/ryu/ryu/app/nfv_controller.py'''
     215        - ''' /tmp/ryu/bin/ryu-manager --verbose /tmp/ryu/ryu/app/nfv_controller.py'''
    216216
    217217 == (4) Run Snort and Generate Traffic ==