Changes between Version 22 and Version 23 of HowTo/ConfigureOVSStaticRouteMirroringNoController


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSStaticRouteMirroringNoController

    v22 v23  
    4646Open 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
    48 From host1
     48From host1:
    4949{{{
    5050ping -c 10 host2
    5151}}}
    52 From host2
     52From host2:
    5353{{{
    5454ping -c 10 host1
    5555}}}
    56 From host3
     56From host3:
    5757{{{
    5858ping -c 10 host2