Changes between Version 1 and Version 2 of GENIExperimenter/Tutorials/NFV/Ryu/LoadBalanceRRwithRyu


Ignore:
Timestamp:
10/25/16 13:36:50 (7 years ago)
Author:
wyf@bu.edu
Comment:

--

Legend:

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

    v1 v2  
    88
    99
    10 '''Note: another version of this experiment using POX controller can be found at [wiki:GENIExperimenter/Tutorials/NFV/Execute/LoadBalanceRR here].
     10'''Note: another version of this experiment using POX controller can be found [wiki:GENIExperimenter/Tutorials/NFV/Execute/LoadBalanceRR here].
    1111
    1212== Instructions ==
     
    2525           - ''' sudo /usr/local/bin/snort -A full -dev -i eth1 '''
    2626
    27  You should see the window shown below on the ''VNF1'' and ''VNF2'' windows.
     27 You should see the output shown below on the ''VNF1'' and ''VNF2'' windows.
    2828{{{
    2929#!html
     
    3131 }}}
    3232
    33  === 4.     In the destination window, run the netcat server: ===
     33 === 4.     In the ''destination'' window, run the netcat server: ===
    3434
    3535        - ''' nc -u -l 5000 '''
     
    4343 === 6.     Type something on the ''s1'' window and you should see it on the ''destination'' window.  ===
    4444
    45 Now if you look at the ''VNF1'' and ''VNF2'' windows running Snort IDS, you could see packets arriving at the VNF1 and VNF2 nodes in a Round Robin fashion. An example of such an output is shown below on the VNF window running Snort IDS.
     45Now if you look at the ''VNF1'' and ''VNF2'' windows running Snort IDS, you should see packets arriving at the VNF1 and VNF2 nodes in a Round Robin fashion. An example of such an output is shown below on the VNF window running Snort IDS.
    4646
    4747{{{