Changes between Version 8 and Version 9 of HowTo/ConfigureOVSStaticRouteMirroringNoController


Ignore:
Timestamp:
06/19/17 11:27:50 (7 years ago)
Author:
joshua.fasching@raytheon.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSStaticRouteMirroringNoController

    v8 v9  
    7272From host1
    7373{{{
    74 ping -c 10  host2
     74ping -c 10 host2
    7575}}}
    7676From host2
     
    8484Each of these should be unreachable.
    8585
    86 
    87 == Setting up the static IP flows ==
     86=== Setting up the static IP flows ===
    8887
    8988With the switch set up we can now setup routing between host1 and host2
     
    116115Pings between host1 and host2 should succeed whereas pings from host3 will fail.
    117116
    118 
    119 == Setting up mirroring of traffic from host1 and host2 to host3 ==
     117== Setting up mirroring behavior ==
     118=== Setting up mirroring of traffic from host1 and host2 to host3 ===
    120119
    121120This is done with a single command to ovs-vsctl. It can be done