Changes between Version 6 and Version 7 of HowTo/ConfigureOVSStaticRouteMirroringNoController


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSStaticRouteMirroringNoController

    v6 v7  
    66
    77
    8 This rspec creates a network with 3 nodes: host1, host2, host3; connected to an OVSwitch ovs.
     8This rspec creates a network with 3 nodes: host1, host2, host3; connected to an OVS switch ovs. The figure below details the connections.
    99
    1010{{{
     
    1717This howto will establish rules for allowing IP traffic to flow between host1 and host2.
    1818
    19 Later in the howto we will discuss how to setup the ovs switch to allow
    20 for host3 to observe the traffic between host1 and host2 using the Mirror feature of the ovs switch.
     19Later in the howto we will discuss how to setup the OVS switch to allow
     20for host3 to observe the traffic between host1 and host2 using the Mirror feature of the OVS switch.
    2121This could be used for network monitoring setups.
    2222
     
    3232     * Run  {{{ ifconfig }}}
    3333     * Write down the interface names that correspond to the connections to your hosts. The correspondence is
    34        * Interface with IP ''10.10.1.11'' to host1  - ethX
    35        * Interface with IP ''10.10.1.12'' to host2 - ethY
    36        *  Interface with IP ''10.10.1.13'' to host3 - ethZ
     34       * Interface with IP ''10.10.1.1'' to host1  - ethX
     35       * Interface with IP ''10.10.1.2'' to host2 - ethY
     36       *  Interface with IP ''10.10.1.3'' to host3 - ethZ
    3737    * Remove the IP from your data interfaces. [[BR]]
    3838     [[Image(GENIExperimenter/Tutorials/Graphics:warning-icon-hi.png, 2%)]]  Be careful '''not to bring down eth0'''. This is the control interface, if you bring that interface down you ''' won't be able to login''' to your host. For all interfaces other than `eth0` and ` l0` (your interface names may vary) run :
     
    6363=== Testing the connectivity between host1, host2 and host3 ===
    6464
    65 Initially the OVSwitch is setup to act like an L2 learning switch. We want to disable this behavior
     65Initially the OVS switch is setup to act like an L2 learning switch. We want to disable this behavior
    6666except for specific IP addresses
    6767{{{