Changes between Version 58 and Version 59 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-5


Ignore:
Timestamp:
01/23/13 09:43:14 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-5

    v58 v59  
    12211221For this portion of testing, the FloodLight OpenFlow controller was used and these nodes were reserved:
    12221222
    1223     GPO ExoGENI Rack node using the addresses "10.42.11.18"
     1223    GPO ExoGENI Rack node using the addresses "10.42.11.17"
    12241224    GPO Campus nodes addresses "10.42.11.22" is accessing VLAN 1750 through the GPO InstaGENI OpenFlow Switch
    12251225    Rutgers WAPG node pg51 using address "10.42.11.151".
     
    13051305
    13061306{{{
    1307 $ curl -d '{"switch": "00:01:08:17:f4:b5:2a:00", "name":"flow-mod-1", , "priority":"32768", "networkSource":"10.42.13.43","active":"true", "actions":"output=2"}' http://localhost:9090/wm/staticflowentrypusher/json
     1307$ curl -d '{"switch": "00:01:08:17:f4:b5:2a:00", "name":"flow-mod-1", "priority":"32768", "networkSource":"10.42.11.22","active":"true", "actions":"output=2"}' http://localhost:9090/wm/staticflowentrypusher/json
    13081308{"status" : "Entry pushed"}
    13091309$
     
    13131313{{{
    13141314$ curl http://localhost:9090/wm/staticflowentrypusher/list/all/json
    1315 
    1316 }}}
    1317 
    1318 *** RAN INTO !FloodLight error... Investigating...
     1315{"00:01:08:17:f4:b5:2a:00":{"flow-mod-1":{"bufferId":-1,"cookie":45035997351236006,"idleTimeout":0,"hardTimeout":0,"match":{"dataLayerDestination":"00:00:00:00:00:00","dataLayerSource":"00:00:00:00:00:00","dataLayerType":"0x0000","dataLayerVirtualLan":-1,"dataLayerVirtualLanPriorityCodePoint":0,"inputPort":0,"networkDestination":"0.0.0.0","networkDestinationMaskLen":0,"networkProtocol":0,"networkSource":"0.0.0.0","networkSourceMaskLen":0,"networkTypeOfService":0,"transportDestination":0,"transportSource":0,"wildcards":4194303},"command":0,"outPort":-1,"actions":[{"maxLength":32767,"port":2,"lengthU":8,"length":8,"type":"OUTPUT"}],"priority":-32768,"flags":0,"lengthU":80,"xid":0,"length":80,"type":"FLOW_MOD","version":1}}}
     1316
     1317}}}
    13191318
    13201319== Step 27. Verify that traffic is delivered to target according to the flowmods settings. ==
    13211320
     1321Traffic from 10.42.11.22 was no longer being delivered:
     1322{{{
     1323lnevers@siovale:~$ ping 10.42.11.151
     1324PING 10.42.11.151 (10.42.11.151) 56(84) bytes of data.
     1325From 10.42.11.22 icmp_seq=2 Destination Host Unreachable
     1326From 10.42.11.22 icmp_seq=3 Destination Host Unreachable
     1327From 10.42.11.22 icmp_seq=4 Destination Host Unreachable
     1328}}}
     1329
     1330Deleted the flowmod:
     1331{{{
     1332$ curl -X DELETE -d '{"switch": "00:01:08:17:f4:b5:2a:00", "name":"flow-mod-1", "priority":"32768", "networkSource":"10.42.11.22","active":"true", "actions":"output=2"}' http://localhost:9090/wm/staticflowentrypusher/json
     1333{"status" : "Entry flow-mod-1 deleted"}
     1334}}}
    13221335
    13231336== Step 28. Review baseline, GMOC, and monitoring statistics.  ==
    13241337
    1325 
     1338Reviewed the monitoring information available about this experiment, first found the slices for this test case:
     1339[[Image(EG-EXP-5-slices-part2.jpg)]]
     1340
     1341Checked the slice EG-EXP-5-exp1 details:
     1342[[Image(EG-EXP-5-exp1-part2.jpg)]]
     1343
     1344Checked the sliver details for EG-EXP-5-exp1:
     1345[[Image(EG-EXP-5-exp1-sliver-part2.jpg)]]
     1346
     1347Selected the Sliver URN details:
     1348[[Image(EG-EXP-5-sliver-urn-part2.jpg)]]
     1349 
     1350Some Sliver measurements:
     1351
     1352[[Image(EG-EXP-sliver-measure.jpg)]]
    13261353
    13271354== Step 29. Stop traffic and delete slivers. ==
    13281355
    1329 Stopped ping traffic and review the statistics. Issue a delete sliver at each aggregate, which has not been yet completed, trying to run experiment as long as possible before GEC.
    1330 
     1356
     1357