Changes between Version 11 and Version 12 of HowTo/ConfigureOVSStaticRouteMirroringNoController


Ignore:
Timestamp:
06/21/17 15:50:42 (7 years ago)
Author:
joshua.fasching@raytheon.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSStaticRouteMirroringNoController

    v11 v12  
    116116
    117117== Setting up mirroring behavior ==
    118 
     118There 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.
    119119=== Setting up mirroring of traffic from host1 and host2 to host3 (using ovs-ofctl) ===
    120120Mirroring can be setup by adding flows to the OpenFlow table that take for {{{in_port}}} the port we want monitored, and by specifying the output port in which we want
     
    141141ethZ is the interface on the OVS node that connects to host3
    142142
    143 === Verifying mirroring behavior ===
     143== Verifying mirroring behavior ==
    144144
    145145Using either mirroring method it is useful to verify the behavior. To observe the mirroring behavior three terminal windows will need