Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/NFV/Ryu


Ignore:
Timestamp:
12/02/16 09:37:41 (7 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

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

    v5 v6  
    1919      - Run the following:  '''~/ryu/bin/ryu-manager --verbose ~/ryu/ryu/app/simple_switch.py'''  [[BR]] and if Ryu is installed correctly, you should see the following output:
    2020
     21 
     22
    2123{{{
    2224#!html
     
    2527
    2628      - Stop the Ryu controller by typing '''Ctrl + c'''.
    27 
     29      - Run the following command in the OVS window to flush all the forwarding rules installed on the OVS node.
     30          - '''sudo ovs-ofctl del-flows br0'''     
    2831----
    2932
     
    5356
    5457      4.    Stop the Ryu controller by typing '''Ctrl + c'''.
     58
     59      5.    Run the following command in the OVS window to flush all the forwarding rules installed on the OVS node.
     60              '''sudo ovs-ofctl del-flows br0'''
    5561   
    5662====  2.2 NFV OVS controller ====