Changes between Version 3 and Version 4 of Internal/OpenFlow/OrbitSwitches/scripts


Ignore:
Timestamp:
Jun 2, 2012, 8:53:41 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/OrbitSwitches/scripts

    v3 v4  
    1313
    1414{{{
    15 ruby pingmapper.rb [MAX_X] [MAX_Y]
     15ruby pingmapper.rb [MIN_X] [MAX_X] [MIN_Y] [MAX_Y] -[m|p]
    1616}}}
    1717
    18 Where the script is run from a sandbox console and MAX_X and MAX_Y are the largest x and y for a node's ID.
     18Where the script is run from a sandbox console and MIN_X, MAX_X, MIN_Y and MAX_Y are the range of node ID's [X,Y] to map through, `-m` just returns the MAC address mappings, and `-p` populates the MAC table of the switch using ping. No flags configures eth0 of each node and runs both tests. 
    1919
    2020=== gridmap ===