Changes between Version 11 and Version 12 of GEC16Agenda/OpenFlow/Instructions/Execute


Ignore:
Timestamp:
03/11/13 22:35:12 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/OpenFlow/Instructions/Execute

    v11 v12  
    2424                </ul>
    2525             </li>
     26             <li> If you don't have FireSSH installed, open a new terminal window. Copy the command to the right of Login into that terminal window. </li>
    2627             <li> You are now logged in to the OVS host. </li>
    2728         
     
    3334
    3435== 1. Create the Software Switch ==
    35  
     36Now that you are logged in, we need first to initialize OVS:
     37   * Start the OVS database:
     38      {{{
     39sudo ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \
     40                     --remote=db:Open_vSwitch,manager_options \
     41                     --private-key=db:SSL,private_key \
     42                     --certificate=db:SSL,certificate \
     43                     --bootstrap-ca-cert=db:SSL,ca_cert \
     44                     --pidfile --detach
     45}}}
     46   * Initialize OVS:
     47     {{{
     48sudo ovs-vsctl --no-wait init
     49}}}
    3650= Execute Experiment =
    3751== Use a Learning Switch Controller ==