Changes between Version 27 and Version 28 of HowTo/ConfigureOVSStaticRouteMirroringNoController


Ignore:
Timestamp:
07/11/17 12:49:25 (7 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSStaticRouteMirroringNoController

    v27 v28  
     1[[PageOutline]]
     2
    13= How to set up static flows in OVS =
    24
     
    9496Pings between host1 and host2 should succeed whereas pings from host3 will fail.
    9597
    96 == Setting up mirroring behavior ==
     98
     99= Setting up mirroring behavior =
    97100
    98101There are two possible ways in which port mirroring can be setup using an OVS switch. The first method presented uses !OpenFlow table rules. An alternative method is presented that does not use !OpenFlow at all.
     
    112115Port numbers are assigned based on the order that the ports were added to the bridge as presented in [#configureovs Configure OVS Switch]
    113116
    114 === Setting up mirroring of traffic from host1 and host2 to host3 (using ovs-vctl) ===
     117== Setting up mirroring of traffic from host1 and host2 to host3 (using ovs-vctl) ==
    115118
    116 It is possible to setup mirroring without ever adding any flows to the !OpenFlow table. It can be done independently of setting up the static IP flows. This is done with a single command to ovs-vsctl.
     119It is possible to setup mirroring without ever adding any flows to the !OpenFlow table. This is done with a single command to ovs-vsctl.
    117120
    118121On the OVS switch:
     
    127130ethZ is the interface on the OVS switch that connects to host3.
    128131
    129 == Verifying mirroring behavior ==
     132=== Verifying mirroring behavior ===
    130133
    131134Using the three hosts (host1, host2, and host3) SSH connections, we will use netcat to pass along messages and observe the mirroring behavior.