Changes between Version 41 and Version 42 of GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-5
- Timestamp:
- 10/02/12 15:32:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIRacksHome/InstageniRacks/AcceptanceTestStatus/IG-EXP-5
v41 v42 363 363 First, checked the existing switches: 364 364 {{{ 365 366 {{{367 365 $ curl http://localhost:9090/wm/core/controller/switches/json 368 366 [{"dpid":"00:00:0e:84:40:39:18:1b"}, … … 377 375 }}} 378 376 379 The InstaGENI !OpenFlow switch is "06:d6:00:24:a8:5d:0b:00", determined the flows for this DPID :377 The 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: 380 378 {{{ 381 379 $ curl http://localhost:9090/wm/core/switch/06:d6:00:24:a8:5d:0b:00/flow/json … … 413 411 }}} 414 412 415 Inserted an invalid flow modification, which was rejected. Deleted flow-mod after failure :413 Inserted an invalid flow modification, which was rejected. Deleted flow-mod after failure, to make sure no partial flow-mod is left in place: 416 414 {{{ 417 415 $ 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