Changes between Version 14 and Version 15 of HowTo/ConfigureOVSStaticRouteMirroringNoController


Ignore:
Timestamp:
06/21/17 16:32:10 (7 years ago)
Author:
joshua.fasching@raytheon.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSStaticRouteMirroringNoController

    v14 v15  
    7272sudo ovs-ofctl del-flows br0
    7373}}}
     74
     75Next we will test the connectivity of our hosts to each other using the ping command.
     76
    7477From host1
    7578{{{
     
    141144=== Setting up mirroring of traffic from host1 and host2 to host3 (using ovs-vctl) ===
    142145
    143 It is possible to setup mirroring without ever adding any flows to the OpenFlow database. It can be done independently of setting up the static IP flows. This is done with a single command to ovs-vsctl.
     146It 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.
    144147
    145148From ovs
     
    156159== Verifying mirroring behavior ==
    157160
    158 Using either mirroring method it is useful to verify the behavior. To observe the mirroring behavior three terminal windows will need
     161Using either mirroring method it is useful to verify the behavior. We will use netcat to pass along messages. To observe the mirroring behavior, three terminal windows will need
    159162to be opened.
    160163