Changes between Version 1 and Version 2 of HowTo/ConfigureOVSStaticRouteMirroringNoController


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSStaticRouteMirroringNoController

    v1 v2  
    1616This could be used for network monitoring setups.
    1717
    18 Setting up the static IP traffic
    19 --------------------------------
     18== Setting up the static IP traffic ==
    2019
    2120Use ssh to login to the ovs node.
     
    2827sudo ovs-vsctl set-fail-mode br0 standalone
    2928
    30 "Доверяй, но проверяй" {Doveryai, no proveryai} Trust but verify. You can verify your OVS settings by issuing the following:
     29Trust but verify. You can verify your OVS settings by issuing the following:
    3130
    3231sudo ovs-vsctl show
    3332
    34 Testing the connectivity between host1, host2 and host3
    35 -------------------------------------------
     33== Testing the connectivity between host1, host2 and host3 ==
     34
    3635Initially the OVSwitch is setup to act like an L2 learning switch. We want to disable this behavior
    3736except for specific IP addresses
     
    5150
    5251
    53 Setting up the static IP flows
    54 ------------------------------
     52== Setting up the static IP flows ==
     53
    5554With the switch set up we can now setup routing between host1 and host2
    5655
     
    8079
    8180
    82 Setting up mirroring of traffic from host1 and host2 to host3
     81== Setting up mirroring of traffic from host1 and host2 to host3 ==
    8382
    8483This is done with a single command to ovs-vsctl. It can be done
    85 independant of the previous steps if only mirroring is of interest
     84independent of the previous steps if only mirroring is of interest
    8685to the user.
    8786
     
    9594ethZ is the interface on the OVS node that connects to host3
    9695
    97 Verifying mirroring behavior
     96=== Verifying mirroring behavior ===
    9897
    9998To observe the mirroring behavior 3 terminal windows will need