Changes between Version 41 and Version 42 of GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-5


Ignore:
Timestamp:
10/02/12 15:32:52 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-5

    v41 v42  
    363363First, checked the existing switches:
    364364{{{
    365 
    366 {{{
    367365 $ curl  http://localhost:9090/wm/core/controller/switches/json
    368366[{"dpid":"00:00:0e:84:40:39:18:1b"},
     
    377375}}}
    378376
    379 The InstaGENI !OpenFlow switch is "06:d6:00:24:a8:5d:0b:00", determined the flows for this DPID:
     377The InstaGENI !OpenFlow switch is "06:d6:00:24:a8:5d:0b:00", determined the flows for this DPID, note that each of the 3 hosts ("10.42.11.32", "10.42.11.33", and "10.42.11.34") are pinging each other to generate the flows below:
    380378{{{
    381379$ curl  http://localhost:9090/wm/core/switch/06:d6:00:24:a8:5d:0b:00/flow/json
     
    413411}}}
    414412
    415 Inserted an invalid flow modification, which was rejected. Deleted flow-mod after failure:
     413Inserted an invalid flow modification, which was rejected. Deleted flow-mod after failure, to make sure no partial flow-mod is left in place:
    416414{{{
    417415$ curl -d '{"switch": "06:d6:00:24:a8:5d:0b:00","name":"flow-mod-1", "cookie":"0", "match":{"dataLayerDestination":"02:e9:c1:7d:03:c7","dataLayerSource":"02:43:26:66:f8:20","dataLayerType":"0x0800", "inputPort":7,"networkDestination":"10.42.11.37","networkDestinationMaskLen":32,"networkSource":"10.42.11.38","networkSourceMaskLen":32,"action":[{"port":7,"type":"OUTPUT"}]  }' http://localhost:9090/wm/staticflowentrypusher/json