Changes between Version 21 and Version 22 of HowTo/ConfigureOVSStaticRouteMirroringNoController


Ignore:
Timestamp:
07/06/17 15:20:59 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSStaticRouteMirroringNoController

    v21 v22  
    4444}}}
    4545
    46 Next we will test the connectivity of our hosts to each other using the ping command.
     46Open 3 terminals, which are used to SSH into each of the host nodes (host1, host2, and host3). These terminals will be needs in subsequent sections of this page to show connectivity, so leave these SSH session open.   First we test the connectivity of our hosts to each other using the ping command:
    4747
    4848From host1
     
    129129== Verifying mirroring behavior ==
    130130
    131 Using 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
    132 to be opened.
     131Using the three hosts (host1, host2, and host3) SSH connections, we will use netcat to pass along messages and observe the mirroring behavior.
    133132
    134 In one terminal ssh into host1 and execute
     133On host1 execute:
    135134{{{
    136135nc -ul 24565
    137136}}}
    138 In one terminal ssh into host2 and execute
     137On host2 execute:
    139138{{{
    140139nc -u host1 24565
    141140}}}
    142141
    143 In one terminal ssh into host3 and execute
     142On host3 execute:
    144143{{{
    145144sudo tcpdump -i eth1 -vv -X