Changes between Version 3 and Version 4 of Internal/OpenFlow/OrbitSwitches/scripts
- Timestamp:
- Jun 2, 2012, 8:53:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/OrbitSwitches/scripts
v3 v4 13 13 14 14 {{{ 15 ruby pingmapper.rb [M AX_X] [MAX_Y]15 ruby pingmapper.rb [MIN_X] [MAX_X] [MIN_Y] [MAX_Y] -[m|p] 16 16 }}} 17 17 18 Where the script is run from a sandbox console and M AX_X and MAX_Y are the largest x and y for a node's ID.18 Where 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. 19 19 20 20 === gridmap ===