[1770] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <!-- |
---|
| 3 | AM: https://foam.nlr.net:3626/foam/gapi/1 |
---|
| 4 | --> |
---|
| 5 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
| 6 | xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 7 | xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3" |
---|
| 8 | xs:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
| 9 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
| 10 | http://www.geni.net/resources/rspec/ext/openflow/3 |
---|
| 11 | http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd" |
---|
| 12 | type="request"> |
---|
| 13 | |
---|
| 14 | <openflow:sliver description="OpenFlow Experiment Example" email="lnevers@bbn.com"> |
---|
| 15 | <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" /> |
---|
| 16 | |
---|
| 17 | <openflow:group name="nlr-chic-1750"> |
---|
| 18 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+06:d6:00:23:47:c8:bc:00" |
---|
| 19 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am" |
---|
| 20 | dpid="06:d6:00:23:47:c8:bc:00"> <!-- NLR CHIC 3715 --> |
---|
| 21 | <openflow:port name="3" num="3"/> <!-- NLR CHIC 3715 Port --> |
---|
| 22 | <openflow:port name="9" num="9"/> <!-- GPO 1750 --> |
---|
| 23 | </openflow:datapath> |
---|
| 24 | </openflow:group> |
---|
| 25 | |
---|
| 26 | <openflow:group name="nlr-atla-1750"> |
---|
| 27 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+06:d6:00:24:a8:d2:b8:40" |
---|
| 28 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am" |
---|
| 29 | dpid="06:d6:00:24:a8:d2:b8:40"> <!-- NLR ATLA 3715 --> |
---|
| 30 | <openflow:port name="3" num="3"/> <!-- NLR ATLA 3715 Port --> |
---|
| 31 | <openflow:port name="25" num="49"/> <!-- RENCI 1750 --> |
---|
| 32 | </openflow:datapath> |
---|
| 33 | </openflow:group> |
---|
| 34 | |
---|
| 35 | <openflow:group name="nlr-chic-3715"> |
---|
| 36 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+0e:83:00:23:47:c8:bc:00" |
---|
| 37 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am" |
---|
| 38 | dpid="0e:83:00:23:47:c8:bc:00"> <!-- NLR CHIC 3715 --> |
---|
| 39 | </openflow:datapath> |
---|
| 40 | </openflow:group> |
---|
| 41 | |
---|
| 42 | <openflow:group name="nlr-atla-3715"> |
---|
| 43 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+0e:83:00:24:a8:d2:b8:40" |
---|
| 44 | component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am" |
---|
| 45 | dpid="0e:83:00:24:a8:d2:b8:40"> <!-- NLR ATLA 3715 --> |
---|
| 46 | </openflow:datapath> |
---|
| 47 | </openflow:group> |
---|
| 48 | |
---|
| 49 | <openflow:match> |
---|
| 50 | <openflow:use-group name="nlr-chic-1750" /> |
---|
| 51 | <openflow:use-group name="nlr-atla-1750" /> |
---|
| 52 | <openflow:use-group name="nlr-chic-3715" /> |
---|
| 53 | <openflow:use-group name="nlr-atla-3715" /> |
---|
| 54 | <openflow:packet> |
---|
| 55 | <openflow:dl_type value="0x800,0x806"/> |
---|
| 56 | <openflow:nw_dst value="10.42.11.0/24"/> |
---|
| 57 | <openflow:nw_src value="10.42.11.0/24"/> |
---|
| 58 | </openflow:packet> |
---|
| 59 | </openflow:match> |
---|
| 60 | |
---|
| 61 | </openflow:sliver> |
---|
| 62 | </rspec> |
---|