Changes between Version 15 and Version 16 of GeniDesktop/Summer_Camp_2015


Ignore:
Timestamp:
05/21/15 15:59:33 (9 years ago)
Author:
fei@netlab.uky.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniDesktop/Summer_Camp_2015

    v15 v16  
    8989
    9090=== Part I: Setup ===
    91     Create two slices, one for the controller and one for an experiment using OVS nodes. 
     91Create two slices, one for the controller and one for an experiment using OVS nodes. 
    9292      * Step 1: Create the controller slice
    9393        * Drag one "AAG Ctrl" node to the canvas.
     
    107107
    108108=== Part II: Execute ===
    109     * Step 1: Figure out the public IP address of the controller after the controller slice is created.
    110 You can do "nslookup full_name_of_the_node" on a linux terminal. Or you can follow these steps.
     109    * Step 1: Figure out the public IP address of the controller after the controller slice is created. You can do "nslookup full_name_of_the_node" on a linux terminal. Or you can follow these steps.
    111110      * Highlight the controller node.
    112111      * Click on "Command" module.
     
    125124    * Step 3: Install, list, and delete flows on the experiment
    126125      * Click on "Flow Install" Module. Fill in the IP address of the controller.
    127       * Check "Add ARP processing", "Add Subnet Gateways", and "No routing rules", then click on
    128 "Initialize"
     126      * Check "Add ARP processing", "Add Subnet Gateways", and "No routing rules", then click on "Initialize".
    129127      * Select a path in the topology and highlight both nodes and links on the path.
    130       * Fill in the form to set the flow. You can choose between TCP and UDP, between one-way or two-way
    131 paths, and the port numbers at the nodes. The selection between "Src" and "Dst" is only effective for
    132 one-way path.
     128      * Fill in the form to set the flow. You can choose between TCP and UDP, between one-way or two-way paths, and the port numbers at the nodes. The selection between "Src" and "Dst" is only effective for one-way path.
    133129      * Click on "Install Flow".
    134130      * You can also try "Refresh List" to list the current flows or "Delete Flow" to delete a flow from the list.
     
    137133      * Click on "Flow Monitor" module. Fill in the IP address of the controller.
    138134      * Check "All Nodes" and click on "Query Statistics".
    139       * Choose a flow to monitor at a selected node by going to a node and finding the flow you want to monitor.
    140 Then click on "Packets" or "Bytes". A graph of live measurement will show.
     135      * Choose a flow to monitor at a selected node by going to a node and finding the flow you want to monitor. Then click on "Packets" or "Bytes". A graph of live measurement will show.
    141136      * Send traffic (ping, iperf, etc) from end host A to end host B in the experiment.
    142137