Changes between Version 20 and Version 21 of HowTo/ConfigureOVSStaticRouteMirroringNoController


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/ConfigureOVSStaticRouteMirroringNoController

    v20 v21  
    2525  bash ./geniovs.sh
    2626  }}}
    27  iii. Verify the dataplane ports have been assigned to bridge:
    28   {{{
    29   sudo ovs-vsctl list-ports br0
    30   }}}
    31  iv. We want our switch to act without a separate controller thus setting it to operate as standalone.
     27 iii. We want our switch to act without a separate controller thus setting it to operate as standalone.
    3228  {{{
    3329  sudo ovs-vsctl set-fail-mode br0 standalone
    3430  }}}
    35  v. Verify all OVS settings by issuing the following:
     31 iv. Verify all OVS settings and that the dataplane ports have been assigned to bridge by issuing the following:
    3632  {{{
    3733  sudo ovs-vsctl show