Changes between Version 16 and Version 17 of HowTo/ConfigureOVSStaticRouteMirroringNoController


Ignore:
Timestamp:
07/06/17 14:33:40 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSStaticRouteMirroringNoController

    v16 v17  
    11= How to set up static flows in OVS =
    22
    3 This howto page demonstrates how to set up static IP traffic between two hosts connected to an OVS switch without running a separate controller and by using custom OpenFlow table rules. 
     3This page demonstrates how to set up static IP traffic flows between two hosts connected to an OVS switch without running a separate !OpenFlow controller and by using custom !OpenFlow table rules. 
    44
    5 This howto uses the following rspec: [https://raw.githubusercontent.com/GENI-NSF/geni-tutorials/master/OVSRyu/openflowovs-all-xen.rspec.xml]
     5The following RSpec is used: [https://raw.githubusercontent.com/GENI-NSF/geni-tutorials/master/OVSRyu/openflowovs-all-xen.rspec.xml]
    66
    7 This rspec creates a network with 3 nodes: host1, host2, host3; connected to an OVS switch ovs. The figure below details the connections.
     7This RSpec requests a network topology with 3 nodes (host1, host2, host3) connected to an OVS switch (OVS). The figure below details the connections.
    88
    99{{{
     
    1414
    1515
    16 This howto will establish rules for allowing IP traffic to flow between host1 and host2.
    17 
    18 Later in the howto we will discuss how to setup the OVS switch to allow
    19 for host3 to observe the traffic between host1 and host2 using OpenFlow table rules. An alternative method using the Mirror feature of the OVS switch is also presented if only mirroring is required.
    20 These setups could be used for network monitoring.
     16First we will establish rules for allowing IP traffic to flow between host1 and host2. Later in the howto we will discuss how to setup the OVS switch to allow for host3 to observe the traffic between host1 and host2 using OpenFlow table rules. An alternative method using the Mirror feature of the OVS switch is also presented if only mirroring is required.  These setups maybe be used for network monitoring.
    2117
    2218== Setting up the static IP traffic ==